@charset "UTF-8";:root{--text-bg: #ffffff;--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Microsoft YaHei,SimSun;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{padding:0;margin:0;box-sizing:border-box;list-style:none}a{color:#333;text-decoration:none}strong{font-weight:700}input,textarea{outline:none}li{list-style:none}a{text-decoration:none}button{cursor:pointer}#app{width:100%;height:100vh;font-weight:400}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50%);-webkit-transform:translateX(-50%)}to{opacity:1;transform:translate(0);-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{transform:translate(10%);-webkit-transform:translateX(10%);opacity:0}to{transform:translate(0);-webkit-transform:translateX(0);opacity:1}}@keyframes loadimg{0%{transform:rotate(0);-webkit-transform:rotateZ(0)}50%{transform:rotate(180deg);-webkit-transform:rotateZ(180deg)}to{transform:rotate(360deg);-webkit-transform:rotateZ(360deg)}}.header .header-toolbar li a{display:flex;align-items:center}.header .header-toolbar li a img{height:20px;margin-right:6px;vertical-align:middle}.header .header-toolbar li a span{display:inline-block;vertical-align:middle}.winBoxBg{width:100%;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.4);display:none;z-index:1005}.winBoxBg .winBox{height:450px;width:700px;border-radius:20px;margin:180px auto 0;overflow:hidden;position:relative;background-color:#fff;padding-bottom:20px}.winBoxBg .winBox .title_text{display:block;background-color:#015293;color:#fff;text-align:center;font-size:27px;width:100%;height:60px;line-height:60px}.winBoxBg .winBox .content{display:block;width:calc(100% - 40px);height:calc(100% - 90px);margin:20px 20px 0;font-size:20px;line-height:50px;overflow-y:auto;background-color:#fff;color:#000;text-indent:28px}.winBoxBg .winBox .content *{white-space:pre-wrap}.winBoxBg .winBox .content code{display:block;width:100%}.winBoxBg .winBox .close{position:absolute;font-size:30px;right:20px;top:5px;color:#fff;cursor:pointer}.bodybg{width:100%;margin-bottom:10px;padding:0 20px;background:url(./background@2x-V2Y15pNB.png) no-repeat;background-size:cover}.bodybg .bodytop{width:80%;margin:0 auto}.bodybg .bodytop img{height:180px;vertical-align:middle}.bodybg .bodytop span{font-size:32px;color:#0b579a;vertical-align:middle;font-weight:600;display:inline-block;margin-top:20px;margin-left:30px}.bodybg .middle{padding:10px;display:flex;justify-content:space-between;width:100%;margin:auto;height:auto;position:relative}.bodybg .middle .main{width:60%;height:100%;position:absolute;left:calc(50% - 405px);transition:all .3s}.bodybg .middle .main #message{height:calc(100% - 254px);margin-top:34px;overflow-y:overlay;padding:0 20px 10px;transform:translateZ(0);will-change:scroll-position;-webkit-overflow-scrolling:touch}.bodybg .middle .main #message::-webkit-scrollbar{display:none}.bodybg .middle .main .sensitiveTipBox{display:none;text-align:center;line-height:30px;color:#818a9e;margin-top:80px}.bodybg .middle .main .sensitiveTipBox span{color:#1c659f;cursor:pointer}.bodybg .middle .main .textarea-tools{background:#fff;padding:8px 16px;border-bottom:1px solid #eee;position:relative;z-index:556;display:flex;justify-content:space-between;align-items:center;border-radius:15px 15px 0 0}.bodybg .middle .main .textarea-tools .tools-left{display:flex;gap:12px}.bodybg .middle .main .textarea-tools .tools-left .tool-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .3s ease;background:#f5f5f5;border:1px solid #e0e0e0}.bodybg .middle .main .textarea-tools .tools-left .tool-btn img{width:16px;height:16px}.bodybg .middle .main .textarea-tools .tools-left .tool-btn span{font-size:14px;color:#666;font-weight:500}.bodybg .middle .main .textarea-tools .tools-left .tool-btn:hover{background:#e3f2fd;border-color:#1976d2}.bodybg .middle .main .textarea-tools .tools-left .tool-btn:hover span{color:#1976d2}.bodybg .middle .main .textarea-tools .tools-left .tool-btn.active{background:#e3f2fd;border-color:#1976d2}.bodybg .middle .main .textarea-tools .tools-left .tool-btn.active span{color:#1976d2}.bodybg .middle .main .textarea-tools .tools-right{display:flex;align-items:center;gap:16px}.bodybg .middle .main .textarea-tools .tools-right .font-control{display:flex;align-items:center;gap:8px}.bodybg .middle .main .textarea-tools .tools-right .font-control span{font-size:14px;color:#666}.bodybg .middle .main .textarea-tools .tools-right .font-control .font-btn{width:24px;height:24px;border-radius:50%;border:1px solid #e0e0e0;background:#fff;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:all .3s ease}.bodybg .middle .main .textarea-tools .tools-right .font-control .font-btn:hover{background:#1976d2;color:#fff;border-color:#1976d2}.bodybg .middle .main .textarea-tools .tools-right .back-to-top{display:flex;align-items:center;gap:6px;cursor:pointer;padding:6px 10px;border-radius:6px;transition:all .3s ease}.bodybg .middle .main .textarea-tools .tools-right .back-to-top span{font-size:14px;color:#666}.bodybg .middle .main .textarea-tools .tools-right .back-to-top img{width:16px;height:16px}.bodybg .middle .main .textarea-tools .tools-right .back-to-top:hover{background:#f5f5f5}.bodybg .middle .main .textarea-tools .tools-right .back-to-top:hover span{color:#1976d2}.bodybg .middle .main .textarea{width:100%;margin:10px auto 0;height:180px;background-color:#fff;border-radius:15px;position:relative}.bodybg .middle .main .textarea .intellisenseBox{position:absolute;bottom:84%;left:0;width:100%;background-color:rgba(255,255,255,.8);padding:0 10px 30px;border-radius:15px;z-index:555}.bodybg .middle .main .textarea .intellisenseBox li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAYAAAB2HjRBAAAAAXNSR0IArs4c6QAAAbBJREFUOE9t0s9LVFEUB/BzfzASQ/qWLZMaXBQIRbuEdoUoaeL8DdUq3QhR4MrazSoYI2jvHyC19p9woTKbol0hjjr3fM85cd/MG8dXFx6XC+9zzj3nXEej9aTzu/ChsSCcWpdAkxOfDZSP+qYHve3ZP9V/k7vLh6efLu96c23m1EgAJSQqd0mUBEk47R1/vHdUD+BWOlboDbwCY2oIh5jVCufosaq2oGgG8j+h8o1Jdw63Z3s5kHvetWUzPMQYgoTojidqs3AjCYjBZGpEzhED/YHqWm+n9d2tfrZNEUxXGKZF8P5lAqYyqjAgFEIozxCcquq8e7Fr76EIFfbBL4vqg3z9ScwAxRCHGDkAf3Gru7YhipkKhxA3obhZx9cyZ6zy45+aY4zvWBDquKq5yswi4la+WiEXeC2CckwhxjcQzFzHoOg9scjVtXPm3PKlrrUEaT3PuV4zC8g5T6pKadTAcc1XL8wKH84XjPHIe78FQUPNyIgICkqc5z/uft/M7peZ62upi0Vh7LGiWYL8jXCeMwvaJx/m9v+Lc7BnnYvbcHjLgsUE3Bow/2Lw/uQL+wvfm7hEU04A2gAAAABJRU5ErkJggg==) no-repeat left center;background-position-x:10px;padding-left:30px;font-size:15px;line-height:40px;cursor:pointer}.bodybg .middle .main .textarea .intellisenseBox li:hover{color:#1c659f}.bodybg .middle .main .textarea .sendBtn{width:90px;height:40px;border-radius:10px;outline:none;border:0;background-color:#f5f5f6;position:absolute;bottom:9px;right:20px}.bodybg .middle .main .textarea .sendBtn img{width:18px;margin-right:5px;vertical-align:middle}.bodybg .middle .main .textarea .sendBtn span{color:#636980;font-size:15px;font-weight:700;vertical-align:middle}.bodybg .middle .main .textarea .sendBtn .stopdom{width:14px;height:14px;background-color:#636980;margin-left:0;display:inline-block;vertical-align:middle;margin-right:10px;border-radius:3px}.bodybg .middle .main .textarea .swich_inpWay{width:40px;height:40px;border-radius:50%;position:absolute;bottom:9px;right:130px;cursor:pointer}.bodybg .middle .main .textarea .expand-button{width:40px;height:40px;border-radius:50%;position:absolute;bottom:9px;right:190px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMkAAADICAYAAABCmsWgAAAOXklEQVR4Aeydi1nrOBSE49vIQiULHZAKgEqASmArIB2QrQS2kuyMscBJ7NiW9dbwWfglHUmj80eynch/NvqTAlLgogKC5KI8OikFNhtBIi+QAhMKCJIJgXRaCggS+YAUmFDAESQTuei0FMhYAUGSceOp6GEUECRhdFYuGSsgSDJuPBU9jAKCJIzOyiVjBdKCJGMhVfRyFRAk5bZtsTW7u7u7uru7e7j7Dk9YvzJst9sPE7DP4zcuRBAkLlSUDacKwMFvEAwEBoBPAMBwaJrmE+G1C89YPzCgEISiDdjn8RYa2LrCOetFkFhLp4Q2CsBh+wDw0/4Vzk9nbgHANiH4gJMbCAwAdHSGpdkSmvulifrxBUlfDW2vUgAAnA2D4PSXAOCn/QMypSPbAICk0wuAe2bZpmMOxygSkuGq6ugaBehkCGYINNYDnA2DkKdXAGB/7sJyzI17FE+QHMlR7w4AGOoFOARi4BAoZQDmNNxfcyINxREkQ6oUfgxAsEfgtQABYBiDgEMghhIUsa6HICmh+WfWAXDc4BrB9Ai8FqDjMMy0UGc0QVJJuwOQK1zAfqC6ggIiLFkEybhapZ15Kq1CC+vztTD+T3RB8iNF2RvoRdSDWDaxILEULrdkh8PB+pM0t7qOlPe/keOThwXJpETFRPinmJrYVcT6Q0KQ2AmeXardbrdHb/KcXcETKLAg8d4I6WQAUF5QGutPVKTNdkHd97aFFyS2ymWaDr3JLYpeJSiot9UiSKxkyzcRPlG/KgRl1YeCIMnX361LXiEogsTaWypOWBMo6DkFSRW+7qGSFYEiSDz4TzUmKwLFuk11TWItXTkJKwDF+mk7W1mQUAWFTeGgaLglH3ejQKmgoF7WDxKprHoSqlBRmKoqHIrPUap9Mj+kjyAZUqXyYwDlDbdN3wqRYdVQixoIEqqgcKYAQCmlNxEkZ62rAy4VWO1gLgtjYws94uo6qCexUV5pclJAkOTUWjmVlRNHoLxjE7rhVDbLqmckrKV6EqqgMKTAqvlzhwxGOqaeJJLwRWfLXqRpmlJ+xShIivbWCJXrAPmMkLWXLHGXTpB4UbZSox0grwVVfzUg1ELXJFRBoVUAQywCEvBivc02+X+CJPkmClPA7XbLKVBLA0Q9SRj3KT+XQgHZ4EHiqi82mpZXT2KUqHDNa5BSAXHZnILEpZoZ2SIgFVyDrH6QyCYVJFShslAcIOPtp2uScW10ZkyBigDhry11TTLmCDo+rEBNgAwrYHdUwy073bJMVcE1SL9dnAy1aFCQUIUKQoV3sQRJBX7trIoVAsJnJIshGRNcPcmYMoUcrxGQrukESSeEVhcUqBiQC6osP6WeZLlmWaQQIJt/XTWUIHGlZEJ2BIjbxhAkbvWMbi0TQJxdL4wJvtvtnDxIpP2FkDCJQqoKpA7I4XB4fH9/bxCuERrsZzEBniBJ1eMXlisDQG7x6X4EBfYfAQp/S++6Z3FqT5AsdMYUoycOCOcWJiCDwx+A8gJQCI9Lx3ZpayNIUvT6BWXKAJBHgDAIiKkmzjsFBdAJEiNu7esSADFt2IHyiH0XDu7CBoryvcTpSb7z1v8VCpQEiJEBoOzRC7gCxZhdvRYkqyUMb6BEQIyKHSi32F/TGzj5RSLK0C6CpJUhn38lA2JaAaC0F/vYtwXFNh2yPF8EybkmyR6pARAj/hpQkPbijQKTx9y1IJmrVOR4NQFipIazf+Gh4zX2l/QMS+LC9PSSNSTT1SsjRo2A9FtuCSi48Oczl37y1duCZLWEfg0kDgh/3DT5HMSFQh0oc4ZR/7jIr29DkPTVSGw7A0BGn6T7kBKg3F7qKXDumUM013kLEteKOrJ3d3eX9OTVcMiggBhZAcHY9732OMeXoZqoztaCxJmU7gwRkKZpHtxZdGspFiCmFoQBvco1ytECg/Ut9vlsxURxuhYkm41TQdcaEyDzFQQsbwgvCHOuVeYbPokpSE4EibkLQJ7Ug8RsgeG8BcmwLsGPApAHAMLfVgTPe06GHNL4/sSeU44YcQRJDNVP8gQgNwCEF+onZ9LYrRkQtoAgoQoRAwC5AiB8y1TEUoxnXTsgVEaQUAUnwdrIk3VKzwkFyLfAguRbhyj/u14kyVu9AuTXJQTJrxYxtu5jZDqVpwA5VkiQHOsRdA/XIsm97VaAnLuAIDnXJOSRq5CZTeUlQIYVEiTDusQ7GilnATIuvCAZ18b7GTim898+2BQa5YjyZUWbssZII0hiqP6bJ3/74PyXdL/mp7cASJDfg0yXJN0YgiRi2+x2O054EK036QCJln9E6RdlLUgWyeU+MkDh7IXBv7MlQOa3pSCZr5W3mAQFxp0Ou2BvdBEgo9IMnhAkg7KEP/j+/r50VhCrQgqQ5bIJkuWaeUvhGxQBYtd0gsRON2+pfIEiQOybTJDYa+ctpWtQBMi6phIk6/TzltoVKCsB8Va/nAwLkoRbay0oAsRN4woSNzp6s2ILCgDhV030oNBBywgSByL6NrEUlA6Qve9y1WJfkGTS0gQFzj/VM+wR5xoPJwWIw3YVJA7F9G0Kzs8ZCzlT4enTecLRzmKIOKfnfBdrhv28owiSzNoPEOzZqyA07DW4RuD1h3oPT20pSDwJG8IsgFGvEUBoQRJAZGWRtwKCJO/2U+kDKCBIAoisLBwpEMmMIIkkvLLNRwFBMtBWnFmxHwai6FBFCgiSXmMDjAe+p7Bpms9+4DGeQ0hqnqxe0bXpUQFBAnHp/AQBYPD1B0OzKravRuB5xkUSLRUpUD0kcHoC8Ik2H4IDh48Wxv1AGvUoR7LktbO0tFVDAmdvnX6haHyfyCfSCpSFwuUavVpI4OQ2gPy0M4ZeAuVHjbI3qoRkLSDGJTpQkny/iCmj1usVqA4SV4AY6QHKK2wKFCNIgeuqIIEzrxpijbV/B0qyr3UbK7eOz1NgBJJ5iXOK5QsQowFAeUYeAsUIUtC6CkjgvF56kFM/ECinipSxXzwkoQAx7iBQjBLlrIuGJDQgxi06UPQcxQiS+bpYSGIBYvwBoOjJvBEj87VfSCKJExuQrtrsSe67ba0yVqA4SBIBpHUJ9CZ6ftIqkfe/oiBJCZDOLa5QJvYo3a5WOSpQDCRwxiC3eZc2smY0WapYevGLgCRVQNDcmgsLIuS+ZAHJJZETBmRzOBweL5Vd5/JQIGtIUgYEzb/XUAsqFLBkC0nigHypFymAjq4KWUKSOCDtMEu9SOdhBayygyQDQDR5dQFg9KuQFSQrAenX28s2hlgCxIuycY1mA0kGgDxiiKVbvnH92UvuWUACQDhDyYcXBRwYRQ/yDECm3kLlICeZiKHAKCRwzBuE6F+pYBmapuG8WDH0mcwTgLwBkJfJiIqQrQJnkMApb7bbLaf5/KBzYptf+Z4zcZtzEVAW9iCpA6IHhs5bPi2DR5DAKc33n/o9SHsM54L+fhv5JQrIdwN2PYgA+Zaj6P9HkKDnGB3341ywiQ4ESNE+l13lfiCBY072FCFAQTnUg2TnRmUX+AcSVLM/xMLu8GJAoTMPx7A/Spuwr2sQewmV0oMCP5DAOWf/ig5xn1GWJzo11k4W2oLdZAFBJfmFRV2DQIjalhYSOujSisOhHxA4xeesHuiSfeYPW0kDwnelX6rD4nNKkI0CLSQora2j887XKlA6QEZvGKBssZe9AIndBHHzXwsJS09Q+CxlMWgdIHy71OK0zDhAECABRE49CwPJXysLyjtSi0DpARLlQeWM+gqQGSLVEMVA4qKus0HpAOEQS4C4UF42vCrQQoKLZlfOSlAuvgEKgHB4xot0DbEcNK1M+FeghcR1NoCOoDwAiCMQsP+Kc+xBXGfpyp6GWK6ULMiOgcRVT/IjDWAgELzz1YbtdnvAsdnPYn4MhdsQIOG0zionA4mvQnNoxecpKcPBugsQqqAwqMAfDIGOhkSDsco+KEDKbt/VtWNPUjMkAuTbhfT/ggI1QyJALjiGTv0qQEjWPkj8tZbPlgDJp62il5SQRC9E4AIIkMCC557dH9yWdX77N2FRBEjCjZNq0WrqSQSIdy8sMwNCUkNPIkDK9N8gtSIkQTKKmIkAiSh+CVmXDokAKcFLI9ehZEi+9IvCyN5VSPalQkJArgtpo/qqkViNS4REgCTmZLkXpzRI9Bq23D0ywfIXBcnhcNA7QhJ0styLVAwkAERvmcrdGxMtfxGQABC+REdvmUrUyWIVy1W+JUDC6Uf1Eh1XHiE7ZwpkDwl6Ec3Pe9asOuBSgawhASAcZn25FES2pMCpAllDcloZ7UsBHwrkDsm/PkSRTSnQU2CTOyR/9yujbSngQ4GsIWmahu9xTH1OLx/tJpsBFcgaEuoEUJy+cYs2FaRAX4HsIUFlOEn3otc+II0WKTBbgRIgYWUFClVQ8KKAG0i8FG2xUYLCyblrnpFysWhKMK1ASZCwtpygW6BQCQVnCpQGCYXh7C/3mgicUii4UKBESDa44/UMcQQKRNCyXoEiIaEsBhRuK0iBNQokBcmaigylJSgYdj0NndMxKTBXgaIhoQgChSoorFGgeEgojkChCgq2ClQBCcURKFRBwUaBaiChOB0oethIMRRmK1AiJFOVv5+KoPNSoK9AdZCgN+HDxr4G2pYCFxWoDpKLauikFBhQoDpIDoeD5ucacAQdGlegKkgAyNtut9McXeP+oDMDCtQAyRfhQOA0qAvm6BpQS4eqVKAESAwEbwDhGeER4Rbh+v39vUG4Ru+hibSrdG83lc4Bkj0cngAwEACGaxw7hYAgvAAIDqk49akmrXPjI9VbiQ3JVC/AnqAdJsH5CQEBYPjCviCo3n3DCOATkjkAmKEQAVAvEKbNlctCBWwh4ae4GQaZ6wANg4bE17HsFSAkfG5ApzeV4bYBgNcBBoKji2FcEJthkOkBNAwyCmpdlAL/AwAA//+PmRxRAAAABklEQVQDAJQuyOVl0D3GAAAAAElFTkSuQmCC) no-repeat #f5f5f6;background-position:center;background-size:auto 20px}.bodybg .middle .main .textarea .swich_inpWay.inpTrans_yuyin{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAYAAAC9BQwsAAAAAXNSR0IArs4c6QAAAfhJREFUOE/Vk89LVFEUxz/njjoqBUm6sFWLiED6B1rXTioJ+iFS+V7qPK19SoxnnHLVUpmX9B4VVJQQFEWrdhWtaiG0sUJatol0Yca8d2ImnZxhhLbd1b3nfD/3HO75XqHJGhqd6s26lqPmMu1pufzuzkJxqVEmjQEvlz8l4u4BnVs5M4pxqPnt2jrw/MTk3tY0+3U79Fcs/VFp+sXWuQ70c/kxxIXN2gceRSU92xT0Ap0SuNEMNLNncVg40bxiUJgEm21a0XgahXryfwT9cX1LyrdK///yOFWNEYgX6A8x+xWFhR5/TMdxzO8wjsWopKf9nD5EGKiAbwSOpCl9mYRVa+UL0NoIm6VDcTjzwM/pCkKv+GP5SZybNZiPS3rZGy+MkNqcCG012JiLQr3iBzoI3DfjuZwb1e7ODB+BHjPOxKE+vjiqh5zjgji6SNLF6NbMq5EJPZimvK7q4FjVcl6gxwWeABmwm+UkCe8uXP9cyQ0GV7vaaR8WuAZ0ATNRSadrXh3Oab8T4sqNmy1+AjaAA0DWjAQhH5e06qw6k3ue7qNNRgQbQDi8mV/BeAnJ7SgsfqhZTlXd8jK7stkO2wq2tKwnSYb3wP5VoXv3z466Amtr6xviB7pkRp8INRCqe/enoqUNjWHYd7mUKwQmyZ4dhr7DR8mUfwM2e9eA4DXg9AAAAABJRU5ErkJggg==) no-repeat #f5f5f6;background-position:center;background-size:auto 20px}.bodybg .middle .main .textarea .swich_inpWay.inpTrans_keyboard{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAOJJREFUWEftlkEOgjAQRTv1ItWLyAb1FsIRjHgKIR4BvAXqBi+ivQgdU8xUIml0QayLYdf8Mvy8mfwBROAHAn9fsAEmMCCg4iLpD6a+bCt7VquDEq2JnDYxWte75qntI9FK9dJko+uN7jRPPbo7MDBd5Ng3cD9n3R1bCABL9yKI6nbKUnueLfMSUTjjiJCScV89NuAlYHH2W0CYbZ8lwpo0Y+Dq5iMuEilx7jTAI82Hr57XwK+TkXOAc4CDaECAc4CD6H1/j02E9sfX63hsA/R/8b8GgrdgbOSf6vE6ZgLBCTwAlUP2IcYEk5UAAAAASUVORK5CYII=) no-repeat #f5f5f6;background-position:center;background-size:26px auto}.bodybg .middle .main .textarea textarea{margin:0 5px;border:0;display:inline-block;width:99%;height:70px;padding-top:5px;padding-left:40px;background-color:transparent;border-radius:30px;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAARpJREFUKFONkrFKxEAQhv/ZRDsR8wqCWNnaClb3AkEE690gUc9XsBA8QRuTnXTWWqi9lS9w5Vlp5UPEuCMryRF173TLYb79v5ldwpzDzLsAzkUkM8bcd600i2HmTQDvAB4BLItIaoy59f1BqCiKQRRF/uabpmlGcRw/ATjRWp8FoRa4A7DYWjw45w6zLHsN6gUAiEiRJMlBmqYfv6Ce0kJvzkut9fDn3F8zVVU1EJG+ki9faK2PQ4siZl4F8Awg+ithqleW5Y5fqVLKtsVvCcx8KiJbHaCUmvikRkT2lFIrzrk1Y8xRX8lae01E273ahKy1V0RU13U9yvP8bd4Pmeox8z6ADSJaEpHubWaxfnFjrzcGsP6fhLbn5RPJa2vsRAxjnAAAAABJRU5ErkJggg==) no-repeat left;background-position:20px 7px;background-size:16px;outline:none;font-size:15px;line-height:20px;resize:none;overflow-x:auto}.bodybg .middle .main .textarea #talkmess_btn{height:70px;text-align:center;line-height:70px;cursor:pointer}.char-count2{text-align:right;font-size:14px;color:#999;position:absolute;right:200px;bottom:18px}.createDialog{position:absolute;bottom:40px;left:calc(1% + 150px);z-index:100;display:inline-block;width:auto;background-color:#fff;border-radius:20px;border:1px solid #ddd;cursor:pointer;padding:4px 15px;display:flex;align-items:center;justify-content:center;font-size:15px}.createDialog img{width:16px;height:auto;margin-right:5px}.createDialog:hover{background-color:#eaf1f7;border:1px solid #2d8cd9}.createDialog:hover span{color:#2d8cd9}.clearHistoryDialog{position:absolute;bottom:40px;left:calc(1% + 170px);z-index:100;display:inline-block;width:auto;background-color:#fff;border-radius:20px;border:1px solid #ddd;cursor:pointer;padding:4px 15px;display:flex;align-items:center;justify-content:center;font-size:15px}.clearHistoryDialog img{width:16px;height:auto;margin-right:5px}.clearHistoryDialog:hover{background-color:#eaf1f7;border:1px solid #2d8cd9}.clearHistoryDialog:hover span{color:#2d8cd9}.deepseek_box{display:inline-block;width:auto;padding:0 8px;background-color:#fff;border-radius:20px;border:1px solid #ddd;cursor:pointer;position:absolute;bottom:40px;left:calc(1% + 15px);z-index:100}.deepseek_box .deepseek_switch{--el-switch-on-color: #2d8cd9}.deepseek_box span{color:#939393}.deepseek_box .deepseekBtn{display:inline-block;padding:5px 15px 5px 40px;border-radius:10px;color:#666;border:1px solid #bbb;font-size:14px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAWdJREFUOE+tlI1NAzEMhV8nod2ETgLdwBvQbuANKJNQJgEmgfui2PL99ITERaqai5Pn5+eX7LTx2G2Mpxmgme0lPUn6lvTl7readBKXu19rfARoZu+SHgHqv5jHoWdJJCTOP+Ps7pcATUAz4zCAp8ja2bwMAAAxYEscQPX4p6RjVFIBOfQ6ZJutDWxgCAh7rpWRmQGYa/VwY+Luh569JaglmRl7zpM1AC9R1VLJx14e5WcpoVGRpmk3JPmRdAgZKiAiw4iBnlMt96FTZ0oFaEpViTPtcpR5c/fGtAjPZzIu5WdiNtwDRORTB4zu85mlFYutAraOLQjf/FjsEs2hZKRojRwxLGITBIBD2b2FpiAJVvqbD4vw6TEzC41rw3ADmrfbcteHXb/0Xb9qAI4068Ze9eHa1UPft2KfYDy/ehNG9fIzX3sc0mIz2xTf0ZSHwXcf9fnqngzjE4dteyhmXa6L/5lv/mL/Ahsu5hWm7MOxAAAAAElFTkSuQmCC) no-repeat #fff;background-position:15px 5px}.deepseek_box .deepseekBtn.active,.deepseek_box .deepseekBtn:hover{color:#3573b5;border:1px solid #3573b5;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAbRJREFUOE+tVEFSwkAQ7F3yD8MfSJXHcNSUbxB+YIF34C6UPwDeYKFH4s2q8AfiP5IdmYRZB6LoIbkktZPt6e7pXYOWH9MyHhqA1w9vYWHdvQE+ybp893SX6qa6zuvZIlnp+glgNH7dAhQDyAGTyzcRqk3GYAAgrOvVG0SY7hbJTEA9YO/xJTZktyAMpSuzKTtucgBgIIZMO6UZfjzfMCCO9T0Z1xclHjAabQYwWGbzpLF2YLMiQs4Mma1mFI03e732zXC0mfCGbJ50ubs00JJ69T9TvcaAIMxEVUMy06/Ekd1qKeKRWCOg0XhDndJ2xQYPWPtBy3ojxedeFkERik9HpuwrJ4BVeZzTKR99ZPOz+W3FVIyv2ijzRb5uXCnTGRLfeAjZPBlyzU8fgJbmI6ZS0QQ8TuzceAYNiiAXnzw7mBSgUAZ5AihMmEVpXQyDiZ5eYyjG9blJ2XH/y6EYrzPmLVEyWToRpZLNX3NY+adyZ0x11AbnQ/gzh5ePHlZk3Fri48P/09HTjPTh5+9Ll4OOWGPKPnfWxQRcwbp3fX1xJvkfHhrXA2fXMvnGbdPWRdv6jf0F9JZOJGz4KC8AAAAASUVORK5CYII=) no-repeat #eaf1f7;background-position:15px 5px}.deepseek_box.active,.deepseek_box:hover{background-color:#eaf1f7;border:1px solid #2d8cd9}.deepseek_box.active span,.deepseek_box:hover span{color:#2d8cd9}#mobile .deepseek_box{bottom:80px;left:10px;padding:0 5px;position:fixed}#mobile .deepseek_box .el-switch{height:28px}#mobile .deepseek_box:hover{background-color:#fff;border:1px solid #ccc}#mobile .deepseek_box:hover span{color:#939393}#mobile .deepseek_box.active{background-color:#eaf1f7;border:1px solid #2d8cd9}#mobile .deepseek_box.active span{color:#2d8cd9}.info .text.streamDialog .content .daotu-container{transform-origin:top left;transition:all .3s ease}.info .text.streamDialog .content .daotu-container :deep(.node-text){transition:font-size .3s ease}.info .text.streamDialog .content .daotu-container :deep(.node-rect){transition:all .3s ease}.info .text.streamDialog .content .daotu-container :deep(.node-link){transition:all .3s ease}.commonpro{width:100%;margin-bottom:20px;border-radius:10px;overflow:hidden;position:relative;margin-top:10px}.commonpro .friendly{margin-bottom:6px;margin-top:16px;text-align:center}.commonpro .friendly img{width:35px;vertical-align:middle}.commonpro .friendly span{font-weight:700;font-size:17px;vertical-align:middle}.commonpro .hyh{position:absolute;top:-15px;right:20px;font-size:14px;color:#1459a1;cursor:pointer}.commonpro .hyh img{width:12px;vertical-align:middle}.commonpro .hyh span{vertical-align:middle;margin-left:5px}.commonpro .proBox{display:block;width:calc(100% - 195px);margin:0 auto;border-radius:20px;padding:0 20px;position:relative}.commonpro .proBox .protop{padding-top:20px;padding-bottom:5px;border-bottom:#dbeeff 1px solid;margin-bottom:10px}.commonpro .proBox .protop img{vertical-align:middle}.commonpro .proBox .protop span{color:#1459a1;font-weight:700;font-size:17px;vertical-align:middle}.commonpro .linkBlock{display:inline-block;background-color:#f3fbfe;border-radius:20px;padding:20px 20px 5px;overflow:hidden}.commonpro .linkBlock div{display:flex;align-items:center;margin-right:20px;color:#333;cursor:pointer;height:60px;position:relative;padding-left:60px}.commonpro .linkBlock div img{width:80px;position:absolute;left:-20px;top:-20px}.commonpro .linkBlock div p{display:inline-block;font-size:15px;margin-top:-15px;position:relative}.commonpro .problemList{width:100%;padding-left:5px;animation:fadeInRight 1s;font-size:0;text-align:center}.commonpro .problemList li{margin-top:10px;font-size:15px;line-height:40px;border-radius:40px;display:inline-block;padding-left:20px;padding-right:10px;background:rgba(255,255,255,.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAANhJREFUKFOFkL1KA0EUhb+TLQKCtVhtfAchnY3bRVl9Cq1FULRWDEhqfQuDdmYFrfMMIZvKWlDTZI/MuIEEArnFzJnDd3/mijoGpQ8EZ0AbMwOGFr0s1UtAFI7B2DcSV/OkxdvmNmvpWq8T5w3ztAqae5U4UlH6Hdiry/d/K06DbjZ4EOQ1/BHAb2AjGNOK7c6OPuM4I28pIWrEj4qxvxCb68GF1oY+M05ilYTHpdZvE+de8xlXHP+vp/Sd4GLleqCbpbqMYIhi5EMSzhG70TBD4H4/1XN4/gGVu1LCSr8XdAAAAABJRU5ErkJggg==) no-repeat;background-position:0px 15.5px;background-position-x:5px;cursor:pointer;margin-left:8px;white-space:nowrap;overflow:hidden;border:1px solid #fff}.info .text.streamDialog{position:relative;padding-bottom:15px;width:100%}.info .text.streamDialog h3{font-weight:700}.info .text.streamDialog .content{padding-left:15px;position:relative;font-size:15px;margin-top:10px}.info .text.streamDialog .content pre{white-space:pre-wrap;word-wrap:break-word}.info .text.streamDialog .content:before{content:"";display:block;position:absolute;top:13px;left:0;width:10px;height:10px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAJ0lEQVQYV2Pk7/n9n4GBgeFjCSsjiAYBRqyCMFkQDVMA14IiSLSZAHKRFTG2S4ufAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:10px 10px}.info .text.streamDialog table{width:100%;border-collapse:collapse;margin:20px 0}.info .text.streamDialog th,.info .text.streamDialog td{border:1px solid #ddd;padding:8px;text-align:center}.info .text.streamDialog th{background-color:#f2f2f2;font-weight:700}.info .text.streamDialog tr:nth-child(2n){background-color:#f9f9f9}.info .text.streamDialog .evaluate{float:right;display:flex;align-items:center;height:30px}.info .text.streamDialog .evaluate .re-answer{position:relative;vertical-align:middle;width:auto;height:14px;display:inline-flex;align-items:center}.info .text.streamDialog .evaluate .re-answer img{width:22px;height:22px}.info .text.streamDialog .evaluate .copy{position:relative;vertical-align:middle;width:auto;height:14px;display:inline-flex;align-items:center}.info .text.streamDialog .evaluate .copy img{width:22px;height:22px}.info .text.streamDialog .evaluate .re-answer:hover:before{display:block}.info .text.streamDialog .evaluate .re-answer:hover:after{display:block}.info .text.streamDialog .evaluate .re-answer:before{display:none;content:"";background:transparent;width:0;height:0;top:-8px;right:25px;position:absolute;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #1459a1}.info .text.streamDialog .evaluate .re-answer:after{content:"重新生成";display:none;position:absolute;font-size:12px;height:30px;border-radius:10px;background-color:#1459a1;color:#fff;top:-38px;right:-5px;width:70px;line-height:30px;padding:2px 5px;text-align:center}.info .text.streamDialog .evaluate img{width:17px;margin-right:20px;cursor:pointer}.info .text.streamDialog .evaluate .yidianzan,.info .text.streamDialog .evaluate .yibudianzan{cursor:not-allowed}.info .text.streamDialog .disclaimersBtn{position:absolute;top:0;right:0;border-radius:0 15px;background-color:#f2f6ff;color:#609dff;padding:3px 12px;cursor:pointer;font-size:13.3px;line-height:18px}.info .text.streamDialog .disclaimersBtn:after{content:"";border-top:23px solid #eff5f8;position:absolute;border-left:16px solid transparent;right:71px;top:0}.info .text.streamDialog .translateBox{position:absolute;right:-120px;bottom:0;width:100px;height:30px;border-radius:15px;font-size:13px;background:#f9f9f9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAkCAYAAAAD3IPhAAAAAXNSR0IArs4c6QAABPVJREFUWEftmFtsVVUQhr8pPfQGFAVvVQOIpPGG8UEJCQYaicCTrSE+GDUkKgalILcakIvEqJFWglRNuLwoKQaJgQRCxEKsFxIBxRC5I0oMIiIgSFt6OT0j07V3ezhnn71PRd9YyUqTs9ea9a9/Zv6ZVeFfDFXtBdzrzRKgEGgGTgL7bIpIR09NS082qOpDlw+cDFQA14fsPQdsAFaKyK5sz8gKjKqWAsuAcUBWezwACmwFXhaRw1GgIg2r6hRgKZAfZSzkewswS0Q+CLOREYyq2rflwNSrAJG69V1ghogYY2kjDMwSYM5/CMQ3VS0iVVmDUdWngY/CgDS3wd7f4OAp6JUD95XA8BLItTyLHs+IyJrUZWnMqOotwEGgOMhmewdUb4PlDQ7E4AHQkYCfz0D/QphRBlMejkRzAbhLRH5PXhkEZoWXvmkWW+MwcTUcPwfV5TC2tJuJlnbYsBfmbYJHSmH1k5GALO1fyAjGY+UXIC/I1KubYNshqK+Efhly64+LMGopTBsDlaNDAbUCg0XklL/qCmZUdRZQE2TiXBPcsQi+mgHDbw2/9eZ9ULkeDi+E3uExNFtE3skE5gtgTNBRWw/A9E/hwHzIiVCnRAIKZ8L++TB0YCjwBhEpSwOjqrmXheliJnFbtwdqG+CbmZGx0LngsRVQUwHDbgxdb2LYV0Titqrrjqp6J3A009b6QzB5LRxbnJkZC/A8u5I3LMtsWNaFjGEi8lMqGCuCOzNterYOCmLw3hPBK348CSNrYO+8btcs2OwCfc7YUDAj/GKazMwo4OugbScvwKAFMHccLJwAuQE3fXEdrNoB08uce2zM2Qh989yekFEmIg1ZM9MWh7rd8FY9TBsNU1NStrEVhr4GVWNh8RY48YZjpGoj9IkGE8hMaMyowoc7Yc0uqPdKp1/tPv4e3twK31VB+UoYPQzmPgqvGDP5kcwExkxgNhkIG/b3kx+g9kvYXgkJdb/Z5/Hvw+5fXVmwtL+5HxxZCPM3X+kmSZeE4GxyB2qaztihNu2g9Xvg9c/g7XJ44DYw40dPw+OrYO0k6FfgRG7SGqe+R05DcQEsmOBABuhTsM54YK5QYLu5AYknwGrPifPwXB0cOwMlxbBsIuw4Bt8edxnTSyCWC9sPOyCFMbiu0IGxoDcwKeyEKrBV7K7a5DNi+tHUChda4K9m+LMRLNUr7ocRg5277JBYDuTHXJz0L4Dzl2BgEZTe5PTH9CaJHatNQ5Ird1DVXgk8b0z5rFxqg79b4GyTA3KmERZtgfY4DOzTnbQ5OY6d8XfDyCFwQx8YUOQyq6B3NzvejvCq7bmqq58JA2OuMbdZLPnM2K0tZh4c5IppCJjs+hkPUGenl8lNRv/FFhdH7UlgUt1k8VKcD0V5aW56SkTqUoUwrAeuVmV2cgA3t4O1m01tHpA4dHgpbjHjB7DFTVFvKLQZc3GUFMA1IhLYW0e9DmoTyks+Q9Zy2mzrgHiHA+LrjYExNxkg64PNXTFv+oGbI9QC03v8OvApVNVKhSWaIN+KsPUqvvb4ouevtZv5oDp1xbLH/dYichXvpmR/Jr8oE4p0yq6JZED166LaMaWqfC7S+aI8FFoue/hUNcv+W7scGBBi/Cyw8X95a6ceqqrGvv0X4h7gdq87bATs6bHf+y+E11pF8dH9PfKtnb2pq195DUwmDq8xk4mZfwAuUvA09d18ZQAAAABJRU5ErkJggg==) top left no-repeat;z-index:1}.info .text.streamDialog .translateBox .translateSleBtn{width:11px}.info .text.streamDialog .translateBox img{float:right;margin-right:10px;cursor:pointer;margin-top:12px}.info .text.streamDialog .translateBox span{width:40px;text-align:center;float:right;line-height:30px;margin-right:2px;cursor:pointer}.info .text.streamDialog .translateBox .languages{display:none;position:absolute;bottom:40px;right:5px;width:60px;z-index:2;background-color:#fff}.info .text.streamDialog .translateBox .languages li{list-style:none;line-height:30px;padding-left:5px}.info .text.streamDialog .translateBox .languages li:not(.disabled){cursor:pointer}.info .text.streamDialog .translateBox .languages .disabled{color:#fff;background-color:#ccc;cursor:default}.info .text.streamDialog .translateBox .languages li:not(.disabled):hover{background-color:#1967d2;color:#fff}.info .text.welcome{padding-bottom:15px}.info .text.welcome img{max-width:100%}.info .text.welcome a{color:#1c659f}.info .text.welcome .appraiseBox{display:none}.yanshengbox{width:100%;height:100%;margin-top:10px;margin-bottom:20px}.yanshengbox span{display:block}.yanshengbox a{display:block;color:#236bd5;border:1px solid #fff;padding:8px 10px 8px 30px;background:rgba(255,255,255,.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAYAAAB2HjRBAAAAAXNSR0IArs4c6QAAAbBJREFUOE9t0s9LVFEUB/BzfzASQ/qWLZMaXBQIRbuEdoUoaeL8DdUq3QhR4MrazSoYI2jvHyC19p9woTKbol0hjjr3fM85cd/MG8dXFx6XC+9zzj3nXEej9aTzu/ChsSCcWpdAkxOfDZSP+qYHve3ZP9V/k7vLh6efLu96c23m1EgAJSQqd0mUBEk47R1/vHdUD+BWOlboDbwCY2oIh5jVCufosaq2oGgG8j+h8o1Jdw63Z3s5kHvetWUzPMQYgoTojidqs3AjCYjBZGpEzhED/YHqWm+n9d2tfrZNEUxXGKZF8P5lAqYyqjAgFEIozxCcquq8e7Fr76EIFfbBL4vqg3z9ScwAxRCHGDkAf3Gru7YhipkKhxA3obhZx9cyZ6zy45+aY4zvWBDquKq5yswi4la+WiEXeC2CckwhxjcQzFzHoOg9scjVtXPm3PKlrrUEaT3PuV4zC8g5T6pKadTAcc1XL8wKH84XjPHIe78FQUPNyIgICkqc5z/uft/M7peZ62upi0Vh7LGiWYL8jXCeMwvaJx/m9v+Lc7BnnYvbcHjLgsUE3Bow/2Lw/uQL+wvfm7hEU04A2gAAAABJRU5ErkJggg==) no-repeat left center;background-position-x:10px;font-size:14px;line-height:32px;text-decoration:none;border-radius:10px;margin-top:5px}.sourcesBox{width:100%;margin-top:30px;padding-top:0;border-top:#015293 solid 1px;font-size:15px}.sourcesBox span{line-height:32px;color:#236bd5;margin-right:10px;font-size:14px}.sourcesBox a{display:block;text-decoration:none;color:#236bd5;border-radius:20px;cursor:pointer;margin-bottom:10px}.sourcesBox a span{margin-right:10px;color:#666}.sourcesBox a:hover,.sourcesBox a:hover span{color:#236bd5}.info,.question{position:relative;margin:40px 55px 0;animation:fadeInLeft 2s;width:auto}.info-text{width:14px;height:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAAAXNSR0IArs4c6QAAAKVJREFUKFON0DFqAgEQBdCnIOlEUqcNBKy8gb1FutzBHEFII+QEQa9gK1beQLsUKQIWepSRxWFjdF132nnM/JlWRHxior5+WkU/IuYY19gStrHA2w18gjn1AWsMK/AfTNzDBi8X+D9M/IwtHs/wNUw8wgpF9qKqYeIZ3pvALg4Z4be8uuotETHFB3b34FNO3dfCzLrEoAl8xVcT2MH3XZjrp01h/wg7akc9sBRd8gAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;position:absolute;top:18px;left:-10px}.question-text{width:14px;height:18px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAQCAYAAADAvYV+AAAAAXNSR0IArs4c6QAAAQpJREFUKFNjZGBgYJAtu3qJgYFBF8TGBf4zMjQxgiRlSq+eZ2RkMMCp8D9Dz5Nu7VKI4rKrFxgZGPSxKv7PMPNxt3YGSA6sGKczGBlWP+bUimBoYPxHSPGhx98fujFM9voJsxGXyXf+MTNZPG3XfIvsNAzF/xkYvjL8+2f1pEcXFEIoAJvi3Cdd2lOweRYadFeuMzIyajAwMlx7zKmlC/MQVpNlyq7eZGRgUGNgYEh63KU9H1d4Q5xRevXOfwYGfpbXr2QfLHD8gVexTNnVh4wMDKsfd2mX4ItymAef/mH45/K8S/c6QcUyZVc2P+nS8cWnEBGDpVciH3frLCdKsXjJRe6XPfpfCSkGANV8X/rNS5GuAAAAAElFTkSuQmCC) no-repeat;background-size:100% 100%;position:absolute;top:10px;right:-10px}.question{max-width:100%;margin-top:50px;animation:fadeInRight 1s;direction:rtl}.info:last-child,.question:last-child{margin-bottom:40px}.right_arrow{position:absolute;left:-55px;top:0;width:45px;height:45px;background:url(./tx@2x-B3_BqUNe.png) center/100% no-repeat}.user_right_arrow{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAvCAYAAABzJ5OsAAAAAXNSR0IArs4c6QAAB6xJREFUaEO1WntsW2cV/517Y8eOfb/rOC+SJouyLmPdo0mXbM3KStEYSvZAQ4gVysR4iG2MDpXxBxpson9UPKSJSYFuK0UqVAKxhaFpamFs0IfGRtqUPtaSah0h6ciSZklb597rxHZs34M+59E0cWPfG/eT8kfkc36/33f8Pc45nwkFHl1dXWp7e7vu9XqDiUTCE4/HrVgsZjY0NMQLTAVaLqBlWTcxczuAdQCaiKiemT0LcBnAKIBeAD22be/Tdf0tIppaDr8r8ZFIJKSq6qMAvgZglUsBEQB/VBRlezAYPOUGw5F4ZhaWZT3FzJuJSLghzOIjv5U9iqJsDQaDJ5xg5i3eMIxNiqL8nJmrnRA4sE0T0Y5YLPZUZWVlNB+/nOJHR0eDPp/vBQBfyQewADZnUqnUxnA4fDIX1pLiI5FIvaqqewHcnAuowJ/HiOhhTdNeWQr3iuINw2gkov0AagssLF+4NIBHhRC7ruSQVfzExERNKpXqJqJr8mW6SnZyHzykadrL2fAXiWdmXzQafZuZW66SIKewCWZer+v6kYWOi8QbhvEiEX3LKcNVtj+raVozERnzeS4TPz4+fpeiKH8H3N28sQvDGDq8BxffP4JYZARKkQcl5bUoXdmM6tZ74A/XLGeOO4UQj2UV39vb662rq5OXhOMbk9MpnHmtEx8cfAl2OglSVBBNx4WZM3+KoqJ+w0Y03r8ZanGJm0nYzLxO1/XDs85zkTcM49tE9LxTVLbT6Ol8BBf7joMUBcFwJeJRE+lkYhGUnESweiXavrcLRb6gUypp/w8hxCcvE3/gwIGilpaWPgD1ThFP7X4ag4f2QPV4MTUZxd1bnsX5/l6c2LsbXn8g6wTKb1iL1s3y3nM11gsh3paemchHIpHPqar6qlMoo/843vrpJnj9QSQmLax98AlUXb8ailqEU3/9A/r/tQ9e3+IJ2KkkWh//BSpu2eCUUi7HlzRN2zQn3jTNPwH4vFOko88/jtHT3Zk13falLSira0Q6NZX53+PzY+DoQfS+OX1Ey29mdsjPy69vQet3djqllPbxZDJZVVZWZtLAwIAvHA5fICJHuygZjeD1LW2oW92Gpnu/ClIIbNuXCVQ9HtipFPq638DgqW7ErQjsdDqzeZlt3NN5CKrfeXJq2/YXQ6FQF80cj/uchiAxNgB76F0EwpVIxifnTpeFODLKRZ7izGaOR8cRPT+CifExJCZM1N79Tfgqr3VKLbl2apr2GJmm+QMAP3GKwNGPwOf+7dQtYy8nQqQAlauAYKUbjJNCiCYyDOP3RPRlpwg8cQE87Kh2WERBNc2gQJlTamk/pWlaiYz8OzP1pyMQTiXAA5kTy/WghjtBRcWu/FOpVL0U/z6ARjcI9uARIG66cQV8OpS6Vne+AGzbbpXiPwSwwg0KR8fA53IWPFmhqaYJFCh3Qzvrs16KH1xOwWHLTRv9yJkIrQrKx5ZdnGXEvwfg487Y51nbadgy+pMX84MoKYVS3QQoan72V7BKp9NryLKsg8zs/J6eDyqzxsgAOPIBUskESC2al1UzZNZZ7PWBQ9cgXdoAzGScy1GvKEq1jLysEb++HCDpeyxiYMJO49P+KSQjw6D0dFbJajF8ZbV4YWgSt4ZL0VSqL5dK+htCiJA8558koufcIp6NTuDX/+nHe4YJayqJVzruwopAAH8bOodgkQd3VJXj5b5+dJ7sRdDjwSpd4JHGa1EfXJywOdBwWAjRJsW3EVG3A8c509c/HMZv/3sWKZZNL8BmxkqhYdvaFnzhjf0QHg92bPgEHnxzPzTPpfZlERG+cV0D2le4618xc6eu698lZlZN0xwjolInE9g7OIRdfQOLcpo0M/yqinhadi6mh8y7Zyur+RxyAvfVOi8NVVW9LxAI/CWTz5um+ZuZpmle+nvHDfzohLu8ZiHBtuabcWPI0T4wNE2rIqLEbDHyKVVVD+SjXC6NLT3HMRyL5WOe06amxI/O29ZAyf8E+pUQItPdmKthTdN8F8DqXGyHxi7g2V55NRRufP+mG7C2Iq8EjYnoFk3TZJ//knjLsjYyc9bO1HyZz50+g3dGzxdOOYA7K8vx5I153ZOvCiHmKr65yDOzvLD+CaBtKWWbDx/FSKywLzTVJX5sv/3WJQMiX1GYebUQ4sz8g2DOKRqNNtu23QNg4bPMnM0TPceQnD4ZCza8CuGXt61ZEo+Zf6zr+jPzjRa1+yzLeoaZtxVMWQGAmPmYEOKOhW9Y2Rqtcvm8BuCzBeAtBMR527ZvD4VCAwvBsra4x8bGtOLiYtmbd18tFEI2MAHgM0KIrBnAUo8LYSL6c64NXBiNWVGiRPSApmkyiFnHks86IyMjAb/f30VE915FkdmgzzHzA9l68ktu2IVIzKyYprlVUZQfMrNM1K/2OJhIJB6qqKgYzkWU8zVwFmAm+9whX7lzgbr8fJyZtwohthPRpdbbEmB5i5cY8ncFHR0dDzPz00S00qXIhW5yU+4kop9pmiaf+PMejsTPosqlZFnW/bICI6IO+Y6VN+O0ocxRjtu2/TsAu3Vdz7MAvpzFlfj5EDObeoOiKOuYWS6p6wDIlDUoawUAk8wsG7lnmfk0EfWkUqn94XD4fw4nvMj8/wNp304GpH6fAAAAAElFTkSuQmCC) center/100% no-repeat;right:-55px}@keyframes movebox1{0%{left:0}to{left:100%}}@keyframes movebox2{0%{left:-100%}to{left:0}}.info .text{padding:15px 15px 30px;background-color:var(--text-bg);border-radius:10px;max-width:100%;min-height:60px;position:relative;display:inline-block;line-height:36px;overflow-wrap:break-word}.info .text .loading{display:inline-block;overflow:hidden;position:relative}.info .text .loading span{vertical-align:middle;color:#0656f6}.info .text .loading img{vertical-align:middle;animation:loadimg 2s infinite linear}.info .text .loading .movebox{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(290deg,transparent 20%,rgba(255,255,255,.6),transparent 80%);animation:movebox1 .8s infinite linear}.info .text .loading .movebox.movebox2{left:-100%;animation:movebox2 .8s infinite linear}.info .text .deepseekLoading{background-color:#fff;padding:10px}.info .text .deepseekLoading .thinkState{display:inline-block;background-color:rgba(245,245,245,.7);border-radius:10px;padding-left:30px;padding-right:15px;font-size:13px;line-height:30px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAWdJREFUOE+tlI1NAzEMhV8nod2ETgLdwBvQbuANKJNQJgEmgfui2PL99ITERaqai5Pn5+eX7LTx2G2Mpxmgme0lPUn6lvTl7readBKXu19rfARoZu+SHgHqv5jHoWdJJCTOP+Ps7pcATUAz4zCAp8ja2bwMAAAxYEscQPX4p6RjVFIBOfQ6ZJutDWxgCAh7rpWRmQGYa/VwY+Luh569JaglmRl7zpM1AC9R1VLJx14e5WcpoVGRpmk3JPmRdAgZKiAiw4iBnlMt96FTZ0oFaEpViTPtcpR5c/fGtAjPZzIu5WdiNtwDRORTB4zu85mlFYutAraOLQjf/FjsEs2hZKRojRwxLGITBIBD2b2FpiAJVvqbD4vw6TEzC41rw3ADmrfbcteHXb/0Xb9qAI4068Ze9eHa1UPft2KfYDy/ehNG9fIzX3sc0mIz2xTf0ZSHwXcf9fnqngzjE4dteyhmXa6L/5lv/mL/Ahsu5hWm7MOxAAAAAElFTkSuQmCC) no-repeat rgba(245,245,245,.7);background-position:8px 6.5px}.info .text .deepseekLoading .thinkState span,.info .text .deepseekLoading .thinkState img{vertical-align:middle}.info .text .deepseekLoading .thinkState .showHideThink{width:20px;height:20px;cursor:pointer;margin-left:10px;rotate:180deg}.info .text .deepseekLoadingImg{display:block;animation:loadimg 1s infinite linear}.info .text .thinkingimg{width:20px;height:20px;margin-right:5px;display:block;animation:loadimg 1s infinite linear}.info .text .thinkMsg{display:block;height:80px;overflow:hidden;overflow-y:auto;padding-left:55px;color:#888;font-size:14px;line-height:36px;background-color:#fff;border-radius:0 0 10px 10px;position:relative;scrollbar-width:none;-ms-overflow-style:none}.info .text .thinkMsg::-webkit-scrollbar{display:none}.info .text .thinkMsg:after{content:"";display:block;position:absolute;border:1px dashed #deefff;width:1px;height:calc(100% + 20px);top:0;left:18px}.info .text .resultMsg{width:100%;margin-top:20px;line-height:36px}.info .text .sourcesBox.deepseekSource{margin-top:0;margin-bottom:20px;padding-right:50px}.info .text .sourcesBox.deepseekSource .sourcetit{height:26px;line-height:26px;display:flex;align-items:center;justify-content:left}.info .text .sourcesBox.deepseekSource .sourcetit .titIcon{display:inline-block;vertical-align:middle;width:26px;height:26px;background-color:#fff;border-radius:50%;margin-right:5px;display:inline-flex;justify-content:center;align-items:center}.info .text .sourcesBox.deepseekSource .sourcetit .titIcon img{height:15px;width:auto}.info .text .sourcesBox.deepseekSource .sourcetit .gouIcon{width:20px;height:20px;background-color:#ddefff;border-radius:50%;margin-right:5px;text-align:center;line-height:18px}.info .text .sourcesBox.deepseekSource .sourcetit .triangle{vertical-align:middle;width:12px;cursor:pointer;transition:rotate .3s}.info .text .sourcesBox.deepseekSource .sourcetit span{color:#333;vertical-align:middle;font-weight:700;cursor:pointer}.info .text .sourcesBox.deepseekSource a{display:block;color:#2c3e50;border-radius:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:20px;margin-bottom:15px}.info .text .sourcesBox.deepseekSource .titles{padding-left:45px;position:relative}.info .text .sourcesBox.deepseekSource .titles a:before{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background-color:#636980;vertical-align:middle;margin-right:5px;margin-top:-3px}.info .text .sourcesBox.deepseekSource .titles:after{content:"";display:block;position:absolute;border:1px dashed #deefff;width:1px;height:calc(100% + 20px);top:0;left:8px}.info .text .goOnBtn{float:right;padding:0 10px;height:30px;line-height:30px;text-align:center;border-radius:10px;background-color:#eff5f8;color:#609dff;margin-right:50px;cursor:pointer}.question .issue{display:inline-block;direction:ltr}.info .mateHit{padding-left:15px}.info .mateHit li{position:relative;margin-bottom:10px}.info .mateHit li .ckxqzn{font-size:15px!important;color:#005197}.info .mateHit li p:first-child{font-weight:600}.info .mateHit li:before{content:"";display:block;width:10px;height:10px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAJ0lEQVQYV2Pk7/n9n4GBgeFjCSsjiAYBRqyCMFkQDVMA14IiSLSZAHKRFTG2S4ufAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:8px 8px;position:absolute;top:8px;left:-15px}.info .appraiseBox{display:flex;flex-direction:row-reverse;position:absolute;right:20px;bottom:10px}.info .appraiseBox div{display:inline-block;height:30px;width:30px;cursor:pointer;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAbpJREFUOE+l089rE0EUB/Dvm7HBoBi14EHUgyKiNrNevJZKbkIPZUIK/hHqbkzRg1pQRKF0CwFvQg+FgmQFxaPQgyIWirIb8Krgr0tKTEExoTtf8Ud7sM1S7Du/95mZ92UE2yzJmq8/fn2w19sxKsTLoGKam/VmAmEUvyPluwiOaPDkRet9/BfpC9ybiw/l8vKh01we2DM0GItWt/2xofktAzNRc5zglG/N4TBqPhdg9rItPtgScPfhUiGnc68ANFZSfaug0y+r5Pla2VvcFAij5KgDD4jDgFJyikANwKfO/mKp0H47DKbPACwB7AEgKD+csF613pPfOwij5JtAFEFN8LOCqn9NVX2ycrp3/2myr9tliVRq7XSBOw7IhF82hb9AvJoKRxTVOIF21ZobWfHORG/OEnrBt2b3OqCcGnbCCxS0A2uuZwHTjfgSRMYCa0b+CwgbySyFrcB6VzYCwHJQNjczbxDF74W45pe9+Q0ARFq+LU72A+48WhzMM9/qprv2Xq0c6/wBGknqgJqA5wBZEY25fgAdSwIZ9a058atnLcYJEjtFMSVFBKL7P4HOwb2o2jML68B2fvRP6rfLEboBu5kAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:center;background-size:17px 16px}.info .appraiseBox .budianzan{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAb5JREFUOE+lkzFoFFEQhv//7RkhQQTLFFoYbMK9FTtRDwRBO8G3CSZYCGIhaW5PLMXtFCTZU2zETrBQs9eEFELSqCBiLG4PRbheG0UPjcpxOyN3xoMzbhJ1ilc8Zj7+f/iH+M9id75aSydEOApID0ei9/97kaSKtDo7eP/ScX+119t94qTeUfApFLsJtAG8yRVG7AM0DZ1/egAgIiXPeFMKfghdMcoDxLX0IFSXQ+cPDwCMmJJQp0G+3wjQHZpL0m9QHqkExZW+hV8AJT5WnL280W6rtXRJRB9VAv/6vwKuKrAnPGWn+wARU6LRKQCfNlMQJ/WA4LWys2M/AfNpBuIOAAtocygrzMxMjn/JszH34OUYvW3N0FmuKUhvKjgK1QLJ/QoZIczZ0BUXq7VXh1Wze1B4fSAxAtXnYeCfWBeYKFKz0zYuQHGDqocghXdisqYaPW+Ub41RFfG+tzK+iCbH239M3JqtWQX8SmCPxUn6WgRXLk7Yh+vSmRuYpH4A4LPQ2e1x0nhC1bvlwHb3NFC5Cm4vrAx/bQ+tgjwHlVmCJ8vOPt4yoHdk840zStkrQOvzLnsrOsrOXwG2cuk/AJxjzBHAsr7zAAAAAElFTkSuQmCC)}.info .appraiseBox .yibudianzan{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAaCAYAAADSbo4CAAAAAXNSR0IArs4c6QAABFxJREFUSEu1l31o1VUYxz/PudugF2QplbFa2fKvrAm9qNMSKwmCEKHWHyG9oMzZy2wpe227c+567U1bxcyJCyoqwfSPzVBcSaazWYTWHzVEiEACE8VezNzu0z3nd+7Pn9vaLu124cI9557zPJ/f93me85yfkPnEtZDzTGWQM7wiv4Tz0R+rtYQY7wLzwmkBMl87GR1Hf5sR/32Bsox6Gchsgxp9DmEtMMk72Mx5VrJBzoUOG3UagxwCrnHOxnKaDUwAdoYhiqmR34QaXYSwcxQFNpCU6nC+VrchPOoh+tJmWhBOYUIsyB9mZbSxcj1CHYa73E7DXqpkoVCrVprp3sR2lPsRCoEUSYmFputVvctjpJjNOjk1aviymVQV2jmJYQrCWWKUWhAN9ybFjq38s5zTdRIEoV5vx3DEP8EmWqQyG39jrnlLWzA0YfgbWDQaSB+G2c5pmwdp0DJiHPCJmCAuDRMG2aRPYdiahklheCIAySSfVaBB+xAP0upB4lqGeBBI0JQDkK06CzjkH65asLHPVIBVoEltIgaKtHiQtVqGcoAg0xPU5wCkS2/DcNTZhPVCYwTEKtDsFbELmiIgxoNYRWpzAPKe3oLhWwxXAp1WgSA09hsXoUUv5kijB0n60GQUWZUTkOso4CuEGzB0C3EPYp28JEJbJEfqPMhrWgY+RwwJVuYAZIcWMsSXGG5F6BdaI4o0iJCMhGa1B3kjkiMW5NkcgGzTAgrYh2EOwjEhEQGpFeFlHxqrUHUEJFO+FqQyByA2Rbu1J63GQwh/COsjoVklwuuRHKnyIB06A/jOZbihg2WyYsLniDXwqXYiLLV2hVdVfVnCCyK0R0LzjAexmzpD4OOuvJ+WkxOG2eNPV7EgGyOheV6EtyOKLI+AdOlHCI/5uu/H0Ar8Sp5T6QjlkU5tCXfrFZyjlBjBOWXXZT75blSMsAbDzbZihTcjiqwQ4R39GsMdrpyXRkA+0BtJcRjD1T5EQckHB1In37OcuKTcyCbi5fRgeCBckzkiht9LgvEOoUP3pI/vhT48tiNelb6b5GE4wZNSdIn8FiaP9zHMRdLPkzEa4xv+ooxysQ0MdmkJhn6EyeGafwfpJkalVcDeun5EiIWbbCMSKlgiW0bkgW3h25lJPouBCoy7KH3OVB7kTrng1u/W+zD0ejXsWXE0bCMGe4D+CQygfMY9YnPOt7sunYnhRQzT3a1J2Mzj8smYybhLJ7n+I8zAsJOzPEK5DLk9vboRoQrhAjEWc6/0jJfYmb473rqR/+/VKQxyGGEahg85zZIQZJ8OIO6hTqOUMl9+Hs/BRECuRV33tKHpZAEViAQVsj+sxJ+YKzeNB3ExNNmsHL6mV4sQfnDdU0gyX+o8RA2GpG+k7cyRqmzM/3dF9msxKY77JN9CjDbgYXu3QLjMOR+kiHly4v8FOaiTSbkSLRn1XQbWcLc0ZwMxsdDY3QfVvl587M6US1+0EvxOMwtkMFuQfwDSBlXBA94WtQAAAABJRU5ErkJggg==);display:none;cursor:not-allowed}.info .appraiseBox .yidianzan{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAaCAYAAADSbo4CAAAAAXNSR0IArs4c6QAABFxJREFUSEu1l31o1VUYxz/fczXIDFGoKAklrbAwaohkSCJZmBrxMyRfZk2n0pvTTJlOZ8umzZcsphK+bJlsmCA6TDKzzBRxJWFIVkgRmRYm9IeGM8v75Pnds+tvOrtXmz+4/O695znP8+F5O88R/+eZaUWIdxHEH/84vkdMZZ62X4nq5u1XsicjO8fuJM3hLEQzzAWoAVRod76Krx5ktj2LWBuDONYhaoBixDMB7g/OcQsV+icfmKsHmWOP4dgeQlLKa1oUG6y0rYih4f+hlOnDawtSYQ8i9gWD1czVlNjgfHuEFJ8ET73BDJVdW5D5dj/GgRCG1ZRpUmxwqXXhHL/huA7RyDT1yx+kzG4lTel5V/dD7MZYwgId/08FZqKKdACpp1SFWfmldgjHPTiaKFGH/EBmWncc3yBuSFTAn6S5j0r91KqSKuuN6ItYE0KwmVc0PCtbbW/hmBqvpViI8TWpbHn7/84CJ4D9jNMZvyLKbQvGE5eUoaOBuYpagFRaV9qxDEeEC70jUzWNTE2EYIX1x7EnK9Msm3xnvp8gxTxGarmYa2cR7ePESzEGYweiB3CEcnXLgiy2myFuVp0vgvAK65issVnZldYBxwmEf3vQTMO73DtFiaiw04jrcdRTrkLm21eIAsRhZunurPI3zZeqL1mv1AP5sBxBNJFmByX6q4X31lg3UvTNhqQ5NJl3p3hNjMbFKXFcvG4nETciGpitiCo7iOgdt+oZ6hVvq7YepPkhQBxgsgryScCcMg1Wi2Mc4oxYkACZqYhFdhAXQKZlQYpw4UxxDOd5bc5pJB+BD6wex2ifK2JhAPHJOV0RSwOId/+UALLCJuJYFeLdj4lqzMdOTplttgfhE/s7scRO4kJoXlZEdSI0LwaQVTY+Pkt8wrVjEEX6NKeRXAKfWTv+5iju/HkEjeLtRGhKFLEi4ZHnAsgaG08qAVLYBiAf222kOBbybqNYngB5QRErEzlSHEDeCx7xFQODaAuQnXZv3EgzVVgp3knkyCRF1CRCUxRA6mw8jpp4kzGIUW3gkc/tIRx7QyMtEasSOVKsiLUJjxQGkA2JHPEeGdEGIHttJGJ9ABkragMINFCkiLpEjowKIBsvCk3UBiD7rALxaui4Q8Q6O4XoiGMTY/QU7ydCMyKANNgExOqw6WGGaU+uosi5/oUtQ7wUPNJL1NtZHO1xrOdpjWaj7Uf0wfEjkXrGCreanzVWhsQayOPaldNQLoEvbTWOCcBpOtFFbLDfcdwE/EoqPj8m4+gMHObJcNZss/4I33z8wVXPo4nZI5fB1tYPWUea+Ba4HfiZPuouNtl0YHErJ2MpQ8Ic6pXtsKPnw9M1loNltGc5xqlL7OQag4w7ELXAXWFvFX00KzM8bzHvieIETC2DVdzCyE4bgNjVYgS4+AqR/O03J+87rXvuGKfoyUCduTDFf2QFGA/Ec+ZgHWp13+645HzSdrzsfaZZY+77wUHSDKOvfvG2/gVxgV0cTHu9hwAAAABJRU5ErkJggg==);display:none;cursor:not-allowed}.info .appraiseBox div:last-child{margin-right:0}.info .answerDialog{max-width:900px}.info .answerDialog img{max-height:200px}.text.weather .seven_day .raw_box{white-space:nowrap}.text.weather .seven_day .raw_box .column_box{display:inline-block;width:80px;text-align:center;display:inline-flex;justify-content:center}.text.weather .seven_day .raw_box .weather_box{width:50px;height:50px;background:url(./weather_icon-Cpekq-SE.png);background-size:500px auto;transform:scale(.7)}.text.weather .seven_day .chartbox{width:100%;height:120px;position:relative}.text.weather .seven_day .chartbox .weather_chart{width:calc(100% + 140px);height:200px;position:absolute;left:-70px;top:-30px}.text.weather .day{display:flex;align-items:center}.text.weather .day .leftbox,.text.weather .day .imgbox{margin-right:20px}.text.weather .day .leftbox div:first-child{font-weight:700}.text.weather .day .imgbox{width:50px;height:50px;background:url(./weather_icon-Cpekq-SE.png);background-size:500px auto}.mapText .friendlyTip{line-height:40px;padding-left:20px;background-color:#f5fafe}@media (max-width: 1650px){.bodybg .middle .main{flex:1 1 0;position:relative;left:auto;right:0;height:880px;margin-left:10px}}@media (max-width: 1550px){.bodybg{width:100%}}@media (max-width: 1420px){.bodybg .middle #message{width:auto}}@media (max-width: 1340px){.bodybg,.bodybg .middle{width:100%}.commonpro{height:auto;width:100%}.commonpro .linkBlock{float:none}.commonpro .proBox{width:100%}.info .streamDialog{padding-top:30px;width:100%;min-width:auto;max-width:100%}}@media (max-width: 600px){.winBoxBg .winBox{width:80%;height:400px}.winBoxBg .winBox .close{right:10px}.winBoxBg .winBox .title_text{font-size:20px}}#mobile{font-family:Microsoft YaHei,微软雅黑,Tahoma,Helvetica;color:#333;padding-bottom:110px;height:100vh;width:100vw;overflow:auto;background:url(./mobbienew@2x-BndtGCxt.png) no-repeat}#mobile .device{width:90%;position:relative;height:285px;margin:0 auto}#mobile .device .swiper-container{margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1}#mobile .device .swiper-container .swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0px,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0px,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0px,0,0);-o-transition-timing-function:ease;-o-transform:translate(0px,0px);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0px,0,0);-ms-transition-timing-function:ease;transition-property:transform,left,top;transition-duration:0s;transform:translateZ(0);transition-timing-function:ease;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:285px}#mobile .device .swiper-container .swiper-wrapper .swiper-slide{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:285px;float:none}#mobile .device .swiper-container .swiper-wrapper .swiper-slide .swiper-title{width:100%;height:40px;position:relative}#mobile .device .swiper-container .swiper-wrapper .swiper-slide .swiper-title h5{height:40px;line-height:40px;font-size:16px;color:#333;font-weight:600}#mobile .device .swiper-container .swiper-wrapper .swiper-slide .swiper-title .change{bottom:5px;text-align:center;height:28px;width:auto;color:#2c79e9;font-size:14px;line-height:28px;display:block;position:absolute;right:0;border-radius:15px;padding:0 5px;display:flex;align-items:center}#mobile .device .swiper-container .swiper-wrapper .swiper-slide .swiper-title .change img{width:18px;vertical-align:middle;margin-right:5px;margin-left:4px}#mobile .swiper-content{background-color:#fff}#mobile .swiper-content .hottags-ul{overflow:hidden;height:auto;animation:fadeInRight .5s ease-in-out both}#mobile .swiper-content .hottags-ul li{float:left;width:50%;height:32px;line-height:32px;font-size:14px;margin:3px auto 10px;padding:0;color:#333}#mobile .swiper-content .hottags-ul li a{display:block;width:90%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;background:#fff;margin:0 5%;font-size:12px;border-bottom:1px dashed #c1dff6}#mobile .keywordsdiv ul li{animation:fadeInRight .8s ease-in-out both}#mobile #message{font-size:14px}#mobile #message .info{margin:48px 40px 28px 35px}#mobile #message .info .right_arrow{top:-9px;left:-26px;width:40px;z-index:501}#mobile #message .info .text{max-width:100%;box-shadow:0 5px 5px rgba(0,0,0,.1);border:1px solid #ddd;padding:10px 10px 10px 20px;width:100%;line-height:36px}#mobile #message .info .thinkMsg{line-height:25px}#mobile #message .info .streamDialog .friendlyTip{padding-top:15px}#mobile #message .info .mapText{padding:0}#mobile #message .info .image-container{position:relative}#mobile #message .info .image-container .chartbox{margin-left:-20px}#mobile #message .question{margin:25px 40px 28px 35px;animation:fadeInRight 1s;direction:rtl}#mobile #message .question .user_right_arrow{top:-15px;right:-30px;width:40px;z-index:501}#mobile #message .question .issue{max-width:100%;padding:5px 20px 5px 10px;background-color:#297fff;color:#fff;direction:ltr;line-height:24px}#mobile #message .info .text.streamDialog{min-width:0}#mobile .intellisenseBox{position:absolute;bottom:100%;left:0;width:100%;background-color:rgba(255,255,255,.5);border:1px solid #def1ff;padding:0 10px;border-radius:5px}#mobile .intellisenseBox li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAYAAAB2HjRBAAAAAXNSR0IArs4c6QAAAbBJREFUOE9t0s9LVFEUB/BzfzASQ/qWLZMaXBQIRbuEdoUoaeL8DdUq3QhR4MrazSoYI2jvHyC19p9woTKbol0hjjr3fM85cd/MG8dXFx6XC+9zzj3nXEej9aTzu/ChsSCcWpdAkxOfDZSP+qYHve3ZP9V/k7vLh6efLu96c23m1EgAJSQqd0mUBEk47R1/vHdUD+BWOlboDbwCY2oIh5jVCufosaq2oGgG8j+h8o1Jdw63Z3s5kHvetWUzPMQYgoTojidqs3AjCYjBZGpEzhED/YHqWm+n9d2tfrZNEUxXGKZF8P5lAqYyqjAgFEIozxCcquq8e7Fr76EIFfbBL4vqg3z9ScwAxRCHGDkAf3Gru7YhipkKhxA3obhZx9cyZ6zy45+aY4zvWBDquKq5yswi4la+WiEXeC2CckwhxjcQzFzHoOg9scjVtXPm3PKlrrUEaT3PuV4zC8g5T6pKadTAcc1XL8wKH84XjPHIe78FQUPNyIgICkqc5z/uft/M7peZ62upi0Vh7LGiWYL8jXCeMwvaJx/m9v+Lc7BnnYvbcHjLgsUE3Bow/2Lw/uQL+wvfm7hEU04A2gAAAABJRU5ErkJggg==) no-repeat left center;background-position-x:10px;padding-left:30px;font-size:15px;line-height:30px;cursor:pointer}#mobile .intellisenseBox li:hover{color:#1c659f}:deep(.el-message__content){color:#1a90fe}:where(.css-dev-only-do-not-override-19iuou)[class^=ant-timeline],:where(.css-dev-only-do-not-override-19iuou)[class*=" ant-timeline"]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;box-sizing:border-box}:where(.css-dev-only-do-not-override-19iuou)[class^=ant-timeline]:before,:where(.css-dev-only-do-not-override-19iuou)[class*=" ant-timeline"]:before,:where(.css-dev-only-do-not-override-19iuou)[class^=ant-timeline]:after,:where(.css-dev-only-do-not-override-19iuou)[class*=" ant-timeline"]:after{box-sizing:border-box}:where(.css-dev-only-do-not-override-19iuou)[class^=ant-timeline] [class^=ant-timeline],:where(.css-dev-only-do-not-override-19iuou)[class*=" ant-timeline"] [class^=ant-timeline],:where(.css-dev-only-do-not-override-19iuou)[class^=ant-timeline] [class*=" ant-timeline"],:where(.css-dev-only-do-not-override-19iuou)[class*=" ant-timeline"] [class*=" ant-timeline"]{box-sizing:border-box}:where(.css-dev-only-do-not-override-19iuou)[class^=ant-timeline] [class^=ant-timeline]:before,:where(.css-dev-only-do-not-override-19iuou)[class*=" ant-timeline"] [class^=ant-timeline]:before,:where(.css-dev-only-do-not-override-19iuou)[class^=ant-timeline] [class*=" ant-timeline"]:before,:where(.css-dev-only-do-not-override-19iuou)[class*=" ant-timeline"] [class*=" ant-timeline"]:before,:where(.css-dev-only-do-not-override-19iuou)[class^=ant-timeline] [class^=ant-timeline]:after,:where(.css-dev-only-do-not-override-19iuou)[class*=" ant-timeline"] [class^=ant-timeline]:after,:where(.css-dev-only-do-not-override-19iuou)[class^=ant-timeline] [class*=" ant-timeline"]:after,:where(.css-dev-only-do-not-override-19iuou)[class*=" ant-timeline"] [class*=" ant-timeline"]:after{box-sizing:border-box}:where(.css-dev-only-do-not-override-19iuou).ant-timeline{box-sizing:border-box;margin:0;padding:0;color:rgba(0,0,0,.88);font-size:14px;line-height:1.5714285714285714;list-style:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}:where(.css-dev-only-do-not-override-19iuou).ant-timeline .ant-timeline-item{position:relative;margin:0;padding-bottom:20px;font-size:14px;list-style:none}:where(.css-dev-only-do-not-override-19iuou).ant-timeline .ant-timeline-item-tail{position:absolute;inset-block-start:10px;inset-inline-start:4px;height:calc(100% - 10px);border-inline-start:2px solid rgba(5,5,5,.06)}:where(.css-dev-only-do-not-override-19iuou).ant-timeline .ant-timeline-item-pending .ant-timeline-item-head{font-size:12px;background-color:transparent}:where(.css-dev-only-do-not-override-19iuou).ant-timeline .ant-timeline-item-pending .ant-timeline-item-tail{display:none}:where(.css-dev-only-do-not-override-19iuou).ant-timeline .ant-timeline-item-head{position:absolute;width:10px;height:10px;background-color:#fff;border:3px solid transparent;border-radius:50%}:where(.css-dev-only-do-not-override-19iuou).ant-timeline .ant-timeline-item-head-blue{color:#1677ff;border-color:#1677ff}:where(.css-dev-only-do-not-override-19iuou).ant-timeline .ant-timeline-item-head-red{color:#ff4d4f;border-color:#ff4d4f}:where(.css-dev-only-do-not-override-19iuou).ant-timeline .ant-timeline-item-head-green{color:#52c41a;border-color:#52c41a}:where(.css-dev-only-do-not-override-19iuou).ant-timeline .ant-timeline-item-head-gray{color:rgba(0,0,0,.25);border-color:rgba(0,0,0,.25)}:where(.css-dev-only-do-not-override-19iuou).ant-timeline .ant-timeline-item-head-custom{position:absolute;inset-block-start:5px;inset-inline-start:5px;width:auto;height:auto;margin-block-start:0;padding-block:4px;line-height:1;text-align:center;border:0;border-radius:0;transform:translate(-50%,-50%)}:where(.css-dev-only-do-not-override-19iuou).ant-timeline .ant-timeline-item-content{position:relative;inset-block-start:-7px;margin-inline-start:26px;margin-inline-end:0;margin-block-start:0;margin-block-end:0;word-break:break-word}:where(.css-dev-only-do-not-override-19iuou).ant-timeline .ant-timeline-item-last>.ant-timeline-item-tail{display:none}:where(.css-dev-only-do-not-override-19iuou).ant-timeline .ant-timeline-item-last>.ant-timeline-item-content{min-height:48px}:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-right .ant-timeline-item-tail,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-label .ant-timeline-item-tail,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-alternate .ant-timeline-item-head,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-right .ant-timeline-item-head,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-label .ant-timeline-item-head,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-label .ant-timeline-item-head-custom{inset-inline-start:50%}:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-alternate .ant-timeline-item-head,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-right .ant-timeline-item-head,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-label .ant-timeline-item-head{margin-inline-start:-4px}:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-label .ant-timeline-item-head-custom{margin-inline-start:1px}:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content{inset-inline-start:calc(50% - 4px);width:calc(50% - 12px);text-align:start}:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content{width:calc(50% - 12px);margin:0;text-align:end}:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom{inset-inline-start:calc(100% - 6px)}:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content{width:calc(100% - 18px)}:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail{display:block;height:calc(100% - 16px);border-inline-start:2px dotted rgba(5,5,5,.06)}:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail{display:none}:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail{inset-block-start:16px;display:block;height:calc(100% - 16px);border-inline-start:2px dotted rgba(5,5,5,.06)}:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content{min-height:48px}:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-label .ant-timeline-item-label{position:absolute;inset-block-start:-6px;width:calc(50% - 12px);text-align:end}:where(.css-dev-only-do-not-override-19iuou).ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label{inset-inline-start:calc(50% + 12px);width:calc(50% - 12px);text-align:start}:where(.css-dev-only-do-not-override-19iuou).ant-timeline-rtl{direction:rtl}:where(.css-dev-only-do-not-override-19iuou).ant-timeline-rtl .ant-timeline-item-head-custom{transform:translate(50%,-50%)}.userAgreementBox .userAgreement[data-v-d771cc12]{height:500px;width:800px;padding-bottom:5px;margin-top:calc(50vh - 300px)}.userAgreementBox .userAgreement .title_text[data-v-d771cc12]{font-weight:600;font-size:24px;letter-spacing:2px}.userAgreementBox .userAgreement .content[data-v-d771cc12]{font-size:18px;line-height:40px;text-indent:36px;height:calc(100% - 140px)}.userAgreementBox .userAgreement .content .con_agree[data-v-d771cc12]{display:flex;justify-content:center;align-items:center;border-bottom:#ddd solid 1px;padding-bottom:10px}.userAgreementBox .userAgreement .content .con_agree .checkBox[data-v-d771cc12]{width:17px;height:17px;border:1px #ddd solid;border-radius:2px;margin-right:5px;cursor:pointer;color:#fff;text-indent:0;font-size:14px;font-weight:600;line-height:17px;text-align:center}.userAgreementBox .userAgreement .content .con_agree .id_acknowledge[data-v-d771cc12]{cursor:pointer}.userAgreementBox .userAgreement .content .con_agree .checkBox[data-v-d771cc12]:hover{border:1px solid #015293!important}.userAgreementBox .userAgreement .content .con_agree span[data-v-d771cc12]{color:#e37318;font-size:15px;display:inline-block;text-indent:0}.userAgreementBox .userAgreement .content[data-v-d771cc12]::-webkit-scrollbar{width:6px;height:6px}.userAgreementBox .userAgreement .content[data-v-d771cc12]::-webkit-scrollbar-track{background-color:transparent}.userAgreementBox .userAgreement .content[data-v-d771cc12]::-webkit-scrollbar-thumb{background-color:#dfe3e7}.userAgreementBox .userAgreement .winBtm[data-v-d771cc12]{width:calc(100% - 40px);margin:10px 20px 0;display:flex;justify-content:space-between;align-items:center}.userAgreementBox .userAgreement .winBtm .tip[data-v-d771cc12]{color:#3573b5;font-size:12px}.userAgreementBox .userAgreement .winBtm .agreeBtn[data-v-d771cc12]{border:#d9d9d9 1px solid;background-color:#f5f5f5;color:#b8b8b8;font-size:16px;padding:5px 10px;border-radius:3px;cursor:not-allowed}.reasonBg[data-v-1d2c3fb5]{height:100vh;width:100vw;display:none;background-color:rgba(0,0,0,.4);position:fixed;left:0;top:0;z-index:1003}.reasonBg .reasonWin[data-v-1d2c3fb5]{height:auto;width:500px;background-color:#fff;border-radius:20px;margin:0 auto;margin-top:calc(50vh - 150px);position:relative;padding:20px 30px}.reasonBg .reasonWin .tiptext[data-v-1d2c3fb5]{color:#125ca3;margin-bottom:5px}.reasonBg .reasonWin .closeBmy[data-v-1d2c3fb5]{position:absolute;right:-30px;top:-20px;width:25px;cursor:pointer}.reasonBg .reasonWin .feedbackBox[data-v-1d2c3fb5]{display:inline-block;width:100%;padding-top:5px;position:relative}.reasonBg .reasonWin .feedbackBox .reasonType[data-v-1d2c3fb5]{width:100%}.reasonBg .reasonWin .feedbackBox .reasonType li[data-v-1d2c3fb5]{line-height:35px;margin-right:21px;margin-bottom:10px;width:calc(33% - 14px);border-radius:10px;background-color:#e5f3fe;color:#333;font-size:15px;text-align:center;display:inline-block;cursor:pointer}.reasonBg .reasonWin .feedbackBox .reasonType li[data-v-1d2c3fb5]:nth-child(3n){margin-right:0}.reasonBg .reasonWin .feedbackBox .reasonType .sel[data-v-1d2c3fb5]{color:#0082ff}.reasonBg .reasonWin .feedbackBox textarea[data-v-1d2c3fb5]{width:100%;height:110px;border:none;resize:none;outline:none;background-color:#f2f2f2;border-radius:10px;padding:10px 10px 30px;font-size:15px}.reasonBg .reasonWin .feedbackBox[data-v-1d2c3fb5] ::-webkit-scrollbar{width:4px;height:4px}.reasonBg .reasonWin .feedbackBox[data-v-1d2c3fb5] ::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:5px}.reasonBg .reasonWin .feedbackBox button[data-v-1d2c3fb5]{display:block;position:absolute;right:10px;bottom:10px;padding:3px 13px;background-color:#3573b5;color:#fff;border-radius:5px;border:none;outline:none}@media (max-width: 600px){.reasonBg .reasonWin[data-v-1d2c3fb5]{width:80%;margin-top:calc(50vh - 250px)}.reasonBg .reasonWin .feedbackBox .reasonType li[data-v-1d2c3fb5]{margin-right:20px;width:calc(50% - 10px)}.reasonBg .reasonWin .feedbackBox .reasonType li[data-v-1d2c3fb5]:nth-child(3n){margin-right:20px}.reasonBg .reasonWin .feedbackBox .reasonType li[data-v-1d2c3fb5]:nth-child(2n){margin-right:0}.reasonBg .reasonWin .feedbackBox textarea[data-v-1d2c3fb5]{height:150px}}.syqp[data-v-abe30b1a]{display:flex;width:80%;min-width:1320px;margin:auto;align-items:flex-end}.syqp .img_wrap[data-v-abe30b1a]{width:280px;text-align:right;padding-right:20px}.syqp .img_wrap img[data-v-abe30b1a]{height:160px}.syqp .btn_wrapper[data-v-abe30b1a]{width:calc(100% - 310px);max-width:1020px}.syqp .btn_wrapper .btn_inner[data-v-abe30b1a]{display:flex;justify-content:space-between;padding:15px 0 20px}.syqp .btn_wrapper .btn_inner .left_btn[data-v-abe30b1a]{display:flex;margin-left:25px}.syqp .btn_wrapper .btn_inner .left_btn li[data-v-abe30b1a]:first-child{margin-right:15px}.syqp .btn_wrapper .btn_inner li[data-v-abe30b1a]{display:flex;align-items:center;font-size:14px;color:#fff;padding:4px 12px;background:linear-gradient(to right,#0778dc,#5fb6f4);border-radius:20px;cursor:pointer}.syqp .btn_wrapper .btn_inner li img[data-v-abe30b1a]{width:16px;height:16px;margin-right:4px}.syqp .btn_wrapper h1[data-v-abe30b1a]{color:#0b579a;font-weight:700}@media (max-width: 1340px){.syqp[data-v-abe30b1a]{width:100%}}[data-v-abe30b1a] .slick-slide{text-align:center;overflow:hidden}[data-v-abe30b1a] .slick-arrow.custom-slick-arrow{width:40px;height:40px;font-size:40px;transition:ease all .3s;color:#007aff;opacity:1;z-index:1}[data-v-abe30b1a] .slick-arrow.custom-slick-arrow:before{display:none}[data-v-abe30b1a] .custom-slick-arrow.slick-arrow.slick-prev{left:-85px!important}[data-v-abe30b1a] .custom-slick-arrow.slick-arrow.slick-next{right:-85px!important}[data-v-abe30b1a] .slick-slide .helpbox{display:flex;align-items:center}[data-v-abe30b1a] .slick-slide .helpbox .titledom{display:inline-block;width:450px;height:45px;background-color:#015198;border-radius:30px;text-align:center;color:#fff;line-height:45px;font-size:18px}[data-v-abe30b1a] .slick-slide .helpbox .imgbox{margin:10px 0;height:300px;width:100%;display:flex;align-items:center}[data-v-abe30b1a] .slick-slide .helpbox .imgbox .jqrimg{width:100px;margin:0 50px}[data-v-abe30b1a] .slick-slide .helpbox .imgbox .helpimg{max-width:calc(100% - 200px);max-height:300px;border-radius:20px}[data-v-abe30b1a] .slick-slide .helpbox .tipbox{font-size:20px;background-color:#ecf4fd;border-radius:0 0 20px 20px;padding:20px 0;text-align:center;line-height:40px}[data-v-abe30b1a] .slick-slide .helpbox .tipbox p{color:#666}[data-v-abe30b1a] .slick-slide .helpbox .tipbox strong{color:#333}.ant-modal .ant-modal-close{top:-25px;inset-inline-end:-35px;width:32px;height:32px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAAXNSR0IArs4c6QAAA65JREFUSEu9l9urVlUUxX/D6qkHKXrIFLtA95NKlhWFZWhCf0D1UE9ZUIQoRaaGaaYZGF2ohzIQ6iHzLzCLkqKotBtmaohBN+nBorCX1KZrfKx12Ge59/dtqFxwHs635pxjzbnGHGtu0XNFxEzgVmAOcBEwGQjgT+B74DPgPUlf9QmpYUYRcQZwN7AYmNUnIPAl8HI63OuSjnb5dAJHxI3Aa8Bl2flv4FNnBexNh/ktZ3xOtrkZsI8P67UPWCTpozbwVuCIWAk8mf4mAX8ALwKvSPp5RIWmAg8ADzWuYqWkp2u/k4AjYiPwcDbclk89FLAOGhHTgM3A/Lz3vKSlTbsJwBGxIpVqXTZ4RtJjPe+11SwiNgDL8uZySf5/sMaBI+Im4MP/CrQAVOBzJQ0wBsCZvd8AlwDbJS38N5m2lP5t4DZgPzAm6VgBvg94FfjL4JJ+aTpHxAzgR0m/jyDXWakTpknaXfmfB3wHnAncL2lTAbbhGLA+9Z4ZPb4i4mrg89TPB4BbupgdEdOB97O4XCPJPs045o45tFvSDOVsvgb+yac9VDmcnYEv6AKvQA8CBp5QnYiY4qoBp1mMDGzWmW07JM1rK2VEGNTZFPB5kn7K/GhmalDv/dARZ0eKY6FZauA3k8rclYi2RtLqrjtsA88CU8o7FDQfck2q7CrgLQN/AlyXZPBOSVtHkKeZ+bcZ2JI6EjQD32FQYKeBrbt2XiDp3VFtlDPfDlycba3JC7vKW/HFSvaOtd7APvnl2dkBh65MJNtdmg3tb+DBnY+oWAHeZ2C/o9f2LHWTSBYDPyLO3K02TrghPJlQ6i0GTTRfK8kX37paWsYd4NYwuc7vAx4RT6TgJvAWZ+yXyC/SB5JM9ZNWG2i504i4sAIfJjJ+y33gRw3skcbjynFgqqRfK0JYBndlRWplbyace7Rkfr2kw1Wcc9MTax64SlcVySwEW5cE/PHKYXYGHiUOpdUMbuX6oorzFGA53iNprAAvStluAo6YrS2PhHX8UJ1FfScRYXmdImlPBdr5SDh9G7tF/u9n8UpJx0/FILAeWJ4rMHEQKGWJCI86ZTDbIKk4jNKGrhZ0rDI+eejzIQarbdh7DliS961Q9/ZRpepOPW16sLg9//6spEeaNl3jrTP1w+19j7cvOFCP8dYkerAx3hprlaS1dUmGDfQe/sz0MtAfS3PTx1ks/DC4T/0JYyZfkYXhhsZAb0l1tfoP9I07Px24J5fec1ef5U+Yl4A3hn3CnABAeKnf2O9/CAAAAABJRU5ErkJggg==);background-repeat:no-repeat}.header[data-v-228c6eb8]{font-size:16px;background-color:#fff}.header-toolbar li[data-v-228c6eb8]{position:relative;float:left;line-height:40px}.header-toolbar li+li[data-v-228c6eb8]{padding-left:16px}.header-toolbar li.split[data-v-228c6eb8]:after{position:absolute;left:0;top:50%;margin-top:-7px;content:"";width:1px;height:16px;background:#000;opacity:.5}.header-toolbar li.split[data-v-228c6eb8]{margin-left:15px}.header-toolbar .redbtn[data-v-228c6eb8]{display:block;background:#c43027;border-radius:19px;color:#fff;padding:0 24px}.header-toolbar li.border>a[data-v-228c6eb8],.header-toolbar li.border>span[data-v-228c6eb8]{display:block;padding:0 12px;height:36px;line-height:36px;border-radius:19px;border:1px solid #bdbdbd;transition:.3s all}.header-toolbar li.border>a[data-v-228c6eb8]:hover{border-color:#c72c24}.header-toolbar li .icon[data-v-228c6eb8]{display:flex;align-items:center}.header-toolbar li .icon img[data-v-228c6eb8]{height:20px;margin-right:6px}.header-toolbar li .icon img[data-v-228c6eb8],.header-toolbar li .icon span[data-v-228c6eb8]{display:inline-block;vertical-align:middle}li.nav1.on[data-v-228c6eb8]:hover{transform:scale(1.05);transition:.3s ease}.header-logo[data-v-228c6eb8]{padding-top:20px;margin-bottom:25px;position:relative}.header-logo img[data-v-228c6eb8]{display:block;width:432px;margin:0 auto}.header-logo[data-v-228c6eb8]{position:relative}.header-logo[data-v-228c6eb8]:before{content:"";width:275px;height:124px;display:block;position:absolute;background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/header_lefticon.png) no-repeat center;left:91px;top:15px;background-size:100% 100%}.header-logo[data-v-228c6eb8]:after{content:"";width:315.74px;height:115px;display:block;position:absolute;background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/header_righticon.png) no-repeat center;right:51px;bottom:-44px;background-size:100% 100%}@media (max-width: 1280px){.header-logo[data-v-228c6eb8]:before{display:none}.header-logo[data-v-228c6eb8]:after{display:none}}.mainnav[data-v-228c6eb8]{background:linear-gradient(0deg,#20528f,#325d92);height:77px}.mainnav ul[data-v-228c6eb8]{margin-right:340px}.mainnav li[data-v-228c6eb8]{float:left;width:15.5%;text-align:center}.mainnav li+li a[data-v-228c6eb8]{margin-left:1px}.mainnav li a[data-v-228c6eb8]{display:block;position:relative;font-size:24px;line-height:77px;text-align:center;color:#fff;transition:.3s all}.mainnav li a span[data-v-228c6eb8]{display:block;position:relative;z-index:2;font-weight:700}.mainnav li a[data-v-228c6eb8]:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0;background:linear-gradient(0deg,#2b61a2,#245796 0%,#67a5f0);transition:.3s all}.mainnav li.nav1[data-v-228c6eb8]{width:7%}.mainnav li.nav1 img[data-v-228c6eb8]{width:27px}.mainnav li.on a[data-v-228c6eb8]:after,.mainnav li:not(.on) a[data-v-228c6eb8]:hover:after{height:80px}.header-search[data-v-228c6eb8]{position:absolute;width:323px;height:50px;right:0;top:100%;margin-top:11px;z-index:99}#header-search-form[data-v-228c6eb8]{position:relative;background:#f7f7f7;padding:0 50px 0 103px;border-radius:25px;z-index:2}.header-search-txt[data-v-228c6eb8]{width:100%;padding:0;height:50px;line-height:50px;border:0;color:#333;font-size:1em;background:none}.header-search-btn[data-v-228c6eb8]{position:absolute;top:0;bottom:0;margin:auto 0;right:0;width:50px;height:50px;color:#fff;border:0;cursor:pointer;background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/header_icon_ss.png) no-repeat center center;background-size:18px 20px;-webkit-appearance:none;transition:all .3s;-webkit-transition:all .3s}.header-search-txt[data-v-228c6eb8]::-webkit-input-placeholder{color:gray}.header-search-type[data-v-228c6eb8]{width:68px;position:absolute;left:23px;color:gray;line-height:50px;cursor:pointer}.header-search-type[data-v-228c6eb8]:before{content:"";position:absolute;right:0;top:50%;margin-top:-3px;background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/arrow/triangle_down_black.png) no-repeat;width:10px;height:8px;background-size:100% 100%;transition:all .2s ease-in 0s;opacity:.4}.header-search-type.open[data-v-228c6eb8]:before{transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}.header-search-type-option[data-v-228c6eb8]{display:none;position:absolute;left:0;width:100px;top:25px;padding-top:25px;background:rgba(255,255,255,.8);box-shadow:0 2px 10px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.header-search-type-option ul[data-v-228c6eb8]{padding:10px 0;line-height:1.5;border-radius:0 0 10px 10px}.header-search-type-option ul li[data-v-228c6eb8]{padding:5px 23px;cursor:pointer}.header-search-type-option ul li a[data-v-228c6eb8]{color:#999}.header-search-type-option ul li:hover a[data-v-228c6eb8]{color:#1658a0}.header-choose-btn[data-v-228c6eb8]{position:absolute;top:11px;right:20px;z-index:9;display:none}.header-choose-btn div[data-v-228c6eb8]{position:relative;width:28px;height:18px;cursor:pointer}.header-choose-btn span[data-v-228c6eb8]{display:block;position:absolute;left:0;width:100%;height:20%;background:#ccc;transition:all .3s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.header-choose-btn span[data-v-228c6eb8]:nth-child(1){top:0}.header-choose-btn span[data-v-228c6eb8]:nth-child(2){top:50%}.header-choose-btn span[data-v-228c6eb8]:nth-child(3){top:100%}.header-choose-opened .header-choose-btn span[data-v-228c6eb8]:nth-child(1){top:50%;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.header-choose-opened .header-choose-btn span[data-v-228c6eb8]:nth-child(2){-webkit-transform:translateY(-50%) scaleX(0);-ms-transform:translateY(-50%) scaleX(0);transform:translateY(-50%) scaleX(0)}.header-choose-opened .header-choose-btn span[data-v-228c6eb8]:nth-child(3){top:50%;bottom:auto;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.m-header-toolbar[data-v-228c6eb8]{position:absolute;top:40px;right:0;left:0;z-index:1000;width:100%;background:#fff;box-shadow:0 0 15px rgba(0,0,0,.2);border:none;font-size:.875em;display:none}.m-header-toolbar li[data-v-228c6eb8]{border-bottom:1px solid rgba(225,225,225,.4)}.m-header-toolbar li a[data-v-228c6eb8]{color:#333;display:block;padding:8px 20px}.m-header-toolbar li a[data-v-228c6eb8]:hover{color:#4292f3}@media (max-width: 1280px){body:not(.nores) .header-toolbar li.wza[data-v-228c6eb8]{display:none}body:not(.nores) .header-toolbar li.split[data-v-228c6eb8]{margin-left:0}body:not(.nores) .header-toolbar li.split[data-v-228c6eb8]:after{display:none}body:not(.nores) .header-search[data-v-228c6eb8]{max-width:100%;width:680px;position:relative;top:auto;right:auto;margin:0 auto 50px}#header-search-form[data-v-228c6eb8]{background:#fff;border:rgb(32,82,143) 1px solid;box-shadow:0 0 0 8px #eef3fa}.header-search-type-option[data-v-228c6eb8]{background:#eef3fa}body:not(.nores) .mainnav li a[data-v-228c6eb8]{font-weight:400;font-size:1.375em}.mainnav ul[data-v-228c6eb8]{margin-right:0}}@media (max-width: 992px){body:not(.nores) .header-toolbar .ipv6[data-v-228c6eb8]{display:none}body:not(.nores) .mainnav[data-v-228c6eb8]{height:auto}body:not(.nores) .mainnav li a[data-v-228c6eb8]:after{display:none}body:not(.nores) .mainnav .container[data-v-228c6eb8]{padding-left:0;padding-right:0}body:not(.nores) .mainnav ul[data-v-228c6eb8]{height:auto;padding-top:18px;padding-bottom:18px}body:not(.nores) .mainnav li[data-v-228c6eb8]{width:28%;position:relative}body:not(.nores) .mainnav li[data-v-228c6eb8]:after{content:"";width:1px;height:16px;background:#fff;position:absolute;top:50%;margin-top:-8px;right:0;filter:alpha(opacity=20);-moz-opacity:.2;opacity:.2}body:not(.nores) .mainnav li a[data-v-228c6eb8]{height:30px;overflow:hidden;padding:4px 0;height:auto;line-height:30px;font-size:1.25em}body:not(.nores) .mainnav li[data-v-228c6eb8]:nth-child(4):after,body:not(.nores) .mainnav li[data-v-228c6eb8]:nth-child(7):after{display:none}body:not(.nores) .mainnav li:hover span[data-v-228c6eb8]:after,body:not(.nores) .mainnav li.on span[data-v-228c6eb8]:after{display:none}body:not(.nores) .mainnav li.nav1[data-v-228c6eb8]{width:16%;height:76px}body:not(.nores) .mainnav li.nav1 a[data-v-228c6eb8]{padding:0;height:76px;background:rgba(255,255,255,.1);border-radius:3px;display:flex;align-items:center;justify-content:center}body:not(.nores) .mainnav li.nav1[data-v-228c6eb8]:after{display:none}}@media (max-width: 768px){.header-toolbar li.jft[data-v-228c6eb8],.header-toolbar li.en[data-v-228c6eb8],.header-toolbar li.yxdl[data-v-228c6eb8],.header-toolbar li.znwd[data-v-228c6eb8]{display:none}.header-toolbar-r[data-v-228c6eb8]{float:left}.header-toolbar li.ghb[data-v-228c6eb8]{padding-left:0}.header-choose-btn[data-v-228c6eb8]{display:block}li.rby[data-v-228c6eb8]{display:none}}@media (max-width: 480px){body:not(.nores) .header-toolbar[data-v-228c6eb8]{font-size:14px;top:10px}body:not(.nores) .header1-logo[data-v-228c6eb8]{padding-top:50px;margin-bottom:20px}body:not(.nores) .header2-logo[data-v-228c6eb8]{padding-top:50px;margin-bottom:20px}body:not(.nores) .header-search[data-v-228c6eb8]{margin-bottom:20px}body:not(.nores) .mainnav li a[data-v-228c6eb8]{font-size:1.125em}}body.older .header-toolbar[data-v-228c6eb8]{font-size:.857em}body.older .header-toolbar li .icon img[data-v-228c6eb8]{height:30px;margin-right:10px}body.older .header-logo img[data-v-228c6eb8]{width:580px}body.older .header-logo[data-v-228c6eb8]{padding-top:50px;margin-bottom:50px}body.older .header-search[data-v-228c6eb8]{max-width:100%;width:800px;height:80px;position:relative;top:auto;right:auto;margin:0 auto 50px}body.older #header-search-form[data-v-228c6eb8]{padding-left:158px;padding-right:80px;background:#fff;border:rgb(32,82,143) 1px solid;box-shadow:0 0 0 8px #eef3fa;border-radius:40px}body.older .header-search-type-option[data-v-228c6eb8]{background:#eef3fa;width:150px;top:55px}body.older .header-search-txt[data-v-228c6eb8]{height:80px}body.older .header-search-type[data-v-228c6eb8]{width:115px;line-height:80px}body.older .header-search-type[data-v-228c6eb8]:before{width:15px;height:12px;margin-top:-6px}body.older .header-search-btn[data-v-228c6eb8]{width:80px;height:80px;background-size:40px 46px}body.older .mainnav[data-v-228c6eb8]{height:100px}body.older .mainnav ul[data-v-228c6eb8]{margin-right:0}body.older .mainnav li.nav1 img[data-v-228c6eb8]{width:40px}body.older .mainnav li a[data-v-228c6eb8]{line-height:100px}body.older .mainnav li.on a[data-v-228c6eb8]:after,body.older .mainnav li:not(.on) a[data-v-228c6eb8]:hover:after{height:108px}@media (max-width: 1280px){body.older .mainnav[data-v-228c6eb8]{height:auto}body.older .mainnav ul[data-v-228c6eb8]{height:auto;padding-top:20px;padding-bottom:20px}body.older .mainnav li[data-v-228c6eb8]{width:28%;position:relative}body.older .mainnav li[data-v-228c6eb8]:after{content:"";width:1px;height:30px;background:#fff;position:absolute;top:50%;margin-top:-15px;right:0;filter:alpha(opacity=20);-moz-opacity:.2;opacity:.2}body.older .mainnav li a[data-v-228c6eb8]{height:40px;overflow:hidden;padding:10px 0;height:auto;line-height:40px;font-size:1.25em}.mainnav li a[data-v-228c6eb8]:after{display:none}body.older .mainnav li[data-v-228c6eb8]:nth-child(4):after,body.older .mainnav li[data-v-228c6eb8]:nth-child(7):after{display:none}body.older .mainnav li:hover span[data-v-228c6eb8]:after,body.older .mainnav li.on span[data-v-228c6eb8]:after{display:none}body.older .mainnav li.nav1[data-v-228c6eb8]{width:16%;height:120px}body.older .mainnav li.nav1 a[data-v-228c6eb8]{padding:0;height:120px;background:rgba(255,255,255,.1);border-radius:3px;display:flex;align-items:center;justify-content:center}body.older .mainnav li.nav1[data-v-228c6eb8]:after{display:none}body.older .mainnav li.nav1 img[data-v-228c6eb8]{width:55px}}@media (max-width: 768px){body.older .header-search[data-v-228c6eb8]{height:60px;margin:0 auto 50px}body.older #header-search-form[data-v-228c6eb8]{padding-left:110px;padding-right:60px}body.older .header-search-type-option[data-v-228c6eb8]{background:#eef3fa;width:104px;top:35px}body.older .header-search-txt[data-v-228c6eb8]{height:60px}body.older .header-search-type[data-v-228c6eb8]{width:72px;line-height:60px}body.older .header-search-type[data-v-228c6eb8]:before{width:10px;height:8px;margin-top:-4px}body.older .header-search-btn[data-v-228c6eb8]{width:60px;height:60px;background-size:26px}body.older .mainnav li a[data-v-228c6eb8]{padding-top:5px;padding-bottom:5px;font-size:1em;line-height:25px}body.older .mainnav li.nav1[data-v-228c6eb8],body.older .mainnav li.nav1 a[data-v-228c6eb8]{height:70px}body.older .mainnav li.nav1 img[data-v-228c6eb8]{width:30px}body.older .mainnav li[data-v-228c6eb8]:after{height:20px;margin-top:-10px}}.footer-links[data-v-228c6eb8],.footer[data-v-228c6eb8]{background-color:#fff;font-size:16px}.container[data-v-228c6eb8]{background:none}body[data-v-228c6eb8]{color:#333;font-size:16px;font-family:Microsoft YaHei,Simsun,SimHei,Arial;-webkit-text-size-adjust:none;min-width:320px}body[data-v-228c6eb8],div[data-v-228c6eb8],ul[data-v-228c6eb8],ol[data-v-228c6eb8],li[data-v-228c6eb8],dl[data-v-228c6eb8],dd[data-v-228c6eb8],dt[data-v-228c6eb8],form[data-v-228c6eb8],span[data-v-228c6eb8],p[data-v-228c6eb8],textarea[data-v-228c6eb8]{margin:0;padding:0;list-style:none}address[data-v-228c6eb8],caption[data-v-228c6eb8],cite[data-v-228c6eb8],code[data-v-228c6eb8],dfn[data-v-228c6eb8],th[data-v-228c6eb8],var[data-v-228c6eb8]{font-style:normal;font-weight:400}h1[data-v-228c6eb8],h2[data-v-228c6eb8],h3[data-v-228c6eb8],h4[data-v-228c6eb8],h5[data-v-228c6eb8],h6[data-v-228c6eb8]{margin:0;padding:0}input[data-v-228c6eb8]{padding-top:0;padding-bottom:0}input[data-v-228c6eb8]::-moz-focus-inner{border:none;padding:0}select[data-v-228c6eb8],input[data-v-228c6eb8]{vertical-align:middle}select[data-v-228c6eb8],input[data-v-228c6eb8],textarea[data-v-228c6eb8]{margin:0}input[type=text][data-v-228c6eb8],input[type=password][data-v-228c6eb8],textarea[data-v-228c6eb8]{outline-style:none;-webkit-appearance:none}button[data-v-228c6eb8],input[data-v-228c6eb8],select[data-v-228c6eb8],textarea[data-v-228c6eb8]{font-family:inherit}textarea[data-v-228c6eb8]{resize:none}table[data-v-228c6eb8]{border-collapse:collapse;border-spacing:0}th[data-v-228c6eb8],td[data-v-228c6eb8]{padding:0}img[data-v-228c6eb8],a img[data-v-228c6eb8]{border:0;margin:0;padding:0}img[data-v-228c6eb8]{border:none;border:0;max-width:100%}a[data-v-228c6eb8]{outline-style:none;color:#000;text-decoration:none}a[data-v-228c6eb8]:hover{text-decoration:none}a[data-v-228c6eb8]:focus{outline:none;-moz-outline:none}input[data-v-228c6eb8]:focus,textarea[data-v-228c6eb8]:focus{outline:none}.fl[data-v-228c6eb8]{float:left}.fr[data-v-228c6eb8]{float:right}.clear[data-v-228c6eb8]{clear:both}.clearfix[data-v-228c6eb8]{*zoom: 1}.clearfix[data-v-228c6eb8]:before,.clearfix[data-v-228c6eb8]:after{display:table;line-height:0;content:""}.clearfix[data-v-228c6eb8]:after{clear:both}.pos-r[data-v-228c6eb8]{position:relative}.pos-a[data-v-228c6eb8]{position:absolute}.over-hide[data-v-228c6eb8]{overflow:hidden}.container[data-v-228c6eb8]:before,.container[data-v-228c6eb8]:after,.container-fluid[data-v-228c6eb8]:before,.container-fluid[data-v-228c6eb8]:after,.row[data-v-228c6eb8]:before,.row[data-v-228c6eb8]:after{display:table;content:" "}.container[data-v-228c6eb8]:after,.container-fluid[data-v-228c6eb8]:after,.row[data-v-228c6eb8]:after{clear:both}.container[data-v-228c6eb8]{margin-right:auto;margin-left:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body.nores[data-v-228c6eb8]{min-width:1280px}.container.container-width1200[data-v-228c6eb8]{width:1200px}.container.container-width1400[data-v-228c6eb8]{width:1400px}@media (max-width: 1500px){body .container[data-v-228c6eb8]{width:1200px}}@media (max-width: 1280px){body:not(.nores) .container[data-v-228c6eb8]{width:970px!important;padding-right:15px;padding-left:15px}}@media (max-width: 992px){body:not(.nores) .container[data-v-228c6eb8]{width:750px!important}}@media (max-width: 768px){body:not(.nores) .container[data-v-228c6eb8]{width:auto!important}}.container-fluid[data-v-228c6eb8]{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row>[class*=col-][data-v-228c6eb8]{position:relative;min-height:1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-space20[data-v-228c6eb8]{margin-right:-10px;margin-left:-10px}.row-space20>[class*=col-][data-v-228c6eb8]{padding-right:10px;padding-left:10px}.row-space30[data-v-228c6eb8]{margin-right:-15px;margin-left:-15px}.row-space30>[class*=col-][data-v-228c6eb8]{padding-right:15px;padding-left:15px}.row-space40[data-v-228c6eb8]{margin-right:-20px;margin-left:-20px}.row-space40>[class*=col-][data-v-228c6eb8]{padding-right:20px;padding-left:20px}.row-space50[data-v-228c6eb8]{margin-right:-25px;margin-left:-25px}.row-space50>[class*=col-][data-v-228c6eb8]{padding-right:25px;padding-left:25px}.row-space60[data-v-228c6eb8]{margin-right:-30px;margin-left:-30px}.row-space60>[class*=col-][data-v-228c6eb8]{padding-right:30px;padding-left:30px}@media (max-width: 1500px){.row-lg-space20[data-v-228c6eb8]{margin-right:-10px;margin-left:-10px}.row-lg-space20>[class*=col-][data-v-228c6eb8]{padding-right:10px;padding-left:10px}.row-lg-space30[data-v-228c6eb8]{margin-right:-15px;margin-left:-15px}.row-lg-space30>[class*=col-][data-v-228c6eb8]{padding-right:15px;padding-left:15px}.row-lg-space40[data-v-228c6eb8]{margin-right:-20px;margin-left:-20px}.row-lg-space40>[class*=col-][data-v-228c6eb8]{padding-right:20px;padding-left:20px}.row-lg-space50[data-v-228c6eb8]{margin-right:-25px;margin-left:-25px}.row-lg-space50>[class*=col-][data-v-228c6eb8]{padding-right:25px;padding-left:25px}}@media (max-width: 1280px){.row-md-space0[data-v-228c6eb8]{margin-right:0;margin-left:0}.row-md-space0>[class*=col-][data-v-228c6eb8]{padding-right:0;padding-left:0}.row-md-space20[data-v-228c6eb8]{margin-right:-10px;margin-left:-10px}.row-md-space20>[class*=col-][data-v-228c6eb8]{padding-right:10px;padding-left:10px}.row-md-space30[data-v-228c6eb8]{margin-right:-15px;margin-left:-15px}.row-md-space30>[class*=col-][data-v-228c6eb8]{padding-right:15px;padding-left:15px}.row-md-space40[data-v-228c6eb8]{margin-right:-20px;margin-left:-20px}.row-md-space40>[class*=col-][data-v-228c6eb8]{padding-right:20px;padding-left:20px}.row-md-space50[data-v-228c6eb8]{margin-right:-25px;margin-left:-25px}.row-md-space50>[class*=col-][data-v-228c6eb8]{padding-right:25px;padding-left:25px}}.row>[class*=col-][data-v-228c6eb8]{float:left}.col-12[data-v-228c6eb8]{width:100%}.col-11[data-v-228c6eb8]{width:91.66666667%}.col-10[data-v-228c6eb8]{width:83.33333333%}.col-9[data-v-228c6eb8]{width:75%}.col-8[data-v-228c6eb8]{width:66.66666667%}.col-7[data-v-228c6eb8]{width:58.33333333%}.col-6[data-v-228c6eb8]{width:50%}.col-5[data-v-228c6eb8]{width:41.66666667%}.col-4[data-v-228c6eb8]{width:33.33333333%}.col-3[data-v-228c6eb8]{width:25%}.col-2[data-v-228c6eb8]{width:16.66666667%}.col-1[data-v-228c6eb8]{width:8.33333333%}@media (max-width: 1500px){.col-lg-12[data-v-228c6eb8]{width:100%}.col-lg-11[data-v-228c6eb8]{width:91.66666667%}.col-lg-10[data-v-228c6eb8]{width:83.33333333%}.col-lg-9[data-v-228c6eb8]{width:75%}.col-lg-8[data-v-228c6eb8]{width:66.66666667%}.col-lg-7[data-v-228c6eb8]{width:58.33333333%}.col-lg-6[data-v-228c6eb8]{width:50%}.col-lg-5[data-v-228c6eb8]{width:41.66666667%}.col-lg-4[data-v-228c6eb8]{width:33.33333333%}.col-lg-3[data-v-228c6eb8]{width:25%}.col-lg-2[data-v-228c6eb8]{width:16.66666667%}.col-lg-1[data-v-228c6eb8]{width:8.33333333%}}@media (max-width: 1280px){.col-md-12[data-v-228c6eb8]{width:100%}.col-md-11[data-v-228c6eb8]{width:91.66666667%}.col-md-10[data-v-228c6eb8]{width:83.33333333%}.col-md-9[data-v-228c6eb8]{width:75%}.col-md-8[data-v-228c6eb8]{width:66.66666667%}.col-md-7[data-v-228c6eb8]{width:58.33333333%}.col-md-6[data-v-228c6eb8]{width:50%}.col-md-5[data-v-228c6eb8]{width:41.66666667%}.col-md-4[data-v-228c6eb8]{width:33.33333333%}.col-md-3[data-v-228c6eb8]{width:25%}.col-md-2[data-v-228c6eb8]{width:16.66666667%}.col-md-1[data-v-228c6eb8]{width:8.33333333%}}@media (max-width: 992px){.col-sm-12[data-v-228c6eb8]{width:100%}.col-sm-11[data-v-228c6eb8]{width:91.66666667%}.col-sm-10[data-v-228c6eb8]{width:83.33333333%}.col-sm-9[data-v-228c6eb8]{width:75%}.col-sm-8[data-v-228c6eb8]{width:66.66666667%}.col-sm-7[data-v-228c6eb8]{width:58.33333333%}.col-sm-6[data-v-228c6eb8]{width:50%}.col-sm-5[data-v-228c6eb8]{width:41.66666667%}.col-sm-4[data-v-228c6eb8]{width:33.33333333%}.col-sm-3[data-v-228c6eb8]{width:25%}.col-sm-2[data-v-228c6eb8]{width:16.66666667%}.col-sm-1[data-v-228c6eb8]{width:8.33333333%}}@media (max-width: 768px){.col-xs-12[data-v-228c6eb8]{width:100%}.col-xs-11[data-v-228c6eb8]{width:91.66666667%}.col-xs-10[data-v-228c6eb8]{width:83.33333333%}.col-xs-9[data-v-228c6eb8]{width:75%}.col-xs-8[data-v-228c6eb8]{width:66.66666667%}.col-xs-7[data-v-228c6eb8]{width:58.33333333%}.col-xs-6[data-v-228c6eb8]{width:50%}.col-xs-5[data-v-228c6eb8]{width:41.66666667%}.col-xs-4[data-v-228c6eb8]{width:33.33333333%}.col-xs-3[data-v-228c6eb8]{width:25%}.col-xs-2[data-v-228c6eb8]{width:16.66666667%}.col-xs-1[data-v-228c6eb8]{width:8.33333333%}}.col-pull-12[data-v-228c6eb8]{right:100%}.col-pull-11[data-v-228c6eb8]{right:91.66666667%}.col-pull-10[data-v-228c6eb8]{right:83.33333333%}.col-pull-9[data-v-228c6eb8]{right:75%}.col-pull-8[data-v-228c6eb8]{right:66.66666667%}.col-pull-7[data-v-228c6eb8]{right:58.33333333%}.col-pull-6[data-v-228c6eb8]{right:50%}.col-pull-5[data-v-228c6eb8]{right:41.66666667%}.col-pull-4[data-v-228c6eb8]{right:33.33333333%}.col-pull-3[data-v-228c6eb8]{right:25%}.col-pull-2[data-v-228c6eb8]{right:16.66666667%}.col-pull-1[data-v-228c6eb8]{right:8.33333333%}.col-pull-0[data-v-228c6eb8]{right:auto}.col-push-12[data-v-228c6eb8]{left:100%}.col-push-11[data-v-228c6eb8]{left:91.66666667%}.col-push-10[data-v-228c6eb8]{left:83.33333333%}.col-push-9[data-v-228c6eb8]{left:75%}.col-push-8[data-v-228c6eb8]{left:66.66666667%}.col-push-7[data-v-228c6eb8]{left:58.33333333%}.col-push-6[data-v-228c6eb8]{left:50%}.col-push-5[data-v-228c6eb8]{left:41.66666667%}.col-push-4[data-v-228c6eb8]{left:33.33333333%}.col-push-3[data-v-228c6eb8]{left:25%}.col-push-2[data-v-228c6eb8]{left:16.66666667%}.col-push-1[data-v-228c6eb8]{left:8.33333333%}.col-push-0[data-v-228c6eb8]{left:auto}@media (max-width: 1500px){.col-lg-pull-12[data-v-228c6eb8]{right:100%}.col-lg-pull-11[data-v-228c6eb8]{right:91.66666667%}.col-lg-pull-10[data-v-228c6eb8]{right:83.33333333%}.col-lg-pull-9[data-v-228c6eb8]{right:75%}.col-lg-pull-8[data-v-228c6eb8]{right:66.66666667%}.col-lg-pull-7[data-v-228c6eb8]{right:58.33333333%}.col-lg-pull-6[data-v-228c6eb8]{right:50%}.col-lg-pull-5[data-v-228c6eb8]{right:41.66666667%}.col-lg-pull-4[data-v-228c6eb8]{right:33.33333333%}.col-lg-pull-3[data-v-228c6eb8]{right:25%}.col-lg-pull-2[data-v-228c6eb8]{right:16.66666667%}.col-lg-pull-1[data-v-228c6eb8]{right:8.33333333%}.col-lg-pull-0[data-v-228c6eb8]{right:auto}.col-lg-push-12[data-v-228c6eb8]{left:100%}.col-lg-push-11[data-v-228c6eb8]{left:91.66666667%}.col-lg-push-10[data-v-228c6eb8]{left:83.33333333%}.col-lg-push-9[data-v-228c6eb8]{left:75%}.col-lg-push-8[data-v-228c6eb8]{left:66.66666667%}.col-lg-push-7[data-v-228c6eb8]{left:58.33333333%}.col-lg-push-6[data-v-228c6eb8]{left:50%}.col-lg-push-5[data-v-228c6eb8]{left:41.66666667%}.col-lg-push-4[data-v-228c6eb8]{left:33.33333333%}.col-lg-push-3[data-v-228c6eb8]{left:25%}.col-lg-push-2[data-v-228c6eb8]{left:16.66666667%}.col-lg-push-1[data-v-228c6eb8]{left:8.33333333%}.col-lg-push-0[data-v-228c6eb8]{left:auto}}@media (max-width: 1280px){.col-md-pull-12[data-v-228c6eb8]{right:100%}.col-md-pull-11[data-v-228c6eb8]{right:91.66666667%}.col-md-pull-10[data-v-228c6eb8]{right:83.33333333%}.col-md-pull-9[data-v-228c6eb8]{right:75%}.col-md-pull-8[data-v-228c6eb8]{right:66.66666667%}.col-md-pull-7[data-v-228c6eb8]{right:58.33333333%}.col-md-pull-6[data-v-228c6eb8]{right:50%}.col-md-pull-5[data-v-228c6eb8]{right:41.66666667%}.col-md-pull-4[data-v-228c6eb8]{right:33.33333333%}.col-md-pull-3[data-v-228c6eb8]{right:25%}.col-md-pull-2[data-v-228c6eb8]{right:16.66666667%}.col-md-pull-1[data-v-228c6eb8]{right:8.33333333%}.col-md-pull-0[data-v-228c6eb8]{right:auto}.col-md-push-12[data-v-228c6eb8]{left:100%}.col-md-push-11[data-v-228c6eb8]{left:91.66666667%}.col-md-push-10[data-v-228c6eb8]{left:83.33333333%}.col-md-push-9[data-v-228c6eb8]{left:75%}.col-md-push-8[data-v-228c6eb8]{left:66.66666667%}.col-md-push-7[data-v-228c6eb8]{left:58.33333333%}.col-md-push-6[data-v-228c6eb8]{left:50%}.col-md-push-5[data-v-228c6eb8]{left:41.66666667%}.col-md-push-4[data-v-228c6eb8]{left:33.33333333%}.col-md-push-3[data-v-228c6eb8]{left:25%}.col-md-push-2[data-v-228c6eb8]{left:16.66666667%}.col-md-push-1[data-v-228c6eb8]{left:8.33333333%}.col-md-push-0[data-v-228c6eb8]{left:auto}}@media (max-width: 992px){.col-sm-pull-12[data-v-228c6eb8]{right:100%}.col-sm-pull-11[data-v-228c6eb8]{right:91.66666667%}.col-sm-pull-10[data-v-228c6eb8]{right:83.33333333%}.col-sm-pull-9[data-v-228c6eb8]{right:75%}.col-sm-pull-8[data-v-228c6eb8]{right:66.66666667%}.col-sm-pull-7[data-v-228c6eb8]{right:58.33333333%}.col-sm-pull-6[data-v-228c6eb8]{right:50%}.col-sm-pull-5[data-v-228c6eb8]{right:41.66666667%}.col-sm-pull-4[data-v-228c6eb8]{right:33.33333333%}.col-sm-pull-3[data-v-228c6eb8]{right:25%}.col-sm-pull-2[data-v-228c6eb8]{right:16.66666667%}.col-sm-pull-1[data-v-228c6eb8]{right:8.33333333%}.col-sm-pull-0[data-v-228c6eb8]{right:auto}.col-sm-push-12[data-v-228c6eb8]{left:100%}.col-sm-push-11[data-v-228c6eb8]{left:91.66666667%}.col-sm-push-10[data-v-228c6eb8]{left:83.33333333%}.col-sm-push-9[data-v-228c6eb8]{left:75%}.col-sm-push-8[data-v-228c6eb8]{left:66.66666667%}.col-sm-push-7[data-v-228c6eb8]{left:58.33333333%}.col-sm-push-6[data-v-228c6eb8]{left:50%}.col-sm-push-5[data-v-228c6eb8]{left:41.66666667%}.col-sm-push-4[data-v-228c6eb8]{left:33.33333333%}.col-sm-push-3[data-v-228c6eb8]{left:25%}.col-sm-push-2[data-v-228c6eb8]{left:16.66666667%}.col-sm-push-1[data-v-228c6eb8]{left:8.33333333%}.col-sm-push-0[data-v-228c6eb8]{left:auto}}@media (max-width: 768px){.col-xs-pull-12[data-v-228c6eb8]{right:100%}.col-xs-pull-11[data-v-228c6eb8]{right:91.66666667%}.col-xs-pull-10[data-v-228c6eb8]{right:83.33333333%}.col-xs-pull-9[data-v-228c6eb8]{right:75%}.col-xs-pull-8[data-v-228c6eb8]{right:66.66666667%}.col-xs-pull-7[data-v-228c6eb8]{right:58.33333333%}.col-xs-pull-6[data-v-228c6eb8]{right:50%}.col-xs-pull-5[data-v-228c6eb8]{right:41.66666667%}.col-xs-pull-4[data-v-228c6eb8]{right:33.33333333%}.col-xs-pull-3[data-v-228c6eb8]{right:25%}.col-xs-pull-2[data-v-228c6eb8]{right:16.66666667%}.col-xs-pull-1[data-v-228c6eb8]{right:8.33333333%}.col-xs-pull-0[data-v-228c6eb8]{right:auto}.col-xs-push-12[data-v-228c6eb8]{left:100%}.col-xs-push-11[data-v-228c6eb8]{left:91.66666667%}.col-xs-push-10[data-v-228c6eb8]{left:83.33333333%}.col-xs-push-9[data-v-228c6eb8]{left:75%}.col-xs-push-8[data-v-228c6eb8]{left:66.66666667%}.col-xs-push-7[data-v-228c6eb8]{left:58.33333333%}.col-xs-push-6[data-v-228c6eb8]{left:50%}.col-xs-push-5[data-v-228c6eb8]{left:41.66666667%}.col-xs-push-4[data-v-228c6eb8]{left:33.33333333%}.col-xs-push-3[data-v-228c6eb8]{left:25%}.col-xs-push-2[data-v-228c6eb8]{left:16.66666667%}.col-xs-push-1[data-v-228c6eb8]{left:8.33333333%}.col-xs-push-0[data-v-228c6eb8]{left:auto}}.mt5[data-v-228c6eb8]{margin-top:5px}.mt10[data-v-228c6eb8]{margin-top:10px}.mt15[data-v-228c6eb8]{margin-top:15px}.mt20[data-v-228c6eb8]{margin-top:20px}.mt25[data-v-228c6eb8]{margin-top:25px}.mt30[data-v-228c6eb8]{margin-top:30px}.mt35[data-v-228c6eb8]{margin-top:35px}.mt40[data-v-228c6eb8]{margin-top:40px}.mt45[data-v-228c6eb8]{margin-top:45px}.mt50[data-v-228c6eb8]{margin-top:50px}.mt55[data-v-228c6eb8]{margin-top:55px}.mt60[data-v-228c6eb8]{margin-top:60px}.mt70[data-v-228c6eb8]{margin-top:70px}.mt80[data-v-228c6eb8]{margin-top:80px}.mt90[data-v-228c6eb8]{margin-top:90px}.mt100[data-v-228c6eb8]{margin-top:100px}.mb5[data-v-228c6eb8]{margin-bottom:5px}.mb10[data-v-228c6eb8]{margin-bottom:10px}.mb15[data-v-228c6eb8]{margin-bottom:15px}.mb20[data-v-228c6eb8]{margin-bottom:20px}.mb25[data-v-228c6eb8]{margin-bottom:25px}.mb30[data-v-228c6eb8]{margin-bottom:30px}.mb35[data-v-228c6eb8]{margin-bottom:35px}.mb40[data-v-228c6eb8]{margin-bottom:40px}.mb45[data-v-228c6eb8]{margin-bottom:45px}.mb50[data-v-228c6eb8]{margin-bottom:50px}.mb55[data-v-228c6eb8]{margin-bottom:55px}.mb60[data-v-228c6eb8]{margin-bottom:60px}.mb70[data-v-228c6eb8]{margin-bottom:70px}.mb80[data-v-228c6eb8]{margin-bottom:80px}.mb90[data-v-228c6eb8]{margin-bottom:90px}.mb100[data-v-228c6eb8]{margin-bottom:100px}.ml5[data-v-228c6eb8]{margin-left:5px}.ml10[data-v-228c6eb8]{margin-left:10px}.ml15[data-v-228c6eb8]{margin-left:15px}.ml20[data-v-228c6eb8]{margin-left:20px}.ml30[data-v-228c6eb8]{margin-left:30px}.ml40[data-v-228c6eb8]{margin-left:40px}.ml50[data-v-228c6eb8]{margin-left:50px}.ml100[data-v-228c6eb8]{margin-left:100px}.mr5[data-v-228c6eb8]{margin-right:5px}.mr10[data-v-228c6eb8]{margin-right:10px}.mr15[data-v-228c6eb8]{margin-right:15px}.mr20[data-v-228c6eb8]{margin-right:20px}.mr30[data-v-228c6eb8]{margin-right:30px}.mr50[data-v-228c6eb8]{margin-right:50px}.mr100[data-v-228c6eb8]{margin-right:100px}@media (max-width: 1500px){.mt-lg-5[data-v-228c6eb8]{margin-top:5px}.mt-lg-10[data-v-228c6eb8]{margin-top:10px}.mt-lg-15[data-v-228c6eb8]{margin-top:15px}.mt-lg-20[data-v-228c6eb8]{margin-top:20px}.mt-lg-25[data-v-228c6eb8]{margin-top:25px}.mt-lg-30[data-v-228c6eb8]{margin-top:30px}.mt-lg-35[data-v-228c6eb8]{margin-top:35px}.mt-lg-40[data-v-228c6eb8]{margin-top:40px}.mt-lg-45[data-v-228c6eb8]{margin-top:45px}.mt-lg-50[data-v-228c6eb8]{margin-top:50px}.mt-lg-55[data-v-228c6eb8]{margin-top:55px}.mt-lg-60[data-v-228c6eb8]{margin-top:60px}.mt-lg-70[data-v-228c6eb8]{margin-top:70px}.mt-lg-80[data-v-228c6eb8]{margin-top:80px}.mt-lg-90[data-v-228c6eb8]{margin-top:90px}.mt-lg-100[data-v-228c6eb8]{margin-top:100px}.mb-lg-5[data-v-228c6eb8]{margin-bottom:5px}.mb-lg-10[data-v-228c6eb8]{margin-bottom:10px}.mb-lg-15[data-v-228c6eb8]{margin-bottom:15px}.mb-lg-20[data-v-228c6eb8]{margin-bottom:20px}.mb-lg-25[data-v-228c6eb8]{margin-bottom:25px}.mb-lg-30[data-v-228c6eb8]{margin-bottom:30px}.mb-lg-35[data-v-228c6eb8]{margin-bottom:35px}.mb-lg-40[data-v-228c6eb8]{margin-bottom:40px}.mb-lg-45[data-v-228c6eb8]{margin-bottom:45px}.mb-lg-50[data-v-228c6eb8]{margin-bottom:50px}.mb-lg-55[data-v-228c6eb8]{margin-bottom:55px}.mb-lg-60[data-v-228c6eb8]{margin-bottom:60px}.mb-lg-70[data-v-228c6eb8]{margin-bottom:70px}.mb-lg-80[data-v-228c6eb8]{margin-bottom:80px}.mb-lg-90[data-v-228c6eb8]{margin-bottom:90px}.mb-lg-100[data-v-228c6eb8]{margin-bottom:100px}.ml-lg-5[data-v-228c6eb8]{margin-left:5px}.ml-lg-10[data-v-228c6eb8]{margin-left:10px}.ml-lg-15[data-v-228c6eb8]{margin-left:15px}.ml-lg-20[data-v-228c6eb8]{margin-left:20px}.ml-lg-30[data-v-228c6eb8]{margin-left:30px}.ml-lg-50[data-v-228c6eb8]{margin-left:50px}.ml-lg-100[data-v-228c6eb8]{margin-left:100px}.mr-lg-5[data-v-228c6eb8]{margin-right:5px}.mr-lg-10[data-v-228c6eb8]{margin-right:10px}.mr-lg-15[data-v-228c6eb8]{margin-right:15px}.mr-lg-20[data-v-228c6eb8]{margin-right:20px}.mr-lg-30[data-v-228c6eb8]{margin-right:30px}.mr-lg-50[data-v-228c6eb8]{margin-right:50px}.mr-lg-100[data-v-228c6eb8]{margin-right:100px}}@media (max-width: 1280px){.mt-md-5[data-v-228c6eb8]{margin-top:5px}.mt-md-10[data-v-228c6eb8]{margin-top:10px}.mt-md-15[data-v-228c6eb8]{margin-top:15px}.mt-md-20[data-v-228c6eb8]{margin-top:20px}.mt-md-25[data-v-228c6eb8]{margin-top:25px}.mt-md-30[data-v-228c6eb8]{margin-top:30px}.mt-md-35[data-v-228c6eb8]{margin-top:35px}.mt-md-40[data-v-228c6eb8]{margin-top:40px}.mt-md-45[data-v-228c6eb8]{margin-top:45px}.mt-md-50[data-v-228c6eb8]{margin-top:50px}.mt-md-55[data-v-228c6eb8]{margin-top:55px}.mt-md-60[data-v-228c6eb8]{margin-top:60px}.mt-md-70[data-v-228c6eb8]{margin-top:70px}.mt-md-80[data-v-228c6eb8]{margin-top:80px}.mt-md-90[data-v-228c6eb8]{margin-top:90px}.mt-md-100[data-v-228c6eb8]{margin-top:100px}.mb-md-0[data-v-228c6eb8]{margin-bottom:0}.mb-md-5[data-v-228c6eb8]{margin-bottom:5px}.mb-md-10[data-v-228c6eb8]{margin-bottom:10px}.mb-md-15[data-v-228c6eb8]{margin-bottom:15px}.mb-md-20[data-v-228c6eb8]{margin-bottom:20px}.mb-md-25[data-v-228c6eb8]{margin-bottom:25px}.mb-md-30[data-v-228c6eb8]{margin-bottom:30px}.mb-md-35[data-v-228c6eb8]{margin-bottom:35px}.mb-md-40[data-v-228c6eb8]{margin-bottom:40px}.mb-md-45[data-v-228c6eb8]{margin-bottom:45px}.mb-md-50[data-v-228c6eb8]{margin-bottom:50px}.mb-md-55[data-v-228c6eb8]{margin-bottom:55px}.mb-md-60[data-v-228c6eb8]{margin-bottom:60px}.mb-md-70[data-v-228c6eb8]{margin-bottom:70px}.mb-md-80[data-v-228c6eb8]{margin-bottom:80px}.mb-md-90[data-v-228c6eb8]{margin-bottom:90px}.mb-md-100[data-v-228c6eb8]{margin-bottom:100px}.ml-md-5[data-v-228c6eb8]{margin-left:5px}.ml-md-10[data-v-228c6eb8]{margin-left:10px}.ml-md-15[data-v-228c6eb8]{margin-left:15px}.ml-md-20[data-v-228c6eb8]{margin-left:20px}.ml-md-30[data-v-228c6eb8]{margin-left:30px}.ml-md-50[data-v-228c6eb8]{margin-left:50px}.ml-md-100[data-v-228c6eb8]{margin-left:100px}.mr-md-5[data-v-228c6eb8]{margin-right:5px}.mr-md-10[data-v-228c6eb8]{margin-right:10px}.mr-md-15[data-v-228c6eb8]{margin-right:15px}.mr-md-20[data-v-228c6eb8]{margin-right:20px}.mr-md-30[data-v-228c6eb8]{margin-right:30px}.mr-md-50[data-v-228c6eb8]{margin-right:50px}.mr-md-100[data-v-228c6eb8]{margin-right:100px}}@media (max-width: 992px){.mt-sm-5[data-v-228c6eb8]{margin-top:5px}.mt-sm-10[data-v-228c6eb8]{margin-top:10px}.mt-sm-15[data-v-228c6eb8]{margin-top:15px}.mt-sm-20[data-v-228c6eb8]{margin-top:20px}.mt-sm-25[data-v-228c6eb8]{margin-top:25px}.mt-sm-30[data-v-228c6eb8]{margin-top:30px}.mt-sm-35[data-v-228c6eb8]{margin-top:35px}.mt-sm-40[data-v-228c6eb8]{margin-top:40px}.mt-sm-45[data-v-228c6eb8]{margin-top:45px}.mt-sm-50[data-v-228c6eb8]{margin-top:50px}.mt-sm-55[data-v-228c6eb8]{margin-top:55px}.mt-sm-60[data-v-228c6eb8]{margin-top:60px}.mt-sm-70[data-v-228c6eb8]{margin-top:70px}.mt-sm-80[data-v-228c6eb8]{margin-top:80px}.mt-sm-90[data-v-228c6eb8]{margin-top:90px}.mt-sm-100[data-v-228c6eb8]{margin-top:100px}.mb-sm-5[data-v-228c6eb8]{margin-bottom:5px}.mb-sm-10[data-v-228c6eb8]{margin-bottom:10px}.mb-sm-15[data-v-228c6eb8]{margin-bottom:15px}.mb-sm-20[data-v-228c6eb8]{margin-bottom:20px}.mb-sm-25[data-v-228c6eb8]{margin-bottom:25px}.mb-sm-30[data-v-228c6eb8]{margin-bottom:30px}.mb-sm-35[data-v-228c6eb8]{margin-bottom:35px}.mb-sm-40[data-v-228c6eb8]{margin-bottom:40px}.mb-sm-45[data-v-228c6eb8]{margin-bottom:45px}.mb-sm-50[data-v-228c6eb8]{margin-bottom:50px}.mb-sm-55[data-v-228c6eb8]{margin-bottom:55px}.mb-sm-60[data-v-228c6eb8]{margin-bottom:60px}.mb-sm-70[data-v-228c6eb8]{margin-bottom:70px}.mb-sm-80[data-v-228c6eb8]{margin-bottom:80px}.mb-sm-90[data-v-228c6eb8]{margin-bottom:90px}.mb-sm-100[data-v-228c6eb8]{margin-bottom:100px}.ml-sm-5[data-v-228c6eb8]{margin-left:5px}.ml-sm-10[data-v-228c6eb8]{margin-left:10px}.ml-sm-15[data-v-228c6eb8]{margin-left:15px}.ml-sm-20[data-v-228c6eb8]{margin-left:20px}.ml-sm-30[data-v-228c6eb8]{margin-left:30px}.ml-sm-50[data-v-228c6eb8]{margin-left:50px}.ml-sm-100[data-v-228c6eb8]{margin-left:100px}.mr-sm-5[data-v-228c6eb8]{margin-right:5px}.mr-sm-10[data-v-228c6eb8]{margin-right:10px}.mr-sm-15[data-v-228c6eb8]{margin-right:15px}.mr-sm-20[data-v-228c6eb8]{margin-right:20px}.mr-sm-30[data-v-228c6eb8]{margin-right:30px}.mr-sm-50[data-v-228c6eb8]{margin-right:50px}.mr-sm-100[data-v-228c6eb8]{margin-right:100px}}@media (max-width: 768px){.mt-xs-5[data-v-228c6eb8]{margin-top:5px}.mt-xs-10[data-v-228c6eb8]{margin-top:10px}.mt-xs-15[data-v-228c6eb8]{margin-top:15px}.mt-xs-20[data-v-228c6eb8]{margin-top:20px}.mt-xs-25[data-v-228c6eb8]{margin-top:25px}.mt-xs-30[data-v-228c6eb8]{margin-top:30px}.mt-xs-35[data-v-228c6eb8]{margin-top:35px}.mt-xs-40[data-v-228c6eb8]{margin-top:40px}.mt-xs-45[data-v-228c6eb8]{margin-top:45px}.mt-xs-50[data-v-228c6eb8]{margin-top:50px}.mt-xs-55[data-v-228c6eb8]{margin-top:55px}.mt-xs-60[data-v-228c6eb8]{margin-top:60px}.mt-xs-70[data-v-228c6eb8]{margin-top:70px}.mt-xs-80[data-v-228c6eb8]{margin-top:80px}.mt-xs-90[data-v-228c6eb8]{margin-top:90px}.mt-xs-100[data-v-228c6eb8]{margin-top:100px}.mb-xs-0[data-v-228c6eb8]{margin-bottom:0}.mb-xs-5[data-v-228c6eb8]{margin-bottom:5px}.mb-xs-10[data-v-228c6eb8]{margin-bottom:10px}.mb-xs-15[data-v-228c6eb8]{margin-bottom:15px}.mb-xs-20[data-v-228c6eb8]{margin-bottom:20px}.mb-xs-25[data-v-228c6eb8]{margin-bottom:25px}.mb-xs-30[data-v-228c6eb8]{margin-bottom:30px}.mb-xs-35[data-v-228c6eb8]{margin-bottom:35px}.mb-xs-40[data-v-228c6eb8]{margin-bottom:40px}.mb-xs-45[data-v-228c6eb8]{margin-bottom:45px}.mb-xs-50[data-v-228c6eb8]{margin-bottom:50px}.mb-xs-55[data-v-228c6eb8]{margin-bottom:55px}.mb-xs-60[data-v-228c6eb8]{margin-bottom:60px}.mb-xs-70[data-v-228c6eb8]{margin-bottom:70px}.mb-xs-80[data-v-228c6eb8]{margin-bottom:80px}.mb-xs-90[data-v-228c6eb8]{margin-bottom:90px}.mb-xs-100[data-v-228c6eb8]{margin-bottom:100px}.ml-xs-5[data-v-228c6eb8]{margin-left:5px}.ml-xs-10[data-v-228c6eb8]{margin-left:10px}.ml-xs-15[data-v-228c6eb8]{margin-left:15px}.ml-xs-20[data-v-228c6eb8]{margin-left:20px}.ml-xs-30[data-v-228c6eb8]{margin-left:30px}.ml-xs-50[data-v-228c6eb8]{margin-left:50px}.ml-xs-100[data-v-228c6eb8]{margin-left:100px}.mr-xs-5[data-v-228c6eb8]{margin-right:5px}.mr-xs-10[data-v-228c6eb8]{margin-right:10px}.mr-xs-15[data-v-228c6eb8]{margin-right:15px}.mr-xs-20[data-v-228c6eb8]{margin-right:20px}.mr-xs-30[data-v-228c6eb8]{margin-right:30px}.mr-xs-50[data-v-228c6eb8]{margin-right:50px}.mr-xs-100[data-v-228c6eb8]{margin-right:100px}}.pt5[data-v-228c6eb8]{padding-top:5px}.pt10[data-v-228c6eb8]{padding-top:10px}.pt15[data-v-228c6eb8]{padding-top:15px}.pt20[data-v-228c6eb8]{padding-top:20px}.pt25[data-v-228c6eb8]{padding-top:25px}.pt30[data-v-228c6eb8]{padding-top:30px}.pt35[data-v-228c6eb8]{padding-top:35px}.pt40[data-v-228c6eb8]{padding-top:40px}.pt45[data-v-228c6eb8]{padding-top:45px}.pt50[data-v-228c6eb8]{padding-top:50px}.pt55[data-v-228c6eb8]{padding-top:55px}.pt60[data-v-228c6eb8]{padding-top:60px}.pt70[data-v-228c6eb8]{padding-top:70px}.pt80[data-v-228c6eb8]{padding-top:80px}.pt90[data-v-228c6eb8]{padding-top:90px}.pt100[data-v-228c6eb8]{padding-top:100px}.pb0[data-v-228c6eb8]{padding-bottom:0}.pb5[data-v-228c6eb8]{padding-bottom:5px}.pb10[data-v-228c6eb8]{padding-bottom:10px}.pb15[data-v-228c6eb8]{padding-bottom:15px}.pb20[data-v-228c6eb8]{padding-bottom:20px}.pb25[data-v-228c6eb8]{padding-bottom:25px}.pb30[data-v-228c6eb8]{padding-bottom:30px}.pb35[data-v-228c6eb8]{padding-bottom:35px}.pb40[data-v-228c6eb8]{padding-bottom:40px}.pb45[data-v-228c6eb8]{padding-bottom:45px}.pb50[data-v-228c6eb8]{padding-bottom:50px}.pb55[data-v-228c6eb8]{padding-bottom:55px}.pb60[data-v-228c6eb8]{padding-bottom:60px}.pb70[data-v-228c6eb8]{padding-bottom:70px}.pb80[data-v-228c6eb8]{padding-bottom:80px}.pb90[data-v-228c6eb8]{padding-bottom:90px}.pb100[data-v-228c6eb8]{padding-bottom:100px}.pl5[data-v-228c6eb8]{padding-left:5px}.pl10[data-v-228c6eb8]{padding-left:10px}.pl15[data-v-228c6eb8]{padding-left:15px}.pl20[data-v-228c6eb8]{padding-left:20px}.pl30[data-v-228c6eb8]{padding-left:30px}.pl50[data-v-228c6eb8]{padding-left:50px}.pl100[data-v-228c6eb8]{padding-left:100px}.pr5[data-v-228c6eb8]{padding-right:5px}.pr10[data-v-228c6eb8]{padding-right:10px}.pr15[data-v-228c6eb8]{padding-right:15px}.pr20[data-v-228c6eb8]{padding-right:20px}.pr30[data-v-228c6eb8]{padding-right:30px}.pr50[data-v-228c6eb8]{padding-right:50px}.pr100[data-v-228c6eb8]{padding-right:100px}@media (max-width: 1500px){.pt-lg-5[data-v-228c6eb8]{padding-top:5px}.pt-lg-10[data-v-228c6eb8]{padding-top:10px}.pt-lg-15[data-v-228c6eb8]{padding-top:15px}.pt-lg-20[data-v-228c6eb8]{padding-top:20px}.pt-lg-25[data-v-228c6eb8]{padding-top:25px}.pt-lg-30[data-v-228c6eb8]{padding-top:30px}.pt-lg-35[data-v-228c6eb8]{padding-top:35px}.pt-lg-40[data-v-228c6eb8]{padding-top:40px}.pt-lg-45[data-v-228c6eb8]{padding-top:45px}.pt-lg-50[data-v-228c6eb8]{padding-top:50px}.pt-lg-55[data-v-228c6eb8]{padding-top:55px}.pt-lg-60[data-v-228c6eb8]{padding-top:60px}.pt-lg-70[data-v-228c6eb8]{padding-top:70px}.pt-lg-80[data-v-228c6eb8]{padding-top:80px}.pt-lg-90[data-v-228c6eb8]{padding-top:90px}.pt-lg-100[data-v-228c6eb8]{padding-top:100px}.pb-lg-0[data-v-228c6eb8]{padding-bottom:0}.pb-lg-5[data-v-228c6eb8]{padding-bottom:5px}.pb-lg-10[data-v-228c6eb8]{padding-bottom:10px}.pb-lg-15[data-v-228c6eb8]{padding-bottom:15px}.pb-lg-20[data-v-228c6eb8]{padding-bottom:20px}.pb-lg-25[data-v-228c6eb8]{padding-bottom:25px}.pb-lg-30[data-v-228c6eb8]{padding-bottom:30px}.pb-lg-35[data-v-228c6eb8]{padding-bottom:35px}.pb-lg-40[data-v-228c6eb8]{padding-bottom:40px}.pb-lg-45[data-v-228c6eb8]{padding-bottom:45px}.pb-lg-50[data-v-228c6eb8]{padding-bottom:50px}.pb-lg-55[data-v-228c6eb8]{padding-bottom:55px}.pb-lg-60[data-v-228c6eb8]{padding-bottom:60px}.pb-lg-70[data-v-228c6eb8]{padding-bottom:70px}.pb-lg-80[data-v-228c6eb8]{padding-bottom:80px}.pb-lg-90[data-v-228c6eb8]{padding-bottom:90px}.pb-lg-100[data-v-228c6eb8]{padding-bottom:100px}.pl-lg-5[data-v-228c6eb8]{padding-left:5px}.pl-lg-10[data-v-228c6eb8]{padding-left:10px}.pl-lg-15[data-v-228c6eb8]{padding-left:15px}.pl-lg-20[data-v-228c6eb8]{padding-left:20px}.pl-lg-30[data-v-228c6eb8]{padding-left:30px}.pl-lg-50[data-v-228c6eb8]{padding-left:50px}.pl-lg-100[data-v-228c6eb8]{padding-left:100px}.pr-lg-5[data-v-228c6eb8]{padding-right:5px}.pr-lg-10[data-v-228c6eb8]{padding-right:10px}.pr-lg-15[data-v-228c6eb8]{padding-right:15px}.pr-lg-20[data-v-228c6eb8]{padding-right:20px}.pr-lg-30[data-v-228c6eb8]{padding-right:30px}.pr-lg-50[data-v-228c6eb8]{padding-right:50px}.pr-lg-100[data-v-228c6eb8]{padding-right:100px}}@media (max-width: 1280px){.pt-md-5[data-v-228c6eb8]{padding-top:5px}.pt-md-10[data-v-228c6eb8]{padding-top:10px}.pt-md-15[data-v-228c6eb8]{padding-top:15px}.pt-md-20[data-v-228c6eb8]{padding-top:20px}.pt-md-25[data-v-228c6eb8]{padding-top:25px}.pt-md-30[data-v-228c6eb8]{padding-top:30px}.pt-md-35[data-v-228c6eb8]{padding-top:35px}.pt-md-40[data-v-228c6eb8]{padding-top:40px}.pt-md-45[data-v-228c6eb8]{padding-top:45px}.pt-md-50[data-v-228c6eb8]{padding-top:50px}.pt-md-55[data-v-228c6eb8]{padding-top:55px}.pt-md-60[data-v-228c6eb8]{padding-top:60px}.pt-md-70[data-v-228c6eb8]{padding-top:70px}.pt-md-80[data-v-228c6eb8]{padding-top:80px}.pt-md-90[data-v-228c6eb8]{padding-top:90px}.pt-md-100[data-v-228c6eb8]{padding-top:100px}.pb-md-0[data-v-228c6eb8]{padding-bottom:0}.pb-md-5[data-v-228c6eb8]{padding-bottom:5px}.pb-md-10[data-v-228c6eb8]{padding-bottom:10px}.pb-md-15[data-v-228c6eb8]{padding-bottom:15px}.pb-md-20[data-v-228c6eb8]{padding-bottom:20px}.pb-md-25[data-v-228c6eb8]{padding-bottom:25px}.pb-md-30[data-v-228c6eb8]{padding-bottom:30px}.pb-md-35[data-v-228c6eb8]{padding-bottom:35px}.pb-md-40[data-v-228c6eb8]{padding-bottom:40px}.pb-md-45[data-v-228c6eb8]{padding-bottom:45px}.pb-md-50[data-v-228c6eb8]{padding-bottom:50px}.pb-md-55[data-v-228c6eb8]{padding-bottom:55px}.pb-md-60[data-v-228c6eb8]{padding-bottom:60px}.pb-md-70[data-v-228c6eb8]{padding-bottom:70px}.pb-md-80[data-v-228c6eb8]{padding-bottom:80px}.pb-md-90[data-v-228c6eb8]{padding-bottom:90px}.pb-md-100[data-v-228c6eb8]{padding-bottom:100px}.pl-md-5[data-v-228c6eb8]{padding-left:5px}.pl-md-10[data-v-228c6eb8]{padding-left:10px}.pl-md-15[data-v-228c6eb8]{padding-left:15px}.pl-md-20[data-v-228c6eb8]{padding-left:20px}.pl-md-30[data-v-228c6eb8]{padding-left:30px}.pl-md-50[data-v-228c6eb8]{padding-left:50px}.pl-md-100[data-v-228c6eb8]{padding-left:100px}.pr-md-5[data-v-228c6eb8]{padding-right:5px}.pr-md-10[data-v-228c6eb8]{padding-right:10px}.pr-md-15[data-v-228c6eb8]{padding-right:15px}.pr-md-20[data-v-228c6eb8]{padding-right:20px}.pr-md-30[data-v-228c6eb8]{padding-right:30px}.pr-md-50[data-v-228c6eb8]{padding-right:50px}.pr-md-100[data-v-228c6eb8]{padding-right:100px}}@media (max-width: 992px){.pt-sm-5[data-v-228c6eb8]{padding-top:5px}.pt-sm-10[data-v-228c6eb8]{padding-top:10px}.pt-sm-15[data-v-228c6eb8]{padding-top:15px}.pt-sm-20[data-v-228c6eb8]{padding-top:20px}.pt-sm-25[data-v-228c6eb8]{padding-top:25px}.pt-sm-30[data-v-228c6eb8]{padding-top:30px}.pt-sm-35[data-v-228c6eb8]{padding-top:35px}.pt-sm-40[data-v-228c6eb8]{padding-top:40px}.pt-sm-45[data-v-228c6eb8]{padding-top:45px}.pt-sm-50[data-v-228c6eb8]{padding-top:50px}.pt-sm-55[data-v-228c6eb8]{padding-top:55px}.pt-sm-60[data-v-228c6eb8]{padding-top:60px}.pt-sm-70[data-v-228c6eb8]{padding-top:70px}.pt-sm-80[data-v-228c6eb8]{padding-top:80px}.pt-sm-90[data-v-228c6eb8]{padding-top:90px}.pt-sm-100[data-v-228c6eb8]{padding-top:100px}.pb-sm-0[data-v-228c6eb8]{padding-bottom:0}.pb-sm-5[data-v-228c6eb8]{padding-bottom:5px}.pb-sm-10[data-v-228c6eb8]{padding-bottom:10px}.pb-sm-15[data-v-228c6eb8]{padding-bottom:15px}.pb-sm-20[data-v-228c6eb8]{padding-bottom:20px}.pb-sm-25[data-v-228c6eb8]{padding-bottom:25px}.pb-sm-30[data-v-228c6eb8]{padding-bottom:30px}.pb-sm-35[data-v-228c6eb8]{padding-bottom:35px}.pb-sm-40[data-v-228c6eb8]{padding-bottom:40px}.pb-sm-45[data-v-228c6eb8]{padding-bottom:45px}.pb-sm-50[data-v-228c6eb8]{padding-bottom:50px}.pb-sm-55[data-v-228c6eb8]{padding-bottom:55px}.pb-sm-60[data-v-228c6eb8]{padding-bottom:60px}.pb-sm-70[data-v-228c6eb8]{padding-bottom:70px}.pb-sm-80[data-v-228c6eb8]{padding-bottom:80px}.pb-sm-90[data-v-228c6eb8]{padding-bottom:90px}.pb-sm-100[data-v-228c6eb8]{padding-bottom:100px}.pl-sm-5[data-v-228c6eb8]{padding-left:5px}.pl-sm-10[data-v-228c6eb8]{padding-left:10px}.pl-sm-15[data-v-228c6eb8]{padding-left:15px}.pl-sm-20[data-v-228c6eb8]{padding-left:20px}.pl-sm-30[data-v-228c6eb8]{padding-left:30px}.pl-sm-50[data-v-228c6eb8]{padding-left:50px}.pl-sm-100[data-v-228c6eb8]{padding-left:100px}.pr-sm-5[data-v-228c6eb8]{padding-right:5px}.pr-sm-10[data-v-228c6eb8]{padding-right:10px}.pr-sm-15[data-v-228c6eb8]{padding-right:15px}.pr-sm-20[data-v-228c6eb8]{padding-right:20px}.pr-sm-30[data-v-228c6eb8]{padding-right:30px}.pr-sm-50[data-v-228c6eb8]{padding-right:50px}.pr-sm-100[data-v-228c6eb8]{padding-right:100px}}@media (max-width: 768px){.pt-xs-0[data-v-228c6eb8]{padding-top:0}.pt-xs-5[data-v-228c6eb8]{padding-top:5px}.pt-xs-10[data-v-228c6eb8]{padding-top:10px}.pt-xs-15[data-v-228c6eb8]{padding-top:15px}.pt-xs-20[data-v-228c6eb8]{padding-top:20px}.pt-xs-25[data-v-228c6eb8]{padding-top:25px}.pt-xs-30[data-v-228c6eb8]{padding-top:30px}.pt-xs-35[data-v-228c6eb8]{padding-top:35px}.pt-xs-40[data-v-228c6eb8]{padding-top:40px}.pt-xs-45[data-v-228c6eb8]{padding-top:45px}.pt-xs-50[data-v-228c6eb8]{padding-top:50px}.pt-xs-55[data-v-228c6eb8]{padding-top:55px}.pt-xs-60[data-v-228c6eb8]{padding-top:60px}.pt-xs-70[data-v-228c6eb8]{padding-top:70px}.pt-xs-80[data-v-228c6eb8]{padding-top:80px}.pt-xs-90[data-v-228c6eb8]{padding-top:90px}.pt-xs-100[data-v-228c6eb8]{padding-top:100px}.pb-xs-0[data-v-228c6eb8]{padding-bottom:0}.pb-xs-5[data-v-228c6eb8]{padding-bottom:5px}.pb-xs-10[data-v-228c6eb8]{padding-bottom:10px}.pb-xs-15[data-v-228c6eb8]{padding-bottom:15px}.pb-xs-20[data-v-228c6eb8]{padding-bottom:20px}.pb-xs-25[data-v-228c6eb8]{padding-bottom:25px}.pb-xs-30[data-v-228c6eb8]{padding-bottom:30px}.pb-xs-35[data-v-228c6eb8]{padding-bottom:35px}.pb-xs-40[data-v-228c6eb8]{padding-bottom:40px}.pb-xs-45[data-v-228c6eb8]{padding-bottom:45px}.pb-xs-50[data-v-228c6eb8]{padding-bottom:50px}.pb-xs-55[data-v-228c6eb8]{padding-bottom:55px}.pb-xs-60[data-v-228c6eb8]{padding-bottom:60px}.pb-xs-70[data-v-228c6eb8]{padding-bottom:70px}.pb-xs-80[data-v-228c6eb8]{padding-bottom:80px}.pb-xs-90[data-v-228c6eb8]{padding-bottom:90px}.pb-xs-100[data-v-228c6eb8]{padding-bottom:100px}.pl-xs-5[data-v-228c6eb8]{padding-left:5px}.pl-xs-10[data-v-228c6eb8]{padding-left:10px}.pl-xs-15[data-v-228c6eb8]{padding-left:15px}.pl-xs-20[data-v-228c6eb8]{padding-left:20px}.pl-xs-30[data-v-228c6eb8]{padding-left:30px}.pl-xs-50[data-v-228c6eb8]{padding-left:50px}.pl-xs-100[data-v-228c6eb8]{padding-left:100px}.pr-xs-5[data-v-228c6eb8]{padding-right:5px}.pr-xs-10[data-v-228c6eb8]{padding-right:10px}.pr-xs-15[data-v-228c6eb8]{padding-right:15px}.pr-xs-20[data-v-228c6eb8]{padding-right:20px}.pr-xs-30[data-v-228c6eb8]{padding-right:30px}.pr-xs-50[data-v-228c6eb8]{padding-right:50px}.pr-xs-100[data-v-228c6eb8]{padding-right:100px}}.cols-1[data-v-228c6eb8]>*,.cols-2[data-v-228c6eb8]>*,.cols-3[data-v-228c6eb8]>*,.cols-4[data-v-228c6eb8]>*,.cols-5[data-v-228c6eb8]>*,.cols-6[data-v-228c6eb8]>*,.cols-7[data-v-228c6eb8]>*,.cols-8[data-v-228c6eb8]>*{float:left}.cols-1[data-v-228c6eb8]>*{width:100%}.cols-2[data-v-228c6eb8]>*{width:50%}.cols-3[data-v-228c6eb8]>*{width:33.33333%}.cols-4[data-v-228c6eb8]>*{width:25%}.cols-5[data-v-228c6eb8]>*{width:20%}.cols-6[data-v-228c6eb8]>*{width:16.66667%}.cols-7[data-v-228c6eb8]>*{width:14.2857%}.cols-8[data-v-228c6eb8]>*{width:12.5%}@media (max-width: 1500px){[class*=cols-lg][data-v-228c6eb8]>*{float:left}.cols-lg-1[data-v-228c6eb8]>*{width:100%}.cols-lg-2[data-v-228c6eb8]>*{width:50%}.cols-lg-3[data-v-228c6eb8]>*{width:33.33333%}.cols-lg-4[data-v-228c6eb8]>*{width:25%}.cols-lg-5[data-v-228c6eb8]>*{width:20%}.cols-lg-6[data-v-228c6eb8]>*{width:16.66667%}.cols-lg-7[data-v-228c6eb8]>*{width:14.2857%}.cols-lg-8[data-v-228c6eb8]>*{width:12.5%}}@media (max-width: 1280px){[class*=cols-md][data-v-228c6eb8]>*{float:left}.cols-md-1[data-v-228c6eb8]>*{width:100%}.cols-md-2[data-v-228c6eb8]>*{width:50%}.cols-md-3[data-v-228c6eb8]>*{width:33.33333%}.cols-md-4[data-v-228c6eb8]>*{width:25%}.cols-md-5[data-v-228c6eb8]>*{width:20%}.cols-md-6[data-v-228c6eb8]>*{width:16.66667%}.cols-md-7[data-v-228c6eb8]>*{width:14.2857%}.cols-md-8[data-v-228c6eb8]>*{width:12.5%}}@media (max-width: 992px){[class*=cols-sm][data-v-228c6eb8]>*{float:left}.cols-sm-1[data-v-228c6eb8]>*{width:100%}.cols-sm-2[data-v-228c6eb8]>*{width:50%}.cols-sm-3[data-v-228c6eb8]>*{width:33.33333%}.cols-sm-4[data-v-228c6eb8]>*{width:25%}.cols-sm-5[data-v-228c6eb8]>*{width:20%}.cols-sm-6[data-v-228c6eb8]>*{width:16.66667%}.cols-sm-7[data-v-228c6eb8]>*{width:14.2857%}.cols-sm-8[data-v-228c6eb8]>*{width:12.5%}}@media (max-width: 768px){[class*=cols-xs][data-v-228c6eb8]>*{float:left}.cols-xs-1[data-v-228c6eb8]>*{width:100%}.cols-xs-2[data-v-228c6eb8]>*{width:50%}.cols-xs-3[data-v-228c6eb8]>*{width:33.33333%}.cols-xs-4[data-v-228c6eb8]>*{width:25%}.cols-xs-5[data-v-228c6eb8]>*{width:20%}.cols-xs-6[data-v-228c6eb8]>*{width:16.66667%}.cols-xs-7[data-v-228c6eb8]>*{width:14.2857%}.cols-xs-8[data-v-228c6eb8]>*{width:12.5%}}@media (max-width: 480px){[class*=cols-xxs][data-v-228c6eb8]>*{float:left}.cols-xxs-1[data-v-228c6eb8]>*{width:100%}.cols-xxs-2[data-v-228c6eb8]>*{width:50%}.cols-xxs-3[data-v-228c6eb8]>*{width:33.33333%}.cols-xxs-4[data-v-228c6eb8]>*{width:25%}.cols-xxs-5[data-v-228c6eb8]>*{width:20%}.cols-xxs-6[data-v-228c6eb8]>*{width:16.66667%}.cols-xxs-7[data-v-228c6eb8]>*{width:14.2857%}.cols-xxs-8[data-v-228c6eb8]>*{width:12.5%}}@media (max-width: 380px){[class*=cols-xxxs][data-v-228c6eb8]>*{float:left}.cols-xxxs-1[data-v-228c6eb8]>*{width:100%}.cols-xxxs-2[data-v-228c6eb8]>*{width:50%}.cols-xxxs-3[data-v-228c6eb8]>*{width:33.33333%}.cols-xxxs-4[data-v-228c6eb8]>*{width:25%}.cols-xxxs-5[data-v-228c6eb8]>*{width:20%}.cols-xxxs-6[data-v-228c6eb8]>*{width:16.66667%}.cols-xxxs-7[data-v-228c6eb8]>*{width:14.2857%}.cols-xxxs-8[data-v-228c6eb8]>*{width:12.5%}}[class*=space-] .box[data-v-228c6eb8]{display:block}.space-2[data-v-228c6eb8]{margin-top:-2px;margin-right:-1px;margin-left:-1px}.space-2 .box[data-v-228c6eb8]{margin:2px 1px 0}.space-10[data-v-228c6eb8]{margin-top:-10px;margin-right:-5px;margin-left:-5px}.space-10 .box[data-v-228c6eb8]{margin:10px 5px 0}.space-15[data-v-228c6eb8]{margin-top:-15px;margin-right:-7px;margin-left:-8px}.space-15 .box[data-v-228c6eb8]{margin:15px 7px 0 8px}.space-20[data-v-228c6eb8]{margin-top:-20px;margin-right:-10px;margin-left:-10px}.space-20 .box[data-v-228c6eb8]{margin:20px 10px 0}.space-30[data-v-228c6eb8]{margin-top:-30px;margin-right:-15px;margin-left:-15px}.space-30 .box[data-v-228c6eb8]{margin:30px 15px 0}.space-40[data-v-228c6eb8]{margin-top:-40px;margin-right:-20px;margin-left:-20px}.space-40 .box[data-v-228c6eb8]{margin:40px 20px 0}.space-50[data-v-228c6eb8]{margin-top:-50px;margin-right:-25px;margin-left:-25px}.space-50 .box[data-v-228c6eb8]{margin:50px 25px 0}@media (max-width: 1500px){.space-lg-0[data-v-228c6eb8]{margin-top:0;margin-right:0;margin-left:0}.space-lg-0 .box[data-v-228c6eb8]{margin:0}.space-lg-2[data-v-228c6eb8]{margin-top:-2px;margin-right:-1px;margin-left:-1px}.space-lg-2 .box[data-v-228c6eb8]{margin:2px 1px 0}.space-lg-10[data-v-228c6eb8]{margin-top:-10px;margin-right:-5px;margin-left:-5px}.space-lg-10 .box[data-v-228c6eb8]{margin:10px 5px 0}.space-lg-15[data-v-228c6eb8]{margin-top:-15px;margin-right:-7px;margin-left:-8px}.space-lg-15 .box[data-v-228c6eb8]{margin:15px 7px 0 8px}.space-lg-20[data-v-228c6eb8]{margin-top:-20px;margin-right:-10px;margin-left:-10px}.space-lg-20 .box[data-v-228c6eb8]{margin:20px 10px 0}.space-lg-30[data-v-228c6eb8]{margin-top:-30px;margin-right:-15px;margin-left:-15px}.space-lg-30 .box[data-v-228c6eb8]{margin:30px 15px 0}.space-lg-40[data-v-228c6eb8]{margin-top:-40px;margin-right:-20px;margin-left:-20px}.space-lg-40 .box[data-v-228c6eb8]{margin:40px 20px 0}.space-lg-50[data-v-228c6eb8]{margin-top:-50px;margin-right:-25px;margin-left:-25px}.space-lg-50 .box[data-v-228c6eb8]{margin:50px 25px 0}}@media (max-width: 1280px){.space-md-0[data-v-228c6eb8]{margin-top:0;margin-right:0;margin-left:0}.space-md-0 .box[data-v-228c6eb8]{margin:0}.space-md-2[data-v-228c6eb8]{margin-top:-2px;margin-right:-1px;margin-left:-1px}.space-md-2 .box[data-v-228c6eb8]{margin:2px 1px 0}.space-md-10[data-v-228c6eb8]{margin-top:-10px;margin-right:-5px;margin-left:-5px}.space-md-10 .box[data-v-228c6eb8]{margin:10px 5px 0}.space-md-15[data-v-228c6eb8]{margin-top:-15px;margin-right:-7px;margin-left:-8px}.space-md-15 .box[data-v-228c6eb8]{margin:15px 7px 0 8px}.space-md-20[data-v-228c6eb8]{margin-top:-20px;margin-right:-10px;margin-left:-10px}.space-md-20 .box[data-v-228c6eb8]{margin:20px 10px 0}.space-md-30[data-v-228c6eb8]{margin-top:-30px;margin-right:-15px;margin-left:-15px}.space-md-30 .box[data-v-228c6eb8]{margin:30px 15px 0}.space-md-40[data-v-228c6eb8]{margin-top:-40px;margin-right:-20px;margin-left:-20px}.space-md-40 .box[data-v-228c6eb8]{margin:40px 20px 0}.space-md-50[data-v-228c6eb8]{margin-top:-50px;margin-right:-25px;margin-left:-25px}.space-md-50 .box[data-v-228c6eb8]{margin:50px 25px 0}}@media (max-width: 992px){.space-sm-0[data-v-228c6eb8]{margin-top:0;margin-right:0;margin-left:0}.space-sm-0 .box[data-v-228c6eb8]{margin:0}.space-sm-2[data-v-228c6eb8]{margin-top:-2px;margin-right:-1px;margin-left:-1px}.space-sm-2 .box[data-v-228c6eb8]{margin:2px 1px 0}.space-sm-10[data-v-228c6eb8]{margin-top:-10px;margin-right:-5px;margin-left:-5px}.space-sm-10 .box[data-v-228c6eb8]{margin:10px 5px 0}.space-sm-15[data-v-228c6eb8]{margin-top:-15px;margin-right:-7px;margin-left:-8px}.space-sm-15 .box[data-v-228c6eb8]{margin:15px 7px 0 8px}.space-sm-20[data-v-228c6eb8]{margin-top:-20px;margin-right:-10px;margin-left:-10px}.space-sm-20 .box[data-v-228c6eb8]{margin:20px 10px 0}.space-sm-30[data-v-228c6eb8]{margin-top:-30px;margin-right:-15px;margin-left:-15px}.space-sm-30 .box[data-v-228c6eb8]{margin:30px 15px 0}.space-sm-40[data-v-228c6eb8]{margin-top:-40px;margin-right:-20px;margin-left:-20px}.space-sm-40 .box[data-v-228c6eb8]{margin:40px 20px 0}.space-lg-50[data-v-228c6eb8]{margin-top:-50px;margin-right:-25px;margin-left:-25px}.space-lg-50 .box[data-v-228c6eb8]{margin:50px 25px 0}}@media (max-width: 768px){.space-xs-0[data-v-228c6eb8]{margin-top:0;margin-right:0;margin-left:0}.space-xs-0 .box[data-v-228c6eb8]{margin:0}.space-xs-2[data-v-228c6eb8]{margin-top:-2px;margin-right:-1px;margin-left:-1px}.space-xs-2 .box[data-v-228c6eb8]{margin:2px 1px 0}.space-xs-10[data-v-228c6eb8]{margin-top:-10px;margin-right:-5px;margin-left:-5px}.space-xs-10 .box[data-v-228c6eb8]{margin:10px 5px 0}.space-xs-15[data-v-228c6eb8]{margin-top:-15px;margin-right:-7px;margin-left:-8px}.space-xs-15 .box[data-v-228c6eb8]{margin:15px 7px 0 8px}.space-xs-20[data-v-228c6eb8]{margin-top:-20px;margin-right:-10px;margin-left:-10px}.space-xs-20 .box[data-v-228c6eb8]{margin:20px 10px 0}.space-xs-30[data-v-228c6eb8]{margin-top:-30px;margin-right:-15px;margin-left:-15px}.space-xs-30 .box[data-v-228c6eb8]{margin:30px 15px 0}.space-xs-40[data-v-228c6eb8]{margin-top:-40px;margin-right:-20px;margin-left:-20px}.space-xs-40 .box[data-v-228c6eb8]{margin:40px 20px 0}.space-xs-50[data-v-228c6eb8]{margin-top:-50px;margin-right:-25px;margin-left:-25px}.space-xs-50 .box[data-v-228c6eb8]{margin:50px 25px 0}}@media (max-width: 480px){.space-xxs-0[data-v-228c6eb8]{margin-top:0;margin-right:0;margin-left:0}.space-xxs-0 .box[data-v-228c6eb8]{margin:0}.space-xxs-2[data-v-228c6eb8]{margin-top:-2px;margin-right:-1px;margin-left:-1px}.space-xxs-2 .box[data-v-228c6eb8]{margin:2px 1px 0}.space-xxs-10[data-v-228c6eb8]{margin-top:-10px;margin-right:-5px;margin-left:-5px}.space-xxs-10 .box[data-v-228c6eb8]{margin:10px 5px 0}.space-xxs-15[data-v-228c6eb8]{margin-top:-15px;margin-right:-7px;margin-left:-8px}.space-xxs-15 .box[data-v-228c6eb8]{margin:15px 7px 0 8px}.space-xxs-20[data-v-228c6eb8]{margin-top:-20px;margin-right:-10px;margin-left:-10px}.space-xxs-20 .box[data-v-228c6eb8]{margin:20px 10px 0}.space-xxs-30[data-v-228c6eb8]{margin-top:-30px;margin-right:-15px;margin-left:-15px}.space-xxs-30 .box[data-v-228c6eb8]{margin:30px 15px 0}.space-xxs-40[data-v-228c6eb8]{margin-top:-40px;margin-right:-20px;margin-left:-20px}.space-xxs-40 .box[data-v-228c6eb8]{margin:40px 20px 0}.space-xxs-50[data-v-228c6eb8]{margin-top:-50px;margin-right:-25px;margin-left:-25px}.space-xxs-50 .box[data-v-228c6eb8]{margin:50px 25px 0}}.fs-32[data-v-228c6eb8]{font-size:32px}.fs-30[data-v-228c6eb8]{font-size:30px}.fs-28[data-v-228c6eb8]{font-size:28px}.fs-26[data-v-228c6eb8]{font-size:26px}.fs-24[data-v-228c6eb8]{font-size:24px}.fs-22[data-v-228c6eb8]{font-size:22px}.fs-20[data-v-228c6eb8]{font-size:20px}.fs-18[data-v-228c6eb8]{font-size:18px}.fs-16[data-v-228c6eb8]{font-size:16px}.fs-14[data-v-228c6eb8]{font-size:14px}.fs-0[data-v-228c6eb8]{font-size:0}@media (max-width: 1500px){.fs-lg-30[data-v-228c6eb8]{font-size:30px}.fs-lg-28[data-v-228c6eb8]{font-size:28px}.fs-lg-26[data-v-228c6eb8]{font-size:26px}.fs-lg-24[data-v-228c6eb8]{font-size:24px}.fs-lg-22[data-v-228c6eb8]{font-size:22px}.fs-lg-20[data-v-228c6eb8]{font-size:20px}.fs-lg-18[data-v-228c6eb8]{font-size:18px}.fs-lg-16[data-v-228c6eb8]{font-size:16px}.fs-lg-14[data-v-228c6eb8]{font-size:14px}}@media (max-width: 1280px){.fs-md-30[data-v-228c6eb8]{font-size:30px}.fs-md-28[data-v-228c6eb8]{font-size:28px}.fs-md-26[data-v-228c6eb8]{font-size:26px}.fs-md-24[data-v-228c6eb8]{font-size:24px}.fs-md-22[data-v-228c6eb8]{font-size:22px}.fs-md-20[data-v-228c6eb8]{font-size:20px}.fs-md-18[data-v-228c6eb8]{font-size:18px}.fs-md-16[data-v-228c6eb8]{font-size:16px}.fs-md-14[data-v-228c6eb8]{font-size:14px}}@media (max-width: 768px){.fs-xs-30[data-v-228c6eb8]{font-size:30px}.fs-xs-28[data-v-228c6eb8]{font-size:28px}.fs-xs-26[data-v-228c6eb8]{font-size:26px}.fs-xs-24[data-v-228c6eb8]{font-size:24px}.fs-xs-22[data-v-228c6eb8]{font-size:22px}.fs-xs-20[data-v-228c6eb8]{font-size:20px}.fs-xs-18[data-v-228c6eb8]{font-size:18px}.fs-xs-16[data-v-228c6eb8]{font-size:16px}.fs-xs-14[data-v-228c6eb8]{font-size:14px}}@media (max-width: 1500px){.height-lg-auto[data-v-228c6eb8]{height:auto!important}}@media (max-width: 1280px){.height-md-auto[data-v-228c6eb8]{height:auto!important}}@media (max-width: 992px){.height-sm-auto[data-v-228c6eb8]{height:auto!important}}@media (max-width: 768px){.height-xs-auto[data-v-228c6eb8]{height:auto!important}}.block[data-v-228c6eb8]{display:block}.none[data-v-228c6eb8]{display:none}body.older [class*=row-space][data-v-228c6eb8]{margin-right:0;margin-left:0}body.older [class*=row-space]>[class*=col-][data-v-228c6eb8]{padding-right:0;padding-left:0}body.older .row>[class*=col-][data-v-228c6eb8]{width:100%;float:none}@media (min-width: 769px){body.older .mt5[data-v-228c6eb8]{margin-top:25px}body.older .mt10[data-v-228c6eb8]{margin-top:30px}body.older .mt15[data-v-228c6eb8]{margin-top:35px}body.older .mt20[data-v-228c6eb8]{margin-top:40px}body.older .mt25[data-v-228c6eb8]{margin-top:45px}body.older .mt30[data-v-228c6eb8]{margin-top:50px}body.older .mt35[data-v-228c6eb8]{margin-top:55px}body.older .mt40[data-v-228c6eb8]{margin-top:40px}body.older .mt45[data-v-228c6eb8]{margin-top:65px}body.older .mt50[data-v-228c6eb8]{margin-top:80px}body.older .mt55[data-v-228c6eb8]{margin-top:85px}body.older .mt60[data-v-228c6eb8]{margin-top:90px}body.older .mt70[data-v-228c6eb8]{margin-top:100px}body.older .mt80[data-v-228c6eb8]{margin-top:110px}body.older .mb5[data-v-228c6eb8]{margin-bottom:25px}body.older .mb10[data-v-228c6eb8]{margin-bottom:30px}body.older .mb15[data-v-228c6eb8]{margin-bottom:35px}body.older .mb20[data-v-228c6eb8]{margin-bottom:40px}body.older .mb25[data-v-228c6eb8]{margin-bottom:45px}body.older .mb30[data-v-228c6eb8]{margin-bottom:50px}body.older .mb35[data-v-228c6eb8]{margin-bottom:55px}body.older .mb40[data-v-228c6eb8]{margin-bottom:60px}body.older .mb45[data-v-228c6eb8]{margin-bottom:65px}body.older .mb50[data-v-228c6eb8]{margin-bottom:80px}body.older .mb55[data-v-228c6eb8]{margin-bottom:85px}body.older .mb60[data-v-228c6eb8]{margin-bottom:90px}body.older .mb70[data-v-228c6eb8]{margin-bottom:100px}body.older .mb80[data-v-228c6eb8]{margin-bottom:110px}}body[data-v-228c6eb8],a[data-v-228c6eb8]{color:#333}a[data-v-228c6eb8]:hover{color:#1658a0}input[data-v-228c6eb8]::-webkit-input-placeholder{color:#ccc}.container[data-v-228c6eb8]{width:1400px}.body-bg[data-v-228c6eb8]{background:#f9f9f9}.bg-white[data-v-228c6eb8]{background:#fff}.bg-lightred[data-v-228c6eb8]{background:linear-gradient(175.51deg,rgba(249,236,232,.44),rgba(241,212,204,.44))}.bg-lightgray[data-v-228c6eb8]{background:#fafafa}.com-panel-gray[data-v-228c6eb8]{background:#fafafa;padding:25px}.bg-f7f7f7[data-v-228c6eb8]{background:#f7f7f7}.bg-lightblue[data-v-228c6eb8]{background:#f2f7fc}.com-border[data-v-228c6eb8]{background:#fff;border:1px solid #f0d6c2;box-shadow:0 3px 30px rgba(89,28,0,.06)}.com-panel-gray .com-title[data-v-228c6eb8]{margin-left:-25px}.fontcolor-red[data-v-228c6eb8]{color:#1658a0}.fontcolor-888[data-v-228c6eb8]{color:#888}.box-shadow[data-v-228c6eb8]{box-shadow:0 0 8px rgba(0,0,0,.05)}.row-limit>.afterline[data-v-228c6eb8]:after,.row-limit>.beforeline[data-v-228c6eb8]:before{content:"";position:absolute;top:0;width:1px;height:100%;background:#ebebeb}.row-limit>.afterline[data-v-228c6eb8]:after{right:0}.row-limit>.beforeline[data-v-228c6eb8]:before{left:-1px}@media (max-width: 1280px){.row-limit>.afterline[data-v-228c6eb8]:after,.row-limit>.beforeline[data-v-228c6eb8]:before{display:none}}.font-syst[data-v-228c6eb8],.font-syst-b[data-v-228c6eb8]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.font-syst-b[data-v-228c6eb8]{font-family:Microsoft YaHei,Simsun,SimHei,Arial;font-weight:700}.tab-brief>.hd.line[data-v-228c6eb8]{border-bottom:#e5e5e5 1px solid}.tab-brief>.hd ul[data-v-228c6eb8]{float:left;font-size:1.5em}.tab-brief>.hd li[data-v-228c6eb8]{float:left;line-height:42px}.tab-brief>.hd li a[data-v-228c6eb8]{transition:.3s all;display:inline-block}.tab-brief>.hd li+li a[data-v-228c6eb8]{margin-left:30px}.tab-brief>.hd ul.activeline li a[data-v-228c6eb8],.tab-brief>.hd.line:not(.block) li a[data-v-228c6eb8],.tab-brief>.hd.pb li a[data-v-228c6eb8]{padding-bottom:12px}.tab-brief>.hd ul.activeline li a[data-v-228c6eb8]{position:relative}.tab-brief>.hd ul.activeline li a[data-v-228c6eb8]:after{content:"";position:absolute;width:0;bottom:-1px;left:0;height:3px;background:#d43030;transition:all .3s;-webkit-transition:all .3s;overflow:hidden}.tab-brief>.hd ul.activeline-blue li a[data-v-228c6eb8]:after{background:#27538a}.tab-brief>.hd ul.activeline li.on a[data-v-228c6eb8]:after{width:100%}.tab-brief>.hd ul.color-gray li:not(.on) a[data-v-228c6eb8]{color:gray}.tab-brief>.hd ul.color-gray li:not(.on) a[data-v-228c6eb8]:hover{color:#333}.tab-brief>.hd li a[data-v-228c6eb8]:hover{color:#333}.tab-brief>.hd ul.fs20[data-v-228c6eb8]{font-size:1.25em}.tab-brief>.hd ul.ml40 li+li a[data-v-228c6eb8]{margin-left:40px}.tab-brief>.hd ul.ml80 li+li a[data-v-228c6eb8]{margin-left:80px}.tab-brief>.hd ul.on-color-blue li.on a[data-v-228c6eb8]{color:#1e5aa8;font-weight:700}.tab-brief>.hd ul.on-color-blue li:not(.on) a[data-v-228c6eb8]:hover{color:#1e5aa8}.tab-brief>.hd.center[data-v-228c6eb8]{display:flex;justify-content:center}.tab-brief>.hd li.split[data-v-228c6eb8]:before{position:absolute;left:0;top:50%;margin-top:-6px;content:"";width:1px;height:15px;background:#d1d1d1}.tab-brief>.hd li.split[data-v-228c6eb8]{padding-left:18px;margin-left:18px}.tab-brief>.hd .more[data-v-228c6eb8]{float:right;line-height:42px}.tab-brief>.hd.block li a[data-v-228c6eb8]{display:block;padding:0 22px;line-height:46px;border-radius:5px 5px 0 0}.tab-brief>.hd.block li.on a[data-v-228c6eb8]{background:#1658a0;color:#fff}.tab-brief>.hd.block .more[data-v-228c6eb8]{line-height:46px;padding-top:0}.tab-brief>.hd.flex ul[data-v-228c6eb8]{float:none;display:flex;justify-content:space-between}.tab-brief>.hd.flex ul[data-v-228c6eb8]:before,.tab-brief>.hd.flex ul[data-v-228c6eb8]:after{display:none}.tab-brief>.hd ul[class*=cols-][data-v-228c6eb8]{float:none}.tab-brief>.hd ul[class*=cols-] li+li a[data-v-228c6eb8]{margin-left:0}.tab-brief>.hd dl[data-v-228c6eb8]{line-height:42px}.tab-brief>.hd dl dd[data-v-228c6eb8]{float:left;position:relative;font-size:1.25em}.tab-brief>.hd dl dd+dd[data-v-228c6eb8]{margin-left:30px}.tab-brief>.hd dl dd.on a[data-v-228c6eb8]{color:#1658a0}.tab-card>.hd[data-v-228c6eb8]{line-height:42px;background:#f0f0f0}.tab-card>.hd ul[data-v-228c6eb8]{float:left}.tab-card>.hd li[data-v-228c6eb8]{float:left;position:relative;font-size:1.125em}.tab-card>.hd li a[data-v-228c6eb8]{display:block;padding:0 20px;color:#999;text-align:center;font-weight:700;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden}.tab-card>.hd li.on[data-v-228c6eb8]{cursor:pointer}.tab-card>.hd li.on a[data-v-228c6eb8]{background:#1658a0;color:#fff}.tab-card>.hd .more[data-v-228c6eb8]{float:right}.tab-card>.hd.arrow li.on[data-v-228c6eb8]:after{content:"";position:absolute;width:0;height:0;left:50%;top:100%;border:transparent solid 8px;border-top-color:#1672d5;margin-left:-8px}.tab-block>.hd[data-v-228c6eb8]{line-height:34px}.tab-block>.hd ul[data-v-228c6eb8]{float:left}.tab-block>.hd li[data-v-228c6eb8]{float:left;position:relative;font-size:1.125em}.tab-block>.hd li+li a[data-v-228c6eb8]{margin-left:20px}.tab-block>.hd li a[data-v-228c6eb8]{display:block;background:#f0f0f0;padding:0 20px;border-radius:4px;color:#999;text-align:center;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden}.tab-block>.hd li.on[data-v-228c6eb8]{cursor:pointer}.tab-block>.hd li.on a[data-v-228c6eb8]{background:#1658a0;color:#fff}.tab-block>.hd.fw-bold li a[data-v-228c6eb8]{font-weight:700}.tab-block>.hd .more[data-v-228c6eb8]{float:right;margin-right:15px}.tab-block>.hd.arrow li.on[data-v-228c6eb8]:after{content:"";position:absolute;width:0;height:0;left:50%;top:100%;border:transparent solid 8px;border-top-color:#1672d5;margin-left:-8px}.com-more a[data-v-228c6eb8]{color:#c4c4c4}.com-more a[data-v-228c6eb8]:hover{color:#1e5aa8}.tab-brief .bd>.item .infolist[data-v-228c6eb8],.tab-card .bd>.item .infolist[data-v-228c6eb8]{margin-top:10px}.tab-brief .bd>.item .infolist.mt0[data-v-228c6eb8],.tab-card .bd>.item .infolist.mt0[data-v-228c6eb8]{margin-top:0}.js-tab .more a+a[data-v-228c6eb8]{display:none}.js-tab>.bd[data-v-228c6eb8]>*+*{display:none}.m-com-more[data-v-228c6eb8]{clear:both;line-height:40px;border-radius:20px;margin-left:auto;margin-right:auto;text-align:center;width:140px;background-color:#f5f5f5;display:none;border:#ececec 1px solid}.m-com-more a[data-v-228c6eb8]{color:#666}.m-com-more a[data-v-228c6eb8]:hover{color:#333}.m-com-more.white[data-v-228c6eb8]{background:#fff;border-color:#fff}.bg-lightblue .m-com-more[data-v-228c6eb8],.com-panel-lightred .m-com-more[data-v-228c6eb8],.com-panel-gray .m-com-more[data-v-228c6eb8]{background:#fff}@media (max-width: 768px){.tab-brief>.hd.res[data-v-228c6eb8]{margin-top:-5px}.tab-brief>.hd.res ul[data-v-228c6eb8]{margin:0 -2px!important;font-size:1.25em}.tab-brief>.hd.res ul li[data-v-228c6eb8]{margin:0;padding:0!important;border-bottom:none}.tab-brief>.hd.res ul li a[data-v-228c6eb8]{display:block;margin:5px 2px 0!important;padding:7px 12px!important;line-height:1.5;background-color:#f1f1f1;color:#666}.tab-brief>.hd.res ul li.on a[data-v-228c6eb8]{color:#fff;background:#1658a0}.tab-brief>.hd.res li a[data-v-228c6eb8]:before,.tab-brief>.hd.res li a[data-v-228c6eb8]:after{display:none}.tab-brief.arrow>.hd.res li.on i[data-v-228c6eb8]{display:none}.tab-brief .bd>.item>.newsList[data-v-228c6eb8]{margin-top:0}.tab-brief>.hd.res li.split[data-v-228c6eb8]:before{display:none}.tab-card>.hd.res[data-v-228c6eb8]{margin-bottom:-10px;background:none;border-bottom:#dfdfdf 1px solid}.tab-card>.hd.res ul li[data-v-228c6eb8]{margin:0 10px 10px 0!important;font-size:1.125em}.tab-card>.hd.res ul li a[data-v-228c6eb8]{padding:7px 12px!important;height:auto;line-height:1.5;color:#666}.tab-card>.hd.res ul li.on a[data-v-228c6eb8]{background:#1672d5;color:#fff}.tab-card>.bd .item>.newsList[data-v-228c6eb8]{margin-top:0}.tab-card>.hd .more[data-v-228c6eb8],.tab-brief>.hd .more[data-v-228c6eb8]{display:none}.tab-block>.hd.res li[data-v-228c6eb8]{margin:0 5px 5px 0}.tab-block>.hd.res li a[data-v-228c6eb8]{padding:0 10px}.tab-block>.hd.arrow.res li.on[data-v-228c6eb8]:after{border-width:6px;margin-left:-6px}.m-com-more[data-v-228c6eb8]{display:block}}@media (max-width: 480px){.tab-brief>.hd.flex ul[data-v-228c6eb8]{display:block}.tab-brief>.hd.flex ul li[data-v-228c6eb8]{text-align:center}.tab-brief>.hd.res ul[data-v-228c6eb8]{margin:0 -2px!important;font-size:1.125em}}.js-tabSwitch>.js-switch-bd[data-v-228c6eb8]{position:relative}.js-tabSwitch>.js-switch-bd .js-switch-item[data-v-228c6eb8]{position:absolute;z-index:1;top:0;left:0;width:100%;opacity:0;-moz-opacity:0;filter:alpha(opacity=0);-khtml-opacity:0;transition:opacity .2s;box-sizing:border-box}.js-tabSwitch>.js-switch-bd .js-switch-item.show[data-v-228c6eb8]{position:relative;z-index:2;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);-khtml-opacity:1}@media (max-width: 1280px){.js-tabSwitch-md-showall>.js-switch-hd[data-v-228c6eb8]{display:none}.js-tabSwitch-md-showall>.js-switch-bd[data-v-228c6eb8]{overflow:inherit}.js-tabSwitch-md-showall>.js-switch-bd .js-switch-item[data-v-228c6eb8]{opacity:1!important;display:block!important;position:static;margin-bottom:20px;margin-top:0}}.infolist[data-v-228c6eb8]{clear:both}.infolist li[data-v-228c6eb8]{position:relative;padding-top:9px;padding-bottom:9px;line-height:28px;overflow:hidden;vertical-align:top}.infolist li>a[data-v-228c6eb8],.infolist li .box>a[data-v-228c6eb8]{float:left;position:relative;font-size:1.125em;max-width:100%;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden}.infolist li[data-v-228c6eb8],.infolist li a[data-v-228c6eb8]{-moz-box-sizing:border-box;-welit-box-sizing:border-box;box-sizing:border-box}.infolist li .time[data-v-228c6eb8]{position:absolute;right:0;top:0;bottom:0;height:28px;margin:auto 0;color:#999}.infolist li a br[data-v-228c6eb8]{display:none}.infolist li:hover a[data-v-228c6eb8],.infolist li a[data-v-228c6eb8]:hover,.infolist li:hover span[data-v-228c6eb8]{color:#1658a0}.infolist.md li[data-v-228c6eb8]{padding-right:60px}.infolist.ymd li[data-v-228c6eb8]{padding-right:110px}.infolist.dot li>a[data-v-228c6eb8],.infolist.dot li .box>a[data-v-228c6eb8]{padding-left:25px}.infolist.dot li>a[data-v-228c6eb8]:before,.infolist.dot li .box>a[data-v-228c6eb8]:before{content:"";position:absolute;left:0;top:50%;margin-top:-3px;width:6px;height:6px;background:#d1d1d1;transition:.3s all}.infolist.dot:not(.dot-red) li:hover a[data-v-228c6eb8]:before{background:#1658a0}.infolist.dot-red li>a[data-v-228c6eb8]:before{background:#c72c24}.infolist.dot-lightblue li>a[data-v-228c6eb8]:before{background:#a8c0d8}.infolist.dot-blue li>a[data-v-228c6eb8]:before{background:#3d7eff}.infolist.dot.dot-rhomboid li>a[data-v-228c6eb8]:before{transform:rotate(-45deg);left:2px}.infolist.dot.dot-circle li>a[data-v-228c6eb8]:before,.infolist.dot.dot-circle li .box>a[data-v-228c6eb8]:before{border-radius:50%}.infolist.dot-file li>a[data-v-228c6eb8]{padding-left:40px}.infolist.dot-file li>a[data-v-228c6eb8]:before{content:"";position:absolute;left:5px;top:50%;width:18px;height:20px;margin-top:-8px;background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/icon_file.png) no-repeat;background-size:100% 100%;transition:.3s all}.infolist.dot-file li:hover>a[data-v-228c6eb8]:before{background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/icon_file_blue.png) no-repeat;background-size:100% 100%}.infolist.dot-zc li>a[data-v-228c6eb8]{padding-left:40px}.infolist.dot-zc li>a[data-v-228c6eb8]:before{content:"";position:absolute;left:5px;top:50%;width:18px;height:20px;margin-top:-8px;background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/infolist_icon_zc.png) no-repeat;background-size:100% 100%;transition:.3s all}.infolist.dot-zc li:hover>a[data-v-228c6eb8]:before{background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/infolist_icon_zc_red.png) no-repeat;background-size:100% 100%}.infolist.line li[data-v-228c6eb8]{border-bottom:1px solid #e1e5eb}.infolist.dashed li[data-v-228c6eb8]{border-bottom:1px dashed #d6d6d6}.infolist.li-h72 li[data-v-228c6eb8]{padding-top:22px;padding-bottom:22px}.infolist.li-h60 li[data-v-228c6eb8]{padding-top:16px;padding-bottom:16px}.infolist.li-h42 li[data-v-228c6eb8]{padding-top:7px;padding-bottom:7px}.infolist.lastnoline li[data-v-228c6eb8]:last-child{border-bottom:none!important}.infolist.fs20 li>a[data-v-228c6eb8]{font-size:1.25em}.infolist.fs16 li[data-v-228c6eb8],.infolist.fs16[class*=space-] li .box[data-v-228c6eb8]{padding-top:7px;padding-bottom:7px}.infolist.fs16 li>a[data-v-228c6eb8],.infolist.fs16 li .box>a[data-v-228c6eb8]{font-size:1em}.infolist li .box[data-v-228c6eb8]{position:relative;overflow:hidden}.infolist[class*=space-] li .box[data-v-228c6eb8]{padding-top:10px;padding-bottom:10px}.infolist[class*=space-][data-v-228c6eb8]{margin-top:0}.infolist[class*=space-] li[data-v-228c6eb8]{padding:0!important}.infolist[class*=space-] li .box[data-v-228c6eb8]{margin-top:0}.infolist.mulit li>a[data-v-228c6eb8]{position:static;float:none;padding-left:0;max-width:none;white-space:normal}.infolist.mulit li>.time[data-v-228c6eb8]{position:static;display:inline-block}.infolist.mulit li>a[data-v-228c6eb8]:before{top:23px;margin-top:0}.infolist.mulit.dot li[data-v-228c6eb8]{padding-left:18px}.infolist.mulit2 li>a[data-v-228c6eb8]{display:-webkit-box;overflow:hidden;white-space:normal;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all}.infolist.mulit2.dot li>a[data-v-228c6eb8]:before{top:14px}.infolist.mulit2 li>.time[data-v-228c6eb8]{top:12px;bottom:auto}.infolist.split5n li[data-v-228c6eb8]:nth-child(5n){margin-bottom:15px;padding-bottom:25px;border-bottom:1px dashed #ccc}.infolist.timeblock li .time[data-v-228c6eb8]{position:static;display:block;clear:both;color:#a6a6a6;padding-top:6px}.infolist.timeblock.dot li .time[data-v-228c6eb8]{margin-left:25px}@media (max-width: 1500px){.infolist.li-h72 li[data-v-228c6eb8]{padding-top:18px;padding-bottom:18px}}@media (max-width: 992px){.infolist li[data-v-228c6eb8]{padding-top:9px;padding-bottom:9px}}@media (max-width: 768px){.infolist.md[class*=space] li[data-v-228c6eb8]{padding-right:60px}.infolist.ymd[class*=space] li[data-v-228c6eb8]{padding-right:110px}.res.infolist li[data-v-228c6eb8]{padding-right:0!important;position:relative}.res.infolist li>a[data-v-228c6eb8],.res.infolist li .box>a[data-v-228c6eb8]{position:static;float:none;max-width:none;padding-left:0;white-space:normal}.res.infolist.ymd li>a[data-v-228c6eb8],.res.infolist.ymd li .box>a[data-v-228c6eb8],.res.infolist.md li>a[data-v-228c6eb8],.res.infolist.md li .box>a[data-v-228c6eb8]{padding-right:12px}.res.infolist li .time[data-v-228c6eb8]{position:static;display:inline-block}.res.infolist.dot li>a[data-v-228c6eb8]:before,.res.infolist.dot li .box>a[data-v-228c6eb8]:before,.res.infolist.mulit2.dot li>a[data-v-228c6eb8]:before{top:18px;margin-top:0;width:6px;height:6px}.res.infolist.li-h72.dot li a[data-v-228c6eb8]:before{top:28px}.res.infolist.li-h60.dot li a[data-v-228c6eb8]:before{top:28px}.res.infolist.dot li[data-v-228c6eb8],.res.infolist.dot li .box[data-v-228c6eb8]{padding-left:18px}.res.infolist.dot-file li[data-v-228c6eb8]{padding-left:36px}.res.infolist.li-h72.dot-file li a[data-v-228c6eb8]:before{top:31px}.res.infolist.dot-zc li>a[data-v-228c6eb8]:before{top:17px;margin-top:0}.res.infolist.dot-zc li[data-v-228c6eb8]{padding-left:36px}}.iconmenu li .box[data-v-228c6eb8]{display:block}.iconmenu li .box[data-v-228c6eb8]{position:relative}.iconmenu li .box .icon[data-v-228c6eb8]{display:block;font-size:0;line-height:0}.iconmenu.splitline li .box[data-v-228c6eb8]{position:relative}.iconmenu.splitline li .box[data-v-228c6eb8]:before{position:absolute;top:0;bottom:0;left:0;content:"";width:1px;background:#ecf2f9}.iconmenu.splitline li:first-child .box[data-v-228c6eb8]:before{display:none}.iconmenu.inline li .icon[data-v-228c6eb8],.iconmenu.inline li .txt[data-v-228c6eb8]{display:inline-block;vertical-align:middle}.iconmenu.break li .box[data-v-228c6eb8]{text-align:center}.iconmenu.break li .icon[data-v-228c6eb8]{display:block}.iconmenu.break li .icon img[data-v-228c6eb8]{display:block;margin-left:auto;margin-right:auto}.iconmenu.break li .txt[data-v-228c6eb8]:not([class*=elli-]){display:block}.iconmenu.position li .box[data-v-228c6eb8]{position:relative}.iconmenu.position li .icon[data-v-228c6eb8]{position:absolute;top:50%;transform:translateY(-50%)}.iconmenu.valignmiddle li .box[data-v-228c6eb8]:after{content:"";width:0;height:100%}.iconmenu.valignmiddle li .box[data-v-228c6eb8]:after,.iconmenu.valignmiddle li .txt[data-v-228c6eb8],.iconmenu.valignmiddle li .icon[data-v-228c6eb8]{vertical-align:middle;display:inline-block}.iconmenu.center li .box[data-v-228c6eb8]{text-align:center}.iconmenu.justify[data-v-228c6eb8]{text-align-last:justify}.iconmenu.justify li[data-v-228c6eb8]{display:inline-block;vertical-align:top;text-align-last:auto}.com-title h3[data-v-228c6eb8]{position:relative;display:inline-block;font-size:2em;font-weight:700}.com-title h3 a[data-v-228c6eb8]:hover,.com-title.color-blue h3[data-v-228c6eb8],.com-title.color-blue h3 a[data-v-228c6eb8]{color:#1658a0}.com-title.square h3[data-v-228c6eb8]:before{position:absolute;top:50%;left:0;content:"";width:6px;height:28px;margin-top:-11px;background-color:#1658a0}.com-title.square h3[data-v-228c6eb8]{padding-left:28px}.com-title.square.orange h3[data-v-228c6eb8]:before{background:#ee5e37}.com-title.underline h3[data-v-228c6eb8]{padding-bottom:18px}.com-title.underline h3[data-v-228c6eb8]:after{position:absolute;bottom:0;left:0;content:"";width:100%;height:3px;background-color:#1f5eab}.com-title.underline.red h3[data-v-228c6eb8]:after{background:#c20000}.com-title.underline.half h3[data-v-228c6eb8]{padding-bottom:14px}.com-title.underline.half h3[data-v-228c6eb8]:after{width:2em}.com-title.fs24 h3[data-v-228c6eb8]{font-size:1.5em}.com-title.fs24.square h3[data-v-228c6eb8]{padding-left:25px}.com-title.fs24.square h3[data-v-228c6eb8]:before{width:4px;height:22px;margin-top:-10px}.com-title.line[data-v-228c6eb8]{border-bottom:1px solid #dedede;padding-bottom:15px}@media (max-width: 768px){.com-title h3[data-v-228c6eb8]{font-size:1.5em}.com-title.square h3[data-v-228c6eb8]:before{width:4px;height:22px;margin-top:-10px}.com-title.square h3[data-v-228c6eb8]{padding-left:20px}}.com-tit-b[data-v-228c6eb8]{text-align:center;overflow:hidden}.com-tit-b .box[data-v-228c6eb8]{position:relative;display:inline-block}.com-tit-b .line[data-v-228c6eb8]{position:absolute}.com-tit-b .line.l[data-v-228c6eb8]{right:100%}.com-tit-b .line.r[data-v-228c6eb8]{left:100%}@media (max-width: 992px){.com-tit-b[data-v-228c6eb8]{justify-content:center}}.com-btn[data-v-228c6eb8]{padding-left:15px;padding-right:15px;display:inline-block;white-space:nowrap}.com-btn .icon[data-v-228c6eb8],.com-btn .txt[data-v-228c6eb8]{display:inline-block;vertical-align:middle}.com-btn .icon[data-v-228c6eb8]{font-size:0}.com-btn .icon img[data-v-228c6eb8]{display:block}.elli-s[data-v-228c6eb8]{display:block;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;max-width:100%}.elli-m[data-v-228c6eb8]{display:-webkit-box;overflow:hidden;white-space:normal;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all}.transition[data-v-228c6eb8],.transition[data-v-228c6eb8] *{-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s}.imgscale img[data-v-228c6eb8]{-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.imgscale img[data-v-228c6eb8]:hover,.imgscale a:hover img[data-v-228c6eb8]{-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);-webkit-transform:scale(1.05);transform:scale(1.05)}.imgratio[data-v-228c6eb8]{position:relative;z-index:2;display:block;padding-top:56.25%;height:0;overflow:hidden}.imgratio .imgratio-imgbox[data-v-228c6eb8]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;overflow:hidden}.imgratio .imgratio-imgbox .imgratio-img[data-v-228c6eb8]{display:block;width:100%;height:100%}.imgratio.free .imgratio-imgbox .imgratio-img[data-v-228c6eb8]{height:auto;min-height:100%;object-fit:cover}.anit-rotateY .anit-icon[data-v-228c6eb8]{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.anit-rotateY:hover .anit-icon[data-v-228c6eb8]{transform:rotateY(360deg);transition:all .5s linear}.scrollbar-xy[data-v-228c6eb8]{overflow:auto}.scrollbar-xy[data-v-228c6eb8]::-webkit-scrollbar{width:5px;height:5px}.scrollbar-y[data-v-228c6eb8]{overflow-y:auto;overflow-x:hidden}.scrollbar-y[data-v-228c6eb8]::-webkit-scrollbar{width:5px;height:auto}.scrollbar-x[data-v-228c6eb8]{overflow-x:auto;overflow-y:hidden}.scrollbar-x[data-v-228c6eb8]::-webkit-scrollbar{height:5px;width:auto}.scrollbar-xy[data-v-228c6eb8]::-webkit-scrollbar-track,.scrollbar-x[data-v-228c6eb8]::-webkit-scrollbar-track,.scrollbar-y[data-v-228c6eb8]::-webkit-scrollbar-track{border-radius:3px;background:#d1d1d1}.scrollbar-xy[data-v-228c6eb8]::-webkit-scrollbar-thumb,.scrollbar-x[data-v-228c6eb8]::-webkit-scrollbar-thumb,.scrollbar-y[data-v-228c6eb8]::-webkit-scrollbar-thumb{border-radius:3px;background:#2a82e4}.crumb[data-v-228c6eb8]{color:#666}.crumb h2[data-v-228c6eb8]{padding:20px 10px 20px 30px;line-height:1.75;font-size:1em;font-weight:400;position:relative}.crumb h2 em[data-v-228c6eb8]{font-style:normal}.crumb h2[data-v-228c6eb8]:before{content:"";width:19px;height:23px;background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/icon_position.png) no-repeat;background-size:100% 100%;position:absolute;left:0;top:24px}.crumb a[data-v-228c6eb8]{color:#666}.crumb a[data-v-228c6eb8]:hover{color:#333}.crumb span[data-v-228c6eb8]{color:#27538a}.crumb h2 a[data-v-228c6eb8]:last-child,.crumb h2 a[data-v-228c6eb8]:hover{color:#27538a}.crumb.gray[data-v-228c6eb8]{padding-top:5px;background:#f5f5f5}.crumb.gray h2[data-v-228c6eb8]{padding:15px 15px 15px 30px;background-position:0 center}.crumb.line h2[data-v-228c6eb8]{border-bottom:1px solid #e3e3e3}.tab-brief>.hd .crumb h2[data-v-228c6eb8]{padding-top:10px;padding-bottom:10px;padding-right:0}.tab-brief>.hd .crumb h2[data-v-228c6eb8]:before{top:14px}@media (max-width: 992px){.crumb h2[data-v-228c6eb8]{padding-left:28px;background-position:0 24px}.container-innerpage .crumb[data-v-228c6eb8]{margin-top:-20px}}@media (max-width: 768px){.tab-brief>.hd .crumb.fr[data-v-228c6eb8]{float:none;border-bottom:#e3e3e3 1px solid;margin-bottom:20px}}@media (min-width: 992px){body.older .crumb.line h2[data-v-228c6eb8]{padding-left:42px}body.older .crumb h2[data-v-228c6eb8]:before{width:22px;height:25px;top:34px}body.older .tab-brief>.hd .crumb[data-v-228c6eb8]{margin-top:-10px}body.older .tab-brief>.hd .crumb h2[data-v-228c6eb8]:before{top:23px}}.pagediv[data-v-228c6eb8]{font-size:.875em;color:#333;line-height:2;clear:both}.pagediv a[data-v-228c6eb8]{color:#333}.pagediv .moye[data-v-228c6eb8],.pagediv .arrow a[data-v-228c6eb8],.pagediv .index_num[data-v-228c6eb8],.pagediv .pagination_index_last[data-v-228c6eb8],.pagediv #pagination_input[data-v-228c6eb8],.pagediv #currentPage[data-v-228c6eb8]{display:inline-block;*display: inline;margin:4px;zoom:1;border:#dfdfdf 1px solid;border-radius:3px;vertical-align:top;transition:all .2s;-webkit-transition:all .2s;background:#f1f1f1;background:-webkit-linear-gradient(#ffffff 10%,#f1f1f1);background:-o-linear-gradient(#ffffff 10%,#f1f1f1);background:-moz-linear-gradient(#ffffff 10%,#f1f1f1);background:linear-gradient(#fff 10%,#f1f1f1)}.pagediv .arrow a[data-v-228c6eb8]:hover,.pagediv .index_num[data-v-228c6eb8]{background:#27538a;border-color:#27538a;color:#fff;text-decoration:none}.pagediv .moye[data-v-228c6eb8],.pagediv .arrow a[data-v-228c6eb8],.pagediv .index_num[data-v-228c6eb8]{padding:0 10px}.pagediv .index_num[data-v-228c6eb8]{font-weight:700}.pagediv .pagination_index_last[data-v-228c6eb8]{padding:0 6px}.pagediv #pagination_input[data-v-228c6eb8]{width:40px;height:28px;color:#888;text-align:center;background:#fff}.pagediv #currentPage[data-v-228c6eb8]{width:40px;height:30px;color:#888;text-align:center;background:#fff}.pagediv font.en[data-v-228c6eb8]{display:none}.pagediv.center[data-v-228c6eb8]{text-align:center}@media (min-width: 768px){body.older .pagediv #pagination_input[data-v-228c6eb8]{height:49px}}.alert-mengban[data-v-228c6eb8]{position:fixed;top:0;left:0;z-index:1000;background:rgba(0,0,0,.7);filter:alpha(opacity=80)!important;width:100%;height:100%;display:none}.alert-warning[data-v-228c6eb8]{position:fixed;left:50%;top:50%;margin-left:-300px;margin-top:-160px;width:600px;height:270px;background:#fff;z-index:10001;display:none;border:2px solid;border-radius:10px}.alert-delete[data-v-228c6eb8]{width:100%;height:38px;position:relative}.alert-delete span[data-v-228c6eb8]{position:absolute;top:10px;right:10px;width:20px;height:20px;line-height:20px;color:#fff;text-align:center;background:#bebebe;cursor:pointer}.alert-delete span[data-v-228c6eb8]:hover{background:#929292}.alert-wzsm[data-v-228c6eb8]{width:520px;height:100px;margin:15px auto 0;line-height:35px;font-size:1.5em;color:#000;text-align:center;padding-bottom:15px;border-bottom:1px solid #d4d4d4}.alert-footer[data-v-228c6eb8]{width:100%;padding:25px 0;text-align:center;color:#000}.alert-footer span[data-v-228c6eb8]{cursor:pointer;display:inline-block;margin:0 12px;font-size:1.25em}.alert-warning .continue[data-v-228c6eb8]{width:124px;height:42px;color:#ab0d07;border-radius:3px;-webkit-border-radius:3px;border:#e1e1e1 1px solid;text-align:center;line-height:42px;box-shadow:0 0 10px rgba(0,0,0,.2) inset;-webikt-box-shadow:0 0 10px rgba(0,0,0,.2) inset}.alert-warning .fangqi[data-v-228c6eb8]{line-height:42px;color:#ab0d07}@media (max-width: 640px){.alert-warning[data-v-228c6eb8]{left:2%;margin-left:0;width:96%;height:auto}.alert-wzsm[data-v-228c6eb8]{width:90%;height:auto;margin:15px auto 0;line-height:28px;font-size:18px;color:#000;text-align:center}}.swiper-com-tpxw .swiper-slide[data-v-228c6eb8]{position:relative}.swiper-com-tpxw .swiper-slide .txt[data-v-228c6eb8]{position:absolute;left:0;right:0;bottom:0;height:62px;padding-left:20px;padding-right:120px;background:rgba(0,0,0,.6);z-index:2;color:#fff;line-height:62px}.swiper-com-tpxw .swiper-slide .txt a[data-v-228c6eb8]{color:#fff}.swiper-pagination.right[data-v-228c6eb8]{left:auto!important;right:20px;bottom:19px!important;width:auto!important}.swiper-pagination span[data-v-228c6eb8]{transition:.3s all}.swiper-pagination-circle span[data-v-228c6eb8]{width:10px;height:10px;box-sizing:border-box;border:1px solid #fff;opacity:1;background:none}.swiper-pagination-circle .swiper-pagination-bullet-active[data-v-228c6eb8]{background:#fff}.swiper-pagination-circle.red span[data-v-228c6eb8]{border-color:#999}.swiper-pagination-circle.red .swiper-pagination-bullet-active[data-v-228c6eb8]{background:#d43030;border-color:#d43030}.swiper-pagination-block .swiper-pagination span[data-v-228c6eb8]{width:14px;height:6px;opacity:.7;border-radius:0;background:#fff}.swiper-pagination-block .swiper-pagination .swiper-pagination-bullet-active[data-v-228c6eb8]{opacity:1;background:#b71a37}.swiper-pagination-solid span[data-v-228c6eb8]{width:9px;height:9px;opacity:.42;border-radius:6px;background:#fff}.swiper-pagination-solid .swiper-pagination-bullet-active[data-v-228c6eb8]{opacity:1;width:28px}.swiper-pagination-solid.s span[data-v-228c6eb8]{width:6px;height:6px}.swiper-pagination-solid.s .swiper-pagination-bullet-active[data-v-228c6eb8]{width:14px}.swiper-pagination-solid.s.right[data-v-228c6eb8]{bottom:10px!important;right:10px!important}.swiper-pagination-normal span[data-v-228c6eb8]{width:10px;height:10px;margin-left:5px;margin-right:5px}.swiper-pagination-normal .swiper-pagination-bullet-active[data-v-228c6eb8]{background:#005293}.swiper-com-arrow[data-v-228c6eb8]{position:relative}.swiper-com-arrow .swiper-button[data-v-228c6eb8]{position:absolute;width:39px;height:39px;box-shadow:0 0 6px rgba(0,0,0,.1);background:#fff;border-radius:50%;top:50%;transform:translateY(-50%);margin-top:0}.swiper-com-arrow .swiper-button-prev[data-v-228c6eb8]{left:-20px}.swiper-com-arrow .swiper-button-next[data-v-228c6eb8]{right:-20px}.swiper-com-arrow .swiper-button[data-v-228c6eb8]:after{content:"";width:9px;height:17px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;background-repeat:no-repeat;background-size:100% 100%}.swiper-com-arrow .swiper-button-prev[data-v-228c6eb8]:after{background-image:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/arrow_left_black.png)}.swiper-com-arrow .swiper-button-next[data-v-228c6eb8]:after{background-image:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/arrow_right_black.png)}.swiper-com-arrow .swiper-button-prev[data-v-228c6eb8]:hover:after{background-image:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/arrow_left_red.png)}.swiper-com-arrow .swiper-button-next[data-v-228c6eb8]:hover:after{background-image:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/arrow_right_red.png)}.swiper-button-arrow2[data-v-228c6eb8]{width:44px;height:34px;margin-top:-17px;background-repeat:no-repeat;background-size:100% 100%}.swiper-button-arrow2.swiper-button-prev[data-v-228c6eb8]{background-image:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/arrow/arrow2_left_gray.png);left:-60px}.swiper-button-arrow2.swiper-button-next[data-v-228c6eb8]{background-image:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/arrow/arrow2_right_gray.png);right:-60px}.swiper-button-arrow3[data-v-228c6eb8]{width:60px;height:60px;border-radius:50%;background:#fff;margin-top:-30px}.swiper-button-arrow3[data-v-228c6eb8]:after{content:"";width:0;height:0;border:transparent solid 8px;position:absolute;top:0;bottom:0;margin:auto 0}.swiper-button-arrow3.swiper-button-prev[data-v-228c6eb8]{left:-32px}.swiper-button-arrow3.swiper-button-next[data-v-228c6eb8]{right:-32px}.swiper-button-arrow3.swiper-button-prev[data-v-228c6eb8]:after{right:15px;border-right-color:#015293}.swiper-button-arrow3.swiper-button-next[data-v-228c6eb8]:after{left:15px;border-left-color:#015293}@media (max-width: 1500px){.swiper-button-arrow2[data-v-228c6eb8]{width:30px;height:50px;background:rgba(0,0,0,.3)!important;margin-top:-25px}.swiper-button-arrow2[data-v-228c6eb8]:after{content:"";width:0;height:0;border:transparent solid 7px;position:absolute;top:0;bottom:0;margin:auto 0}.swiper-button-arrow2.swiper-button-prev[data-v-228c6eb8]{left:0;border-radius:0 4px 4px 0}.swiper-button-arrow2.swiper-button-next[data-v-228c6eb8]{right:0;border-radius:4px 0 0 4px}.swiper-button-arrow2.swiper-button-prev[data-v-228c6eb8]:after{right:15px;border-right-color:#fff}.swiper-button-arrow2.swiper-button-next[data-v-228c6eb8]:after{left:15px;border-left-color:#fff}}@media (max-width: 1280px){.swiper-com-arrow .swiper-button-prev[data-v-228c6eb8]{left:0;border-radius:0 5px 5px 0}.swiper-com-arrow .swiper-button-next[data-v-228c6eb8]{right:0;border-radius:5px 0 0 5px}.swiper-com-arrow .swiper-button[data-v-228c6eb8]{height:50px;background-color:rgba(0,0,0,.2)}}@media (max-width: 768px){.swiper-com-tpxw .swiper-slide .txt[data-v-228c6eb8]{height:42px;line-height:42px}.swiper-pagination.right[data-v-228c6eb8]{bottom:12px!important}}body.older[data-v-228c6eb8]{font-size:28px;letter-spacing:1px}@media (max-width: 768px){body.older[data-v-228c6eb8]{font-size:18px;letter-spacing:0}}@media (min-width: 768px){body.older .tab-brief>.hd ul.activeline li a[data-v-228c6eb8]:after{height:5px}body.older .tab-brief>.hd ul.activeline li a[data-v-228c6eb8],body.older .tab-brief>.hd.line:not(.block) li a[data-v-228c6eb8],body.older .tab-brief>.hd.pb li a[data-v-228c6eb8]{padding-bottom:22px}body.older .infolist li[data-v-228c6eb8]{width:100%!important;line-height:1.8}body.older .infolist.dot li a[data-v-228c6eb8]:before{width:8px;height:8px;margin-top:-4px;left:3px}body.older .infolist.dot li a[data-v-228c6eb8]{padding-left:30px}body.older .infolist.md li[data-v-228c6eb8]{padding-right:4.5em}body.older .infolist.ymd li[data-v-228c6eb8]{padding-right:7em}body.older .infolist.space20.infolist.ymd li[data-v-228c6eb8]{padding-right:6.5em}body.older .infolist li .time[data-v-228c6eb8]{height:50px;line-height:50px}body.older .infolist.mulit2.dot li>a[data-v-228c6eb8]:before{top:28px}body.older .infolist.circle li a[data-v-228c6eb8]{padding-left:35px}body.older .infolist.circle li a[data-v-228c6eb8]:before{width:12px;height:12px;top:20px}body.older .infolist.circle li a[data-v-228c6eb8]:after{width:8px;height:8px;top:23px}body.older .infolist li .tag[data-v-228c6eb8]{padding:7px 12px}body.older .infolist.dashedh li[data-v-228c6eb8]:before{left:7.5px}body.older .infolist.date li .time[data-v-228c6eb8]{height:auto;line-height:1;font-size:.75em}body.older .infolist.date li[data-v-228c6eb8]{padding-left:110px}body.older .infolist.date li[data-v-228c6eb8]:before{left:44px;top:95px;bottom:0}body.older .swiper-pagination-solid span[data-v-228c6eb8]{width:15px;height:15px;border-radius:8px}body.older .swiper-pagination-solid .swiper-pagination-bullet-active[data-v-228c6eb8]{width:40px}body.older .swiper-pagination.right[data-v-228c6eb8]{bottom:33px!important}body.older .m-com-more[data-v-228c6eb8]{display:block;width:220px;line-height:60px;border-radius:30px}}@media (max-width: 1280px){body.older .mainnav li a[data-v-228c6eb8]{font-size:1.375em}}@media (max-width: 992px){body.older .tab-brief>.hd.res[data-v-228c6eb8]{margin-top:-5px}body.older .tab-brief>.hd.res ul[data-v-228c6eb8]{margin:0 -2px!important;font-size:1.25em}body.older .tab-brief>.hd.res ul li[data-v-228c6eb8]{margin:0;padding:0!important;border-bottom:none}body.older .tab-brief>.hd.res ul li a[data-v-228c6eb8]{display:block;margin:5px 2px 0!important;padding:7px 12px!important;line-height:1.5;background-color:#f1f1f1;color:#666}body.older .tab-brief>.hd.res ul li.on a[data-v-228c6eb8]{color:#fff;background:#1658a0}body.older .tab-brief>.hd.res li a[data-v-228c6eb8]:before,body.older .tab-brief>.hd.res li a[data-v-228c6eb8]:after{display:none}body.older .tab-brief.arrow>.hd.res li.on i[data-v-228c6eb8]{display:none}body.older .tab-brief .bd>.item>.newsList[data-v-228c6eb8]{margin-top:0}body.older .tab-brief>.hd.res li.split[data-v-228c6eb8]:before{display:none}body.older .tab-brief>.hd .more[data-v-228c6eb8]{display:none}}@media (max-width: 768px){.infolist li[data-v-228c6eb8]{line-height:1.555}}.footer-links-tit[data-v-228c6eb8]{position:absolute;left:0;width:90px;line-height:45px}.footer-links .hd[data-v-228c6eb8]{padding:15px 0;border-bottom:1px solid #c9c9c9}.footer-links .hd ul[data-v-228c6eb8]{margin:0 -5px;padding-left:90px}.footer-links .hd ul li[data-v-228c6eb8]{float:left;width:20%}.footer-links .hd ul li a[data-v-228c6eb8]{position:relative;z-index:5;display:block;text-align:center;margin:0 5px;line-height:41px;height:45px;border-radius:4px;font-size:1em}.footer-links .hd ul li a span[data-v-228c6eb8]{max-width:80%;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden}.footer-links .hd ul li.hs a[data-v-228c6eb8]:after{content:"";margin-top:3px;width:12px;height:10px;background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/footer_links_arrow.png) no-repeat;background-size:100% 100%;margin-left:20px;transition:.3s all}.footer-links .hd ul li.hs a[data-v-228c6eb8]:after,.footer-links .hd ul li a span[data-v-228c6eb8]{display:inline-block;vertical-align:middle}.footer-links .hd ul li.on a[data-v-228c6eb8]:after{transform:rotate(-180deg);background-image:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/footer_links_arrow_blue.png)}.footer-links .hd ul li.hs.on a[data-v-228c6eb8]{color:#1658a0}.footer-links .bd ul[data-v-228c6eb8]{padding-top:14px;margin:0 -5px;overflow:hidden;display:none}.footer-links .bd ul li[data-v-228c6eb8]{float:left;width:20%}.footer-links .bd ul li h4[data-v-228c6eb8]{margin:0 5px 2px;font-weight:400;line-height:1.6em;overflow:hidden;vertical-align:top}.footer-links .bd ul li a[data-v-228c6eb8],.footer-links .bd ul li span[data-v-228c6eb8]{display:block;padding:10px;background:#f5f5f5;border-radius:5px;text-align:center;color:#888;max-width:100%;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;transition:.3s all}.footer-links .bd ul li a[data-v-228c6eb8]:hover{background:#f0f8ff;color:#1658a0}.footer .container[data-v-228c6eb8]{position:relative;min-height:100px}.footer a[data-v-228c6eb8]{color:gray}.footer a[data-v-228c6eb8]:hover{text-decoration:underline}.footer-nav .split[data-v-228c6eb8]{margin:0 15px;opacity:.6}.footer-txt[data-v-228c6eb8]{padding:20px 0 20px 40px;margin-left:414px;color:gray;line-height:2.375}.footer-copyright .beian[data-v-228c6eb8]{padding-left:25px;display:inline-block;background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/beian.png) no-repeat left center}.footer-copyright .mar[data-v-228c6eb8]{margin-right:15px}.footer-copyright .ipv6[data-v-228c6eb8]{font-style:normal;display:inline-block;padding:0 5px;line-height:20px;border:#3374ac 1px solid;border-radius:2px;margin-left:5px}.footer-wzbs[data-v-228c6eb8]{position:absolute;left:0;top:50%;margin-top:-40px;width:414px}.footer-wzbs[data-v-228c6eb8]:after{content:"";width:1px;position:absolute;right:0;height:95px;margin:auto 0;background:#c9c9c9;opacity:.5}.footer-wzbs img[data-v-228c6eb8]{vertical-align:middle}.footer-wzbs .jiucuo[data-v-228c6eb8]{margin-left:5px}.footer-wzbs .slh[data-v-228c6eb8]{height:55px;background:#fff;border-radius:2px;margin-left:15px}.footer-copyright a[data-v-228c6eb8],.footer-copyright span[data-v-228c6eb8]{display:inline-block}@media (max-width: 1480px){.footer-links .hd ul li a[data-v-228c6eb8]{font-size:1em}}@media (max-width: 1280px){.footer-links[data-v-228c6eb8]{padding:10px 0}.footer-links-tit[data-v-228c6eb8]{display:none}.footer-links .hd ul[data-v-228c6eb8]{padding-left:0}.footer-links .bd ul[data-v-228c6eb8]{padding-top:10px}.footer-links .hd ul li[data-v-228c6eb8],.footer-links .bd ul li[data-v-228c6eb8]{width:33.333333%}.footer-links .hd ul li a span[data-v-228c6eb8]{display:block;text-align:left;margin-right:48px;margin-left:20px}.footer-links .hd ul li.hs a[data-v-228c6eb8]:after{position:absolute;margin-top:-3px;right:20px;top:50%}.footer-links .bd ul li a[data-v-228c6eb8]{text-align:left;padding-left:20px;padding-right:20px}.footer[data-v-228c6eb8]{padding-bottom:20px}.footer-wzbs[data-v-228c6eb8]{position:static;margin-top:0;text-align:center;width:auto}.footer-txt[data-v-228c6eb8]{padding:30px 0 10px;text-align:center;margin-left:0}.footer-wzbs[data-v-228c6eb8]:after{display:none}}@media (max-width: 768px){.footer-links .hd ul li[data-v-228c6eb8],.footer-links .bd ul li[data-v-228c6eb8]{width:50%}}@media (max-width: 480px){.footer-copyright[data-v-228c6eb8]{line-height:2}.footer-copyright .split[data-v-228c6eb8]{margin:0 10px}.footer-links>.container[data-v-228c6eb8]{margin:0}.footer-links .hd ul li[data-v-228c6eb8],.footer-links .bd ul li[data-v-228c6eb8]{width:100%}.footer-links .hd ul[data-v-228c6eb8],.footer-links .hd ul li a[data-v-228c6eb8]{margin:0}.footer-links .hd ul li a span[data-v-228c6eb8]{margin-left:10px}.footer-links .hd ul li.hs a[data-v-228c6eb8]:after{right:10px}.footer-links .hd ul li.hs.on a[data-v-228c6eb8]{background:#f0f8ff}.footer-links .bd ul li a[data-v-228c6eb8]{padding-left:10px;padding-right:10px}}body.older .footer-links-tit[data-v-228c6eb8]{display:none}body.older .footer-links .hd ul[data-v-228c6eb8]{padding-left:0}body.older .footer-txt[data-v-228c6eb8]{text-align:center;margin-left:0}body.older .footer-wzbs[data-v-228c6eb8]{position:static;width:auto;margin-top:0;padding-bottom:30px;text-align:center}body.older .footer-wzbs[data-v-228c6eb8]:after{display:none}body.older .footer-links .hd ul li[data-v-228c6eb8],body.older .footer-links .bd ul li[data-v-228c6eb8]{width:33.333333%}body.older .footer-links .hd ul li a[data-v-228c6eb8]{height:68px;line-height:58px}@media (max-width: 992px){body.older .footer-links .hd ul li[data-v-228c6eb8],body.older .footer-links .bd ul li[data-v-228c6eb8]{width:50%}body.older .footer-links .hd ul li a[data-v-228c6eb8]{height:58px}}@media (max-width: 580px){body.older .footer-links .hd ul li[data-v-228c6eb8],body.older .footer-links .bd ul li[data-v-228c6eb8]{width:100%}}.footer[data-v-04fc69f7]{position:relative;z-index:501}.footer-links[data-v-04fc69f7],.footer[data-v-04fc69f7]{background-color:#fff;font-size:16px}.container[data-v-04fc69f7]{background:none}body[data-v-04fc69f7]{color:#333;font-size:16px;font-family:Microsoft YaHei,Simsun,SimHei,Arial;-webkit-text-size-adjust:none;min-width:320px}body[data-v-04fc69f7],div[data-v-04fc69f7],ul[data-v-04fc69f7],ol[data-v-04fc69f7],li[data-v-04fc69f7],dl[data-v-04fc69f7],dd[data-v-04fc69f7],dt[data-v-04fc69f7],form[data-v-04fc69f7],span[data-v-04fc69f7],p[data-v-04fc69f7],textarea[data-v-04fc69f7]{margin:0;padding:0;list-style:none}address[data-v-04fc69f7],caption[data-v-04fc69f7],cite[data-v-04fc69f7],code[data-v-04fc69f7],dfn[data-v-04fc69f7],th[data-v-04fc69f7],var[data-v-04fc69f7]{font-style:normal;font-weight:400}h1[data-v-04fc69f7],h2[data-v-04fc69f7],h3[data-v-04fc69f7],h4[data-v-04fc69f7],h5[data-v-04fc69f7],h6[data-v-04fc69f7]{margin:0;padding:0}input[data-v-04fc69f7]{padding-top:0;padding-bottom:0}input[data-v-04fc69f7]::-moz-focus-inner{border:none;padding:0}select[data-v-04fc69f7],input[data-v-04fc69f7]{vertical-align:middle}select[data-v-04fc69f7],input[data-v-04fc69f7],textarea[data-v-04fc69f7]{margin:0}input[type=text][data-v-04fc69f7],input[type=password][data-v-04fc69f7],textarea[data-v-04fc69f7]{outline-style:none;-webkit-appearance:none}button[data-v-04fc69f7],input[data-v-04fc69f7],select[data-v-04fc69f7],textarea[data-v-04fc69f7]{font-family:inherit}textarea[data-v-04fc69f7]{resize:none}table[data-v-04fc69f7]{border-collapse:collapse;border-spacing:0}th[data-v-04fc69f7],td[data-v-04fc69f7]{padding:0}img[data-v-04fc69f7],a img[data-v-04fc69f7]{border:0;margin:0;padding:0}img[data-v-04fc69f7]{border:none;border:0;max-width:100%}a[data-v-04fc69f7]{outline-style:none;color:#000;text-decoration:none}a[data-v-04fc69f7]:hover{text-decoration:none}a[data-v-04fc69f7]:focus{outline:none;-moz-outline:none}input[data-v-04fc69f7]:focus,textarea[data-v-04fc69f7]:focus{outline:none}.fl[data-v-04fc69f7]{float:left}.fr[data-v-04fc69f7]{float:right}.clear[data-v-04fc69f7]{clear:both}.clearfix[data-v-04fc69f7]{*zoom: 1}.clearfix[data-v-04fc69f7]:before,.clearfix[data-v-04fc69f7]:after{display:table;line-height:0;content:""}.clearfix[data-v-04fc69f7]:after{clear:both}.pos-r[data-v-04fc69f7]{position:relative}.pos-a[data-v-04fc69f7]{position:absolute}.over-hide[data-v-04fc69f7]{overflow:hidden}.container[data-v-04fc69f7]:before,.container[data-v-04fc69f7]:after,.container-fluid[data-v-04fc69f7]:before,.container-fluid[data-v-04fc69f7]:after,.row[data-v-04fc69f7]:before,.row[data-v-04fc69f7]:after{display:table;content:" "}.container[data-v-04fc69f7]:after,.container-fluid[data-v-04fc69f7]:after,.row[data-v-04fc69f7]:after{clear:both}.container[data-v-04fc69f7]{margin-right:auto;margin-left:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body.nores[data-v-04fc69f7]{min-width:1280px}.container.container-width1200[data-v-04fc69f7]{width:1200px}.container.container-width1400[data-v-04fc69f7]{width:1400px}@media (max-width: 1500px){body .container[data-v-04fc69f7]{width:1200px}}@media (max-width: 1280px){body:not(.nores) .container[data-v-04fc69f7]{width:970px!important;padding-right:15px;padding-left:15px}}@media (max-width: 992px){body:not(.nores) .container[data-v-04fc69f7]{width:750px!important}}@media (max-width: 768px){body:not(.nores) .container[data-v-04fc69f7]{width:auto!important}}.container-fluid[data-v-04fc69f7]{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row>[class*=col-][data-v-04fc69f7]{position:relative;min-height:1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-space20[data-v-04fc69f7]{margin-right:-10px;margin-left:-10px}.row-space20>[class*=col-][data-v-04fc69f7]{padding-right:10px;padding-left:10px}.row-space30[data-v-04fc69f7]{margin-right:-15px;margin-left:-15px}.row-space30>[class*=col-][data-v-04fc69f7]{padding-right:15px;padding-left:15px}.row-space40[data-v-04fc69f7]{margin-right:-20px;margin-left:-20px}.row-space40>[class*=col-][data-v-04fc69f7]{padding-right:20px;padding-left:20px}.row-space50[data-v-04fc69f7]{margin-right:-25px;margin-left:-25px}.row-space50>[class*=col-][data-v-04fc69f7]{padding-right:25px;padding-left:25px}.row-space60[data-v-04fc69f7]{margin-right:-30px;margin-left:-30px}.row-space60>[class*=col-][data-v-04fc69f7]{padding-right:30px;padding-left:30px}@media (max-width: 1500px){.row-lg-space20[data-v-04fc69f7]{margin-right:-10px;margin-left:-10px}.row-lg-space20>[class*=col-][data-v-04fc69f7]{padding-right:10px;padding-left:10px}.row-lg-space30[data-v-04fc69f7]{margin-right:-15px;margin-left:-15px}.row-lg-space30>[class*=col-][data-v-04fc69f7]{padding-right:15px;padding-left:15px}.row-lg-space40[data-v-04fc69f7]{margin-right:-20px;margin-left:-20px}.row-lg-space40>[class*=col-][data-v-04fc69f7]{padding-right:20px;padding-left:20px}.row-lg-space50[data-v-04fc69f7]{margin-right:-25px;margin-left:-25px}.row-lg-space50>[class*=col-][data-v-04fc69f7]{padding-right:25px;padding-left:25px}}@media (max-width: 1280px){.row-md-space0[data-v-04fc69f7]{margin-right:0;margin-left:0}.row-md-space0>[class*=col-][data-v-04fc69f7]{padding-right:0;padding-left:0}.row-md-space20[data-v-04fc69f7]{margin-right:-10px;margin-left:-10px}.row-md-space20>[class*=col-][data-v-04fc69f7]{padding-right:10px;padding-left:10px}.row-md-space30[data-v-04fc69f7]{margin-right:-15px;margin-left:-15px}.row-md-space30>[class*=col-][data-v-04fc69f7]{padding-right:15px;padding-left:15px}.row-md-space40[data-v-04fc69f7]{margin-right:-20px;margin-left:-20px}.row-md-space40>[class*=col-][data-v-04fc69f7]{padding-right:20px;padding-left:20px}.row-md-space50[data-v-04fc69f7]{margin-right:-25px;margin-left:-25px}.row-md-space50>[class*=col-][data-v-04fc69f7]{padding-right:25px;padding-left:25px}}.row>[class*=col-][data-v-04fc69f7]{float:left}.col-12[data-v-04fc69f7]{width:100%}.col-11[data-v-04fc69f7]{width:91.66666667%}.col-10[data-v-04fc69f7]{width:83.33333333%}.col-9[data-v-04fc69f7]{width:75%}.col-8[data-v-04fc69f7]{width:66.66666667%}.col-7[data-v-04fc69f7]{width:58.33333333%}.col-6[data-v-04fc69f7]{width:50%}.col-5[data-v-04fc69f7]{width:41.66666667%}.col-4[data-v-04fc69f7]{width:33.33333333%}.col-3[data-v-04fc69f7]{width:25%}.col-2[data-v-04fc69f7]{width:16.66666667%}.col-1[data-v-04fc69f7]{width:8.33333333%}@media (max-width: 1500px){.col-lg-12[data-v-04fc69f7]{width:100%}.col-lg-11[data-v-04fc69f7]{width:91.66666667%}.col-lg-10[data-v-04fc69f7]{width:83.33333333%}.col-lg-9[data-v-04fc69f7]{width:75%}.col-lg-8[data-v-04fc69f7]{width:66.66666667%}.col-lg-7[data-v-04fc69f7]{width:58.33333333%}.col-lg-6[data-v-04fc69f7]{width:50%}.col-lg-5[data-v-04fc69f7]{width:41.66666667%}.col-lg-4[data-v-04fc69f7]{width:33.33333333%}.col-lg-3[data-v-04fc69f7]{width:25%}.col-lg-2[data-v-04fc69f7]{width:16.66666667%}.col-lg-1[data-v-04fc69f7]{width:8.33333333%}}@media (max-width: 1280px){.col-md-12[data-v-04fc69f7]{width:100%}.col-md-11[data-v-04fc69f7]{width:91.66666667%}.col-md-10[data-v-04fc69f7]{width:83.33333333%}.col-md-9[data-v-04fc69f7]{width:75%}.col-md-8[data-v-04fc69f7]{width:66.66666667%}.col-md-7[data-v-04fc69f7]{width:58.33333333%}.col-md-6[data-v-04fc69f7]{width:50%}.col-md-5[data-v-04fc69f7]{width:41.66666667%}.col-md-4[data-v-04fc69f7]{width:33.33333333%}.col-md-3[data-v-04fc69f7]{width:25%}.col-md-2[data-v-04fc69f7]{width:16.66666667%}.col-md-1[data-v-04fc69f7]{width:8.33333333%}}@media (max-width: 992px){.col-sm-12[data-v-04fc69f7]{width:100%}.col-sm-11[data-v-04fc69f7]{width:91.66666667%}.col-sm-10[data-v-04fc69f7]{width:83.33333333%}.col-sm-9[data-v-04fc69f7]{width:75%}.col-sm-8[data-v-04fc69f7]{width:66.66666667%}.col-sm-7[data-v-04fc69f7]{width:58.33333333%}.col-sm-6[data-v-04fc69f7]{width:50%}.col-sm-5[data-v-04fc69f7]{width:41.66666667%}.col-sm-4[data-v-04fc69f7]{width:33.33333333%}.col-sm-3[data-v-04fc69f7]{width:25%}.col-sm-2[data-v-04fc69f7]{width:16.66666667%}.col-sm-1[data-v-04fc69f7]{width:8.33333333%}}@media (max-width: 768px){.col-xs-12[data-v-04fc69f7]{width:100%}.col-xs-11[data-v-04fc69f7]{width:91.66666667%}.col-xs-10[data-v-04fc69f7]{width:83.33333333%}.col-xs-9[data-v-04fc69f7]{width:75%}.col-xs-8[data-v-04fc69f7]{width:66.66666667%}.col-xs-7[data-v-04fc69f7]{width:58.33333333%}.col-xs-6[data-v-04fc69f7]{width:50%}.col-xs-5[data-v-04fc69f7]{width:41.66666667%}.col-xs-4[data-v-04fc69f7]{width:33.33333333%}.col-xs-3[data-v-04fc69f7]{width:25%}.col-xs-2[data-v-04fc69f7]{width:16.66666667%}.col-xs-1[data-v-04fc69f7]{width:8.33333333%}}.col-pull-12[data-v-04fc69f7]{right:100%}.col-pull-11[data-v-04fc69f7]{right:91.66666667%}.col-pull-10[data-v-04fc69f7]{right:83.33333333%}.col-pull-9[data-v-04fc69f7]{right:75%}.col-pull-8[data-v-04fc69f7]{right:66.66666667%}.col-pull-7[data-v-04fc69f7]{right:58.33333333%}.col-pull-6[data-v-04fc69f7]{right:50%}.col-pull-5[data-v-04fc69f7]{right:41.66666667%}.col-pull-4[data-v-04fc69f7]{right:33.33333333%}.col-pull-3[data-v-04fc69f7]{right:25%}.col-pull-2[data-v-04fc69f7]{right:16.66666667%}.col-pull-1[data-v-04fc69f7]{right:8.33333333%}.col-pull-0[data-v-04fc69f7]{right:auto}.col-push-12[data-v-04fc69f7]{left:100%}.col-push-11[data-v-04fc69f7]{left:91.66666667%}.col-push-10[data-v-04fc69f7]{left:83.33333333%}.col-push-9[data-v-04fc69f7]{left:75%}.col-push-8[data-v-04fc69f7]{left:66.66666667%}.col-push-7[data-v-04fc69f7]{left:58.33333333%}.col-push-6[data-v-04fc69f7]{left:50%}.col-push-5[data-v-04fc69f7]{left:41.66666667%}.col-push-4[data-v-04fc69f7]{left:33.33333333%}.col-push-3[data-v-04fc69f7]{left:25%}.col-push-2[data-v-04fc69f7]{left:16.66666667%}.col-push-1[data-v-04fc69f7]{left:8.33333333%}.col-push-0[data-v-04fc69f7]{left:auto}@media (max-width: 1500px){.col-lg-pull-12[data-v-04fc69f7]{right:100%}.col-lg-pull-11[data-v-04fc69f7]{right:91.66666667%}.col-lg-pull-10[data-v-04fc69f7]{right:83.33333333%}.col-lg-pull-9[data-v-04fc69f7]{right:75%}.col-lg-pull-8[data-v-04fc69f7]{right:66.66666667%}.col-lg-pull-7[data-v-04fc69f7]{right:58.33333333%}.col-lg-pull-6[data-v-04fc69f7]{right:50%}.col-lg-pull-5[data-v-04fc69f7]{right:41.66666667%}.col-lg-pull-4[data-v-04fc69f7]{right:33.33333333%}.col-lg-pull-3[data-v-04fc69f7]{right:25%}.col-lg-pull-2[data-v-04fc69f7]{right:16.66666667%}.col-lg-pull-1[data-v-04fc69f7]{right:8.33333333%}.col-lg-pull-0[data-v-04fc69f7]{right:auto}.col-lg-push-12[data-v-04fc69f7]{left:100%}.col-lg-push-11[data-v-04fc69f7]{left:91.66666667%}.col-lg-push-10[data-v-04fc69f7]{left:83.33333333%}.col-lg-push-9[data-v-04fc69f7]{left:75%}.col-lg-push-8[data-v-04fc69f7]{left:66.66666667%}.col-lg-push-7[data-v-04fc69f7]{left:58.33333333%}.col-lg-push-6[data-v-04fc69f7]{left:50%}.col-lg-push-5[data-v-04fc69f7]{left:41.66666667%}.col-lg-push-4[data-v-04fc69f7]{left:33.33333333%}.col-lg-push-3[data-v-04fc69f7]{left:25%}.col-lg-push-2[data-v-04fc69f7]{left:16.66666667%}.col-lg-push-1[data-v-04fc69f7]{left:8.33333333%}.col-lg-push-0[data-v-04fc69f7]{left:auto}}@media (max-width: 1280px){.col-md-pull-12[data-v-04fc69f7]{right:100%}.col-md-pull-11[data-v-04fc69f7]{right:91.66666667%}.col-md-pull-10[data-v-04fc69f7]{right:83.33333333%}.col-md-pull-9[data-v-04fc69f7]{right:75%}.col-md-pull-8[data-v-04fc69f7]{right:66.66666667%}.col-md-pull-7[data-v-04fc69f7]{right:58.33333333%}.col-md-pull-6[data-v-04fc69f7]{right:50%}.col-md-pull-5[data-v-04fc69f7]{right:41.66666667%}.col-md-pull-4[data-v-04fc69f7]{right:33.33333333%}.col-md-pull-3[data-v-04fc69f7]{right:25%}.col-md-pull-2[data-v-04fc69f7]{right:16.66666667%}.col-md-pull-1[data-v-04fc69f7]{right:8.33333333%}.col-md-pull-0[data-v-04fc69f7]{right:auto}.col-md-push-12[data-v-04fc69f7]{left:100%}.col-md-push-11[data-v-04fc69f7]{left:91.66666667%}.col-md-push-10[data-v-04fc69f7]{left:83.33333333%}.col-md-push-9[data-v-04fc69f7]{left:75%}.col-md-push-8[data-v-04fc69f7]{left:66.66666667%}.col-md-push-7[data-v-04fc69f7]{left:58.33333333%}.col-md-push-6[data-v-04fc69f7]{left:50%}.col-md-push-5[data-v-04fc69f7]{left:41.66666667%}.col-md-push-4[data-v-04fc69f7]{left:33.33333333%}.col-md-push-3[data-v-04fc69f7]{left:25%}.col-md-push-2[data-v-04fc69f7]{left:16.66666667%}.col-md-push-1[data-v-04fc69f7]{left:8.33333333%}.col-md-push-0[data-v-04fc69f7]{left:auto}}@media (max-width: 992px){.col-sm-pull-12[data-v-04fc69f7]{right:100%}.col-sm-pull-11[data-v-04fc69f7]{right:91.66666667%}.col-sm-pull-10[data-v-04fc69f7]{right:83.33333333%}.col-sm-pull-9[data-v-04fc69f7]{right:75%}.col-sm-pull-8[data-v-04fc69f7]{right:66.66666667%}.col-sm-pull-7[data-v-04fc69f7]{right:58.33333333%}.col-sm-pull-6[data-v-04fc69f7]{right:50%}.col-sm-pull-5[data-v-04fc69f7]{right:41.66666667%}.col-sm-pull-4[data-v-04fc69f7]{right:33.33333333%}.col-sm-pull-3[data-v-04fc69f7]{right:25%}.col-sm-pull-2[data-v-04fc69f7]{right:16.66666667%}.col-sm-pull-1[data-v-04fc69f7]{right:8.33333333%}.col-sm-pull-0[data-v-04fc69f7]{right:auto}.col-sm-push-12[data-v-04fc69f7]{left:100%}.col-sm-push-11[data-v-04fc69f7]{left:91.66666667%}.col-sm-push-10[data-v-04fc69f7]{left:83.33333333%}.col-sm-push-9[data-v-04fc69f7]{left:75%}.col-sm-push-8[data-v-04fc69f7]{left:66.66666667%}.col-sm-push-7[data-v-04fc69f7]{left:58.33333333%}.col-sm-push-6[data-v-04fc69f7]{left:50%}.col-sm-push-5[data-v-04fc69f7]{left:41.66666667%}.col-sm-push-4[data-v-04fc69f7]{left:33.33333333%}.col-sm-push-3[data-v-04fc69f7]{left:25%}.col-sm-push-2[data-v-04fc69f7]{left:16.66666667%}.col-sm-push-1[data-v-04fc69f7]{left:8.33333333%}.col-sm-push-0[data-v-04fc69f7]{left:auto}}@media (max-width: 768px){.col-xs-pull-12[data-v-04fc69f7]{right:100%}.col-xs-pull-11[data-v-04fc69f7]{right:91.66666667%}.col-xs-pull-10[data-v-04fc69f7]{right:83.33333333%}.col-xs-pull-9[data-v-04fc69f7]{right:75%}.col-xs-pull-8[data-v-04fc69f7]{right:66.66666667%}.col-xs-pull-7[data-v-04fc69f7]{right:58.33333333%}.col-xs-pull-6[data-v-04fc69f7]{right:50%}.col-xs-pull-5[data-v-04fc69f7]{right:41.66666667%}.col-xs-pull-4[data-v-04fc69f7]{right:33.33333333%}.col-xs-pull-3[data-v-04fc69f7]{right:25%}.col-xs-pull-2[data-v-04fc69f7]{right:16.66666667%}.col-xs-pull-1[data-v-04fc69f7]{right:8.33333333%}.col-xs-pull-0[data-v-04fc69f7]{right:auto}.col-xs-push-12[data-v-04fc69f7]{left:100%}.col-xs-push-11[data-v-04fc69f7]{left:91.66666667%}.col-xs-push-10[data-v-04fc69f7]{left:83.33333333%}.col-xs-push-9[data-v-04fc69f7]{left:75%}.col-xs-push-8[data-v-04fc69f7]{left:66.66666667%}.col-xs-push-7[data-v-04fc69f7]{left:58.33333333%}.col-xs-push-6[data-v-04fc69f7]{left:50%}.col-xs-push-5[data-v-04fc69f7]{left:41.66666667%}.col-xs-push-4[data-v-04fc69f7]{left:33.33333333%}.col-xs-push-3[data-v-04fc69f7]{left:25%}.col-xs-push-2[data-v-04fc69f7]{left:16.66666667%}.col-xs-push-1[data-v-04fc69f7]{left:8.33333333%}.col-xs-push-0[data-v-04fc69f7]{left:auto}}.mt5[data-v-04fc69f7]{margin-top:5px}.mt10[data-v-04fc69f7]{margin-top:10px}.mt15[data-v-04fc69f7]{margin-top:15px}.mt20[data-v-04fc69f7]{margin-top:20px}.mt25[data-v-04fc69f7]{margin-top:25px}.mt30[data-v-04fc69f7]{margin-top:30px}.mt35[data-v-04fc69f7]{margin-top:35px}.mt40[data-v-04fc69f7]{margin-top:40px}.mt45[data-v-04fc69f7]{margin-top:45px}.mt50[data-v-04fc69f7]{margin-top:50px}.mt55[data-v-04fc69f7]{margin-top:55px}.mt60[data-v-04fc69f7]{margin-top:60px}.mt70[data-v-04fc69f7]{margin-top:70px}.mt80[data-v-04fc69f7]{margin-top:80px}.mt90[data-v-04fc69f7]{margin-top:90px}.mt100[data-v-04fc69f7]{margin-top:100px}.mb5[data-v-04fc69f7]{margin-bottom:5px}.mb10[data-v-04fc69f7]{margin-bottom:10px}.mb15[data-v-04fc69f7]{margin-bottom:15px}.mb20[data-v-04fc69f7]{margin-bottom:20px}.mb25[data-v-04fc69f7]{margin-bottom:25px}.mb30[data-v-04fc69f7]{margin-bottom:30px}.mb35[data-v-04fc69f7]{margin-bottom:35px}.mb40[data-v-04fc69f7]{margin-bottom:40px}.mb45[data-v-04fc69f7]{margin-bottom:45px}.mb50[data-v-04fc69f7]{margin-bottom:50px}.mb55[data-v-04fc69f7]{margin-bottom:55px}.mb60[data-v-04fc69f7]{margin-bottom:60px}.mb70[data-v-04fc69f7]{margin-bottom:70px}.mb80[data-v-04fc69f7]{margin-bottom:80px}.mb90[data-v-04fc69f7]{margin-bottom:90px}.mb100[data-v-04fc69f7]{margin-bottom:100px}.ml5[data-v-04fc69f7]{margin-left:5px}.ml10[data-v-04fc69f7]{margin-left:10px}.ml15[data-v-04fc69f7]{margin-left:15px}.ml20[data-v-04fc69f7]{margin-left:20px}.ml30[data-v-04fc69f7]{margin-left:30px}.ml40[data-v-04fc69f7]{margin-left:40px}.ml50[data-v-04fc69f7]{margin-left:50px}.ml100[data-v-04fc69f7]{margin-left:100px}.mr5[data-v-04fc69f7]{margin-right:5px}.mr10[data-v-04fc69f7]{margin-right:10px}.mr15[data-v-04fc69f7]{margin-right:15px}.mr20[data-v-04fc69f7]{margin-right:20px}.mr30[data-v-04fc69f7]{margin-right:30px}.mr50[data-v-04fc69f7]{margin-right:50px}.mr100[data-v-04fc69f7]{margin-right:100px}@media (max-width: 1500px){.mt-lg-5[data-v-04fc69f7]{margin-top:5px}.mt-lg-10[data-v-04fc69f7]{margin-top:10px}.mt-lg-15[data-v-04fc69f7]{margin-top:15px}.mt-lg-20[data-v-04fc69f7]{margin-top:20px}.mt-lg-25[data-v-04fc69f7]{margin-top:25px}.mt-lg-30[data-v-04fc69f7]{margin-top:30px}.mt-lg-35[data-v-04fc69f7]{margin-top:35px}.mt-lg-40[data-v-04fc69f7]{margin-top:40px}.mt-lg-45[data-v-04fc69f7]{margin-top:45px}.mt-lg-50[data-v-04fc69f7]{margin-top:50px}.mt-lg-55[data-v-04fc69f7]{margin-top:55px}.mt-lg-60[data-v-04fc69f7]{margin-top:60px}.mt-lg-70[data-v-04fc69f7]{margin-top:70px}.mt-lg-80[data-v-04fc69f7]{margin-top:80px}.mt-lg-90[data-v-04fc69f7]{margin-top:90px}.mt-lg-100[data-v-04fc69f7]{margin-top:100px}.mb-lg-5[data-v-04fc69f7]{margin-bottom:5px}.mb-lg-10[data-v-04fc69f7]{margin-bottom:10px}.mb-lg-15[data-v-04fc69f7]{margin-bottom:15px}.mb-lg-20[data-v-04fc69f7]{margin-bottom:20px}.mb-lg-25[data-v-04fc69f7]{margin-bottom:25px}.mb-lg-30[data-v-04fc69f7]{margin-bottom:30px}.mb-lg-35[data-v-04fc69f7]{margin-bottom:35px}.mb-lg-40[data-v-04fc69f7]{margin-bottom:40px}.mb-lg-45[data-v-04fc69f7]{margin-bottom:45px}.mb-lg-50[data-v-04fc69f7]{margin-bottom:50px}.mb-lg-55[data-v-04fc69f7]{margin-bottom:55px}.mb-lg-60[data-v-04fc69f7]{margin-bottom:60px}.mb-lg-70[data-v-04fc69f7]{margin-bottom:70px}.mb-lg-80[data-v-04fc69f7]{margin-bottom:80px}.mb-lg-90[data-v-04fc69f7]{margin-bottom:90px}.mb-lg-100[data-v-04fc69f7]{margin-bottom:100px}.ml-lg-5[data-v-04fc69f7]{margin-left:5px}.ml-lg-10[data-v-04fc69f7]{margin-left:10px}.ml-lg-15[data-v-04fc69f7]{margin-left:15px}.ml-lg-20[data-v-04fc69f7]{margin-left:20px}.ml-lg-30[data-v-04fc69f7]{margin-left:30px}.ml-lg-50[data-v-04fc69f7]{margin-left:50px}.ml-lg-100[data-v-04fc69f7]{margin-left:100px}.mr-lg-5[data-v-04fc69f7]{margin-right:5px}.mr-lg-10[data-v-04fc69f7]{margin-right:10px}.mr-lg-15[data-v-04fc69f7]{margin-right:15px}.mr-lg-20[data-v-04fc69f7]{margin-right:20px}.mr-lg-30[data-v-04fc69f7]{margin-right:30px}.mr-lg-50[data-v-04fc69f7]{margin-right:50px}.mr-lg-100[data-v-04fc69f7]{margin-right:100px}}@media (max-width: 1280px){.mt-md-5[data-v-04fc69f7]{margin-top:5px}.mt-md-10[data-v-04fc69f7]{margin-top:10px}.mt-md-15[data-v-04fc69f7]{margin-top:15px}.mt-md-20[data-v-04fc69f7]{margin-top:20px}.mt-md-25[data-v-04fc69f7]{margin-top:25px}.mt-md-30[data-v-04fc69f7]{margin-top:30px}.mt-md-35[data-v-04fc69f7]{margin-top:35px}.mt-md-40[data-v-04fc69f7]{margin-top:40px}.mt-md-45[data-v-04fc69f7]{margin-top:45px}.mt-md-50[data-v-04fc69f7]{margin-top:50px}.mt-md-55[data-v-04fc69f7]{margin-top:55px}.mt-md-60[data-v-04fc69f7]{margin-top:60px}.mt-md-70[data-v-04fc69f7]{margin-top:70px}.mt-md-80[data-v-04fc69f7]{margin-top:80px}.mt-md-90[data-v-04fc69f7]{margin-top:90px}.mt-md-100[data-v-04fc69f7]{margin-top:100px}.mb-md-0[data-v-04fc69f7]{margin-bottom:0}.mb-md-5[data-v-04fc69f7]{margin-bottom:5px}.mb-md-10[data-v-04fc69f7]{margin-bottom:10px}.mb-md-15[data-v-04fc69f7]{margin-bottom:15px}.mb-md-20[data-v-04fc69f7]{margin-bottom:20px}.mb-md-25[data-v-04fc69f7]{margin-bottom:25px}.mb-md-30[data-v-04fc69f7]{margin-bottom:30px}.mb-md-35[data-v-04fc69f7]{margin-bottom:35px}.mb-md-40[data-v-04fc69f7]{margin-bottom:40px}.mb-md-45[data-v-04fc69f7]{margin-bottom:45px}.mb-md-50[data-v-04fc69f7]{margin-bottom:50px}.mb-md-55[data-v-04fc69f7]{margin-bottom:55px}.mb-md-60[data-v-04fc69f7]{margin-bottom:60px}.mb-md-70[data-v-04fc69f7]{margin-bottom:70px}.mb-md-80[data-v-04fc69f7]{margin-bottom:80px}.mb-md-90[data-v-04fc69f7]{margin-bottom:90px}.mb-md-100[data-v-04fc69f7]{margin-bottom:100px}.ml-md-5[data-v-04fc69f7]{margin-left:5px}.ml-md-10[data-v-04fc69f7]{margin-left:10px}.ml-md-15[data-v-04fc69f7]{margin-left:15px}.ml-md-20[data-v-04fc69f7]{margin-left:20px}.ml-md-30[data-v-04fc69f7]{margin-left:30px}.ml-md-50[data-v-04fc69f7]{margin-left:50px}.ml-md-100[data-v-04fc69f7]{margin-left:100px}.mr-md-5[data-v-04fc69f7]{margin-right:5px}.mr-md-10[data-v-04fc69f7]{margin-right:10px}.mr-md-15[data-v-04fc69f7]{margin-right:15px}.mr-md-20[data-v-04fc69f7]{margin-right:20px}.mr-md-30[data-v-04fc69f7]{margin-right:30px}.mr-md-50[data-v-04fc69f7]{margin-right:50px}.mr-md-100[data-v-04fc69f7]{margin-right:100px}}@media (max-width: 992px){.mt-sm-5[data-v-04fc69f7]{margin-top:5px}.mt-sm-10[data-v-04fc69f7]{margin-top:10px}.mt-sm-15[data-v-04fc69f7]{margin-top:15px}.mt-sm-20[data-v-04fc69f7]{margin-top:20px}.mt-sm-25[data-v-04fc69f7]{margin-top:25px}.mt-sm-30[data-v-04fc69f7]{margin-top:30px}.mt-sm-35[data-v-04fc69f7]{margin-top:35px}.mt-sm-40[data-v-04fc69f7]{margin-top:40px}.mt-sm-45[data-v-04fc69f7]{margin-top:45px}.mt-sm-50[data-v-04fc69f7]{margin-top:50px}.mt-sm-55[data-v-04fc69f7]{margin-top:55px}.mt-sm-60[data-v-04fc69f7]{margin-top:60px}.mt-sm-70[data-v-04fc69f7]{margin-top:70px}.mt-sm-80[data-v-04fc69f7]{margin-top:80px}.mt-sm-90[data-v-04fc69f7]{margin-top:90px}.mt-sm-100[data-v-04fc69f7]{margin-top:100px}.mb-sm-5[data-v-04fc69f7]{margin-bottom:5px}.mb-sm-10[data-v-04fc69f7]{margin-bottom:10px}.mb-sm-15[data-v-04fc69f7]{margin-bottom:15px}.mb-sm-20[data-v-04fc69f7]{margin-bottom:20px}.mb-sm-25[data-v-04fc69f7]{margin-bottom:25px}.mb-sm-30[data-v-04fc69f7]{margin-bottom:30px}.mb-sm-35[data-v-04fc69f7]{margin-bottom:35px}.mb-sm-40[data-v-04fc69f7]{margin-bottom:40px}.mb-sm-45[data-v-04fc69f7]{margin-bottom:45px}.mb-sm-50[data-v-04fc69f7]{margin-bottom:50px}.mb-sm-55[data-v-04fc69f7]{margin-bottom:55px}.mb-sm-60[data-v-04fc69f7]{margin-bottom:60px}.mb-sm-70[data-v-04fc69f7]{margin-bottom:70px}.mb-sm-80[data-v-04fc69f7]{margin-bottom:80px}.mb-sm-90[data-v-04fc69f7]{margin-bottom:90px}.mb-sm-100[data-v-04fc69f7]{margin-bottom:100px}.ml-sm-5[data-v-04fc69f7]{margin-left:5px}.ml-sm-10[data-v-04fc69f7]{margin-left:10px}.ml-sm-15[data-v-04fc69f7]{margin-left:15px}.ml-sm-20[data-v-04fc69f7]{margin-left:20px}.ml-sm-30[data-v-04fc69f7]{margin-left:30px}.ml-sm-50[data-v-04fc69f7]{margin-left:50px}.ml-sm-100[data-v-04fc69f7]{margin-left:100px}.mr-sm-5[data-v-04fc69f7]{margin-right:5px}.mr-sm-10[data-v-04fc69f7]{margin-right:10px}.mr-sm-15[data-v-04fc69f7]{margin-right:15px}.mr-sm-20[data-v-04fc69f7]{margin-right:20px}.mr-sm-30[data-v-04fc69f7]{margin-right:30px}.mr-sm-50[data-v-04fc69f7]{margin-right:50px}.mr-sm-100[data-v-04fc69f7]{margin-right:100px}}@media (max-width: 768px){.mt-xs-5[data-v-04fc69f7]{margin-top:5px}.mt-xs-10[data-v-04fc69f7]{margin-top:10px}.mt-xs-15[data-v-04fc69f7]{margin-top:15px}.mt-xs-20[data-v-04fc69f7]{margin-top:20px}.mt-xs-25[data-v-04fc69f7]{margin-top:25px}.mt-xs-30[data-v-04fc69f7]{margin-top:30px}.mt-xs-35[data-v-04fc69f7]{margin-top:35px}.mt-xs-40[data-v-04fc69f7]{margin-top:40px}.mt-xs-45[data-v-04fc69f7]{margin-top:45px}.mt-xs-50[data-v-04fc69f7]{margin-top:50px}.mt-xs-55[data-v-04fc69f7]{margin-top:55px}.mt-xs-60[data-v-04fc69f7]{margin-top:60px}.mt-xs-70[data-v-04fc69f7]{margin-top:70px}.mt-xs-80[data-v-04fc69f7]{margin-top:80px}.mt-xs-90[data-v-04fc69f7]{margin-top:90px}.mt-xs-100[data-v-04fc69f7]{margin-top:100px}.mb-xs-0[data-v-04fc69f7]{margin-bottom:0}.mb-xs-5[data-v-04fc69f7]{margin-bottom:5px}.mb-xs-10[data-v-04fc69f7]{margin-bottom:10px}.mb-xs-15[data-v-04fc69f7]{margin-bottom:15px}.mb-xs-20[data-v-04fc69f7]{margin-bottom:20px}.mb-xs-25[data-v-04fc69f7]{margin-bottom:25px}.mb-xs-30[data-v-04fc69f7]{margin-bottom:30px}.mb-xs-35[data-v-04fc69f7]{margin-bottom:35px}.mb-xs-40[data-v-04fc69f7]{margin-bottom:40px}.mb-xs-45[data-v-04fc69f7]{margin-bottom:45px}.mb-xs-50[data-v-04fc69f7]{margin-bottom:50px}.mb-xs-55[data-v-04fc69f7]{margin-bottom:55px}.mb-xs-60[data-v-04fc69f7]{margin-bottom:60px}.mb-xs-70[data-v-04fc69f7]{margin-bottom:70px}.mb-xs-80[data-v-04fc69f7]{margin-bottom:80px}.mb-xs-90[data-v-04fc69f7]{margin-bottom:90px}.mb-xs-100[data-v-04fc69f7]{margin-bottom:100px}.ml-xs-5[data-v-04fc69f7]{margin-left:5px}.ml-xs-10[data-v-04fc69f7]{margin-left:10px}.ml-xs-15[data-v-04fc69f7]{margin-left:15px}.ml-xs-20[data-v-04fc69f7]{margin-left:20px}.ml-xs-30[data-v-04fc69f7]{margin-left:30px}.ml-xs-50[data-v-04fc69f7]{margin-left:50px}.ml-xs-100[data-v-04fc69f7]{margin-left:100px}.mr-xs-5[data-v-04fc69f7]{margin-right:5px}.mr-xs-10[data-v-04fc69f7]{margin-right:10px}.mr-xs-15[data-v-04fc69f7]{margin-right:15px}.mr-xs-20[data-v-04fc69f7]{margin-right:20px}.mr-xs-30[data-v-04fc69f7]{margin-right:30px}.mr-xs-50[data-v-04fc69f7]{margin-right:50px}.mr-xs-100[data-v-04fc69f7]{margin-right:100px}}.pt5[data-v-04fc69f7]{padding-top:5px}.pt10[data-v-04fc69f7]{padding-top:10px}.pt15[data-v-04fc69f7]{padding-top:15px}.pt20[data-v-04fc69f7]{padding-top:20px}.pt25[data-v-04fc69f7]{padding-top:25px}.pt30[data-v-04fc69f7]{padding-top:30px}.pt35[data-v-04fc69f7]{padding-top:35px}.pt40[data-v-04fc69f7]{padding-top:40px}.pt45[data-v-04fc69f7]{padding-top:45px}.pt50[data-v-04fc69f7]{padding-top:50px}.pt55[data-v-04fc69f7]{padding-top:55px}.pt60[data-v-04fc69f7]{padding-top:60px}.pt70[data-v-04fc69f7]{padding-top:70px}.pt80[data-v-04fc69f7]{padding-top:80px}.pt90[data-v-04fc69f7]{padding-top:90px}.pt100[data-v-04fc69f7]{padding-top:100px}.pb0[data-v-04fc69f7]{padding-bottom:0}.pb5[data-v-04fc69f7]{padding-bottom:5px}.pb10[data-v-04fc69f7]{padding-bottom:10px}.pb15[data-v-04fc69f7]{padding-bottom:15px}.pb20[data-v-04fc69f7]{padding-bottom:20px}.pb25[data-v-04fc69f7]{padding-bottom:25px}.pb30[data-v-04fc69f7]{padding-bottom:30px}.pb35[data-v-04fc69f7]{padding-bottom:35px}.pb40[data-v-04fc69f7]{padding-bottom:40px}.pb45[data-v-04fc69f7]{padding-bottom:45px}.pb50[data-v-04fc69f7]{padding-bottom:50px}.pb55[data-v-04fc69f7]{padding-bottom:55px}.pb60[data-v-04fc69f7]{padding-bottom:60px}.pb70[data-v-04fc69f7]{padding-bottom:70px}.pb80[data-v-04fc69f7]{padding-bottom:80px}.pb90[data-v-04fc69f7]{padding-bottom:90px}.pb100[data-v-04fc69f7]{padding-bottom:100px}.pl5[data-v-04fc69f7]{padding-left:5px}.pl10[data-v-04fc69f7]{padding-left:10px}.pl15[data-v-04fc69f7]{padding-left:15px}.pl20[data-v-04fc69f7]{padding-left:20px}.pl30[data-v-04fc69f7]{padding-left:30px}.pl50[data-v-04fc69f7]{padding-left:50px}.pl100[data-v-04fc69f7]{padding-left:100px}.pr5[data-v-04fc69f7]{padding-right:5px}.pr10[data-v-04fc69f7]{padding-right:10px}.pr15[data-v-04fc69f7]{padding-right:15px}.pr20[data-v-04fc69f7]{padding-right:20px}.pr30[data-v-04fc69f7]{padding-right:30px}.pr50[data-v-04fc69f7]{padding-right:50px}.pr100[data-v-04fc69f7]{padding-right:100px}@media (max-width: 1500px){.pt-lg-5[data-v-04fc69f7]{padding-top:5px}.pt-lg-10[data-v-04fc69f7]{padding-top:10px}.pt-lg-15[data-v-04fc69f7]{padding-top:15px}.pt-lg-20[data-v-04fc69f7]{padding-top:20px}.pt-lg-25[data-v-04fc69f7]{padding-top:25px}.pt-lg-30[data-v-04fc69f7]{padding-top:30px}.pt-lg-35[data-v-04fc69f7]{padding-top:35px}.pt-lg-40[data-v-04fc69f7]{padding-top:40px}.pt-lg-45[data-v-04fc69f7]{padding-top:45px}.pt-lg-50[data-v-04fc69f7]{padding-top:50px}.pt-lg-55[data-v-04fc69f7]{padding-top:55px}.pt-lg-60[data-v-04fc69f7]{padding-top:60px}.pt-lg-70[data-v-04fc69f7]{padding-top:70px}.pt-lg-80[data-v-04fc69f7]{padding-top:80px}.pt-lg-90[data-v-04fc69f7]{padding-top:90px}.pt-lg-100[data-v-04fc69f7]{padding-top:100px}.pb-lg-0[data-v-04fc69f7]{padding-bottom:0}.pb-lg-5[data-v-04fc69f7]{padding-bottom:5px}.pb-lg-10[data-v-04fc69f7]{padding-bottom:10px}.pb-lg-15[data-v-04fc69f7]{padding-bottom:15px}.pb-lg-20[data-v-04fc69f7]{padding-bottom:20px}.pb-lg-25[data-v-04fc69f7]{padding-bottom:25px}.pb-lg-30[data-v-04fc69f7]{padding-bottom:30px}.pb-lg-35[data-v-04fc69f7]{padding-bottom:35px}.pb-lg-40[data-v-04fc69f7]{padding-bottom:40px}.pb-lg-45[data-v-04fc69f7]{padding-bottom:45px}.pb-lg-50[data-v-04fc69f7]{padding-bottom:50px}.pb-lg-55[data-v-04fc69f7]{padding-bottom:55px}.pb-lg-60[data-v-04fc69f7]{padding-bottom:60px}.pb-lg-70[data-v-04fc69f7]{padding-bottom:70px}.pb-lg-80[data-v-04fc69f7]{padding-bottom:80px}.pb-lg-90[data-v-04fc69f7]{padding-bottom:90px}.pb-lg-100[data-v-04fc69f7]{padding-bottom:100px}.pl-lg-5[data-v-04fc69f7]{padding-left:5px}.pl-lg-10[data-v-04fc69f7]{padding-left:10px}.pl-lg-15[data-v-04fc69f7]{padding-left:15px}.pl-lg-20[data-v-04fc69f7]{padding-left:20px}.pl-lg-30[data-v-04fc69f7]{padding-left:30px}.pl-lg-50[data-v-04fc69f7]{padding-left:50px}.pl-lg-100[data-v-04fc69f7]{padding-left:100px}.pr-lg-5[data-v-04fc69f7]{padding-right:5px}.pr-lg-10[data-v-04fc69f7]{padding-right:10px}.pr-lg-15[data-v-04fc69f7]{padding-right:15px}.pr-lg-20[data-v-04fc69f7]{padding-right:20px}.pr-lg-30[data-v-04fc69f7]{padding-right:30px}.pr-lg-50[data-v-04fc69f7]{padding-right:50px}.pr-lg-100[data-v-04fc69f7]{padding-right:100px}}@media (max-width: 1280px){.pt-md-5[data-v-04fc69f7]{padding-top:5px}.pt-md-10[data-v-04fc69f7]{padding-top:10px}.pt-md-15[data-v-04fc69f7]{padding-top:15px}.pt-md-20[data-v-04fc69f7]{padding-top:20px}.pt-md-25[data-v-04fc69f7]{padding-top:25px}.pt-md-30[data-v-04fc69f7]{padding-top:30px}.pt-md-35[data-v-04fc69f7]{padding-top:35px}.pt-md-40[data-v-04fc69f7]{padding-top:40px}.pt-md-45[data-v-04fc69f7]{padding-top:45px}.pt-md-50[data-v-04fc69f7]{padding-top:50px}.pt-md-55[data-v-04fc69f7]{padding-top:55px}.pt-md-60[data-v-04fc69f7]{padding-top:60px}.pt-md-70[data-v-04fc69f7]{padding-top:70px}.pt-md-80[data-v-04fc69f7]{padding-top:80px}.pt-md-90[data-v-04fc69f7]{padding-top:90px}.pt-md-100[data-v-04fc69f7]{padding-top:100px}.pb-md-0[data-v-04fc69f7]{padding-bottom:0}.pb-md-5[data-v-04fc69f7]{padding-bottom:5px}.pb-md-10[data-v-04fc69f7]{padding-bottom:10px}.pb-md-15[data-v-04fc69f7]{padding-bottom:15px}.pb-md-20[data-v-04fc69f7]{padding-bottom:20px}.pb-md-25[data-v-04fc69f7]{padding-bottom:25px}.pb-md-30[data-v-04fc69f7]{padding-bottom:30px}.pb-md-35[data-v-04fc69f7]{padding-bottom:35px}.pb-md-40[data-v-04fc69f7]{padding-bottom:40px}.pb-md-45[data-v-04fc69f7]{padding-bottom:45px}.pb-md-50[data-v-04fc69f7]{padding-bottom:50px}.pb-md-55[data-v-04fc69f7]{padding-bottom:55px}.pb-md-60[data-v-04fc69f7]{padding-bottom:60px}.pb-md-70[data-v-04fc69f7]{padding-bottom:70px}.pb-md-80[data-v-04fc69f7]{padding-bottom:80px}.pb-md-90[data-v-04fc69f7]{padding-bottom:90px}.pb-md-100[data-v-04fc69f7]{padding-bottom:100px}.pl-md-5[data-v-04fc69f7]{padding-left:5px}.pl-md-10[data-v-04fc69f7]{padding-left:10px}.pl-md-15[data-v-04fc69f7]{padding-left:15px}.pl-md-20[data-v-04fc69f7]{padding-left:20px}.pl-md-30[data-v-04fc69f7]{padding-left:30px}.pl-md-50[data-v-04fc69f7]{padding-left:50px}.pl-md-100[data-v-04fc69f7]{padding-left:100px}.pr-md-5[data-v-04fc69f7]{padding-right:5px}.pr-md-10[data-v-04fc69f7]{padding-right:10px}.pr-md-15[data-v-04fc69f7]{padding-right:15px}.pr-md-20[data-v-04fc69f7]{padding-right:20px}.pr-md-30[data-v-04fc69f7]{padding-right:30px}.pr-md-50[data-v-04fc69f7]{padding-right:50px}.pr-md-100[data-v-04fc69f7]{padding-right:100px}}@media (max-width: 992px){.pt-sm-5[data-v-04fc69f7]{padding-top:5px}.pt-sm-10[data-v-04fc69f7]{padding-top:10px}.pt-sm-15[data-v-04fc69f7]{padding-top:15px}.pt-sm-20[data-v-04fc69f7]{padding-top:20px}.pt-sm-25[data-v-04fc69f7]{padding-top:25px}.pt-sm-30[data-v-04fc69f7]{padding-top:30px}.pt-sm-35[data-v-04fc69f7]{padding-top:35px}.pt-sm-40[data-v-04fc69f7]{padding-top:40px}.pt-sm-45[data-v-04fc69f7]{padding-top:45px}.pt-sm-50[data-v-04fc69f7]{padding-top:50px}.pt-sm-55[data-v-04fc69f7]{padding-top:55px}.pt-sm-60[data-v-04fc69f7]{padding-top:60px}.pt-sm-70[data-v-04fc69f7]{padding-top:70px}.pt-sm-80[data-v-04fc69f7]{padding-top:80px}.pt-sm-90[data-v-04fc69f7]{padding-top:90px}.pt-sm-100[data-v-04fc69f7]{padding-top:100px}.pb-sm-0[data-v-04fc69f7]{padding-bottom:0}.pb-sm-5[data-v-04fc69f7]{padding-bottom:5px}.pb-sm-10[data-v-04fc69f7]{padding-bottom:10px}.pb-sm-15[data-v-04fc69f7]{padding-bottom:15px}.pb-sm-20[data-v-04fc69f7]{padding-bottom:20px}.pb-sm-25[data-v-04fc69f7]{padding-bottom:25px}.pb-sm-30[data-v-04fc69f7]{padding-bottom:30px}.pb-sm-35[data-v-04fc69f7]{padding-bottom:35px}.pb-sm-40[data-v-04fc69f7]{padding-bottom:40px}.pb-sm-45[data-v-04fc69f7]{padding-bottom:45px}.pb-sm-50[data-v-04fc69f7]{padding-bottom:50px}.pb-sm-55[data-v-04fc69f7]{padding-bottom:55px}.pb-sm-60[data-v-04fc69f7]{padding-bottom:60px}.pb-sm-70[data-v-04fc69f7]{padding-bottom:70px}.pb-sm-80[data-v-04fc69f7]{padding-bottom:80px}.pb-sm-90[data-v-04fc69f7]{padding-bottom:90px}.pb-sm-100[data-v-04fc69f7]{padding-bottom:100px}.pl-sm-5[data-v-04fc69f7]{padding-left:5px}.pl-sm-10[data-v-04fc69f7]{padding-left:10px}.pl-sm-15[data-v-04fc69f7]{padding-left:15px}.pl-sm-20[data-v-04fc69f7]{padding-left:20px}.pl-sm-30[data-v-04fc69f7]{padding-left:30px}.pl-sm-50[data-v-04fc69f7]{padding-left:50px}.pl-sm-100[data-v-04fc69f7]{padding-left:100px}.pr-sm-5[data-v-04fc69f7]{padding-right:5px}.pr-sm-10[data-v-04fc69f7]{padding-right:10px}.pr-sm-15[data-v-04fc69f7]{padding-right:15px}.pr-sm-20[data-v-04fc69f7]{padding-right:20px}.pr-sm-30[data-v-04fc69f7]{padding-right:30px}.pr-sm-50[data-v-04fc69f7]{padding-right:50px}.pr-sm-100[data-v-04fc69f7]{padding-right:100px}}@media (max-width: 768px){.pt-xs-0[data-v-04fc69f7]{padding-top:0}.pt-xs-5[data-v-04fc69f7]{padding-top:5px}.pt-xs-10[data-v-04fc69f7]{padding-top:10px}.pt-xs-15[data-v-04fc69f7]{padding-top:15px}.pt-xs-20[data-v-04fc69f7]{padding-top:20px}.pt-xs-25[data-v-04fc69f7]{padding-top:25px}.pt-xs-30[data-v-04fc69f7]{padding-top:30px}.pt-xs-35[data-v-04fc69f7]{padding-top:35px}.pt-xs-40[data-v-04fc69f7]{padding-top:40px}.pt-xs-45[data-v-04fc69f7]{padding-top:45px}.pt-xs-50[data-v-04fc69f7]{padding-top:50px}.pt-xs-55[data-v-04fc69f7]{padding-top:55px}.pt-xs-60[data-v-04fc69f7]{padding-top:60px}.pt-xs-70[data-v-04fc69f7]{padding-top:70px}.pt-xs-80[data-v-04fc69f7]{padding-top:80px}.pt-xs-90[data-v-04fc69f7]{padding-top:90px}.pt-xs-100[data-v-04fc69f7]{padding-top:100px}.pb-xs-0[data-v-04fc69f7]{padding-bottom:0}.pb-xs-5[data-v-04fc69f7]{padding-bottom:5px}.pb-xs-10[data-v-04fc69f7]{padding-bottom:10px}.pb-xs-15[data-v-04fc69f7]{padding-bottom:15px}.pb-xs-20[data-v-04fc69f7]{padding-bottom:20px}.pb-xs-25[data-v-04fc69f7]{padding-bottom:25px}.pb-xs-30[data-v-04fc69f7]{padding-bottom:30px}.pb-xs-35[data-v-04fc69f7]{padding-bottom:35px}.pb-xs-40[data-v-04fc69f7]{padding-bottom:40px}.pb-xs-45[data-v-04fc69f7]{padding-bottom:45px}.pb-xs-50[data-v-04fc69f7]{padding-bottom:50px}.pb-xs-55[data-v-04fc69f7]{padding-bottom:55px}.pb-xs-60[data-v-04fc69f7]{padding-bottom:60px}.pb-xs-70[data-v-04fc69f7]{padding-bottom:70px}.pb-xs-80[data-v-04fc69f7]{padding-bottom:80px}.pb-xs-90[data-v-04fc69f7]{padding-bottom:90px}.pb-xs-100[data-v-04fc69f7]{padding-bottom:100px}.pl-xs-5[data-v-04fc69f7]{padding-left:5px}.pl-xs-10[data-v-04fc69f7]{padding-left:10px}.pl-xs-15[data-v-04fc69f7]{padding-left:15px}.pl-xs-20[data-v-04fc69f7]{padding-left:20px}.pl-xs-30[data-v-04fc69f7]{padding-left:30px}.pl-xs-50[data-v-04fc69f7]{padding-left:50px}.pl-xs-100[data-v-04fc69f7]{padding-left:100px}.pr-xs-5[data-v-04fc69f7]{padding-right:5px}.pr-xs-10[data-v-04fc69f7]{padding-right:10px}.pr-xs-15[data-v-04fc69f7]{padding-right:15px}.pr-xs-20[data-v-04fc69f7]{padding-right:20px}.pr-xs-30[data-v-04fc69f7]{padding-right:30px}.pr-xs-50[data-v-04fc69f7]{padding-right:50px}.pr-xs-100[data-v-04fc69f7]{padding-right:100px}}.cols-1[data-v-04fc69f7]>*,.cols-2[data-v-04fc69f7]>*,.cols-3[data-v-04fc69f7]>*,.cols-4[data-v-04fc69f7]>*,.cols-5[data-v-04fc69f7]>*,.cols-6[data-v-04fc69f7]>*,.cols-7[data-v-04fc69f7]>*,.cols-8[data-v-04fc69f7]>*{float:left}.cols-1[data-v-04fc69f7]>*{width:100%}.cols-2[data-v-04fc69f7]>*{width:50%}.cols-3[data-v-04fc69f7]>*{width:33.33333%}.cols-4[data-v-04fc69f7]>*{width:25%}.cols-5[data-v-04fc69f7]>*{width:20%}.cols-6[data-v-04fc69f7]>*{width:16.66667%}.cols-7[data-v-04fc69f7]>*{width:14.2857%}.cols-8[data-v-04fc69f7]>*{width:12.5%}@media (max-width: 1500px){[class*=cols-lg][data-v-04fc69f7]>*{float:left}.cols-lg-1[data-v-04fc69f7]>*{width:100%}.cols-lg-2[data-v-04fc69f7]>*{width:50%}.cols-lg-3[data-v-04fc69f7]>*{width:33.33333%}.cols-lg-4[data-v-04fc69f7]>*{width:25%}.cols-lg-5[data-v-04fc69f7]>*{width:20%}.cols-lg-6[data-v-04fc69f7]>*{width:16.66667%}.cols-lg-7[data-v-04fc69f7]>*{width:14.2857%}.cols-lg-8[data-v-04fc69f7]>*{width:12.5%}}@media (max-width: 1280px){[class*=cols-md][data-v-04fc69f7]>*{float:left}.cols-md-1[data-v-04fc69f7]>*{width:100%}.cols-md-2[data-v-04fc69f7]>*{width:50%}.cols-md-3[data-v-04fc69f7]>*{width:33.33333%}.cols-md-4[data-v-04fc69f7]>*{width:25%}.cols-md-5[data-v-04fc69f7]>*{width:20%}.cols-md-6[data-v-04fc69f7]>*{width:16.66667%}.cols-md-7[data-v-04fc69f7]>*{width:14.2857%}.cols-md-8[data-v-04fc69f7]>*{width:12.5%}}@media (max-width: 992px){[class*=cols-sm][data-v-04fc69f7]>*{float:left}.cols-sm-1[data-v-04fc69f7]>*{width:100%}.cols-sm-2[data-v-04fc69f7]>*{width:50%}.cols-sm-3[data-v-04fc69f7]>*{width:33.33333%}.cols-sm-4[data-v-04fc69f7]>*{width:25%}.cols-sm-5[data-v-04fc69f7]>*{width:20%}.cols-sm-6[data-v-04fc69f7]>*{width:16.66667%}.cols-sm-7[data-v-04fc69f7]>*{width:14.2857%}.cols-sm-8[data-v-04fc69f7]>*{width:12.5%}}@media (max-width: 768px){[class*=cols-xs][data-v-04fc69f7]>*{float:left}.cols-xs-1[data-v-04fc69f7]>*{width:100%}.cols-xs-2[data-v-04fc69f7]>*{width:50%}.cols-xs-3[data-v-04fc69f7]>*{width:33.33333%}.cols-xs-4[data-v-04fc69f7]>*{width:25%}.cols-xs-5[data-v-04fc69f7]>*{width:20%}.cols-xs-6[data-v-04fc69f7]>*{width:16.66667%}.cols-xs-7[data-v-04fc69f7]>*{width:14.2857%}.cols-xs-8[data-v-04fc69f7]>*{width:12.5%}}@media (max-width: 480px){[class*=cols-xxs][data-v-04fc69f7]>*{float:left}.cols-xxs-1[data-v-04fc69f7]>*{width:100%}.cols-xxs-2[data-v-04fc69f7]>*{width:50%}.cols-xxs-3[data-v-04fc69f7]>*{width:33.33333%}.cols-xxs-4[data-v-04fc69f7]>*{width:25%}.cols-xxs-5[data-v-04fc69f7]>*{width:20%}.cols-xxs-6[data-v-04fc69f7]>*{width:16.66667%}.cols-xxs-7[data-v-04fc69f7]>*{width:14.2857%}.cols-xxs-8[data-v-04fc69f7]>*{width:12.5%}}@media (max-width: 380px){[class*=cols-xxxs][data-v-04fc69f7]>*{float:left}.cols-xxxs-1[data-v-04fc69f7]>*{width:100%}.cols-xxxs-2[data-v-04fc69f7]>*{width:50%}.cols-xxxs-3[data-v-04fc69f7]>*{width:33.33333%}.cols-xxxs-4[data-v-04fc69f7]>*{width:25%}.cols-xxxs-5[data-v-04fc69f7]>*{width:20%}.cols-xxxs-6[data-v-04fc69f7]>*{width:16.66667%}.cols-xxxs-7[data-v-04fc69f7]>*{width:14.2857%}.cols-xxxs-8[data-v-04fc69f7]>*{width:12.5%}}[class*=space-] .box[data-v-04fc69f7]{display:block}.space-2[data-v-04fc69f7]{margin-top:-2px;margin-right:-1px;margin-left:-1px}.space-2 .box[data-v-04fc69f7]{margin:2px 1px 0}.space-10[data-v-04fc69f7]{margin-top:-10px;margin-right:-5px;margin-left:-5px}.space-10 .box[data-v-04fc69f7]{margin:10px 5px 0}.space-15[data-v-04fc69f7]{margin-top:-15px;margin-right:-7px;margin-left:-8px}.space-15 .box[data-v-04fc69f7]{margin:15px 7px 0 8px}.space-20[data-v-04fc69f7]{margin-top:-20px;margin-right:-10px;margin-left:-10px}.space-20 .box[data-v-04fc69f7]{margin:20px 10px 0}.space-30[data-v-04fc69f7]{margin-top:-30px;margin-right:-15px;margin-left:-15px}.space-30 .box[data-v-04fc69f7]{margin:30px 15px 0}.space-40[data-v-04fc69f7]{margin-top:-40px;margin-right:-20px;margin-left:-20px}.space-40 .box[data-v-04fc69f7]{margin:40px 20px 0}.space-50[data-v-04fc69f7]{margin-top:-50px;margin-right:-25px;margin-left:-25px}.space-50 .box[data-v-04fc69f7]{margin:50px 25px 0}@media (max-width: 1500px){.space-lg-0[data-v-04fc69f7]{margin-top:0;margin-right:0;margin-left:0}.space-lg-0 .box[data-v-04fc69f7]{margin:0}.space-lg-2[data-v-04fc69f7]{margin-top:-2px;margin-right:-1px;margin-left:-1px}.space-lg-2 .box[data-v-04fc69f7]{margin:2px 1px 0}.space-lg-10[data-v-04fc69f7]{margin-top:-10px;margin-right:-5px;margin-left:-5px}.space-lg-10 .box[data-v-04fc69f7]{margin:10px 5px 0}.space-lg-15[data-v-04fc69f7]{margin-top:-15px;margin-right:-7px;margin-left:-8px}.space-lg-15 .box[data-v-04fc69f7]{margin:15px 7px 0 8px}.space-lg-20[data-v-04fc69f7]{margin-top:-20px;margin-right:-10px;margin-left:-10px}.space-lg-20 .box[data-v-04fc69f7]{margin:20px 10px 0}.space-lg-30[data-v-04fc69f7]{margin-top:-30px;margin-right:-15px;margin-left:-15px}.space-lg-30 .box[data-v-04fc69f7]{margin:30px 15px 0}.space-lg-40[data-v-04fc69f7]{margin-top:-40px;margin-right:-20px;margin-left:-20px}.space-lg-40 .box[data-v-04fc69f7]{margin:40px 20px 0}.space-lg-50[data-v-04fc69f7]{margin-top:-50px;margin-right:-25px;margin-left:-25px}.space-lg-50 .box[data-v-04fc69f7]{margin:50px 25px 0}}@media (max-width: 1280px){.space-md-0[data-v-04fc69f7]{margin-top:0;margin-right:0;margin-left:0}.space-md-0 .box[data-v-04fc69f7]{margin:0}.space-md-2[data-v-04fc69f7]{margin-top:-2px;margin-right:-1px;margin-left:-1px}.space-md-2 .box[data-v-04fc69f7]{margin:2px 1px 0}.space-md-10[data-v-04fc69f7]{margin-top:-10px;margin-right:-5px;margin-left:-5px}.space-md-10 .box[data-v-04fc69f7]{margin:10px 5px 0}.space-md-15[data-v-04fc69f7]{margin-top:-15px;margin-right:-7px;margin-left:-8px}.space-md-15 .box[data-v-04fc69f7]{margin:15px 7px 0 8px}.space-md-20[data-v-04fc69f7]{margin-top:-20px;margin-right:-10px;margin-left:-10px}.space-md-20 .box[data-v-04fc69f7]{margin:20px 10px 0}.space-md-30[data-v-04fc69f7]{margin-top:-30px;margin-right:-15px;margin-left:-15px}.space-md-30 .box[data-v-04fc69f7]{margin:30px 15px 0}.space-md-40[data-v-04fc69f7]{margin-top:-40px;margin-right:-20px;margin-left:-20px}.space-md-40 .box[data-v-04fc69f7]{margin:40px 20px 0}.space-md-50[data-v-04fc69f7]{margin-top:-50px;margin-right:-25px;margin-left:-25px}.space-md-50 .box[data-v-04fc69f7]{margin:50px 25px 0}}@media (max-width: 992px){.space-sm-0[data-v-04fc69f7]{margin-top:0;margin-right:0;margin-left:0}.space-sm-0 .box[data-v-04fc69f7]{margin:0}.space-sm-2[data-v-04fc69f7]{margin-top:-2px;margin-right:-1px;margin-left:-1px}.space-sm-2 .box[data-v-04fc69f7]{margin:2px 1px 0}.space-sm-10[data-v-04fc69f7]{margin-top:-10px;margin-right:-5px;margin-left:-5px}.space-sm-10 .box[data-v-04fc69f7]{margin:10px 5px 0}.space-sm-15[data-v-04fc69f7]{margin-top:-15px;margin-right:-7px;margin-left:-8px}.space-sm-15 .box[data-v-04fc69f7]{margin:15px 7px 0 8px}.space-sm-20[data-v-04fc69f7]{margin-top:-20px;margin-right:-10px;margin-left:-10px}.space-sm-20 .box[data-v-04fc69f7]{margin:20px 10px 0}.space-sm-30[data-v-04fc69f7]{margin-top:-30px;margin-right:-15px;margin-left:-15px}.space-sm-30 .box[data-v-04fc69f7]{margin:30px 15px 0}.space-sm-40[data-v-04fc69f7]{margin-top:-40px;margin-right:-20px;margin-left:-20px}.space-sm-40 .box[data-v-04fc69f7]{margin:40px 20px 0}.space-lg-50[data-v-04fc69f7]{margin-top:-50px;margin-right:-25px;margin-left:-25px}.space-lg-50 .box[data-v-04fc69f7]{margin:50px 25px 0}}@media (max-width: 768px){.space-xs-0[data-v-04fc69f7]{margin-top:0;margin-right:0;margin-left:0}.space-xs-0 .box[data-v-04fc69f7]{margin:0}.space-xs-2[data-v-04fc69f7]{margin-top:-2px;margin-right:-1px;margin-left:-1px}.space-xs-2 .box[data-v-04fc69f7]{margin:2px 1px 0}.space-xs-10[data-v-04fc69f7]{margin-top:-10px;margin-right:-5px;margin-left:-5px}.space-xs-10 .box[data-v-04fc69f7]{margin:10px 5px 0}.space-xs-15[data-v-04fc69f7]{margin-top:-15px;margin-right:-7px;margin-left:-8px}.space-xs-15 .box[data-v-04fc69f7]{margin:15px 7px 0 8px}.space-xs-20[data-v-04fc69f7]{margin-top:-20px;margin-right:-10px;margin-left:-10px}.space-xs-20 .box[data-v-04fc69f7]{margin:20px 10px 0}.space-xs-30[data-v-04fc69f7]{margin-top:-30px;margin-right:-15px;margin-left:-15px}.space-xs-30 .box[data-v-04fc69f7]{margin:30px 15px 0}.space-xs-40[data-v-04fc69f7]{margin-top:-40px;margin-right:-20px;margin-left:-20px}.space-xs-40 .box[data-v-04fc69f7]{margin:40px 20px 0}.space-xs-50[data-v-04fc69f7]{margin-top:-50px;margin-right:-25px;margin-left:-25px}.space-xs-50 .box[data-v-04fc69f7]{margin:50px 25px 0}}@media (max-width: 480px){.space-xxs-0[data-v-04fc69f7]{margin-top:0;margin-right:0;margin-left:0}.space-xxs-0 .box[data-v-04fc69f7]{margin:0}.space-xxs-2[data-v-04fc69f7]{margin-top:-2px;margin-right:-1px;margin-left:-1px}.space-xxs-2 .box[data-v-04fc69f7]{margin:2px 1px 0}.space-xxs-10[data-v-04fc69f7]{margin-top:-10px;margin-right:-5px;margin-left:-5px}.space-xxs-10 .box[data-v-04fc69f7]{margin:10px 5px 0}.space-xxs-15[data-v-04fc69f7]{margin-top:-15px;margin-right:-7px;margin-left:-8px}.space-xxs-15 .box[data-v-04fc69f7]{margin:15px 7px 0 8px}.space-xxs-20[data-v-04fc69f7]{margin-top:-20px;margin-right:-10px;margin-left:-10px}.space-xxs-20 .box[data-v-04fc69f7]{margin:20px 10px 0}.space-xxs-30[data-v-04fc69f7]{margin-top:-30px;margin-right:-15px;margin-left:-15px}.space-xxs-30 .box[data-v-04fc69f7]{margin:30px 15px 0}.space-xxs-40[data-v-04fc69f7]{margin-top:-40px;margin-right:-20px;margin-left:-20px}.space-xxs-40 .box[data-v-04fc69f7]{margin:40px 20px 0}.space-xxs-50[data-v-04fc69f7]{margin-top:-50px;margin-right:-25px;margin-left:-25px}.space-xxs-50 .box[data-v-04fc69f7]{margin:50px 25px 0}}.fs-32[data-v-04fc69f7]{font-size:32px}.fs-30[data-v-04fc69f7]{font-size:30px}.fs-28[data-v-04fc69f7]{font-size:28px}.fs-26[data-v-04fc69f7]{font-size:26px}.fs-24[data-v-04fc69f7]{font-size:24px}.fs-22[data-v-04fc69f7]{font-size:22px}.fs-20[data-v-04fc69f7]{font-size:20px}.fs-18[data-v-04fc69f7]{font-size:18px}.fs-16[data-v-04fc69f7]{font-size:16px}.fs-14[data-v-04fc69f7]{font-size:14px}.fs-0[data-v-04fc69f7]{font-size:0}@media (max-width: 1500px){.fs-lg-30[data-v-04fc69f7]{font-size:30px}.fs-lg-28[data-v-04fc69f7]{font-size:28px}.fs-lg-26[data-v-04fc69f7]{font-size:26px}.fs-lg-24[data-v-04fc69f7]{font-size:24px}.fs-lg-22[data-v-04fc69f7]{font-size:22px}.fs-lg-20[data-v-04fc69f7]{font-size:20px}.fs-lg-18[data-v-04fc69f7]{font-size:18px}.fs-lg-16[data-v-04fc69f7]{font-size:16px}.fs-lg-14[data-v-04fc69f7]{font-size:14px}}@media (max-width: 1280px){.fs-md-30[data-v-04fc69f7]{font-size:30px}.fs-md-28[data-v-04fc69f7]{font-size:28px}.fs-md-26[data-v-04fc69f7]{font-size:26px}.fs-md-24[data-v-04fc69f7]{font-size:24px}.fs-md-22[data-v-04fc69f7]{font-size:22px}.fs-md-20[data-v-04fc69f7]{font-size:20px}.fs-md-18[data-v-04fc69f7]{font-size:18px}.fs-md-16[data-v-04fc69f7]{font-size:16px}.fs-md-14[data-v-04fc69f7]{font-size:14px}}@media (max-width: 768px){.fs-xs-30[data-v-04fc69f7]{font-size:30px}.fs-xs-28[data-v-04fc69f7]{font-size:28px}.fs-xs-26[data-v-04fc69f7]{font-size:26px}.fs-xs-24[data-v-04fc69f7]{font-size:24px}.fs-xs-22[data-v-04fc69f7]{font-size:22px}.fs-xs-20[data-v-04fc69f7]{font-size:20px}.fs-xs-18[data-v-04fc69f7]{font-size:18px}.fs-xs-16[data-v-04fc69f7]{font-size:16px}.fs-xs-14[data-v-04fc69f7]{font-size:14px}}@media (max-width: 1500px){.height-lg-auto[data-v-04fc69f7]{height:auto!important}}@media (max-width: 1280px){.height-md-auto[data-v-04fc69f7]{height:auto!important}}@media (max-width: 992px){.height-sm-auto[data-v-04fc69f7]{height:auto!important}}@media (max-width: 768px){.height-xs-auto[data-v-04fc69f7]{height:auto!important}}.block[data-v-04fc69f7]{display:block}.none[data-v-04fc69f7]{display:none}body.older [class*=row-space][data-v-04fc69f7]{margin-right:0;margin-left:0}body.older [class*=row-space]>[class*=col-][data-v-04fc69f7]{padding-right:0;padding-left:0}body.older .row>[class*=col-][data-v-04fc69f7]{width:100%;float:none}@media (min-width: 769px){body.older .mt5[data-v-04fc69f7]{margin-top:25px}body.older .mt10[data-v-04fc69f7]{margin-top:30px}body.older .mt15[data-v-04fc69f7]{margin-top:35px}body.older .mt20[data-v-04fc69f7]{margin-top:40px}body.older .mt25[data-v-04fc69f7]{margin-top:45px}body.older .mt30[data-v-04fc69f7]{margin-top:50px}body.older .mt35[data-v-04fc69f7]{margin-top:55px}body.older .mt40[data-v-04fc69f7]{margin-top:40px}body.older .mt45[data-v-04fc69f7]{margin-top:65px}body.older .mt50[data-v-04fc69f7]{margin-top:80px}body.older .mt55[data-v-04fc69f7]{margin-top:85px}body.older .mt60[data-v-04fc69f7]{margin-top:90px}body.older .mt70[data-v-04fc69f7]{margin-top:100px}body.older .mt80[data-v-04fc69f7]{margin-top:110px}}body[data-v-04fc69f7],a[data-v-04fc69f7]{color:#333}a[data-v-04fc69f7]:hover{color:#1658a0}input[data-v-04fc69f7]::-webkit-input-placeholder{color:#ccc}.container[data-v-04fc69f7]{width:1400px}.body-bg[data-v-04fc69f7]{background:#f9f9f9}.bg-white[data-v-04fc69f7]{background:#fff}.bg-lightred[data-v-04fc69f7]{background:linear-gradient(175.51deg,rgba(249,236,232,.44),rgba(241,212,204,.44))}.bg-lightgray[data-v-04fc69f7]{background:#fafafa}.com-panel-gray[data-v-04fc69f7]{background:#fafafa;padding:25px}.bg-f7f7f7[data-v-04fc69f7]{background:#f7f7f7}.bg-lightblue[data-v-04fc69f7]{background:#f2f7fc}.com-border[data-v-04fc69f7]{background:#fff;border:1px solid #f0d6c2;box-shadow:0 3px 30px rgba(89,28,0,.06)}.com-panel-gray .com-title[data-v-04fc69f7]{margin-left:-25px}.fontcolor-red[data-v-04fc69f7]{color:#1658a0}.fontcolor-888[data-v-04fc69f7]{color:#888}.box-shadow[data-v-04fc69f7]{box-shadow:0 0 8px rgba(0,0,0,.05)}.row-limit>.afterline[data-v-04fc69f7]:after,.row-limit>.beforeline[data-v-04fc69f7]:before{content:"";position:absolute;top:0;width:1px;height:100%;background:#ebebeb}.row-limit>.afterline[data-v-04fc69f7]:after{right:0}.row-limit>.beforeline[data-v-04fc69f7]:before{left:-1px}@media (max-width: 1280px){.row-limit>.afterline[data-v-04fc69f7]:after,.row-limit>.beforeline[data-v-04fc69f7]:before{display:none}}.font-syst[data-v-04fc69f7],.font-syst-b[data-v-04fc69f7]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.font-syst-b[data-v-04fc69f7]{font-weight:700}.tab-brief>.hd.line[data-v-04fc69f7]{border-bottom:#e5e5e5 1px solid}.tab-brief>.hd ul[data-v-04fc69f7]{float:left;font-size:1.5em}.tab-brief>.hd li[data-v-04fc69f7]{float:left;line-height:42px}.tab-brief>.hd li a[data-v-04fc69f7]{transition:.3s all;display:inline-block}.tab-brief>.hd li+li a[data-v-04fc69f7]{margin-left:30px}.tab-brief>.hd ul.activeline li a[data-v-04fc69f7],.tab-brief>.hd.line:not(.block) li a[data-v-04fc69f7],.tab-brief>.hd.pb li a[data-v-04fc69f7]{padding-bottom:12px}.tab-brief>.hd ul.activeline li a[data-v-04fc69f7]{position:relative}.tab-brief>.hd ul.activeline li a[data-v-04fc69f7]:after{content:"";position:absolute;width:0;bottom:-1px;left:0;height:3px;background:#d43030;transition:all .3s;-webkit-transition:all .3s;overflow:hidden}.tab-brief>.hd ul.activeline-blue li a[data-v-04fc69f7]:after{background:#27538a}.tab-brief>.hd ul.activeline li.on a[data-v-04fc69f7]:after{width:100%}.tab-brief>.hd ul.color-gray li:not(.on) a[data-v-04fc69f7]{color:gray}.tab-brief>.hd ul.color-gray li:not(.on) a[data-v-04fc69f7]:hover{color:#333}.tab-brief>.hd li a[data-v-04fc69f7]:hover{color:#333}.tab-brief>.hd ul.fs20[data-v-04fc69f7]{font-size:1.25em}.tab-brief>.hd ul.ml40 li+li a[data-v-04fc69f7]{margin-left:40px}.tab-brief>.hd ul.ml80 li+li a[data-v-04fc69f7]{margin-left:80px}.tab-brief>.hd ul.on-color-blue li.on a[data-v-04fc69f7]{color:#1e5aa8;font-weight:700}.tab-brief>.hd ul.on-color-blue li:not(.on) a[data-v-04fc69f7]:hover{color:#1e5aa8}.tab-brief>.hd.center[data-v-04fc69f7]{display:flex;justify-content:center}.tab-brief>.hd li.split[data-v-04fc69f7]:before{position:absolute;left:0;top:50%;margin-top:-6px;content:"";width:1px;height:15px;background:#d1d1d1}.tab-brief>.hd li.split[data-v-04fc69f7]{padding-left:18px;margin-left:18px}.tab-brief>.hd .more[data-v-04fc69f7]{float:right;line-height:42px}.tab-brief>.hd.block li a[data-v-04fc69f7]{display:block;padding:0 22px;line-height:46px;border-radius:5px 5px 0 0}.tab-brief>.hd.block li.on a[data-v-04fc69f7]{background:#1658a0;color:#fff}.tab-brief>.hd.block .more[data-v-04fc69f7]{line-height:46px;padding-top:0}.tab-brief>.hd.flex ul[data-v-04fc69f7]{float:none;display:flex;justify-content:space-between}.tab-brief>.hd.flex ul[data-v-04fc69f7]:before,.tab-brief>.hd.flex ul[data-v-04fc69f7]:after{display:none}.tab-brief>.hd ul[class*=cols-][data-v-04fc69f7]{float:none}.tab-brief>.hd ul[class*=cols-] li+li a[data-v-04fc69f7]{margin-left:0}.tab-brief>.hd dl[data-v-04fc69f7]{line-height:42px}.tab-brief>.hd dl dd[data-v-04fc69f7]{float:left;position:relative;font-size:1.25em}.tab-brief>.hd dl dd+dd[data-v-04fc69f7]{margin-left:30px}.tab-brief>.hd dl dd.on a[data-v-04fc69f7]{color:#1658a0}.tab-card>.hd[data-v-04fc69f7]{line-height:42px;background:#f0f0f0}.tab-card>.hd ul[data-v-04fc69f7]{float:left}.tab-card>.hd li[data-v-04fc69f7]{float:left;position:relative;font-size:1.125em}.tab-card>.hd li a[data-v-04fc69f7]{display:block;padding:0 20px;color:#999;text-align:center;font-weight:700;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden}.tab-card>.hd li.on[data-v-04fc69f7]{cursor:pointer}.tab-card>.hd li.on a[data-v-04fc69f7]{background:#1658a0;color:#fff}.tab-card>.hd .more[data-v-04fc69f7]{float:right}.tab-card>.hd.arrow li.on[data-v-04fc69f7]:after{content:"";position:absolute;width:0;height:0;left:50%;top:100%;border:transparent solid 8px;border-top-color:#1672d5;margin-left:-8px}.tab-block>.hd[data-v-04fc69f7]{line-height:34px}.tab-block>.hd ul[data-v-04fc69f7]{float:left}.tab-block>.hd li[data-v-04fc69f7]{float:left;position:relative;font-size:1.125em}.tab-block>.hd li+li a[data-v-04fc69f7]{margin-left:20px}.tab-block>.hd li a[data-v-04fc69f7]{display:block;background:#f0f0f0;padding:0 20px;border-radius:4px;color:#999;text-align:center;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden}.tab-block>.hd li.on[data-v-04fc69f7]{cursor:pointer}.tab-block>.hd li.on a[data-v-04fc69f7]{background:#1658a0;color:#fff}.tab-block>.hd.fw-bold li a[data-v-04fc69f7]{font-weight:700}.tab-block>.hd .more[data-v-04fc69f7]{float:right;margin-right:15px}.tab-block>.hd.arrow li.on[data-v-04fc69f7]:after{content:"";position:absolute;width:0;height:0;left:50%;top:100%;border:transparent solid 8px;border-top-color:#1672d5;margin-left:-8px}.com-more a[data-v-04fc69f7]{color:#c4c4c4}.com-more a[data-v-04fc69f7]:hover{color:#1e5aa8}.tab-brief .bd>.item .infolist[data-v-04fc69f7],.tab-card .bd>.item .infolist[data-v-04fc69f7]{margin-top:10px}.tab-brief .bd>.item .infolist.mt0[data-v-04fc69f7],.tab-card .bd>.item .infolist.mt0[data-v-04fc69f7]{margin-top:0}.js-tab .more a+a[data-v-04fc69f7]{display:none}.js-tab>.bd[data-v-04fc69f7]>*+*{display:none}.m-com-more[data-v-04fc69f7]{clear:both;line-height:40px;border-radius:20px;margin-left:auto;margin-right:auto;text-align:center;width:140px;background-color:#f5f5f5;display:none;border:#ececec 1px solid}.m-com-more a[data-v-04fc69f7]{color:#666}.m-com-more a[data-v-04fc69f7]:hover{color:#333}.m-com-more.white[data-v-04fc69f7]{background:#fff;border-color:#fff}.bg-lightblue .m-com-more[data-v-04fc69f7],.com-panel-lightred .m-com-more[data-v-04fc69f7],.com-panel-gray .m-com-more[data-v-04fc69f7]{background:#fff}@media (max-width: 768px){.tab-brief>.hd.res[data-v-04fc69f7]{margin-top:-5px}.tab-brief>.hd.res ul[data-v-04fc69f7]{margin:0 -2px!important;font-size:1.25em}.tab-brief>.hd.res ul li[data-v-04fc69f7]{margin:0;padding:0!important;border-bottom:none}.tab-brief>.hd.res ul li a[data-v-04fc69f7]{display:block;margin:5px 2px 0!important;padding:7px 12px!important;line-height:1.5;background-color:#f1f1f1;color:#666}.tab-brief>.hd.res ul li.on a[data-v-04fc69f7]{color:#fff;background:#1658a0}.tab-brief>.hd.res li a[data-v-04fc69f7]:before,.tab-brief>.hd.res li a[data-v-04fc69f7]:after{display:none}.tab-brief.arrow>.hd.res li.on i[data-v-04fc69f7]{display:none}.tab-brief .bd>.item>.newsList[data-v-04fc69f7]{margin-top:0}.tab-brief>.hd.res li.split[data-v-04fc69f7]:before{display:none}.tab-card>.hd.res[data-v-04fc69f7]{margin-bottom:-10px;background:none;border-bottom:#dfdfdf 1px solid}.tab-card>.hd.res ul li[data-v-04fc69f7]{margin:0 10px 10px 0!important;font-size:1.125em}.tab-card>.hd.res ul li a[data-v-04fc69f7]{padding:7px 12px!important;height:auto;line-height:1.5;color:#666}.tab-card>.hd.res ul li.on a[data-v-04fc69f7]{background:#1672d5;color:#fff}.tab-card>.bd .item>.newsList[data-v-04fc69f7]{margin-top:0}.tab-card>.hd .more[data-v-04fc69f7],.tab-brief>.hd .more[data-v-04fc69f7]{display:none}.tab-block>.hd.res li[data-v-04fc69f7]{margin:0 5px 5px 0}.tab-block>.hd.res li a[data-v-04fc69f7]{padding:0 10px}.tab-block>.hd.arrow.res li.on[data-v-04fc69f7]:after{border-width:6px;margin-left:-6px}.m-com-more[data-v-04fc69f7]{display:block}}@media (max-width: 480px){.tab-brief>.hd.flex ul[data-v-04fc69f7]{display:block}.tab-brief>.hd.flex ul li[data-v-04fc69f7]{text-align:center}.tab-brief>.hd.res ul[data-v-04fc69f7]{margin:0 -2px!important;font-size:1.125em}}.js-tabSwitch>.js-switch-bd[data-v-04fc69f7]{position:relative}.js-tabSwitch>.js-switch-bd .js-switch-item[data-v-04fc69f7]{position:absolute;z-index:1;top:0;left:0;width:100%;opacity:0;-moz-opacity:0;filter:alpha(opacity=0);-khtml-opacity:0;transition:opacity .2s;box-sizing:border-box}.js-tabSwitch>.js-switch-bd .js-switch-item.show[data-v-04fc69f7]{position:relative;z-index:2;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);-khtml-opacity:1}@media (max-width: 1280px){.js-tabSwitch-md-showall>.js-switch-hd[data-v-04fc69f7]{display:none}.js-tabSwitch-md-showall>.js-switch-bd[data-v-04fc69f7]{overflow:inherit}.js-tabSwitch-md-showall>.js-switch-bd .js-switch-item[data-v-04fc69f7]{opacity:1!important;display:block!important;position:static;margin-bottom:20px;margin-top:0}}.infolist[data-v-04fc69f7]{clear:both}.infolist li[data-v-04fc69f7]{position:relative;padding-top:9px;padding-bottom:9px;line-height:28px;overflow:hidden;vertical-align:top}.infolist li>a[data-v-04fc69f7],.infolist li .box>a[data-v-04fc69f7]{float:left;position:relative;font-size:1.125em;max-width:100%;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden}.infolist li[data-v-04fc69f7],.infolist li a[data-v-04fc69f7]{-moz-box-sizing:border-box;-welit-box-sizing:border-box;box-sizing:border-box}.infolist li .time[data-v-04fc69f7]{position:absolute;right:0;top:0;bottom:0;height:28px;margin:auto 0;color:#999}.infolist li a br[data-v-04fc69f7]{display:none}.infolist li:hover a[data-v-04fc69f7],.infolist li a[data-v-04fc69f7]:hover,.infolist li:hover span[data-v-04fc69f7]{color:#1658a0}.infolist.md li[data-v-04fc69f7]{padding-right:60px}.infolist.ymd li[data-v-04fc69f7]{padding-right:110px}.infolist.dot li>a[data-v-04fc69f7],.infolist.dot li .box>a[data-v-04fc69f7]{padding-left:25px}.infolist.dot li>a[data-v-04fc69f7]:before,.infolist.dot li .box>a[data-v-04fc69f7]:before{content:"";position:absolute;left:0;top:50%;margin-top:-3px;width:6px;height:6px;background:#d1d1d1;transition:.3s all}.infolist.dot:not(.dot-red) li:hover a[data-v-04fc69f7]:before{background:#1658a0}.infolist.dot-red li>a[data-v-04fc69f7]:before{background:#c72c24}.infolist.dot-lightblue li>a[data-v-04fc69f7]:before{background:#a8c0d8}.infolist.dot-blue li>a[data-v-04fc69f7]:before{background:#3d7eff}.infolist.dot.dot-rhomboid li>a[data-v-04fc69f7]:before{transform:rotate(-45deg);left:2px}.infolist.dot.dot-circle li>a[data-v-04fc69f7]:before,.infolist.dot.dot-circle li .box>a[data-v-04fc69f7]:before{border-radius:50%}.infolist.dot-file li>a[data-v-04fc69f7]{padding-left:40px}.infolist.dot-file li>a[data-v-04fc69f7]:before{content:"";position:absolute;left:5px;top:50%;width:18px;height:20px;margin-top:-8px;background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/icon_file.png) no-repeat;background-size:100% 100%;transition:.3s all}.infolist.dot-file li:hover>a[data-v-04fc69f7]:before{background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/icon_file_blue.png) no-repeat;background-size:100% 100%}.infolist.dot-zc li>a[data-v-04fc69f7]{padding-left:40px}.infolist.dot-zc li>a[data-v-04fc69f7]:before{content:"";position:absolute;left:5px;top:50%;width:18px;height:20px;margin-top:-8px;background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/infolist_icon_zc.png) no-repeat;background-size:100% 100%;transition:.3s all}.infolist.dot-zc li:hover>a[data-v-04fc69f7]:before{background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/infolist_icon_zc_red.png) no-repeat;background-size:100% 100%}.infolist.line li[data-v-04fc69f7]{border-bottom:1px solid #e1e5eb}.infolist.dashed li[data-v-04fc69f7]{border-bottom:1px dashed #d6d6d6}.infolist.li-h72 li[data-v-04fc69f7]{padding-top:22px;padding-bottom:22px}.infolist.li-h60 li[data-v-04fc69f7]{padding-top:16px;padding-bottom:16px}.infolist.li-h42 li[data-v-04fc69f7]{padding-top:7px;padding-bottom:7px}.infolist.lastnoline li[data-v-04fc69f7]:last-child{border-bottom:none!important}.infolist.fs20 li>a[data-v-04fc69f7]{font-size:1.25em}.infolist.fs16 li[data-v-04fc69f7],.infolist.fs16[class*=space-] li .box[data-v-04fc69f7]{padding-top:7px;padding-bottom:7px}.infolist.fs16 li>a[data-v-04fc69f7],.infolist.fs16 li .box>a[data-v-04fc69f7]{font-size:1em}.infolist li .box[data-v-04fc69f7]{position:relative;overflow:hidden}.infolist[class*=space-] li .box[data-v-04fc69f7]{padding-top:10px;padding-bottom:10px}.infolist[class*=space-][data-v-04fc69f7]{margin-top:0}.infolist[class*=space-] li[data-v-04fc69f7]{padding:0!important}.infolist[class*=space-] li .box[data-v-04fc69f7]{margin-top:0}.infolist.mulit li>a[data-v-04fc69f7]{position:static;float:none;padding-left:0;max-width:none;white-space:normal}.infolist.mulit li>.time[data-v-04fc69f7]{position:static;display:inline-block}.infolist.mulit li>a[data-v-04fc69f7]:before{top:23px;margin-top:0}.infolist.mulit.dot li[data-v-04fc69f7]{padding-left:18px}.infolist.mulit2 li>a[data-v-04fc69f7]{display:-webkit-box;overflow:hidden;white-space:normal;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all}.infolist.mulit2.dot li>a[data-v-04fc69f7]:before{top:14px}.infolist.mulit2 li>.time[data-v-04fc69f7]{top:12px;bottom:auto}.infolist.split5n li[data-v-04fc69f7]:nth-child(5n){margin-bottom:15px;padding-bottom:25px;border-bottom:1px dashed #ccc}.infolist.timeblock li .time[data-v-04fc69f7]{position:static;display:block;clear:both;color:#a6a6a6;padding-top:6px}.infolist.timeblock.dot li .time[data-v-04fc69f7]{margin-left:25px}@media (max-width: 1500px){.infolist.li-h72 li[data-v-04fc69f7]{padding-top:18px;padding-bottom:18px}}@media (max-width: 992px){.infolist li[data-v-04fc69f7]{padding-top:9px;padding-bottom:9px}}@media (max-width: 768px){.infolist.md[class*=space] li[data-v-04fc69f7]{padding-right:60px}.infolist.ymd[class*=space] li[data-v-04fc69f7]{padding-right:110px}.res.infolist li[data-v-04fc69f7]{padding-right:0!important;position:relative}.res.infolist li>a[data-v-04fc69f7],.res.infolist li .box>a[data-v-04fc69f7]{position:static;float:none;max-width:none;padding-left:0;white-space:normal}.res.infolist.ymd li>a[data-v-04fc69f7],.res.infolist.ymd li .box>a[data-v-04fc69f7],.res.infolist.md li>a[data-v-04fc69f7],.res.infolist.md li .box>a[data-v-04fc69f7]{padding-right:12px}.res.infolist li .time[data-v-04fc69f7]{position:static;display:inline-block}.res.infolist.dot li>a[data-v-04fc69f7]:before,.res.infolist.dot li .box>a[data-v-04fc69f7]:before,.res.infolist.mulit2.dot li>a[data-v-04fc69f7]:before{top:18px;margin-top:0;width:6px;height:6px}.res.infolist.li-h72.dot li a[data-v-04fc69f7]:before{top:28px}.res.infolist.li-h60.dot li a[data-v-04fc69f7]:before{top:28px}.res.infolist.dot li[data-v-04fc69f7],.res.infolist.dot li .box[data-v-04fc69f7]{padding-left:18px}.res.infolist.dot-file li[data-v-04fc69f7]{padding-left:36px}.res.infolist.li-h72.dot-file li a[data-v-04fc69f7]:before{top:31px}.res.infolist.dot-zc li>a[data-v-04fc69f7]:before{top:17px;margin-top:0}.res.infolist.dot-zc li[data-v-04fc69f7]{padding-left:36px}}.iconmenu li .box[data-v-04fc69f7]{display:block}.iconmenu li .box[data-v-04fc69f7]{position:relative}.iconmenu li .box .icon[data-v-04fc69f7]{display:block;font-size:0;line-height:0}.iconmenu.splitline li .box[data-v-04fc69f7]{position:relative}.iconmenu.splitline li .box[data-v-04fc69f7]:before{position:absolute;top:0;bottom:0;left:0;content:"";width:1px;background:#ecf2f9}.iconmenu.splitline li:first-child .box[data-v-04fc69f7]:before{display:none}.iconmenu.inline li .icon[data-v-04fc69f7],.iconmenu.inline li .txt[data-v-04fc69f7]{display:inline-block;vertical-align:middle}.iconmenu.break li .box[data-v-04fc69f7]{text-align:center}.iconmenu.break li .icon[data-v-04fc69f7]{display:block}.iconmenu.break li .icon img[data-v-04fc69f7]{display:block;margin-left:auto;margin-right:auto}.iconmenu.break li .txt[data-v-04fc69f7]:not([class*=elli-]){display:block}.iconmenu.position li .box[data-v-04fc69f7]{position:relative}.iconmenu.position li .icon[data-v-04fc69f7]{position:absolute;top:50%;transform:translateY(-50%)}.iconmenu.valignmiddle li .box[data-v-04fc69f7]:after{content:"";width:0;height:100%}.iconmenu.valignmiddle li .box[data-v-04fc69f7]:after,.iconmenu.valignmiddle li .txt[data-v-04fc69f7],.iconmenu.valignmiddle li .icon[data-v-04fc69f7]{vertical-align:middle;display:inline-block}.iconmenu.center li .box[data-v-04fc69f7]{text-align:center}.iconmenu.justify[data-v-04fc69f7]{text-align-last:justify}.iconmenu.justify li[data-v-04fc69f7]{display:inline-block;vertical-align:top;text-align-last:auto}.com-title h3[data-v-04fc69f7]{position:relative;display:inline-block;font-size:2em;font-weight:700}.com-title h3 a[data-v-04fc69f7]:hover,.com-title.color-blue h3[data-v-04fc69f7],.com-title.color-blue h3 a[data-v-04fc69f7]{color:#1658a0}.com-title.square h3[data-v-04fc69f7]:before{position:absolute;top:50%;left:0;content:"";width:6px;height:28px;margin-top:-11px;background-color:#1658a0}.com-title.square h3[data-v-04fc69f7]{padding-left:28px}.com-title.square.orange h3[data-v-04fc69f7]:before{background:#ee5e37}.com-title.underline h3[data-v-04fc69f7]{padding-bottom:18px}.com-title.underline h3[data-v-04fc69f7]:after{position:absolute;bottom:0;left:0;content:"";width:100%;height:3px;background-color:#1f5eab}.com-title.underline.red h3[data-v-04fc69f7]:after{background:#c20000}.com-title.underline.half h3[data-v-04fc69f7]{padding-bottom:14px}.com-title.underline.half h3[data-v-04fc69f7]:after{width:2em}.com-title.fs24 h3[data-v-04fc69f7]{font-size:1.5em}.com-title.fs24.square h3[data-v-04fc69f7]{padding-left:25px}.com-title.fs24.square h3[data-v-04fc69f7]:before{width:4px;height:22px;margin-top:-10px}.com-title.line[data-v-04fc69f7]{border-bottom:1px solid #dedede;padding-bottom:15px}@media (max-width: 768px){.com-title h3[data-v-04fc69f7]{font-size:1.5em}.com-title.square h3[data-v-04fc69f7]:before{width:4px;height:22px;margin-top:-10px}.com-title.square h3[data-v-04fc69f7]{padding-left:20px}}.com-tit-b[data-v-04fc69f7]{text-align:center;overflow:hidden}.com-tit-b .box[data-v-04fc69f7]{position:relative;display:inline-block}.com-tit-b .line[data-v-04fc69f7]{position:absolute}.com-tit-b .line.l[data-v-04fc69f7]{right:100%}.com-tit-b .line.r[data-v-04fc69f7]{left:100%}@media (max-width: 992px){.com-tit-b[data-v-04fc69f7]{justify-content:center}}.com-btn[data-v-04fc69f7]{padding-left:15px;padding-right:15px;display:inline-block;white-space:nowrap}.com-btn .icon[data-v-04fc69f7],.com-btn .txt[data-v-04fc69f7]{display:inline-block;vertical-align:middle}.com-btn .icon[data-v-04fc69f7]{font-size:0}.com-btn .icon img[data-v-04fc69f7]{display:block}.elli-s[data-v-04fc69f7]{display:block;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;max-width:100%}.elli-m[data-v-04fc69f7]{display:-webkit-box;overflow:hidden;white-space:normal;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all}.transition[data-v-04fc69f7],.transition[data-v-04fc69f7] *{-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s}.imgscale img[data-v-04fc69f7]{-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.imgscale img[data-v-04fc69f7]:hover,.imgscale a:hover img[data-v-04fc69f7]{-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);-webkit-transform:scale(1.05);transform:scale(1.05)}.imgratio[data-v-04fc69f7]{position:relative;z-index:2;display:block;padding-top:56.25%;height:0;overflow:hidden}.imgratio .imgratio-imgbox[data-v-04fc69f7]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;overflow:hidden}.imgratio .imgratio-imgbox .imgratio-img[data-v-04fc69f7]{display:block;width:100%;height:100%}.imgratio.free .imgratio-imgbox .imgratio-img[data-v-04fc69f7]{height:auto;min-height:100%;object-fit:cover}.anit-rotateY .anit-icon[data-v-04fc69f7]{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.anit-rotateY:hover .anit-icon[data-v-04fc69f7]{transform:rotateY(360deg);transition:all .5s linear}.scrollbar-xy[data-v-04fc69f7]{overflow:auto}.scrollbar-xy[data-v-04fc69f7]::-webkit-scrollbar{width:5px;height:5px}.scrollbar-y[data-v-04fc69f7]{overflow-y:auto;overflow-x:hidden}.scrollbar-y[data-v-04fc69f7]::-webkit-scrollbar{width:5px;height:auto}.scrollbar-x[data-v-04fc69f7]{overflow-x:auto;overflow-y:hidden}.scrollbar-x[data-v-04fc69f7]::-webkit-scrollbar{height:5px;width:auto}.scrollbar-xy[data-v-04fc69f7]::-webkit-scrollbar-track,.scrollbar-x[data-v-04fc69f7]::-webkit-scrollbar-track,.scrollbar-y[data-v-04fc69f7]::-webkit-scrollbar-track{border-radius:3px;background:#d1d1d1}.scrollbar-xy[data-v-04fc69f7]::-webkit-scrollbar-thumb,.scrollbar-x[data-v-04fc69f7]::-webkit-scrollbar-thumb,.scrollbar-y[data-v-04fc69f7]::-webkit-scrollbar-thumb{border-radius:3px;background:#2a82e4}.crumb[data-v-04fc69f7]{color:#666}.crumb h2[data-v-04fc69f7]{padding:20px 10px 20px 30px;line-height:1.75;font-size:1em;font-weight:400;position:relative}.crumb h2 em[data-v-04fc69f7]{font-style:normal}.crumb h2[data-v-04fc69f7]:before{content:"";width:19px;height:23px;background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/icon_position.png) no-repeat;background-size:100% 100%;position:absolute;left:0;top:24px}.crumb a[data-v-04fc69f7]{color:#666}.crumb a[data-v-04fc69f7]:hover{color:#333}.crumb span[data-v-04fc69f7]{color:#27538a}.crumb h2 a[data-v-04fc69f7]:last-child,.crumb h2 a[data-v-04fc69f7]:hover{color:#27538a}.crumb.gray[data-v-04fc69f7]{padding-top:5px;background:#f5f5f5}.crumb.gray h2[data-v-04fc69f7]{padding:15px 15px 15px 30px;background-position:0 center}.crumb.line h2[data-v-04fc69f7]{border-bottom:1px solid #e3e3e3}.tab-brief>.hd .crumb h2[data-v-04fc69f7]{padding-top:10px;padding-bottom:10px;padding-right:0}.tab-brief>.hd .crumb h2[data-v-04fc69f7]:before{top:14px}@media (max-width: 992px){.crumb h2[data-v-04fc69f7]{padding-left:28px;background-position:0 24px}.container-innerpage .crumb[data-v-04fc69f7]{margin-top:-20px}}@media (max-width: 768px){.tab-brief>.hd .crumb.fr[data-v-04fc69f7]{float:none;border-bottom:#e3e3e3 1px solid;margin-bottom:20px}}@media (min-width: 992px){body.older .crumb.line h2[data-v-04fc69f7]{padding-left:42px}body.older .crumb h2[data-v-04fc69f7]:before{width:22px;height:25px;top:34px}body.older .tab-brief>.hd .crumb[data-v-04fc69f7]{margin-top:-10px}body.older .tab-brief>.hd .crumb h2[data-v-04fc69f7]:before{top:23px}}.pagediv[data-v-04fc69f7]{font-size:.875em;color:#333;line-height:2;clear:both}.pagediv a[data-v-04fc69f7]{color:#333}.pagediv .moye[data-v-04fc69f7],.pagediv .arrow a[data-v-04fc69f7],.pagediv .index_num[data-v-04fc69f7],.pagediv .pagination_index_last[data-v-04fc69f7],.pagediv #pagination_input[data-v-04fc69f7],.pagediv #currentPage[data-v-04fc69f7]{display:inline-block;*display: inline;margin:4px;zoom:1;border:#dfdfdf 1px solid;border-radius:3px;vertical-align:top;transition:all .2s;-webkit-transition:all .2s;background:#f1f1f1;background:-webkit-linear-gradient(#ffffff 10%,#f1f1f1);background:-o-linear-gradient(#ffffff 10%,#f1f1f1);background:-moz-linear-gradient(#ffffff 10%,#f1f1f1);background:linear-gradient(#fff 10%,#f1f1f1)}.pagediv .arrow a[data-v-04fc69f7]:hover,.pagediv .index_num[data-v-04fc69f7]{background:#27538a;border-color:#27538a;color:#fff;text-decoration:none}.pagediv .moye[data-v-04fc69f7],.pagediv .arrow a[data-v-04fc69f7],.pagediv .index_num[data-v-04fc69f7]{padding:0 10px}.pagediv .index_num[data-v-04fc69f7]{font-weight:700}.pagediv .pagination_index_last[data-v-04fc69f7]{padding:0 6px}.pagediv #pagination_input[data-v-04fc69f7]{width:40px;height:28px;color:#888;text-align:center;background:#fff}.pagediv #currentPage[data-v-04fc69f7]{width:40px;height:30px;color:#888;text-align:center;background:#fff}.pagediv font.en[data-v-04fc69f7]{display:none}.pagediv.center[data-v-04fc69f7]{text-align:center}@media (min-width: 768px){body.older .pagediv #pagination_input[data-v-04fc69f7]{height:49px}}.alert-mengban[data-v-04fc69f7]{position:fixed;top:0;left:0;z-index:1000;background:rgba(0,0,0,.7);filter:alpha(opacity=80)!important;width:100%;height:100%;display:none}.alert-warning[data-v-04fc69f7]{position:fixed;left:50%;top:50%;margin-left:-300px;margin-top:-160px;width:600px;height:270px;background:#fff;z-index:10001;display:none;border:2px solid;border-radius:10px}.alert-delete[data-v-04fc69f7]{width:100%;height:38px;position:relative}.alert-delete span[data-v-04fc69f7]{position:absolute;top:10px;right:10px;width:20px;height:20px;line-height:20px;color:#fff;text-align:center;background:#bebebe;cursor:pointer}.alert-delete span[data-v-04fc69f7]:hover{background:#929292}.alert-wzsm[data-v-04fc69f7]{width:520px;height:100px;margin:15px auto 0;line-height:35px;font-size:1.5em;color:#000;text-align:center;padding-bottom:15px;border-bottom:1px solid #d4d4d4}.alert-footer[data-v-04fc69f7]{width:100%;padding:25px 0;text-align:center;color:#000}.alert-footer span[data-v-04fc69f7]{cursor:pointer;display:inline-block;margin:0 12px;font-size:1.25em}.alert-warning .continue[data-v-04fc69f7]{width:124px;height:42px;color:#ab0d07;border-radius:3px;-webkit-border-radius:3px;border:#e1e1e1 1px solid;text-align:center;line-height:42px;box-shadow:0 0 10px rgba(0,0,0,.2) inset;-webikt-box-shadow:0 0 10px rgba(0,0,0,.2) inset}.alert-warning .fangqi[data-v-04fc69f7]{line-height:42px;color:#ab0d07}@media (max-width: 640px){.alert-warning[data-v-04fc69f7]{left:2%;margin-left:0;width:96%;height:auto}.alert-wzsm[data-v-04fc69f7]{width:90%;height:auto;margin:15px auto 0;line-height:28px;font-size:18px;color:#000;text-align:center}}.swiper-com-tpxw .swiper-slide[data-v-04fc69f7]{position:relative}.swiper-com-tpxw .swiper-slide .txt[data-v-04fc69f7]{position:absolute;left:0;right:0;bottom:0;height:62px;padding-left:20px;padding-right:120px;background:rgba(0,0,0,.6);z-index:2;color:#fff;line-height:62px}.swiper-com-tpxw .swiper-slide .txt a[data-v-04fc69f7]{color:#fff}.swiper-pagination.right[data-v-04fc69f7]{left:auto!important;right:20px;bottom:19px!important;width:auto!important}.swiper-pagination span[data-v-04fc69f7]{transition:.3s all}.swiper-pagination-circle span[data-v-04fc69f7]{width:10px;height:10px;box-sizing:border-box;border:1px solid #fff;opacity:1;background:none}.swiper-pagination-circle .swiper-pagination-bullet-active[data-v-04fc69f7]{background:#fff}.swiper-pagination-circle.red span[data-v-04fc69f7]{border-color:#999}.swiper-pagination-circle.red .swiper-pagination-bullet-active[data-v-04fc69f7]{background:#d43030;border-color:#d43030}.swiper-pagination-block .swiper-pagination span[data-v-04fc69f7]{width:14px;height:6px;opacity:.7;border-radius:0;background:#fff}.swiper-pagination-block .swiper-pagination .swiper-pagination-bullet-active[data-v-04fc69f7]{opacity:1;background:#b71a37}.swiper-pagination-solid span[data-v-04fc69f7]{width:9px;height:9px;opacity:.42;border-radius:6px;background:#fff}.swiper-pagination-solid .swiper-pagination-bullet-active[data-v-04fc69f7]{opacity:1;width:28px}.swiper-pagination-solid.s span[data-v-04fc69f7]{width:6px;height:6px}.swiper-pagination-solid.s .swiper-pagination-bullet-active[data-v-04fc69f7]{width:14px}.swiper-pagination-solid.s.right[data-v-04fc69f7]{bottom:10px!important;right:10px!important}.swiper-pagination-normal span[data-v-04fc69f7]{width:10px;height:10px;margin-left:5px;margin-right:5px}.swiper-pagination-normal .swiper-pagination-bullet-active[data-v-04fc69f7]{background:#005293}.swiper-com-arrow[data-v-04fc69f7]{position:relative}.swiper-com-arrow .swiper-button[data-v-04fc69f7]{position:absolute;width:39px;height:39px;box-shadow:0 0 6px rgba(0,0,0,.1);background:#fff;border-radius:50%;top:50%;transform:translateY(-50%);margin-top:0}.swiper-com-arrow .swiper-button-prev[data-v-04fc69f7]{left:-20px}.swiper-com-arrow .swiper-button-next[data-v-04fc69f7]{right:-20px}.swiper-com-arrow .swiper-button[data-v-04fc69f7]:after{content:"";width:9px;height:17px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;background-repeat:no-repeat;background-size:100% 100%}.swiper-com-arrow .swiper-button-prev[data-v-04fc69f7]:after{background-image:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/arrow_left_black.png)}.swiper-com-arrow .swiper-button-next[data-v-04fc69f7]:after{background-image:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/arrow_right_black.png)}.swiper-com-arrow .swiper-button-prev[data-v-04fc69f7]:hover:after{background-image:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/arrow_left_red.png)}.swiper-com-arrow .swiper-button-next[data-v-04fc69f7]:hover:after{background-image:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/arrow_right_red.png)}.swiper-button-arrow2[data-v-04fc69f7]{width:44px;height:34px;margin-top:-17px;background-repeat:no-repeat;background-size:100% 100%}.swiper-button-arrow2.swiper-button-prev[data-v-04fc69f7]{background-image:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/arrow/arrow2_left_gray.png);left:-60px}.swiper-button-arrow2.swiper-button-next[data-v-04fc69f7]{background-image:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/arrow/arrow2_right_gray.png);right:-60px}.swiper-button-arrow3[data-v-04fc69f7]{width:60px;height:60px;border-radius:50%;background:#fff;margin-top:-30px}.swiper-button-arrow3[data-v-04fc69f7]:after{content:"";width:0;height:0;border:transparent solid 8px;position:absolute;top:0;bottom:0;margin:auto 0}.swiper-button-arrow3.swiper-button-prev[data-v-04fc69f7]{left:-32px}.swiper-button-arrow3.swiper-button-next[data-v-04fc69f7]{right:-32px}.swiper-button-arrow3.swiper-button-prev[data-v-04fc69f7]:after{right:15px;border-right-color:#015293}.swiper-button-arrow3.swiper-button-next[data-v-04fc69f7]:after{left:15px;border-left-color:#015293}@media (max-width: 1500px){.swiper-button-arrow2[data-v-04fc69f7]{width:30px;height:50px;background:rgba(0,0,0,.3)!important;margin-top:-25px}.swiper-button-arrow2[data-v-04fc69f7]:after{content:"";width:0;height:0;border:transparent solid 7px;position:absolute;top:0;bottom:0;margin:auto 0}.swiper-button-arrow2.swiper-button-prev[data-v-04fc69f7]{left:0;border-radius:0 4px 4px 0}.swiper-button-arrow2.swiper-button-next[data-v-04fc69f7]{right:0;border-radius:4px 0 0 4px}.swiper-button-arrow2.swiper-button-prev[data-v-04fc69f7]:after{right:15px;border-right-color:#fff}.swiper-button-arrow2.swiper-button-next[data-v-04fc69f7]:after{left:15px;border-left-color:#fff}}@media (max-width: 1280px){.swiper-com-arrow .swiper-button-prev[data-v-04fc69f7]{left:0;border-radius:0 5px 5px 0}.swiper-com-arrow .swiper-button-next[data-v-04fc69f7]{right:0;border-radius:5px 0 0 5px}.swiper-com-arrow .swiper-button[data-v-04fc69f7]{height:50px;background-color:rgba(0,0,0,.2)}}@media (max-width: 768px){.swiper-com-tpxw .swiper-slide .txt[data-v-04fc69f7]{height:42px;line-height:42px}.swiper-pagination.right[data-v-04fc69f7]{bottom:12px!important}}body.older[data-v-04fc69f7]{font-size:28px;letter-spacing:1px}@media (max-width: 768px){body.older[data-v-04fc69f7]{font-size:18px;letter-spacing:0}}@media (min-width: 768px){body.older .tab-brief>.hd ul.activeline li a[data-v-04fc69f7]:after{height:5px}body.older .tab-brief>.hd ul.activeline li a[data-v-04fc69f7],body.older .tab-brief>.hd.line:not(.block) li a[data-v-04fc69f7],body.older .tab-brief>.hd.pb li a[data-v-04fc69f7]{padding-bottom:22px}body.older .infolist li[data-v-04fc69f7]{width:100%!important;line-height:1.8}body.older .infolist.dot li a[data-v-04fc69f7]:before{width:8px;height:8px;margin-top:-4px;left:3px}body.older .infolist.dot li a[data-v-04fc69f7]{padding-left:30px}body.older .infolist.md li[data-v-04fc69f7]{padding-right:4.5em}body.older .infolist.ymd li[data-v-04fc69f7]{padding-right:7em}body.older .infolist.space20.infolist.ymd li[data-v-04fc69f7]{padding-right:6.5em}body.older .infolist li .time[data-v-04fc69f7]{height:50px;line-height:50px}body.older .infolist.mulit2.dot li>a[data-v-04fc69f7]:before{top:28px}body.older .infolist.circle li a[data-v-04fc69f7]{padding-left:35px}body.older .infolist.circle li a[data-v-04fc69f7]:before{width:12px;height:12px;top:20px}body.older .infolist.circle li a[data-v-04fc69f7]:after{width:8px;height:8px;top:23px}body.older .infolist li .tag[data-v-04fc69f7]{padding:7px 12px}body.older .infolist.dashedh li[data-v-04fc69f7]:before{left:7.5px}body.older .infolist.date li .time[data-v-04fc69f7]{height:auto;line-height:1;font-size:.75em}body.older .infolist.date li[data-v-04fc69f7]{padding-left:110px}body.older .infolist.date li[data-v-04fc69f7]:before{left:44px;top:95px;bottom:0}body.older .swiper-pagination-solid span[data-v-04fc69f7]{width:15px;height:15px;border-radius:8px}body.older .swiper-pagination-solid .swiper-pagination-bullet-active[data-v-04fc69f7]{width:40px}body.older .swiper-pagination.right[data-v-04fc69f7]{bottom:33px!important}body.older .m-com-more[data-v-04fc69f7]{display:block;width:220px;line-height:60px;border-radius:30px}}@media (max-width: 1280px){body.older .mainnav li a[data-v-04fc69f7]{font-size:1.375em}}@media (max-width: 992px){body.older .tab-brief>.hd.res[data-v-04fc69f7]{margin-top:-5px}body.older .tab-brief>.hd.res ul[data-v-04fc69f7]{margin:0 -2px!important;font-size:1.25em}body.older .tab-brief>.hd.res ul li[data-v-04fc69f7]{margin:0;padding:0!important;border-bottom:none}body.older .tab-brief>.hd.res ul li a[data-v-04fc69f7]{display:block;margin:5px 2px 0!important;padding:7px 12px!important;line-height:1.5;background-color:#f1f1f1;color:#666}body.older .tab-brief>.hd.res ul li.on a[data-v-04fc69f7]{color:#fff;background:#1658a0}body.older .tab-brief>.hd.res li a[data-v-04fc69f7]:before,body.older .tab-brief>.hd.res li a[data-v-04fc69f7]:after{display:none}body.older .tab-brief.arrow>.hd.res li.on i[data-v-04fc69f7]{display:none}body.older .tab-brief .bd>.item>.newsList[data-v-04fc69f7]{margin-top:0}body.older .tab-brief>.hd.res li.split[data-v-04fc69f7]:before{display:none}body.older .tab-brief>.hd .more[data-v-04fc69f7]{display:none}}@media (max-width: 768px){.infolist li[data-v-04fc69f7]{line-height:1.555}}.footer-links-tit[data-v-04fc69f7]{position:absolute;left:0;width:90px;line-height:45px}.footer-links .hd[data-v-04fc69f7]{padding:15px 0;border-bottom:1px solid #c9c9c9}.footer-links .hd ul[data-v-04fc69f7]{margin:0 -5px;padding-left:90px}.footer-links .hd ul li[data-v-04fc69f7]{float:left;width:20%}.footer-links .hd ul li a[data-v-04fc69f7]{position:relative;z-index:5;display:block;text-align:center;margin:0 5px;line-height:41px;height:45px;border-radius:4px;font-size:1em}.footer-links .hd ul li a span[data-v-04fc69f7]{max-width:80%;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden}.footer-links .hd ul li.hs a[data-v-04fc69f7]:after{content:"";margin-top:3px;width:12px;height:10px;background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/footer_links_arrow.png) no-repeat;background-size:100% 100%;margin-left:20px;transition:.3s all}.footer-links .hd ul li.hs a[data-v-04fc69f7]:after,.footer-links .hd ul li a span[data-v-04fc69f7]{display:inline-block;vertical-align:middle}.footer-links .hd ul li.on a[data-v-04fc69f7]:after{transform:rotate(-180deg);background-image:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/footer_links_arrow_blue.png)}.footer-links .hd ul li.hs.on a[data-v-04fc69f7]{color:#1658a0}.footer-links .bd ul[data-v-04fc69f7]{padding-top:14px;margin:0 -5px;overflow:hidden;display:none}.footer-links .bd ul li[data-v-04fc69f7]{float:left;width:20%}.footer-links .bd ul li h4[data-v-04fc69f7]{margin:0 5px 2px;font-weight:400;line-height:1.6em;overflow:hidden;vertical-align:top}.footer-links .bd ul li a[data-v-04fc69f7],.footer-links .bd ul li span[data-v-04fc69f7]{display:block;padding:10px;background:#f5f5f5;border-radius:5px;text-align:center;color:#888;max-width:100%;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;transition:.3s all}.footer-links .bd ul li a[data-v-04fc69f7]:hover{background:#f0f8ff;color:#1658a0}.footer .container[data-v-04fc69f7]{position:relative;min-height:100px}.footer a[data-v-04fc69f7]{color:gray}.footer a[data-v-04fc69f7]:hover{text-decoration:underline}.footer-nav .split[data-v-04fc69f7]{margin:0 15px;opacity:.6}.footer-txt[data-v-04fc69f7]{padding:20px 0 20px 40px;margin-left:414px;color:gray;line-height:2.375}.footer-copyright .beian[data-v-04fc69f7]{padding-left:25px;display:inline-block;background:url(https://www.suzhou.gov.cn/szsrmzf/xhtml/static/2025/images/public/beian.png) no-repeat left center}.footer-copyright .mar[data-v-04fc69f7]{margin-right:15px}.footer-copyright .ipv6[data-v-04fc69f7]{font-style:normal;display:inline-block;padding:0 5px;line-height:20px;border:#3374ac 1px solid;border-radius:2px;margin-left:5px}.footer-wzbs[data-v-04fc69f7]{position:absolute;left:0;top:50%;margin-top:-40px;width:414px}.footer-wzbs[data-v-04fc69f7]:after{content:"";width:1px;position:absolute;right:0;height:95px;margin:auto 0;background:#c9c9c9;opacity:.5}.footer-wzbs img[data-v-04fc69f7]{vertical-align:middle}.footer-wzbs .jiucuo[data-v-04fc69f7]{margin-left:5px}.footer-wzbs .slh[data-v-04fc69f7]{height:55px;background:#fff;border-radius:2px;margin-left:15px}.footer-copyright a[data-v-04fc69f7],.footer-copyright span[data-v-04fc69f7]{display:inline-block}@media (max-width: 1480px){.footer-links .hd ul li a[data-v-04fc69f7]{font-size:1em}}@media (max-width: 1280px){.footer-links[data-v-04fc69f7]{padding:10px 0}.footer-links-tit[data-v-04fc69f7]{display:none}.footer-links .hd ul[data-v-04fc69f7]{padding-left:0}.footer-links .bd ul[data-v-04fc69f7]{padding-top:10px}.footer-links .hd ul li[data-v-04fc69f7],.footer-links .bd ul li[data-v-04fc69f7]{width:33.333333%}.footer-links .hd ul li a span[data-v-04fc69f7]{display:block;text-align:left;margin-right:48px;margin-left:20px}.footer-links .hd ul li.hs a[data-v-04fc69f7]:after{position:absolute;margin-top:-3px;right:20px;top:50%}.footer-links .bd ul li a[data-v-04fc69f7]{text-align:left;padding-left:20px;padding-right:20px}.footer[data-v-04fc69f7]{padding-bottom:20px}.footer-wzbs[data-v-04fc69f7]{position:static;margin-top:0;text-align:center;width:auto}.footer-txt[data-v-04fc69f7]{padding:30px 0 10px;text-align:center;margin-left:0}.footer-wzbs[data-v-04fc69f7]:after{display:none}}@media (max-width: 768px){.footer-links .hd ul li[data-v-04fc69f7],.footer-links .bd ul li[data-v-04fc69f7]{width:50%}}@media (max-width: 480px){.footer-copyright[data-v-04fc69f7]{line-height:2}.footer-copyright .split[data-v-04fc69f7]{margin:0 10px}.footer-links>.container[data-v-04fc69f7]{margin:0}.footer-links .hd ul li[data-v-04fc69f7],.footer-links .bd ul li[data-v-04fc69f7]{width:100%}.footer-links .hd ul[data-v-04fc69f7],.footer-links .hd ul li a[data-v-04fc69f7]{margin:0}.footer-links .hd ul li a span[data-v-04fc69f7]{margin-left:10px}.footer-links .hd ul li.hs a[data-v-04fc69f7]:after{right:10px}.footer-links .hd ul li.hs.on a[data-v-04fc69f7]{background:#f0f8ff}.footer-links .bd ul li a[data-v-04fc69f7]{padding-left:10px;padding-right:10px}}body.older .footer-links-tit[data-v-04fc69f7]{display:none}body.older .footer-links .hd ul[data-v-04fc69f7]{padding-left:0}body.older .footer-txt[data-v-04fc69f7]{text-align:center;margin-left:0}body.older .footer-wzbs[data-v-04fc69f7]{position:static;width:auto;margin-top:0;padding-bottom:30px;text-align:center}body.older .footer-wzbs[data-v-04fc69f7]:after{display:none}body.older .footer-links .hd ul li[data-v-04fc69f7],body.older .footer-links .bd ul li[data-v-04fc69f7]{width:33.333333%}body.older .footer-links .hd ul li a[data-v-04fc69f7]{height:68px;line-height:58px}@media (max-width: 992px){body.older .footer-links .hd ul li[data-v-04fc69f7],body.older .footer-links .bd ul li[data-v-04fc69f7]{width:50%}body.older .footer-links .hd ul li a[data-v-04fc69f7]{height:58px}}@media (max-width: 580px){body.older .footer-links .hd ul li[data-v-04fc69f7],body.older .footer-links .bd ul li[data-v-04fc69f7]{width:100%}}.footer-iframe-container[data-v-04fc69f7]{width:100%;overflow:hidden;position:relative}.footer-iframe-container iframe[data-v-04fc69f7]{display:block;min-height:200px;max-height:800px;transition:height .3s ease}.footer-iframe-container.css-only iframe[data-v-04fc69f7]{aspect-ratio:16/9;height:auto!important;min-height:300px;max-height:600px}@media (max-width: 768px){.footer-iframe-container iframe[data-v-04fc69f7]{min-height:150px;max-height:600px}.footer-iframe-container.css-only iframe[data-v-04fc69f7]{aspect-ratio:4/3;min-height:200px;max-height:400px}}@media (max-width: 480px){.footer-iframe-container iframe[data-v-04fc69f7]{min-height:100px;max-height:500px}.footer-iframe-container.css-only iframe[data-v-04fc69f7]{aspect-ratio:1/1;min-height:150px;max-height:300px}}.left[data-v-189a0ce8]{border-radius:20px;box-shadow:1px 2px 10px rgba(0,0,0,.1);background-color:rgba(255,255,255,.85);backdrop-filter:blur(10px);height:880px;width:380px;transition:all .3s ease;position:relative;border:1px solid rgba(255,255,255,.2)}.left .left_hidebox[data-v-189a0ce8]{width:80px;padding-top:20px;display:none}.left .left_hidebox .twoimg_box[data-v-189a0ce8]{margin:0 auto;width:28px;display:flex;flex-direction:column;align-items:center;padding:38px 0;border-bottom:1px solid rgba(255,255,255,.5)}.left .left_hidebox .twoimg_box img[data-v-189a0ce8]{display:block;margin-top:25px;cursor:pointer;transition:transform .3s ease}.left .left_hidebox .twoimg_box img[data-v-189a0ce8]:hover{transform:scale(1.1)}.left .left_hidebox .twoimg_box img[data-v-189a0ce8]:first-child{margin-top:0}.left .left_hidebox .twoimg_box[data-v-189a0ce8]:nth-child(1){padding-top:0}.left .left_hidebox .twoimg_box[data-v-189a0ce8]:last-child{border:0}.left .left_showbox[data-v-189a0ce8]{margin-top:34px;width:380px;padding:15px}.left .syqp[data-v-189a0ce8]{width:100%;margin:-13px auto 15px;display:flex;justify-content:center;align-items:flex-end;flex-wrap:wrap;position:relative}.left .syqp .leftshouqi_btn[data-v-189a0ce8]{position:absolute;top:10px;right:0;cursor:pointer}.left .syqp .img_wrap[data-v-189a0ce8]{width:100px;display:inline-block;vertical-align:bottom}.left .syqp .img_wrap img[data-v-189a0ce8]{width:100px}.left .syqp .btn_wrapper[data-v-189a0ce8]{width:auto;display:inline-block;vertical-align:bottom;padding-bottom:10px}.left .syqp .btn_wrapper .btn_inner[data-v-189a0ce8]{display:flex;justify-content:space-between}.left .syqp .btn_wrapper .btn_inner .left_btn[data-v-189a0ce8]{margin-left:15px}.left .syqp .btn_wrapper .btn_inner .left_btn li[data-v-189a0ce8]:first-child{margin-right:15px}.left .syqp .btn_wrapper .btn_inner li[data-v-189a0ce8]{width:100px;display:flex;align-items:center;font-size:14px;color:#fff;padding:4px 12px;background:linear-gradient(to right,#0778dc,#5fb6f4);border-radius:20px;cursor:pointer;margin-top:15px;transition:all .3s ease}.left .syqp .btn_wrapper .btn_inner li img[data-v-189a0ce8]{width:16px;height:16px;margin-right:4px}.left .syqp .btn_wrapper .btn_inner li[data-v-189a0ce8]:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(7,120,220,.3)}.left .syqp .btn_wrapper h2[data-v-189a0ce8]{color:#0b579a;font-weight:700;font-size:18px}.left .syqp .welcome[data-v-189a0ce8]{display:inline-block;width:auto;text-align:center;color:#0b579a;font-weight:700;font-size:19px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.5)}.left .bmfw h3[data-v-189a0ce8]{color:#000;font-weight:700;font-size:18px;padding-left:6px;margin-bottom:15px;position:relative}.left .bmfw h3[data-v-189a0ce8]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:18px;background:linear-gradient(to bottom,#0778dc,#5fb6f4);border-radius:2px}.left .service-tab-section[data-v-189a0ce8]{margin:30px 0;background:rgba(240,248,255,.6);border-radius:15px;padding:9px;box-shadow:0 2px 6px rgba(0,0,0,.05)}.left .service-tab-section .service-header[data-v-189a0ce8]{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.left .service-tab-section .service-header h3[data-v-189a0ce8]{color:#333;font-weight:700;font-size:18px;margin:0;position:relative;padding-left:10px}.left .service-tab-section .service-header h3[data-v-189a0ce8]:before{content:"";position:absolute;left:-6px;top:50%;transform:translateY(-50%);width:4px;height:18px;background:linear-gradient(to bottom,#0778dc,#5fb6f4);border-radius:2px}.left .service-tab-section .service-header .service-tabs[data-v-189a0ce8]{display:flex;gap:8px}.left .service-tab-section .service-header .service-tabs .tab-item[data-v-189a0ce8]{padding:6px 16px;border-radius:20px;font-size:14px;cursor:pointer;transition:all .3s ease;border:1px solid transparent;background-color:#f0f8ff;color:#666;font-weight:500}.left .service-tab-section .service-header .service-tabs .tab-item.active[data-v-189a0ce8]{background:linear-gradient(to right,#0778dc,#5fb6f4);color:#fff;border-color:#0778dc;box-shadow:0 2px 8px rgba(7,120,220,.3);transform:translateY(-1px)}.left .service-tab-section .service-header .service-tabs .tab-item[data-v-189a0ce8]:not(.active):hover{background-color:#e1f0ff;color:#0778dc;border-color:#aecff5;transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.1)}.left .leader-video-section[data-v-189a0ce8]{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.left .leader-video-section .leader-card[data-v-189a0ce8]{background:url(./ldmp@2x-Pp2NvK5j.png) no-repeat center center;background-size:100% 100%}.left .leader-video-section .video-content[data-v-189a0ce8]{background:url(./spyx@2x-aBJK2tX8.png) no-repeat center center;background-size:100% 100%}.left .leader-video-section .leader-card[data-v-189a0ce8],.left .leader-video-section .video-content[data-v-189a0ce8]{width:48%;display:flex;align-items:center;justify-content:space-between;padding:24px 15px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease;border:1px solid rgba(255,255,255,.5)}.left .leader-video-section .leader-card[data-v-189a0ce8]:hover,.left .leader-video-section .video-content[data-v-189a0ce8]:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15);background-size:110% 110%}.left .leader-video-section .leader-card span[data-v-189a0ce8],.left .leader-video-section .video-content span[data-v-189a0ce8]{color:#333;font-size:14px;font-weight:500}.left .leader-video-section .leader-card img[data-v-189a0ce8],.left .leader-video-section .video-content img[data-v-189a0ce8]{width:20px;height:20px;opacity:.7}.left .efficient-service-section[data-v-189a0ce8]{margin:10px 0 20px}.left .efficient-service-section .service-tabs-inner[data-v-189a0ce8]{display:flex;gap:8px;margin-bottom:15px}.left .efficient-service-section .service-tabs-inner .tab-item[data-v-189a0ce8]{padding:0 8px;border-radius:5px;font-size:12px;cursor:pointer;transition:all .3s ease;border:1px solid transparent;background-color:#f0f8ff;color:#666;width:45%;text-align:center}.left .efficient-service-section .service-tabs-inner .tab-item.active[data-v-189a0ce8]{color:#000;text-align:center;width:45%;box-shadow:0 2px 6px rgba(7,120,220,.3)}.left .efficient-service-section .service-tabs-inner .tab-item[data-v-189a0ce8]:not(.active):hover{background-color:#e1f0ff;color:#0778dc;border-color:#aecff5}.left .efficient-service-section .service-list[data-v-189a0ce8]{max-height:230px;overflow-y:auto;padding-right:5px}.left .efficient-service-section .service-list[data-v-189a0ce8]::-webkit-scrollbar{width:6px}.left .efficient-service-section .service-list[data-v-189a0ce8]::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#0778dc,#5fb6f4);border-radius:3px}.left .efficient-service-section .service-list .service-item[data-v-189a0ce8]{display:flex;align-items:center;margin-bottom:10px;background-color:#ebf6ff;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAYAAAB2HjRBAAAAAXNSR0IArs4c6QAAAbBJREFUOE9t0s9LVFEUB/BzfzASQ/qWLZMaXBQIRbuEdoUoaeL8DdUq3QhR4MrazSoYI2jvHyC19p9woTKbol0hjjr3fM85cd/MG8dXFx6XC+9zzj3nXEej9aTzu/ChsSCcWpdAkxOfDZSP+qYHve3ZP9V/k7vLh6efLu96c23m1EgAJSQqd0mUBEk47R1/vHdUD+BWOlboDbwCY2oIh5jVCufosaq2oGgG8j+h8o1Jdw63Z3s5kHvetWUzPMQYgoTojidqs3AjCYjBZGpEzhED/YHqWm+n9d2tfrZNEUxXGKZF8P5lAqYyqjAgFEIozxCcquq8e7Fr76EIFfbBL4vqg3z9ScwAxRCHGDkAf3Gru7YhipkKhxA3obhZx9cyZ6zy45+aY4zvWBDquKq5yswi4la+WiEXeC2CckwhxjcQzFzHoOg9scjVtXPm3PKlrrUEaT3PuV4zC8g5T6pKadTAcc1XL8wKH84XjPHIe78FQUPNyIgICkqc5z/uft/M7peZ62upi0Vh7LGiWYL8jXCeMwvaJx/m9v+Lc7BnnYvbcHjLgsUE3Bow/2Lw/uQL+wvfm7hEU04A2gAAAABJRU5ErkJggg==) #ebf6ff no-repeat center;background-position-x:10px;border-radius:10px;box-shadow:0 1px 4px rgba(0,0,0,.05);cursor:pointer;transition:all .3s ease;padding:12px 15px 12px 35px;border:1px solid rgba(255,255,255,.5)}.left .efficient-service-section .service-list .service-item[data-v-189a0ce8]:hover{transform:translate(5px);box-shadow:0 4px 12px rgba(7,120,220,.2);border:1px solid #aecff5;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAYAAAB2HjRBAAAAAXNSR0IArs4c6QAAAbBJREFUOE9t0s9LVFEUB/BzfzASQ/qWLZMaXBQIRbuEdoUoaeL8DdUq3QhR4MrazSoYI2jvHyC19p9woTKbol0hjjr3fM85cd/MG8dXFx6XC+9zzj3nXEej9aTzu/ChsSCcWpdAkxOfDZSP+qYHve3ZP9V/k7vLh6efLu96c23m1EgAJSQqd0mUBEk47R1/vHdUD+BWOlboDbwCY2oIh5jVCufosaq2oGgG8j+h8o1Jdw63Z3s5kHvetWUzPMQYgoTojidqs3AjCYjBZGpEzhED/YHqWm+n9d2tfrZNEUxXGKZF8P5lAqYyqjAgFEIozxCcquq8e7Fr76EIFfbBL4vqg3z9ScwAxRCHGDkAf3Gru7YhipkKhxA3obhZx9cyZ6zy45+aY4zvWBDquKq5yswi4la+WiEXeC2CckwhxjcQzFzHoOg9scjVtXPm3PKlrrUEaT3PuV4zC8g5T6pKadTAcc1XL8wKH84XjPHIe78FQUPNyIgICkqc5z/uft/M7peZ62upi0Vh7LGiWYL8jXCeMwvaJx/m9v+Lc7BnnYvbcHjLgsUE3Bow/2Lw/uQL+wvfm7hEU04A2gAAAABJRU5ErkJggg==) #e1f0ff no-repeat center;background-position-x:10px}.left .efficient-service-section .service-list .service-item span[data-v-189a0ce8]{color:#333;font-size:13px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.left .bmfw_ul[data-v-189a0ce8]{display:flex;flex-wrap:wrap;justify-content:space-between}.left .bmfw_ul a[data-v-189a0ce8]{width:32%;color:#333;margin-top:5px;border-radius:10px;padding:12px 0;transition:all .3s ease}.left .bmfw_ul a[data-v-189a0ce8]:hover{background-color:#e1f0ff;transform:translateY(-3px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.left .bmfw_ul a li[data-v-189a0ce8]{display:flex;flex-direction:column;align-items:center}.left .bmfw_ul a li img[data-v-189a0ce8]{width:35px;transition:transform .3s ease}.left .bmfw_ul a li span[data-v-189a0ce8]{font-size:13px;margin-top:5px;text-align:center}.left .bmfw_ul a li:hover img[data-v-189a0ce8]{transform:scale(1.1)}.left .bmfw_ul a[data-v-189a0ce8]:nth-child(1){background:#fafcff}.left .bmfw_ul a[data-v-189a0ce8]:nth-child(2){background:#fafcff}.left .bmfw_ul a[data-v-189a0ce8]:nth-child(3){background:#fafcff}.left .bmfw_ul a[data-v-189a0ce8]:nth-child(4){background:#fafcff}.left .bmfw_ul a[data-v-189a0ce8]:nth-child(5){background:#fafcff}.left .bmfw_ul a[data-v-189a0ce8]:nth-child(6){background:#fafcff}.left .wdzsk[data-v-189a0ce8]{margin:15px 0;padding:0 15px}.left .history[data-v-189a0ce8]{margin-top:6px;padding:0 6px}.left .history .title[data-v-189a0ce8]{height:30px;display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;position:relative}.left .history .title h3[data-v-189a0ce8]{color:#000;font-weight:700;margin:0;position:relative;padding-left:10px}.left .history .title h3[data-v-189a0ce8]:before{content:"";position:absolute;left:-6px;top:50%;transform:translateY(-50%);width:4px;height:18px;background:linear-gradient(to bottom,#0778dc,#5fb6f4);border-radius:2px}.left .history .title .operates[data-v-189a0ce8]{display:flex;gap:15px}.left .history .title .operates div[data-v-189a0ce8]{cursor:pointer;display:flex;align-items:center;transition:all .3s ease}.left .history .title .operates div[data-v-189a0ce8]:hover{color:#0778dc;transform:scale(1.05)}.left .history .title .operates div img[data-v-189a0ce8]{vertical-align:middle;height:18px;margin-right:5px}.left .history .title .operates div span[data-v-189a0ce8]{vertical-align:middle;font-size:14px}.left .history .noHistory[data-v-189a0ce8]{height:170px;display:block;margin:10px auto 0}.left .history .his_con[data-v-189a0ce8]{padding-top:10px}.left .history .his_con li[data-v-189a0ce8]{margin-bottom:10px;cursor:pointer;border-radius:7px;padding:8px 30px 8px 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;background-color:rgba(235,246,255,.5);transition:all .3s ease;border:1px solid rgba(255,255,255,.5)}.left .history .his_con li[data-v-189a0ce8]:hover{background-color:#fff;transform:translate(3px);box-shadow:0 3px 12px rgba(28,101,159,.2);border:1px solid #aecff5}.left .history .his_con li img[data-v-189a0ce8]{vertical-align:middle}.left .history .his_con li span[data-v-189a0ce8]{vertical-align:middle;margin-left:10px;line-height:25px;color:#333}.left .history .his_con li span[data-v-189a0ce8]:last-child{position:absolute;right:15px;top:8px;color:#999;display:block;font-size:18px;width:20px;height:20px;line-height:20px;text-align:center;border-radius:50%;transition:all .3s ease}.left .history .his_con li span[data-v-189a0ce8]:last-child:hover{background-color:#ff4d4f;color:#fff}.left .history .his_con .current[data-v-189a0ce8]{background:linear-gradient(to right,#e1f0ff,#f0f8ff);color:#0778dc;border:1px solid #aecff5;font-weight:500}[data-v-189a0ce8] .slick-slide{text-align:center;overflow:hidden}[data-v-189a0ce8] .slick-arrow.custom-slick-arrow{width:40px;height:40px;font-size:40px;transition:ease all .3s;color:#007aff;opacity:1;z-index:1}[data-v-189a0ce8] .slick-arrow.custom-slick-arrow:before{display:none}[data-v-189a0ce8] .custom-slick-arrow.slick-arrow.slick-prev{left:-85px!important}[data-v-189a0ce8] .custom-slick-arrow.slick-arrow.slick-next{right:-85px!important}[data-v-189a0ce8] .slick-slide .helpbox{display:flex;align-items:center}[data-v-189a0ce8] .slick-slide .helpbox .titledom{display:inline-block;width:450px;height:45px;background-color:#015198;border-radius:30px;text-align:center;color:#fff;line-height:45px;font-size:18px}[data-v-189a0ce8] .slick-slide .helpbox .imgbox{width:800px;height:500px;margin:10px 0;width:100%;display:flex;align-items:center}[data-v-189a0ce8] .slick-slide .helpbox .imgbox .jqrimg{width:100px;margin:0 50px}[data-v-189a0ce8] .slick-slide .helpbox .imgbox .helpimg{max-height:490px;border-radius:20px}[data-v-189a0ce8] .slick-slide .helpbox .tipbox{font-size:20px;background-color:#ecf4fd;border-radius:0 0 20px 20px;padding:20px 0;text-align:center;line-height:40px}[data-v-189a0ce8] .slick-slide .helpbox .tipbox p{color:#666}[data-v-189a0ce8] .slick-slide .helpbox .tipbox strong{color:#333}.ant-modal .ant-modal-close{top:-25px;inset-inline-end:-35px;width:32px;height:32px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAAXNSR0IArs4c6QAAA65JREFUSEu9l9urVlUUxX/D6qkHKXrIFLtA95NKlhWFZWhCf0D1UE9ZUIQoRaaGaaYZGF2ohzIQ6iHzLzCLkqKotBtmaohBN+nBorCX1KZrfKx12Ge59/dtqFxwHs635pxjzbnGHGtu0XNFxEzgVmAOcBEwGQjgT+B74DPgPUlf9QmpYUYRcQZwN7AYmNUnIPAl8HI63OuSjnb5dAJHxI3Aa8Bl2flv4FNnBexNh/ktZ3xOtrkZsI8P67UPWCTpozbwVuCIWAk8mf4mAX8ALwKvSPp5RIWmAg8ADzWuYqWkp2u/k4AjYiPwcDbclk89FLAOGhHTgM3A/Lz3vKSlTbsJwBGxIpVqXTZ4RtJjPe+11SwiNgDL8uZySf5/sMaBI+Im4MP/CrQAVOBzJQ0wBsCZvd8AlwDbJS38N5m2lP5t4DZgPzAm6VgBvg94FfjL4JJ+aTpHxAzgR0m/jyDXWakTpknaXfmfB3wHnAncL2lTAbbhGLA+9Z4ZPb4i4mrg89TPB4BbupgdEdOB97O4XCPJPs045o45tFvSDOVsvgb+yac9VDmcnYEv6AKvQA8CBp5QnYiY4qoBp1mMDGzWmW07JM1rK2VEGNTZFPB5kn7K/GhmalDv/dARZ0eKY6FZauA3k8rclYi2RtLqrjtsA88CU8o7FDQfck2q7CrgLQN/AlyXZPBOSVtHkKeZ+bcZ2JI6EjQD32FQYKeBrbt2XiDp3VFtlDPfDlycba3JC7vKW/HFSvaOtd7APvnl2dkBh65MJNtdmg3tb+DBnY+oWAHeZ2C/o9f2LHWTSBYDPyLO3K02TrghPJlQ6i0GTTRfK8kX37paWsYd4NYwuc7vAx4RT6TgJvAWZ+yXyC/SB5JM9ZNWG2i504i4sAIfJjJ+y33gRw3skcbjynFgqqRfK0JYBndlRWplbyace7Rkfr2kw1Wcc9MTax64SlcVySwEW5cE/PHKYXYGHiUOpdUMbuX6oorzFGA53iNprAAvStluAo6YrS2PhHX8UJ1FfScRYXmdImlPBdr5SDh9G7tF/u9n8UpJx0/FILAeWJ4rMHEQKGWJCI86ZTDbIKk4jNKGrhZ0rDI+eejzIQarbdh7DliS961Q9/ZRpepOPW16sLg9//6spEeaNl3jrTP1w+19j7cvOFCP8dYkerAx3hprlaS1dUmGDfQe/sz0MtAfS3PTx1ks/DC4T/0JYyZfkYXhhsZAb0l1tfoP9I07Px24J5fec1ef5U+Yl4A3hn3CnABAeKnf2O9/CAAAAABJRU5ErkJggg==);background-repeat:no-repeat}.sidebar-toggle[data-v-189a0ce8]{position:absolute;right:18px;top:3%;transform:translateY(-50%);width:30px;height:46px;border-top-right-radius:10px;border-bottom-right-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;transition:all .3s ease}.sidebar-toggle[data-v-189a0ce8]{transform:scaleX(-1)}.sidebar-toggle[data-v-189a0ce8]:hover{background-color:#e1f0ff}.toggle-btn[data-v-189a0ce8]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:20px;height:20px}.toggle-btn span[data-v-189a0ce8]{display:block;width:16px;height:2px;background-color:#333;margin:2px 0;transition:all .3s ease}.sidebar-toggle:not(.sidebar-collapsed) .toggle-btn span[data-v-189a0ce8]:nth-child(1){transform:rotate(-45deg) translate(-5px,5px)}.sidebar-toggle:not(.sidebar-collapsed) .toggle-btn span[data-v-189a0ce8]:nth-child(2){opacity:0}.sidebar-toggle:not(.sidebar-collapsed) .toggle-btn span[data-v-189a0ce8]:nth-child(3){transform:rotate(45deg) translate(-5px,-5px)}.left.sidebar-wid[data-v-189a0ce8]{width:20px}.main[data-v-189a0ce8]{transition:all .3s ease;width:calc(100% - 280px)}.sidebar-collapsed+.main[data-v-189a0ce8]{width:100%}.syqp .btn_wrapper h2[data-v-189a0ce8]{color:#2f77cf}.control-panel-section[data-v-189a0ce8]{margin:15px 0;padding:0 15px}.control-panel-container[data-v-189a0ce8]{background:#f8f9fa;border-radius:10px;padding:0;box-shadow:0 2px 5px rgba(0,0,0,.05);display:flex;justify-content:space-between;flex-wrap:wrap}.control-item[data-v-189a0ce8]{display:flex;align-items:center;padding:0;cursor:pointer;transition:all .3s ease;border-radius:6px;flex:1;min-width:20%;margin:5px;justify-content:center}.control-item[data-v-189a0ce8]:hover{background-color:#e9f0ff;transform:translateY(-2px)}.control-icon[data-v-189a0ce8]{width:20px;height:20px;margin-right:8px;display:flex;align-items:center;justify-content:center}.control-icon img[data-v-189a0ce8]{width:100%;height:100%;object-fit:contain}.control-text[data-v-189a0ce8]{font-size:13px;color:#333}.toggle-switch[data-v-189a0ce8]{margin-left:4px;cursor:pointer}.toggle-track[data-v-189a0ce8]{width:40px;height:20px;background-color:#ccc;border-radius:10px;position:relative;transition:background-color .3s}.toggle-track.active[data-v-189a0ce8]{background-color:#409eff}.toggle-handle[data-v-189a0ce8]{width:16px;height:16px;background-color:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .3s}.toggle-handle.active[data-v-189a0ce8]{transform:translate(20px)}.feedback-modal[data-v-189a0ce8] .ant-modal-content{border-radius:15px;overflow:hidden}.feedback-modal[data-v-189a0ce8] .ant-modal-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px 15px 0 0!important;padding:20px;text-align:center;border:none}.feedback-modal[data-v-189a0ce8] .ant-modal-title{color:#fff;font-size:20px;font-weight:600}.feedback-modal[data-v-189a0ce8] .ant-modal-close{color:#fff;top:15px;right:20px}.feedback-modal[data-v-189a0ce8] .ant-modal-close-x{width:40px;height:40px;line-height:40px}.feedback-modal[data-v-189a0ce8] .ant-modal-body{padding:30px}.feedback-modal[data-v-189a0ce8] .ant-modal-footer{padding:20px 30px;border-top:1px solid #f0f0f0}.ListItem[data-v-189a0ce8]{display:inline-block;margin-bottom:17px;padding:6px;width:32%;background:#f8f9fa;border-radius:12px;transition:all .3s ease;border:1px solid #e9ecef;margin-right:10px}.ListItem[data-v-189a0ce8]:hover{background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.05);border-color:#dee2e6}.ListItem[data-v-189a0ce8]:last-child{margin-bottom:0}.ListItem .ListItemTit[data-v-189a0ce8]{font-size:16px;font-weight:600;color:#333;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #e9ecef}.ListItem[data-v-189a0ce8] .ant-radio-group{display:flex;flex-direction:column;gap:6px}.ListItem[data-v-189a0ce8] .ant-radio-wrapper{padding:6px 15px;border-radius:8px;border:1px solid #dee2e6;background:#fff;transition:all .3s ease;margin:0;display:flex;align-items:center}.ListItem[data-v-189a0ce8] .ant-radio-wrapper:hover{border-color:#409eff;box-shadow:0 2px 8px rgba(64,158,255,.2)}.ListItem[data-v-189a0ce8] .ant-radio-wrapper.ant-radio-wrapper-checked{border-color:#409eff;background:#e8f4ff;box-shadow:0 2px 8px rgba(64,158,255,.2)}.ListItem[data-v-189a0ce8] .ant-radio-wrapper.ant-radio-wrapper-checked .ant-radio-inner{border-color:#409eff;background-color:#409eff}.ListItem[data-v-189a0ce8] .ant-radio-wrapper.ant-radio-wrapper-checked .ant-radio-inner:after{background-color:#fff}.ListItem[data-v-189a0ce8] .ant-radio{top:0}.ListItem[data-v-189a0ce8] .ant-radio-inner{width:20px;height:20px;border-width:2px;border-color:#d9d9d9;transition:all .3s ease}.ListItem[data-v-189a0ce8] .ant-radio-inner:after{width:8px;height:8px;top:5px;left:5px;background-color:#409eff}.ListItem[data-v-189a0ce8] .ant-radio-checked .ant-radio-inner{border-color:#409eff;background-color:#409eff}[data-v-189a0ce8] .ant-textarea{border-radius:8px;border:1px solid #dee2e6;transition:all .3s ease}[data-v-189a0ce8] .ant-textarea:hover,[data-v-189a0ce8] .ant-textarea:focus{border-color:#409eff;box-shadow:0 0 0 2px rgba(64,158,255,.2)}[data-v-189a0ce8] .ant-btn{border-radius:6px;padding:6px 20px;height:auto;font-weight:500;transition:all .3s ease}[data-v-189a0ce8] .ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;box-shadow:0 4px 15px rgba(102,126,234,.3)}[data-v-189a0ce8] .ant-btn-primary:hover,[data-v-189a0ce8] .ant-btn-primary:focus{background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 6px 20px rgba(102,126,234,.4)}#mapView2[data-v-01e44681]{height:100%;width:100%}#container[data-v-01e44681]{height:300px;background:#fff;margin-bottom:20px;padding:20px;border-radius:10px}.maptitle[data-v-01e44681]{width:100%;color:#015293;font-weight:600}.mapcontainer[data-v-01e44681]{width:100%;display:flex;height:80%}.mapDiv[data-v-01e44681]{width:60%;height:100%}.poiList[data-v-01e44681]{width:40%;overflow-y:auto;background:#fff;height:100%;box-sizing:border-box}.poiList[data-v-01e44681] p{margin:10px 0;background:#fff;border-radius:4px;cursor:pointer;transition:background .2s;line-height:35px;padding:8px 12px 8px 30px;font-size:16px}.poiList[data-v-01e44681] p:hover{background:#f2f2f2 url(../../../assets/HomeView/dingwei@2x.png) no-repeat 65% center;background-position-x:5px;background-size:20px}.poiList[data-v-01e44681] p{background:#fff url(../../../assets/HomeView/dingwei@2x.png) no-repeat 65% center;background-position-x:10px;background-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poiList[data-v-01e44681] p:first-child{margin-top:0}.poiList[data-v-01e44681] div:first-child{text-align:center;line-height:300px}.cardTitle[data-v-01e44681]{color:#015293;font-weight:400;font-size:20px;line-height:24px;margin-bottom:20px}.cardTitle img[data-v-01e44681]{width:24px;height:24px;vertical-align:bottom;margin-right:5px}.closewindow[data-v-01e44681]{z-index:1000;position:absolute;top:.1042rem;right:.2604rem;background-color:#fff;font-size:30px;height:30px;cursor:pointer}@media screen and (max-width: 600px){.overMap[data-v-01e44681]{top:40px}.overMap .typeNav .searchBox[data-v-01e44681]{margin-left:320px;height:70px}.overMap .addressBox[data-v-01e44681]{padding:0}.overMap .routeBox[data-v-01e44681]{max-height:calc(50vh - 200px)}#container[data-v-01e44681]{flex-direction:column;height:210px}.mapDiv[data-v-01e44681]{width:100%;height:210px}.poiList[data-v-01e44681]{width:100%;height:210px;overflow-y:auto}}.commonpro .ai-greeting-section .ai-greeting[data-v-729a6460]{display:flex;align-items:center;justify-content:center;position:relative;text-align:center}.commonpro .ai-greeting-section .ai-greeting .ai-avatar[data-v-729a6460]{margin-bottom:20px}.commonpro .ai-greeting-section .ai-greeting .ai-avatar .ai-robot[data-v-729a6460]{width:60px;height:80px}.commonpro .ai-greeting-section .ai-greeting .greeting-text h2[data-v-729a6460]{margin:0;font-size:20px;font-weight:600;color:#333;line-height:1.4;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.commonpro .ai-greeting-section .ai-greeting .greeting-text h2 .hi-text[data-v-729a6460]{color:#1976d2;font-weight:700}.commonpro .ai-greeting-section .ai-greeting .greeting-text h2 .comma[data-v-729a6460]{color:#666;margin:0 4px}.commonpro .ai-greeting-section .ai-greeting .greeting-text h2 .greeting-main[data-v-729a6460]{color:#333;font-weight:600;margin-right:12px}.commonpro .ai-greeting-section .ai-greeting .greeting-text h2 .greeting-sub[data-v-729a6460]{color:#666;font-weight:500;font-size:18px}.commonpro .ai-greeting-section .ai-greeting .utility-icons[data-v-729a6460]{display:flex}.commonpro .ai-greeting-section .ai-greeting .utility-icons .icon-item[data-v-729a6460]{font-size:12px;color:#999;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .3s ease}.commonpro .ai-greeting-section .ai-greeting .utility-icons .icon-item[data-v-729a6460]:hover{color:#1976d2;background-color:rgba(25,118,210,.1)}.commonpro .ai-greeting-section .hotspot-cards[data-v-729a6460]{margin-top:-30px;background-color:#fff;padding:10px 16px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.commonpro .ai-greeting-section .hotspot-cards[data-v-729a6460]:last-child{margin-bottom:0}.commonpro .ai-greeting-section .hotspot-cards .vertical-divider[data-v-729a6460]{width:1px;height:100px;background:repeating-linear-gradient(to bottom,#e0e0e0 0,#e0e0e0 4px,transparent 4px,transparent 8px);position:absolute;left:50%;transform:translate(-50%)}.commonpro .ai-greeting-section .hotspot-cards .info-card[data-v-729a6460]{width:48%;height:48px;background:#fff;display:block;border-radius:12px;padding:10px 0;transition:all .3s ease;position:relative;box-sizing:border-box}.commonpro .ai-greeting-section .hotspot-cards .info-card[data-v-729a6460]:hover{color:#1976d2;background-color:rgba(25,118,210,.1)}.commonpro .ai-greeting-section .hotspot-cards .info-card .hotspot-tag[data-v-729a6460]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAAcCAYAAADLGVncAAAAAXNSR0IArs4c6QAAA0tJREFUaEPlmU9PE0EYxp93SZSDB0n0QGLALwB+BPEjEAyfgLYKhOhB8WC8mYgHz0ZIRE/S1qLx4KmKnlFCWz1YEzWIC8R/CdDun3ZenW23LG13t3tkuj20nZ13M/vLvDPPPC+hgyu3YQ49NntyJgPM9QD53fTfuedtF24faml3+3KjD4Cm3y19nPtUG4Ooj8X99rbJcfk8qzFmpoNn+L2LQD41TcNeRNQBLxR0+85yGbM71fpgZVAXAGPGbHqK7kYCxsz0Ycv+mjVp4LPdVcCExTj7fIo2IgHL6fZ5DbyyahHeWd0DTDBW0pN0oTkDQ1OysGU9ACNWrACvDK1r1jDBiKUnaSESsGKRj5snbB1A304VWC53DTDDMtD/7Cr9jQQs/6MySiQyMshg4NF+dwBjgUxqksbabYiBKVnQ7TTAjcDFfQ2G3K4V3yVFFWPpKXImSsczbO0LnzzWW9EZ3OsGLZcI29U6Y3VlxZ9dC/0vZ8iMBKywaU1Aw7w3KGsQirbywOaTlyjup099UzKvW68JGPEGSmmxaqoNjDWMpOL0JhKw9V98pseyvwHQvIFFG8ga9SY1U3IjmcAgiNwDYGdrWEG3rwM819xbSotMSWFghLlknG4EHRfbpmRBt9YBHDp0utJicU9dYAIYTiUoHwlYbssc0phyfkEP9zRI10K5wzeQW4rTuTAzomWGSWcC4Fm/wEyJIF0L1YBJZyKZOOxMhMoK15kAMOAHLFsmFCvKARM2YTATo++RZpjrTAQFSVkh5YViM2xlKd7qTITOMNeZCAL2ya65FkoBE4gtJVqdiUBgNWeiogPcFwRsW7oWUlqoosMAw9xt70wEAvu4XRkVouZMBF3StXCkhSLABPA0OUEXw97bvd/YJZudiaAHONLCW2SQnd2CyFErggBrqGJiKUHvO4HmAGvnTAQFO9KivlN6q0hHtmoEVCGwUAJuvkjQz1Dh2s6ZCApypIV0LVQrswG//6O7xadwPzVOVd81rJ0zESotpGuhGrCDmut6pYqZzDS9beZAfs5EEDDHtSjXFn4lUrLNBiYY8vOENFxLXabNxqLv50yESot9tYF51uM9EG7jNO6lxskiP2ciVFrsdg0wBwUziixw5R9msoHRZXTFSQAAAABJRU5ErkJggg==) no-repeat center center;background-size:100% 100%;color:#fff;font-size:11px;padding:4px 12px;border-radius:0 12px 12px 0;font-weight:500;width:70px;height:24px;float:left}.commonpro .ai-greeting-section .hotspot-cards .info-card .card-content[data-v-729a6460]{width:55%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.commonpro .ai-greeting-section .hotspot-cards .info-card .card-content h3[data-v-729a6460]{margin:0 0 8px;font-size:14px;font-weight:600;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.commonpro .ai-greeting-section .hotspot-cards .info-card .card-content .category[data-v-729a6460]{font-size:12px;color:#666;font-weight:500;left:88px;bottom:0;position:absolute}.commonpro .ai-greeting-section .hotspot-cards .info-card .card-content .date[data-v-729a6460]{position:absolute;right:16px;bottom:17px;font-size:11px;color:#999;font-weight:500}.text .ldrTitle[data-v-2bfb381f]{font-size:18px;font-weight:700;margin-bottom:10px}.text .info_intro[data-v-2bfb381f]{display:flex}.text .info_intro .picture[data-v-2bfb381f]{width:120px;margin-right:20px}.text .info_intro .message[data-v-2bfb381f]{width:calc(100% - 140px)}.text .split_title[data-v-2bfb381f]{width:100%;font-size:18px;font-weight:600;text-align:center;color:#fff;padding:8px;background-color:#1e51b1}.text .ldr_activity[data-v-2bfb381f]{width:100%;margin-top:15px}.text .ldr_activity .time_dot[data-v-2bfb381f]{color:#015293;font-weight:700}.text .ldr_activity p[data-v-2bfb381f]{display:flex;align-items:center;width:100%;margin:10px 0}.text .ldr_activity p[data-v-2bfb381f]:before{display:inline-block;content:"";width:6px;height:6px;margin-right:10px;border-radius:50%;background-color:#999}.text .ldr_activity p a[data-v-2bfb381f]{width:95%;color:#2c3e50;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text .ldr_activity p[data-v-2bfb381f]:last-child{border-bottom:1px solid #eeeeee}.text[data-v-3b61b0f2]{width:100%;max-width:100%;padding-left:0;padding-right:0;padding-bottom:40px}.ldrBriefIntro[data-v-3b61b0f2]{padding-left:20px;padding-right:20px;overflow:hidden;position:relative}.ldrBriefIntro .prevmove[data-v-3b61b0f2]{display:none;width:30px;height:30px;border-radius:50%;border:2px solid #d6e7fc;position:absolute;top:calc(50% - 30px);left:5px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAALVJREFUOE+t1EEKwjAQheGZ2baXEPQYLryFIEK9RjbdiBS8hEfxHlbQOyi4aBqJCxfSZubFZj8fQ/ITpokP53iFa6s49zzMT7/zMPjBmGvmfvfYL85/gRoWcfOGFswMWjETiGAqiGJJMAcbBUvXrgPxkaXfDqWRanfwlQt3aUhk4ztZvprZDYl/NJvSXevAVHkvKwRNdpiDqmGjqArG+0NQE4igZtCKQqAFhcEvSuE+yQerRf4Gip97FfdfIFcAAAAASUVORK5CYII=) no-repeat;background-position:center}.ldrBriefIntro .prevmove.notallow[data-v-3b61b0f2]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAKNJREFUOE+t1MEJAjEQhWGnMA92IYiwFpFATnuVvCYsxVK0kGEk4EFkNzMvu7nPx5D8RA47Hxnxaq1Tm8s5P/7nafCLzSJySyk9N4Ee1vDwhhEsDEaxEMhgLshiXXAEWwUBnM0MInJdSqPX7uIrA7ib2UVVj6WUFxP/ajYAZjObVPXEoN0OR1A3bBZ1wXZ/DBoCGTQMRlEKjKA0+IO+d/lgvcg/FmKPFSeG6o4AAAAASUVORK5CYII=) no-repeat;background-position:center}.ldrBriefIntro .nextmove[data-v-3b61b0f2]{display:none;width:30px;height:30px;border-radius:50%;border:2px solid #d6e7fc;position:absolute;top:calc(50% - 30px);right:5px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAALxJREFUOE+t1N0JwjAQB/Bc8iLoEBZ0D7uJblFKXwpF3EI3afdQsEMo+JKc5KHQh0vvLjQD/PI/7gPMyg8ob1u/zj644XcrRu1/JLhrnidEe/fellqUBGOqXDQJ5qKLYA7KglpUBM5RgHD5dMch1X0xGIFN9d47F3qD2H6vhweFqkAJqgbjOBm0vYFQUqWrQA6LFYhBCSYGpZgI1GAsOO0zN3vz8WGPgwZLJsxJNqVMHliwOC6t2CqrJ7nef4/tjRW7C+Y9AAAAAElFTkSuQmCC) no-repeat;background-position:center}.ldrBriefIntro .nextmove.notallow[data-v-3b61b0f2]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAK1JREFUOE+t1M0JxCAQBWAfNrKlJJ3sFqHgcU+CFpHtJCkljQwuQgI5jHFGYgGfb5gfmIcfOC+l9CaiLYSwa/9jwZzzVEpZiGjWoixYU42iTXAUvQVH0C6oRUXgFQXwcc5tre6LwQrEGF/W2tUY8/Xe/zhUBUpQNXiM0wpg5kpXgT2sViAGJZgYlGIiUIN1wXOfe7N3HZ/ucdBgzYQjyc6UzQMLYL9bsUdWT3K9/7QblhVFrv5NAAAAAElFTkSuQmCC) no-repeat;background-position:center}.introBox[data-v-3b61b0f2]{width:auto;white-space:nowrap;transition:.5s all;position:relative;left:0}.ldrIntroItem[data-v-3b61b0f2]{cursor:pointer;display:inline-block;vertical-align:middle;width:300px;height:200px;background:url(./ldrweixuanzhong@2x-Br9-MN7f.png) no-repeat;background-size:260px 148px;background-position:center 10px;position:relative;padding:10px 20px 30px}.ldrIntroItem img[data-v-3b61b0f2]{width:70px;height:auto;border-radius:15px;position:absolute;top:0;left:30px}.ldrIntroItem .ldrname[data-v-3b61b0f2]{line-height:75px;font-weight:700;font-size:18px;margin-bottom:10px;padding-left:90px;white-space:nowrap}.ldrIntroItem .intro[data-v-3b61b0f2]{padding:0 10px;line-height:18px;color:#666;font-size:14px;white-space:normal;display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}.ldrIntroItem.curItem[data-v-3b61b0f2]{background:url(./ldrxuanzhong@2x-BKwgBJ1e.png) no-repeat;background-size:100% 100%}.ldr_content[data-v-3b61b0f2]{padding:0 45px 20px;margin-top:-30px;line-height:28px}.ldr_activityBg[data-v-3b61b0f2]{display:none;height:320px;width:700px;background:url(./ldhdbgbj@2x-DtcjZuVH.png);background-size:100% 100%;position:absolute;bottom:30px;left:40px;padding:20px 30px 50px}.ldr_activityBg .ldr_activityBox[data-v-3b61b0f2]{height:calc(100% - 70px);width:calc(100% - 60px);overflow-y:auto;overflow-x:hidden;padding-top:10px;padding-left:10px;padding-bottom:20px;position:absolute;top:20px;left:30px;z-index:0;opacity:0}.ldr_activityBg .ldr_activityBox[data-v-3b61b0f2]:nth-child(1){z-index:1;opacity:1}.ldr_activityBg[data-v-3b61b0f2] ::-webkit-scrollbar{height:5px;width:5px}.ldr_activityBg[data-v-3b61b0f2] ::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}.ldr_activityBg[data-v-3b61b0f2] ::-webkit-scrollbar-track{background-color:transparent}.ldr_activityBg[data-v-3b61b0f2]:after{content:"";display:inline-block;width:100%;height:35px;position:absolute;bottom:50px;background:linear-gradient(to bottom,transparent,#fff);z-index:2}.btm_btn[data-v-3b61b0f2]{position:absolute;bottom:15px;left:40px}.btm_btn a[data-v-3b61b0f2]{display:inline-block;width:100px;height:30px;line-height:30px;text-align:center;color:#0c7bdd;background-color:#e1f3ff;border-radius:20px;margin-right:15px;font-weight:700}@media screen and (max-width: 600px){.btm_btn[data-v-3b61b0f2]{position:absolute;bottom:-2px;left:40px}.btm_btn a[data-v-3b61b0f2]{display:inline-block;width:100px;height:30px;line-height:30px;text-align:center;color:#0c7bdd;background-color:#e1f3ff;border-radius:20px;margin-right:15px;font-weight:700}.ldr_activityBg[data-v-3b61b0f2]{display:none;height:320px;width:300px;background:url(./ldhdbgbj@2x-DtcjZuVH.png);background-size:100% 100%;position:absolute;bottom:30px;left:40px;padding:20px 30px 50px}.ldr_activityBg .ldr_activityBox[data-v-3b61b0f2]{height:calc(100% - 70px);width:calc(100% - 60px);overflow-y:auto;overflow-x:hidden;padding-top:10px;padding-left:10px;padding-bottom:20px;position:absolute;top:20px;left:30px;z-index:0;opacity:0}.ldr_activityBg .ldr_activityBox[data-v-3b61b0f2]:nth-child(1){z-index:1;opacity:1}.ldr_activityBg[data-v-3b61b0f2] ::-webkit-scrollbar{height:5px;width:5px}.ldr_activityBg[data-v-3b61b0f2] ::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}.ldr_activityBg[data-v-3b61b0f2] ::-webkit-scrollbar-track{background-color:transparent}}.text[data-v-aadc7de0]{width:80%}.friendly_text[data-v-aadc7de0]{color:#3d90e1}.link_item[data-v-aadc7de0]{padding-left:10px;margin-top:10px;border-top:1px dashed #b5b5b5}.link_item li[data-v-aadc7de0]{position:relative;display:flex;align-items:center;justify-content:space-between;white-space:nowrap;margin:10px 0}.link_item li .data_title[data-v-aadc7de0]{width:calc(100% - 90px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;color:#333}.link_item li .data_title[data-v-aadc7de0]:before{position:absolute;top:50%;left:-10px;display:inline-block;content:"";width:5px;height:5px;border-radius:50%;background-color:#b5b5b5;transform:translateY(-50%)}.link_item li .data_title[data-v-aadc7de0]:hover{color:#387dbf}.link_item li .data_title[data-v-aadc7de0]:hover:before{background-color:rgba(56,125,191,.6)}.link_item li .data_type[data-v-aadc7de0]{color:#387dbf;margin-left:5px}.agency_image[data-v-5fe730cd]{margin:10px 0}.agency_image img[data-v-5fe730cd]{max-width:100%}.video_text[data-v-54e925c2]{width:100%;margin-top:15px}.issue[data-v-e91a8305]{padding:10px;background-color:var(--text-bg);background-color:#1d76d5;border-radius:10px;color:#fff}.chatSwitch[data-v-e91a8305]{display:none;width:15px;height:15px;background-size:15px 15px;margin-top:10px;margin-right:10px}.text[data-v-bdde1df4],.text[data-v-dcfe2a81]{width:100%;height:500px;padding:0;overflow:hidden}.mapbox[data-v-dcfe2a81]{width:100%;height:100%;border-top:1px solid #eee;margin-top:10px;margin-bottom:20px}.text[data-v-46e2fa11]{width:880px;max-width:880px}.text .card-container[data-v-46e2fa11]{width:100%;display:flex;justify-content:space-around}.text .card-container .cardbox[data-v-46e2fa11]{display:flex;align-items:center;justify-content:center;width:130px;height:40px;background:#f9f9f9;border:1px solid #ccc;text-align:center;cursor:pointer;color:#0074ce}.text .image-container[data-v-46e2fa11]{margin-top:20px}.text .image-container .chartbox[data-v-46e2fa11]{height:400px;width:100%}.text .iframeCon[data-v-46e2fa11]{width:860px;height:500px;overflow:hidden;position:relative}.text iframe[data-v-46e2fa11]{width:1920px;height:2100px;overflow:hidden;transform-origin:left top;transform:scale(.8);position:absolute;top:-320px;left:-460px}.text[data-v-e6c0bcb9]{width:100%;height:auto}.text .chart[data-v-e6c0bcb9]{width:100%;height:500px}.text[data-v-ff7a947e]{max-width:100%;line-height:inherit}.text .title_link[data-v-ff7a947e]{color:#387dbf;display:inline-block;text-decoration:none}.text .cardText-title[data-v-ff7a947e]{width:150px;height:50px;background:url(./meishibiaoti@2x-sRe0EK0p.png) no-repeat center center;background-size:100% 100%}.text .cardText-title p[data-v-ff7a947e]{text-align:center;line-height:50px}.text .imgBox[data-v-ff7a947e]{margin-top:10px;white-space:nowrap;overflow-x:auto}.text .imgBox img[data-v-ff7a947e]{height:180px;width:200px;object-fit:cover;margin-right:20px;border-radius:10px}.text .imgBox img[data-v-ff7a947e]:last-child{margin-right:0}.text .imgObjBox[data-v-ff7a947e]{overflow-x:auto;font-size:0;margin-top:10px;margin-bottom:10px}.text .imgObjBox .objBox[data-v-ff7a947e]{display:inline-block;width:220px;height:250px;border-radius:20px;overflow:hidden;margin:0 10px;background-color:#f5f6f9;white-space:normal;text-decoration:none;background:url(./tupian-bj@2x-_eLon7fD.png) no-repeat center center;background-size:100% 100%}.text .imgObjBox .objBox img[data-v-ff7a947e],.text .imgObjBox .objBox video[data-v-ff7a947e]{width:90%;height:70%;display:block;margin:8px auto 0;border-radius:20px;height:180px;object-fit:cover}.text .imgObjBox .objBox p[data-v-ff7a947e]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 20px);height:50px;margin:20px 10px 10px;color:#fff;font-size:15px;text-align:center;line-height:50px;color:#0c80d7;border-radius:20px}[data-v-ff7a947e]::-webkit-scrollbar{height:5px;width:5px}[data-v-ff7a947e]::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}[data-v-ff7a947e]::-webkit-scrollbar-track{background-color:transparent}.text[data-v-39402ef6]{max-width:100%;line-height:inherit}.text .title_link[data-v-39402ef6]{color:#387dbf;display:inline-block;text-decoration:none}.text .cardText-title[data-v-39402ef6]{width:150px;height:50px;background:url(./meishibiaoti@2x-sRe0EK0p.png) no-repeat center center;background-size:100% 100%}.text .cardText-title p[data-v-39402ef6]{text-align:center;line-height:50px}.text .imgBox[data-v-39402ef6]{margin-top:10px;white-space:nowrap;overflow-x:auto}.text .imgBox img[data-v-39402ef6]{height:180px;width:200px;object-fit:cover;margin-right:20px;border-radius:10px}.text .imgBox img[data-v-39402ef6]:last-child{margin-right:0}.text .imgObjBox[data-v-39402ef6]{white-space:nowrap;overflow-x:auto;font-size:0;margin-top:10px;margin-bottom:10px}.text .imgObjBox .objBox[data-v-39402ef6]{display:inline-block;width:220px;height:250px;border-radius:20px;overflow:hidden;margin:0 10px;background-color:#f5f6f9;white-space:normal;text-decoration:none;background:url(./tupian-bj@2x-_eLon7fD.png) no-repeat center center;background-size:100% 100%}.text .imgObjBox .objBox img[data-v-39402ef6],.text .imgObjBox .objBox video[data-v-39402ef6]{width:90%;height:70%;display:block;margin:8px auto 0;border-radius:20px;height:180px;object-fit:cover}.text .imgObjBox .objBox p[data-v-39402ef6]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:calc(100% - 20px);height:50px;margin:20px 10px 10px;color:#fff;font-size:15px;text-align:center;line-height:50px;color:#0c80d7;border-radius:20px}[data-v-39402ef6]::-webkit-scrollbar{height:5px;width:5px}[data-v-39402ef6]::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}[data-v-39402ef6]::-webkit-scrollbar-track{background-color:transparent}.friendlyTip[data-v-896ff8f0]{margin-bottom:10px}.thinkMsg[data-v-896ff8f0]{padding:10px;background:#f5eeee;border-radius:5px;margin-bottom:15px}.shenming[data-v-896ff8f0]{position:absolute;left:0;top:-37px;font-size:14px;color:#2f80e5;line-height:18px;padding:10px 28px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXEAAAAWCAYAAAA2AazyAAAAAXNSR0IArs4c6QAAApVJREFUeF7t279rE3EYx/HPk6AkF2MuRCji5FAcBCcHV5HaQVBxU1yLg+jm5OA/4OAo6Krook4F8QfUqQWnguBkhVqkDjYp9tJiL4+koFhN6l1+HcX3rXl+fO/1hYcvXy4mHgQQQACBXStg3Va+sOCFA2M615LOSjou0yG5Srv2TVk4AgggMEQBkzbdtC7XiqTPkj7I9U55vW01NVutWn0Y7f8a4u6ea0SaypluuXRwGE2piQACCPxnArGkWW/pWbyhx7WaLQ7q/bcN8bp71SI9kun0oBpQBwEEEEBgm0As13PP605YsBf92vwa4ivuoTU1Y9KxfouSjwACCCCQSGDOTTfDor1KFN0haGuIt69QVtc1Lddkr4XIQwABBBDoTcClJ3ul60FgS2krbA3x+ppfMdPdtMnEI4AAAggMSMDVUE5XK0V7kKaiuXthNdJHmcbSJBKLAAIIIDB4ATPdW/6ka+PjtpGkun2L/GIsPUwSTAwCCCCAwPAFTHrTKup8aNb+XHHHxxqRt4/ul/4VyO8IIIAAAqMTcGk+H2uiXLYvO3W1RtPfy3VkdEujEwIIIIBAEgGT5v27TlYq9rVbvNUjXzMpSFKQGAQQQACB0QqYNLO8pMlud+Tt6xQf7ZLohgACCCCQRsBd98OSTXXKYYinkSQWAQQQyErAdLnT54cM8aw2hL4IIIBAGgFXY4/p6J9/CGKIp0EkFgEEEMhQwF1Pw5Jd+H0JDPEMN4TWCCCAQFqBnOlUuWivf+YxxNMKEo8AAghkKzBXCewEQzzbTaA7Aggg0LNAPqeJfQV72S7ASbxnRhIRQACBjARc05WSnWGIZ+RPWwQQQKBPgXhTOlwLbJGTeJ+SpCOAAAJZCJh0Y39gt38AACerF3kbxb8AAAAASUVORK5CYII=) no-repeat center;background-size:100% 100%}.info .text[data-v-896ff8f0]{border-radius:0 10px 10px}.checkPass[data-v-896ff8f0]{margin-bottom:20px}.checkPass .passed[data-v-896ff8f0]{height:24px;padding-left:45px;line-height:24px;position:relative}.checkPass .passed img[data-v-896ff8f0]{vertical-align:middle;height:12px;width:auto;margin-right:3px}.checkPass .passed span[data-v-896ff8f0]{vertical-align:middle;line-height:24px;font-size:12px;color:#16bf00}.checkPass .passed[data-v-896ff8f0]:after{content:"";display:block;position:absolute;border:1px dashed #deefff;width:1px;height:calc(100% + 20px);top:0;left:8px}.thinktit[data-v-896ff8f0],.passtit[data-v-896ff8f0]{height:26px;line-height:26px;display:flex;align-items:center;justify-content:flex-start}.thinktit .titIcon[data-v-896ff8f0],.passtit .titIcon[data-v-896ff8f0]{display:inline-block;vertical-align:middle;width:26px;height:26px;background-color:#fff;border-radius:50%;margin-right:5px;display:inline-flex;justify-content:center;align-items:center}.thinktit .titIcon img[data-v-896ff8f0],.passtit .titIcon img[data-v-896ff8f0]{height:auto;width:14px}.thinktit .gouIcon[data-v-896ff8f0],.passtit .gouIcon[data-v-896ff8f0]{width:20px;height:20px;background-color:#ddefff;border-radius:50%;margin-right:5px;text-align:center;line-height:18px}.thinktit .triangle[data-v-896ff8f0],.passtit .triangle[data-v-896ff8f0]{vertical-align:middle;width:12px;cursor:pointer;transition:rotate .3s}.thinktit span[data-v-896ff8f0],.passtit span[data-v-896ff8f0]{color:#333;vertical-align:middle;font-weight:700;cursor:pointer}.processDialog[data-v-41b2efcf]{margin-top:10px}.friendlyTip[data-v-41b2efcf]{margin-bottom:10px}.thinkMsg[data-v-41b2efcf]{padding:10px;background:#f5eeee;border-radius:5px;margin-bottom:15px}.shenming[data-v-41b2efcf]{position:absolute;left:0;top:-37px;font-size:14px;color:#2f80e5;line-height:18px;padding:10px 28px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXEAAAAWCAYAAAA2AazyAAAAAXNSR0IArs4c6QAAApVJREFUeF7t279rE3EYx/HPk6AkF2MuRCji5FAcBCcHV5HaQVBxU1yLg+jm5OA/4OAo6Krook4F8QfUqQWnguBkhVqkDjYp9tJiL4+koFhN6l1+HcX3rXl+fO/1hYcvXy4mHgQQQACBXStg3Va+sOCFA2M615LOSjou0yG5Srv2TVk4AgggMEQBkzbdtC7XiqTPkj7I9U55vW01NVutWn0Y7f8a4u6ea0SaypluuXRwGE2piQACCPxnArGkWW/pWbyhx7WaLQ7q/bcN8bp71SI9kun0oBpQBwEEEEBgm0As13PP605YsBf92vwa4ivuoTU1Y9KxfouSjwACCCCQSGDOTTfDor1KFN0haGuIt69QVtc1Lddkr4XIQwABBBDoTcClJ3ul60FgS2krbA3x+ppfMdPdtMnEI4AAAggMSMDVUE5XK0V7kKaiuXthNdJHmcbSJBKLAAIIIDB4ATPdW/6ka+PjtpGkun2L/GIsPUwSTAwCCCCAwPAFTHrTKup8aNb+XHHHxxqRt4/ul/4VyO8IIIAAAqMTcGk+H2uiXLYvO3W1RtPfy3VkdEujEwIIIIBAEgGT5v27TlYq9rVbvNUjXzMpSFKQGAQQQACB0QqYNLO8pMlud+Tt6xQf7ZLohgACCCCQRsBd98OSTXXKYYinkSQWAQQQyErAdLnT54cM8aw2hL4IIIBAGgFXY4/p6J9/CGKIp0EkFgEEEMhQwF1Pw5Jd+H0JDPEMN4TWCCCAQFqBnOlUuWivf+YxxNMKEo8AAghkKzBXCewEQzzbTaA7Aggg0LNAPqeJfQV72S7ASbxnRhIRQACBjARc05WSnWGIZ+RPWwQQQKBPgXhTOlwLbJGTeJ+SpCOAAAJZCJh0Y39gt38AACerF3kbxb8AAAAASUVORK5CYII=) no-repeat center;background-size:100% 100%}.info .text[data-v-41b2efcf]{border-radius:10px}.checkPass[data-v-41b2efcf]{margin-bottom:20px}.checkPass .passed[data-v-41b2efcf]{height:24px;padding-left:45px;line-height:24px;position:relative}.checkPass .passed img[data-v-41b2efcf]{vertical-align:middle;height:12px;width:auto;margin-right:3px}.checkPass .passed span[data-v-41b2efcf]{vertical-align:middle;line-height:24px;font-size:12px;color:#16bf00}.checkPass .passed[data-v-41b2efcf]:after{content:"";display:block;position:absolute;border:1px dashed #deefff;width:1px;height:calc(100% + 20px);top:0;left:8px}.thinktit[data-v-41b2efcf],.passtit[data-v-41b2efcf]{height:26px;line-height:26px;display:flex;align-items:center;justify-content:flex-start}.thinktit .titIcon[data-v-41b2efcf],.passtit .titIcon[data-v-41b2efcf]{display:inline-block;vertical-align:middle;width:26px;height:26px;background-color:#fff;border-radius:50%;margin-right:5px;display:inline-flex;justify-content:center;align-items:center}.thinktit .titIcon img[data-v-41b2efcf],.passtit .titIcon img[data-v-41b2efcf]{height:auto;width:14px}.thinktit .gouIcon[data-v-41b2efcf],.passtit .gouIcon[data-v-41b2efcf]{width:20px;height:20px;background-color:#ddefff;border-radius:50%;margin-right:5px;text-align:center;line-height:18px}.thinktit .triangle[data-v-41b2efcf],.passtit .triangle[data-v-41b2efcf]{vertical-align:middle;width:12px;cursor:pointer;transition:rotate .3s}.thinktit span[data-v-41b2efcf],.passtit span[data-v-41b2efcf]{color:#333;vertical-align:middle;font-weight:700;cursor:pointer}.text strong[data-v-75c6aeda]{display:block;margin-bottom:20px;font-size:16px;color:#333}.button-container[data-v-75c6aeda]{display:flex;flex-wrap:wrap;gap:15px;margin-top:20px}.text .btnDom[data-v-75c6aeda]{display:inline-block;padding:12px 20px;color:#666;background-color:#fff;line-height:1.4;border-radius:8px;border:1px solid #e0e0e0;cursor:pointer;transition:all .3s ease;font-size:14px;min-width:120px;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,.1)}.text .btnDom[data-v-75c6aeda]:hover{background-color:#f5f5f5;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.text .btnDom.selected[data-v-75c6aeda]{background:rgba(74,144,226,.4);color:#4b94fa;border-color:#4a90e2;box-shadow:0 4px 12px rgba(74,144,226,.3);transform:translateY(-2px)}.ldrbg[data-v-75c6aeda]{width:100%;background:url(./ldmpbg@2x-DOq4U-eD.png) no-repeat center center;background-size:100% 100%}.ldrbg strong[data-v-75c6aeda]{margin-bottom:0;color:#a7bcd5}.ldrbg .btnDom[data-v-75c6aeda]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAiCAYAAACp43wlAAAAAXNSR0IArs4c6QAAA/pJREFUaEPtm01vE0cYx//Pem1vHEM2kMQkaRIFKUVq1aaoIDggoVxAQnBoKU1RP0BFW0i/Ac434C0pPfVYGkAcKlWCC0JCaqhSpWnVHAKqW0Je/JKsk9iOd73ep11LTuPYeVPAa+rZ23pn5vnv/zfr2Zl9hrCF48enT7213paTEtEJJhwCsJ+BPQS4tlC96oowkCVgHsCfxBixmB8kdd/9U12kb2YGbVTgYUhTZY/SB+YvATRs1pi4vqEDMYt5wDKNKz2d9fH1Sq4L5PFUqhfAVQYCwuiX5wABYQB9x1p935dqtQjIELOrdXr5GkCfvzwZoqUiBwhfG83KpR4ic/W1AiDM7PppVr8F5o+Eha/eASK6e3Sft5eIsvloBUCGZ9IDAIsn49WzWBWBBo82K18UAfl5Vu8FrFtl1SKC5Rwg8PnD+3w573NPyGhIUy1fzQSDG4VH5XeAQFHJ433zYD3Fc0B+CS8HCXS5/FJExLwDDO5/P1ATpBFmtxxJT4NIzDOc7B/MMbNJaaHfo+nTAH5wUouIveLAGRqPGTcs8MooL8xxzgEJNEDjc/owAUeckyEi/+cAPaEJzYgwi7erSugWRBSlZ5phT93Fqm1FEIFJobhhsgBSCThsDQb9tZiJkPjLqgwgRBGaXMwMQwzqlQEEeEJTSfMGLPHaWwlEGDxIs0nzNDOLiWEFECGiM8TM7kjKnBafaB0nEmvyyS25xcVoMhMkglhcdJAJM/oba93BHBCNWeVl8xkIex3UVL2hGXNLRrKrQ1W1lS+Gkwvpi7u88rXqdcW5O1/SzUttdcp1W8EKkG9G2H28PTHTUlcjnpIyspleWJ579Nzf/NkhyhQAsU/ujk0Gu1vrLwd2KWWUVL2hwktpjE1p/We724J5FwqSHO6NamrWlZx4K7C7saPeV71OleHO/9ZSGA8vRnVkD3z6bodWEoj94+2x558A9F3zbgVvB+rglaUyyKueELpp4Y/wAmYW0wD4/Lnu9oLEkpKZi3fGXgwy+IIsEfbv9aNzTy08LgFmJ93GyFoIzScRmksgYzHAfPPce+0X1rZZEshDZjn22ws71fFDu4JEQJNfQaPfC1Vxw+eR4XYRJNowNXgn+l/ruhYzMllGyjART2cQTeiIJNKwOeQOxr2G7jc+Xpu1WDSor3ZhaIhdODB5nUBFFF9rtxwXzzcb5tsu9vQUppCuO4as1Tv061QvEV8FWCRd7wgmhSWJ+s6+01oyyXrLQOyC346GVL8kf/XvKoudDCHShbYHJgZgQLbMKx8c7Fx3G8K2gOQL2xt3EinvSWI6gdzGHeoEWAXg2Z7G/21pA6A4wCEwRpj4gd+n3z/V1bXpRp28I/8A8z9Z5N41l0wAAAAASUVORK5CYII=) no-repeat center center;background-size:100% 100%;padding:8px 10px;color:#000;border:none;box-shadow:none;transform:none}.ldrbg .btnDom[data-v-75c6aeda]:hover{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAiCAYAAACp43wlAAAAAXNSR0IArs4c6QAAA/pJREFUaEPtm01vE0cYx//Pem1vHEM2kMQkaRIFKUVq1aaoIDggoVxAQnBoKU1RP0BFW0i/Ac434C0pPfVYGkAcKlWCC0JCaqhSpWnVHAKqW0Je/JKsk9iOd73ep11LTuPYeVPAa+rZ23pn5vnv/zfr2Zl9hrCF48enT7213paTEtEJJhwCsJ+BPQS4tlC96oowkCVgHsCfxBixmB8kdd/9U12kb2YGbVTgYUhTZY/SB+YvATRs1pi4vqEDMYt5wDKNKz2d9fH1Sq4L5PFUqhfAVQYCwuiX5wABYQB9x1p935dqtQjIELOrdXr5GkCfvzwZoqUiBwhfG83KpR4ic/W1AiDM7PppVr8F5o+Eha/eASK6e3Sft5eIsvloBUCGZ9IDAIsn49WzWBWBBo82K18UAfl5Vu8FrFtl1SKC5Rwg8PnD+3w573NPyGhIUy1fzQSDG4VH5XeAQFHJ433zYD3Fc0B+CS8HCXS5/FJExLwDDO5/P1ATpBFmtxxJT4NIzDOc7B/MMbNJaaHfo+nTAH5wUouIveLAGRqPGTcs8MooL8xxzgEJNEDjc/owAUeckyEi/+cAPaEJzYgwi7erSugWRBSlZ5phT93Fqm1FEIFJobhhsgBSCThsDQb9tZiJkPjLqgwgRBGaXMwMQwzqlQEEeEJTSfMGLPHaWwlEGDxIs0nzNDOLiWEFECGiM8TM7kjKnBafaB0nEmvyyS25xcVoMhMkglhcdJAJM/oba93BHBCNWeVl8xkIex3UVL2hGXNLRrKrQ1W1lS+Gkwvpi7u88rXqdcW5O1/SzUttdcp1W8EKkG9G2H28PTHTUlcjnpIyspleWJ579Nzf/NkhyhQAsU/ujk0Gu1vrLwd2KWWUVL2hwktpjE1p/We724J5FwqSHO6NamrWlZx4K7C7saPeV71OleHO/9ZSGA8vRnVkD3z6bodWEoj94+2x558A9F3zbgVvB+rglaUyyKueELpp4Y/wAmYW0wD4/Lnu9oLEkpKZi3fGXgwy+IIsEfbv9aNzTy08LgFmJ93GyFoIzScRmksgYzHAfPPce+0X1rZZEshDZjn22ws71fFDu4JEQJNfQaPfC1Vxw+eR4XYRJNowNXgn+l/ruhYzMllGyjART2cQTeiIJNKwOeQOxr2G7jc+Xpu1WDSor3ZhaIhdODB5nUBFFF9rtxwXzzcb5tsu9vQUppCuO4as1Tv061QvEV8FWCRd7wgmhSWJ+s6+01oyyXrLQOyC346GVL8kf/XvKoudDCHShbYHJgZgQLbMKx8c7Fx3G8K2gOQL2xt3EinvSWI6gdzGHeoEWAXg2Z7G/21pA6A4wCEwRpj4gd+n3z/V1bXpRp28I/8A8z9Z5N41l0wAAAAASUVORK5CYII=) no-repeat center center;background-size:100% 100%;box-shadow:none}.ldrbg .button-container[data-v-8c6b076a][data-v-75c6aeda]{display:flex;flex-wrap:wrap;margin-top:5px}.spbg[data-v-75c6aeda]{width:100%;background:url(./spbj-BVPt7S8F.png) no-repeat center center;background-size:100% 100%}.spbg strong[data-v-75c6aeda]{margin-bottom:0;color:#a7bcd5}.spbg .btnDom[data-v-75c6aeda]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAiCAYAAACp43wlAAAAAXNSR0IArs4c6QAAA/pJREFUaEPtm01vE0cYx//Pem1vHEM2kMQkaRIFKUVq1aaoIDggoVxAQnBoKU1RP0BFW0i/Ac434C0pPfVYGkAcKlWCC0JCaqhSpWnVHAKqW0Je/JKsk9iOd73ep11LTuPYeVPAa+rZ23pn5vnv/zfr2Zl9hrCF48enT7213paTEtEJJhwCsJ+BPQS4tlC96oowkCVgHsCfxBixmB8kdd/9U12kb2YGbVTgYUhTZY/SB+YvATRs1pi4vqEDMYt5wDKNKz2d9fH1Sq4L5PFUqhfAVQYCwuiX5wABYQB9x1p935dqtQjIELOrdXr5GkCfvzwZoqUiBwhfG83KpR4ic/W1AiDM7PppVr8F5o+Eha/eASK6e3Sft5eIsvloBUCGZ9IDAIsn49WzWBWBBo82K18UAfl5Vu8FrFtl1SKC5Rwg8PnD+3w573NPyGhIUy1fzQSDG4VH5XeAQFHJ433zYD3Fc0B+CS8HCXS5/FJExLwDDO5/P1ATpBFmtxxJT4NIzDOc7B/MMbNJaaHfo+nTAH5wUouIveLAGRqPGTcs8MooL8xxzgEJNEDjc/owAUeckyEi/+cAPaEJzYgwi7erSugWRBSlZ5phT93Fqm1FEIFJobhhsgBSCThsDQb9tZiJkPjLqgwgRBGaXMwMQwzqlQEEeEJTSfMGLPHaWwlEGDxIs0nzNDOLiWEFECGiM8TM7kjKnBafaB0nEmvyyS25xcVoMhMkglhcdJAJM/oba93BHBCNWeVl8xkIex3UVL2hGXNLRrKrQ1W1lS+Gkwvpi7u88rXqdcW5O1/SzUttdcp1W8EKkG9G2H28PTHTUlcjnpIyspleWJ579Nzf/NkhyhQAsU/ujk0Gu1vrLwd2KWWUVL2hwktpjE1p/We724J5FwqSHO6NamrWlZx4K7C7saPeV71OleHO/9ZSGA8vRnVkD3z6bodWEoj94+2x558A9F3zbgVvB+rglaUyyKueELpp4Y/wAmYW0wD4/Lnu9oLEkpKZi3fGXgwy+IIsEfbv9aNzTy08LgFmJ93GyFoIzScRmksgYzHAfPPce+0X1rZZEshDZjn22ws71fFDu4JEQJNfQaPfC1Vxw+eR4XYRJNowNXgn+l/ruhYzMllGyjART2cQTeiIJNKwOeQOxr2G7jc+Xpu1WDSor3ZhaIhdODB5nUBFFF9rtxwXzzcb5tsu9vQUppCuO4as1Tv061QvEV8FWCRd7wgmhSWJ+s6+01oyyXrLQOyC346GVL8kf/XvKoudDCHShbYHJgZgQLbMKx8c7Fx3G8K2gOQL2xt3EinvSWI6gdzGHeoEWAXg2Z7G/21pA6A4wCEwRpj4gd+n3z/V1bXpRp28I/8A8z9Z5N41l0wAAAAASUVORK5CYII=) no-repeat center center;background-size:100% 100%;padding:8px 10px;color:#000;border:none;box-shadow:none;transform:none}.spbg .btnDom[data-v-75c6aeda]:hover{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAiCAYAAACp43wlAAAAAXNSR0IArs4c6QAAA/pJREFUaEPtm01vE0cYx//Pem1vHEM2kMQkaRIFKUVq1aaoIDggoVxAQnBoKU1RP0BFW0i/Ac434C0pPfVYGkAcKlWCC0JCaqhSpWnVHAKqW0Je/JKsk9iOd73ep11LTuPYeVPAa+rZ23pn5vnv/zfr2Zl9hrCF48enT7213paTEtEJJhwCsJ+BPQS4tlC96oowkCVgHsCfxBixmB8kdd/9U12kb2YGbVTgYUhTZY/SB+YvATRs1pi4vqEDMYt5wDKNKz2d9fH1Sq4L5PFUqhfAVQYCwuiX5wABYQB9x1p935dqtQjIELOrdXr5GkCfvzwZoqUiBwhfG83KpR4ic/W1AiDM7PppVr8F5o+Eha/eASK6e3Sft5eIsvloBUCGZ9IDAIsn49WzWBWBBo82K18UAfl5Vu8FrFtl1SKC5Rwg8PnD+3w573NPyGhIUy1fzQSDG4VH5XeAQFHJ433zYD3Fc0B+CS8HCXS5/FJExLwDDO5/P1ATpBFmtxxJT4NIzDOc7B/MMbNJaaHfo+nTAH5wUouIveLAGRqPGTcs8MooL8xxzgEJNEDjc/owAUeckyEi/+cAPaEJzYgwi7erSugWRBSlZ5phT93Fqm1FEIFJobhhsgBSCThsDQb9tZiJkPjLqgwgRBGaXMwMQwzqlQEEeEJTSfMGLPHaWwlEGDxIs0nzNDOLiWEFECGiM8TM7kjKnBafaB0nEmvyyS25xcVoMhMkglhcdJAJM/oba93BHBCNWeVl8xkIex3UVL2hGXNLRrKrQ1W1lS+Gkwvpi7u88rXqdcW5O1/SzUttdcp1W8EKkG9G2H28PTHTUlcjnpIyspleWJ579Nzf/NkhyhQAsU/ujk0Gu1vrLwd2KWWUVL2hwktpjE1p/We724J5FwqSHO6NamrWlZx4K7C7saPeV71OleHO/9ZSGA8vRnVkD3z6bodWEoj94+2x558A9F3zbgVvB+rglaUyyKueELpp4Y/wAmYW0wD4/Lnu9oLEkpKZi3fGXgwy+IIsEfbv9aNzTy08LgFmJ93GyFoIzScRmksgYzHAfPPce+0X1rZZEshDZjn22ws71fFDu4JEQJNfQaPfC1Vxw+eR4XYRJNowNXgn+l/ruhYzMllGyjART2cQTeiIJNKwOeQOxr2G7jc+Xpu1WDSor3ZhaIhdODB5nUBFFF9rtxwXzzcb5tsu9vQUppCuO4as1Tv061QvEV8FWCRd7wgmhSWJ+s6+01oyyXrLQOyC346GVL8kf/XvKoudDCHShbYHJgZgQLbMKx8c7Fx3G8K2gOQL2xt3EinvSWI6gdzGHeoEWAXg2Z7G/21pA6A4wCEwRpj4gd+n3z/V1bXpRp28I/8A8z9Z5N41l0wAAAAASUVORK5CYII=) no-repeat center center;background-size:100% 100%;box-shadow:none}.spbg .button-container[data-v-8c6b076a][data-v-75c6aeda]{display:flex;flex-wrap:wrap;margin-top:5px}@media (max-width: 768px){.button-container[data-v-75c6aeda]{gap:10px}.text .btnDom[data-v-75c6aeda]{min-width:100px;padding:10px 16px;font-size:13px}}.topContent[data-v-ffb30f33]{overflow:hidden}.answerDialog[data-v-ffb30f33],.video-box[data-v-ffb30f33]{width:100%}.video-box video[data-v-ffb30f33]{width:100%}.contentBtm hr[data-v-ffb30f33]{border-top:1px solid #0f8cfb;margin-top:10px}.contentBtm .btns[data-v-ffb30f33]{padding-top:15px}.contentBtm .btns div[data-v-ffb30f33]{float:left;padding:3px 15px;border-radius:20px;color:#0f8cfb;box-shadow:0 0 10px #ccc;cursor:pointer}.contentBtm .btns div a[data-v-ffb30f33]{color:#0f8cfb}.contentBtm .btns .showHide[data-v-ffb30f33]{float:right}.contentBtm .btns .evaluate[data-v-ffb30f33]{float:right;margin-right:20px;box-shadow:none;padding:0;height:30px;display:flex;align-items:center}.video-box,.video{width:100%}.video-box video{width:100%}.text strong[data-v-09d38338]{display:block;margin-bottom:20px;font-size:16px;color:#333}.button-container[data-v-09d38338]{display:flex;flex-wrap:wrap;gap:15px;margin-top:20px}.text .btnDom[data-v-09d38338]{display:inline-block;padding:12px 20px;color:#666;background-color:#fff;line-height:1.4;border-radius:8px;border:1px solid #e0e0e0;cursor:pointer;transition:all .3s ease;font-size:14px;min-width:120px;text-align:center;box-shadow:0 2px 4px rgba(0,0,0,.1)}.text .btnDom[data-v-09d38338]:hover{background-color:#f5f5f5;border-color:#d0d0d0;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.text .btnDom.selected[data-v-09d38338]{background:rgba(74,144,226,.4);color:#4b94fa;border-color:#4a90e2;box-shadow:0 4px 12px rgba(74,144,226,.3);transform:translateY(-2px)}.loading[data-v-09d38338]{display:inline-block;overflow:hidden;position:relative}.loading span[data-v-09d38338]{vertical-align:middle;color:#0656f6}.loading img[data-v-09d38338]{vertical-align:middle;animation:loadimg 2s infinite linear}.loading .movebox[data-v-09d38338]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(290deg,transparent 20%,rgba(255,255,255,.6),transparent 80%);animation:movebox1 .8s infinite linear}.loading .movebox.movebox2[data-v-09d38338]{left:-100%;animation:movebox2 .8s infinite linear}@media (max-width: 768px){.button-container[data-v-09d38338]{gap:10px}.text .btnDom[data-v-09d38338]{min-width:100px;padding:10px 16px;font-size:13px}}div[data-v-8e78f9a4]{color:red}.charts[data-v-8e78f9a4]{width:100%;height:500px;margin:auto}.text[data-v-b58932c7]{width:100%;height:500px;padding:0;overflow:hidden}.text[data-v-a1410cd2]{width:100%}.friendly_text[data-v-a1410cd2]{color:#3d90e1;margin-bottom:15px;padding:0 22px;font-size:14px}.ailinksText[data-v-a1410cd2]{padding:0}.data-container[data-v-a1410cd2]{min-height:200px}.link_item[data-v-a1410cd2]{margin-top:15px;padding:0 22px}.link_item .page-item[data-v-a1410cd2]{display:none}.link_item.page-1 .page-item.page-1[data-v-a1410cd2],.link_item.page-2 .page-item.page-2[data-v-a1410cd2],.link_item.page-3 .page-item.page-3[data-v-a1410cd2],.link_item.page-4 .page-item.page-4[data-v-a1410cd2],.link_item.page-5 .page-item.page-5[data-v-a1410cd2],.link_item.page-6 .page-item.page-6[data-v-a1410cd2],.link_item.page-7 .page-item.page-7[data-v-a1410cd2],.link_item.page-8 .page-item.page-8[data-v-a1410cd2],.link_item.page-9 .page-item.page-9[data-v-a1410cd2],.link_item.page-10 .page-item.page-10[data-v-a1410cd2]{display:block}.link_item li[data-v-a1410cd2]{position:relative;align-items:center;justify-content:space-between;white-space:nowrap;margin:12px 0;padding:8px 0;border-top:1px solid #e9ecef}.link_item li .data_sjfl[data-v-a1410cd2]{float:left;border-radius:30px;background-color:#d6e5f2;padding:0 15px;margin-right:10px;color:#015293}.link_item li .data_title[data-v-a1410cd2]{width:calc(100% + -0px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;color:#333;font-size:15px;text-decoration:none}.link_item li .data_title span[data-v-a1410cd2]{display:block}.link_item li .data_title[data-v-a1410cd2]:hover{color:#387dbf}.link_item li .data_content[data-v-a1410cd2]{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:14px;color:#000;margin-top:5px}.link_item li .data_zdname[data-v-a1410cd2]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:12px;color:#999;margin-top:5px;margin-right:8px}.link_item li .data_xqputdate[data-v-a1410cd2]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:12px;color:#999;margin-top:5px;float:right}.pagination-controls[data-v-a1410cd2]{display:flex;justify-content:center;align-items:center;margin-top:20px;padding:15px 22px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;gap:15px}.page-btn[data-v-a1410cd2]{padding:8px 16px;border:1px solid #007bff;background:#fff;color:#007bff;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s ease}.page-btn[data-v-a1410cd2]:hover:not(:disabled){background:#007bff;color:#fff}.page-btn[data-v-a1410cd2]:disabled{opacity:.5;cursor:not-allowed;background:#f8f9fa;color:#6c757d;border-color:#dee2e6}.page-info[data-v-a1410cd2]{font-size:14px;color:#495057;text-align:center}.page-info .total-info[data-v-a1410cd2]{font-size:12px;color:#6c757d;margin-left:8px}.no-data[data-v-a1410cd2]{text-align:center;color:#6c757d;padding:20px;font-style:italic}.onethingDialog[data-v-78939395]{width:100%}.topContent[data-v-78939395]{width:100%;overflow:hidden;font-family:"Microsoft YaHei, Simsun, SimHei, Arial"}.topContent .title[data-v-78939395]{font-family:"Microsoft YaHei, Simsun, SimHei, Arial";color:#333;font-size:24px;font-weight:700}.topContent .introduction[data-v-78939395]{color:#666;font-size:16px;margin-top:16px;line-height:20px}.topContent .step[data-v-78939395]{margin-top:16px}.topContent .step .step-title[data-v-78939395]{color:#333;font-size:18px;font-weight:700}.topContent .step .step-instruction[data-v-78939395]{color:#333;font-size:16px;line-height:20px;font-weight:600}.topContent .step .methods[data-v-78939395]{padding-left:18px}.topContent .step .methods li[data-v-78939395]{color:#333;font-size:16px;line-height:20px;margin-top:14px}.topContent .step .methods li[data-v-78939395]:before{content:"";display:inline-block;width:6px;height:6px;background-color:#333;border-radius:50%;margin-right:10px;line-height:24px}.topContent .step .methods li .method-action[data-v-78939395]{color:#0f8cfb;background-color:#f1f7ff;padding:2px 10px;border-radius:10px;margin-left:10px}.topContent .step .methods li .method-details[data-v-78939395]{padding-left:18px;font-size:14px;margin-top:8px}.topContent .step .methods li .method-details p[data-v-78939395]{display:inline;margin-right:5px}.topContent .step .materials[data-v-78939395]{padding-left:18px}.topContent .step .materials li[data-v-78939395]{color:#333;font-size:16px;line-height:20px;margin-top:10px}.topContent .step .materials li[data-v-78939395]:before{content:"";display:inline-block;width:6px;height:6px;background-color:#333;border-radius:50%;margin-right:10px;line-height:20px}.topContent .process img[data-v-78939395],.topContent .processingTime img[data-v-78939395]{width:100%;margin-top:30px}.topContent .process-title[data-v-78939395],.topContent .processingTime-title[data-v-78939395]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOQAAABmCAYAAADbLz1eAAAJ4ElEQVR4AeycaWwcRRbH3+vE4dhFaBMpSrwk4MTOSpvVBnbtBLLfsstql12xTpzdFZ84RcASYAISEQiQQArwgSCOKBxCICFxiSsSEoIPIHFJHOIQisINIQYcxxnbyRyOPdOPfw9kMuPpcc9kjm7P/K2qTE9PdVX1r96/XtWbzjhyjH9DZr8aTdn5o0l7Jpa0EWRjNjJINgWDGGx5Tyxhu0YT9kosZTtwvAnHZ5jZnGOUTFmXVSzIsQlbhs5unzch35vJoybSh5YWIDORQLMQ+A1uZKmo/N5UzhaTy3B8P44/GE3JMOz/SYjzPxBnG8rVNJUtyPFxm4+ObHdd+Qw96EcnT8YrEwm0GoH5uOH/Q5wvxFIyiBXinWMp68C5mqSyBLk/Yeem22Q3vGE/8lxk6FGYMQRk0bp2gOFf6Ipszph8fiBhj2BpuxTnqkozChIuec6BuG1DoZ1Q30Lk1qUfPeVxLKIzJnOhwgvMlU9jcbsOuvHe41TlCVrzv2iv2QmxpOwUlav9S/AsCZDANAInmMrt0M37o3FbNe2zst76CvILs+OOT8pzmID+hUzHCJTkQIdcgQ2syqi8g63eZTCdipKvIOcn5BE1+YdU0AOWBXfyomqP2sBx0NCOkYRtxxK27K9KigS5P27XYqN63tF6yZgsaAPHbAMm/SMJeQyizP+KBLO3fyoQJFxsN4ptRWYiARKoHYHzRuLyNEQZ6ClzgvQKI0r0kJm0IQszvAKmRXIgh5rYgEgvRHlvkMZzghw5JBei8OnITCRAAnUggPn98uGDtmWmqrOC3GU2z1W5ERcwNgNa5ACvSA710YLK1qG4/RV4fVNWkAsOSh9aX4rMkYicGjFu7FMz2aWqK48NHjTf57+zgsSQX8wxb6Yx571E3J4XI7rzAHRXlJx9Y7ZMVNYVfcITJEACdSOgIn3Q3tnTG3BcR9YjiqTIjKxiWiUHeFdyaIgW8H3/Nny7UfDcq4N94z+nq5TvSYAEakEgoA6VP/w4Lhfll3LgEc5CbsiMwHbofWgDhTYAMW7J95JeUOdEnGQiARIIh0DH0Lj0yi9/DrYLWLVCtTjBY3KgDTTeBrCXvBjyyyZvD9n4HnDUyZw2kG8Dfxs6ZAs9RdJDgkIkbIP9aOWV2tzMlPwXJiBeUIcBHSiSwQZM2OQQmhawbP13VpDeP8wkQAKhE/gLoq1zuGTFOMAxtPJyifceDRs4afCA/JlBHaoRa9VoWOSsnRlqZEPmSDc9JG2x1XUQnfs3WcGgDmY3BnTgJMkhtIBOzv5EurwndeAjmEiABEInYLKMHpKeIXzPwDE4MgYncQ+JaRH20LB9BNvC8pjMS9nbrxllpUKokOjYwMn0kJytS83WPN9425hgUAfQmUggIgTiDOpguZILO/P4SHCBrz620AA7gSAxNaBtLk/IgTYQvg38yKAOZyMGdaJiA658yaBO+LMiPRPH4GcbUPmce0jMjg3YG3BPRs6BNiCu7GaUFbNzHRKrJIFKCZjjyBv0kJy5A2duriCwza6znbgmuzsX6TD3kJjHwPrnNTyPySEkGxCVV9G0MMpKNWL6hymQQ6gc4BmfwigIXkPtB2dkjAK1ECkbDMMm96xYLG/BFCBIWAP3CDAIcuBeMjwbeFxV0bpgyerJkpkESCAsAmmo8P4jjTPKinmJKwSuEMKyAayPn1jZrt8dFSSOYJM4j0HhMTnQBhppA1PAfQtyLvHBgByKYzngNSRQBQGVe1Yu0S/za+CSFcuDsJYrbBerstblP3R8Sgq8oydMfu0BCrCJRi5T2BaZi6vS39WlB4GiIPHBAKoRbgo2QQ4N44CV0YOnL9HnQb0o0UMCCW2xYbYYodVBaPf8SbpNrobZ+SZ6SKoxNMtsQXUO6hw5p7tdk75qxEl6SECgJqnJBthAQk02rjpFB2FyJROjrBgJrOn52Bg51NMGxqHAv6/q0HfwOmPi95Az4uGHJFAlAZURRFTXnXGavl1OTfSQ5XgGlqmn92jaul2TjzIqa7pP0w/KEaNXhntIUIDeWjC+wH1jXcfd5NHJNlnbc6p+DRMrO3HJWjYqFiSBsggMmkpv93K9cO0STZV1RV4hLlkxTTKoA29JDtUunSdhR3elM7Kyp0N35mmsokN6yIpwsfCsI1D/Dqcwl+1IO/K7nuW6+Uyfx+Eq6QI9JGhiZqt2duT1rcfxQ3Fl89Q8OWX1cu0/q0O/rUR4pcoyqAMysCUGdcghyAa+Q4FnYStXqCvLV3fqn3q69C7sE2NAV7PkoBFsIFAfWqrgOAav8pKK3I1rbkDewixkYE3D4BrY9qVQxQZVWZ05LAvWdOqpq7t0I17v61mhFUVOUU/ZqRIPia9VZCciSOv2dMpCrJXPwSwxsKZLtyLfwaxk0NU0DLbBth+C+J7HcvS9tSs1VraiqixYVlAnnpzKoOAfIcLeMzv1tf+pZqpsN5KXs1MkEDaBwKDO3qG47P4qNgR3vSvszrJ9Emh2AnB8/reIPaJ8NTgmP+yPi6tGj+iPiWdJoKYESu4hv/5+XA6MTdS0MVZGAiQwMwHfKOvQSAJizHvqxxBDnbkefkoCoRJolsaLPGRyIi2D++LT76/ox3imF+B7EiCB6gkUeEhv3/gNlqrmHVRfN2sgARKokECBhxwZS0lywvsx5QprYXESIIGaEMhFWT2v+MPwId9KVYQq9SXDkyRQWwI5D+l5x6m061u7iZT8lSzfC6J9kr0jgcgSyHnI4Rg1F9lRYsdahkDWQ8aTkzJxON0yN80bJYGoEnC8bxhj40EPACjdZ1RHkP1qKgJZDzl2KEiQxqBOUw37rL2Zpu+4k0xNWbpEMKfp7543SAIRI+Bg/0jvF7FBYXdal4CTSE0FPhZnYoFlWhch75wEakcAS9bJfUHVqXqhn6BS/JwESKBaAs5k2v2s2kqieT17RQKzj4DjiHwc3G3+ZEcwI5YggeoJOBmV1wOrcaXo/2MFXsMCJEACFRNwThxe9BauYtAGEJhIIGwCzqZNOmUmz4XdEbZPAkcJtO4RtpC4ebWH8W/ppBr0KE/pa/kJCZBA2QSyghzY0P4mrngXuURyD5f4gKdJgARqSCArSK8+c+0m75WZBEggPAI5QQ5sbH8Z3XgRmYkESCAkAjlBeu2nHbdfRMek+C+6X3sU95VnSGDWEigQ5DW9v91r6l6CuzHkXDJx+MvlORo8IIH6ESgQpNfMwPr2Z8XkZu+YmQRIoLEEigTpNX9V3+Jbxew279jLDt54r8wkQAL1JeArSK/Jq/rarxeTm3BsosIneQCCqcYEWF0RgZKC9Ep6nhJqPFf8Az3CPxIggdoSmFGQXlMDGxa9eOX6RU94x8wkQAL1JRAoyPo2z9pJgATyCfwEAAD//9ozaRIAAAAGSURBVAMAfdjwUaR993gAAAAASUVORK5CYII=) no-repeat left center;background-size:100% 100%;height:80px;width:150px;text-align:center;margin-top:10px;line-height:50px;font-size:20px;color:#0f8cfb;position:absolute}.topContent .itemList .itemList-title[data-v-78939395]{color:#333;font-size:18px;font-weight:700}.topContent .itemList .itemList-items li[data-v-78939395]{color:#333;font-size:16px;line-height:20px;width:48%;display:inline-block;background:#eef4ff;padding:18px 16px;border-radius:20px;margin-top:8px;margin-right:2%}.topContent .itemList .itemList-items li[data-v-78939395]:nth-child(2n){margin-right:0;margin-left:2%}.topContent .itemList .itemList-items li .item-dept[data-v-78939395]{color:#666;float:right}.topContent .bottomNavigation[data-v-78939395]{margin-top:30px}.topContent .bottomNavigation img[data-v-78939395]{width:150px}.contentBtm hr[data-v-78939395]{border-top:1px solid #0f8cfb;margin-top:10px}.contentBtm .btns[data-v-78939395]{position:absolute;display:inline-block;right:68px;bottom:8px}.contentBtm .btns div[data-v-78939395]{float:left;padding:3px 15px;border-radius:20px;color:#0f8cfb;box-shadow:0 0 10px #ccc;cursor:pointer}.contentBtm .btns div a[data-v-78939395]{color:#0f8cfb}.contentBtm .btns .showHide[data-v-78939395]{float:right}.contentBtm .btns .evaluate[data-v-78939395]{float:right;margin-right:20px;box-shadow:none;padding:0;height:30px;display:flex;align-items:center}.control-panel[data-v-7bd30141]{background:#f0f8ff;padding:0;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin:0;position:absolute;right:0;top:0;border:1px solid #fff}.control-container[data-v-7bd30141]{display:flex;align-items:center;flex-wrap:wrap}.control-item[data-v-7bd30141]{display:flex;align-items:center;cursor:pointer;transition:all .3s ease;padding:4px 8px;border-radius:8px}.control-item[data-v-7bd30141]:hover{background:rgba(255,255,255,.7);transform:translateY(-2px)}.toggle-switch[data-v-7bd30141]{cursor:pointer}.toggle-track[data-v-7bd30141]{width:40px;height:20px;margin-left:7px;background:#ccc;border-radius:12px;position:relative;transition:background .3s ease}.toggle-track.active[data-v-7bd30141]{background:#4caf50}.toggle-handle[data-v-7bd30141]{width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.toggle-handle.active[data-v-7bd30141]{transform:translate(19px)}.control-icon[data-v-7bd30141]{width:24px;height:24px;color:#1976d2;display:flex;align-items:center;justify-content:center}.control-icon svg[data-v-7bd30141]{width:20px;height:20px}.control-text[data-v-7bd30141]{color:#1976d2;font-size:14px;font-weight:500;white-space:nowrap}@media (max-width: 768px){.control-container[data-v-7bd30141]{gap:20px;justify-content:center}.control-item[data-v-7bd30141]{gap:6px;padding:6px 10px}.control-text[data-v-7bd30141]{font-size:13px}}[data-v-7bd30141] .slick-slide{text-align:center;overflow:hidden}[data-v-7bd30141] .slick-arrow.custom-slick-arrow{width:40px;height:40px;font-size:40px;transition:ease all .3s;color:#007aff;opacity:1;z-index:1}[data-v-7bd30141] .slick-arrow.custom-slick-arrow:before{display:none}[data-v-7bd30141] .custom-slick-arrow.slick-arrow.slick-prev{left:-85px!important}[data-v-7bd30141] .custom-slick-arrow.slick-arrow.slick-next{right:-85px!important}[data-v-7bd30141] .slick-slide .helpbox{display:flex;align-items:center}[data-v-7bd30141] .slick-slide .helpbox .titledom[data-v-7bd30141]{display:inline-block;width:400px;height:45px;background-color:#015198;border-radius:30px;text-align:center;color:#fff;line-height:45px;font-size:18px}[data-v-7bd30141] .slick-slide .helpbox .imgbox[data-v-7bd30141]{height:450px;width:100%;display:flex;align-items:center}[data-v-7bd30141] .slick-slide .helpbox .imgbox[data-v-7bd30141] .jqrimg[data-v-7bd30141]{width:100px;margin:0 50px}[data-v-7bd30141] .slick-slide .helpbox .imgbox[data-v-7bd30141] .helpimg[data-v-7bd30141]{max-width:100%;width:100%;max-height:400px;border-radius:20px}[data-v-7bd30141] .slick-slide .helpbox .tipbox[data-v-7bd30141]{font-size:20px;background-color:#ecf4fd;border-radius:0 0 20px 20px;padding:20px 0;text-align:center;line-height:40px}[data-v-7bd30141] .slick-slide .helpbox .tipbox[data-v-7bd30141] p[data-v-7bd30141]{color:#666}[data-v-7bd30141] .slick-slide .helpbox .tipbox[data-v-7bd30141] strong[data-v-7bd30141]{color:#333}span.ant-modal-close-x{font-size:32px!important;color:#fff}.ant-modal .ant-modal-close{top:-25px;inset-inline-end:-35px;width:32px;height:32px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAdCAYAAAC9pNwMAAAAAXNSR0IArs4c6QAAA65JREFUSEu9l9urVlUUxX/D6qkHKXrIFLtA95NKlhWFZWhCf0D1UE9ZUIQoRaaGaaYZGF2ohzIQ6iHzLzCLkqKotBtmaohBN+nBorCX1KZrfKx12Ge59/dtqFxwHs635pxjzbnGHGtu0XNFxEzgVmAOcBEwGQjgT+B74DPgPUlf9QmpYUYRcQZwN7AYmNUnIPAl8HI63OuSjnb5dAJHxI3Aa8Bl2flv4FNnBexNh/ktZ3xOtrkZsI8P67UPWCTpozbwVuCIWAk8mf4mAX8ALwKvSPp5RIWmAg8ADzWuYqWkp2u/k4AjYiPwcDbclk89FLAOGhHTgM3A/Lz3vKSlTbsJwBGxIpVqXTZ4RtJjPe+11SwiNgDL8uZySf5/sMaBI+Im4MP/CrQAVOBzJQ0wBsCZvd8AlwDbJS38N5m2lP5t4DZgPzAm6VgBvg94FfjL4JJ+aTpHxAzgR0m/jyDXWakTpknaXfmfB3wHnAncL2lTAbbhGLA+9Z4ZPb4i4mrg89TPB4BbupgdEdOB97O4XCPJPs045o45tFvSDOVsvgb+yac9VDmcnYEv6AKvQA8CBp5QnYiY4qoBp1mMDGzWmW07JM1rK2VEGNTZFPB5kn7K/GhmalDv/dARZ0eKY6FZauA3k8rclYi2RtLqrjtsA88CU8o7FDQfck2q7CrgLQN/AlyXZPBOSVtHkKeZ+bcZ2JI6EjQD32FQYKeBrbt2XiDp3VFtlDPfDlycba3JC7vKW/HFSvaOtd7APvnl2dkBh65MJNtdmg3tb+DBnY+oWAHeZ2C/o9f2LHWTSBYDPyLO3K02TrghPJlQ6i0GTTRfK8kX37paWsYd4NYwuc7vAx4RT6TgJvAWZ+yXyC/SB5JM9ZNWG2i504i4sAIfJjJ+y33gRw3skcbjynFgqqRfK0JYBndlRWplbyace7Rkfr2kw1Wcc9MTax64SlcVySwEW5cE/PHKYXYGHiUOpdUMbuX6oorzFGA53iNprAAvStluAo6YrS2PhHX8UJ1FfScRYXmdImlPBdr5SDh9G7tF/u9n8UpJx0/FILAeWJ4rMHEQKGWJCI86ZTDbIKk4jNKGrhZ0rDI+eejzIQarbdh7DliS961Q9/ZRpepOPW16sLg9//6spEeaNl3jrTP1w+19j7cvOFCP8dYkerAx3hprlaS1dUmGDfQe/sz0MtAfS3PTx1ks/DC4T/0JYyZfkYXhhsZAb0l1tfoP9I07Px24J5fec1ef5U+Yl4A3hn3CnABAeKnf2O9/CAAAAABJRU5ErkJggg==);background-repeat:no-repeat}.ant-modal .ant-modal-close .anticon-close{display:none}.ListItem[data-v-7bd30141]{margin-bottom:10px}.ListItemTit[data-v-7bd30141]{font-weight:700}.top-content{width:100%;padding-top:0;border-radius:0 0 15px 15px;box-shadow:0 0 10px rgba(0,0,0,.05)}.top-content .znwdlogo{width:100%;display:flex;background-position:0px;background-size:100%;height:100px;position:relative}.top-content .znwdlogo .znwd_img{width:85px;height:auto;position:absolute;left:20px;bottom:0}.top-content .znwdlogo span{display:block;left:105px;color:#fff;height:32px;line-height:32px;margin-top:15px;position:absolute;bottom:45px;font-size:14px}.top-content .hotspot-cards{padding:10px 12px;border-radius:10px;margin:10px 0;max-height:300px;overflow:hidden;transition:all .3s ease}.top-content .hotspot-cards.hotspot-hidden{max-height:0;padding:0 12px;margin:0;box-shadow:none}.top-content .hotspot-cards h5{padding:0 0 10px 10px;display:flex;align-items:center;font-size:16px;color:#333;font-weight:600}.top-content .hotspot-cards h5 .title-robot-icon{width:36px;height:36px;margin-right:8px;border-radius:50%;background-color:#f0f8ff;padding:2px}.top-content .hotspot-cards .hotspot-swiper{position:relative;overflow:hidden}.top-content .hotspot-cards .hotspot-swiper .swiper-wrapper{display:flex;transition:transform .3s ease}.top-content .hotspot-cards .hotspot-swiper .swiper-wrapper .swiper-slide{flex:0 0 100%;width:100%}.top-content .hotspot-cards .hotspot-swiper .info-card{width:100%;height:auto;display:block;border-radius:8px;padding:2px 0;transition:all .3s ease;position:relative;box-sizing:border-box;margin-bottom:10px}.top-content .hotspot-cards .hotspot-swiper .info-card:last-child{margin-bottom:0}.top-content .hotspot-cards .hotspot-swiper .info-card:hover{color:#1976d2;background-color:rgba(25,118,210,.1)}.top-content .hotspot-cards .hotspot-swiper .info-card .hotspot-tag{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAAcCAYAAADLGVncAAAAAXNSR0IArs4c6QAAA0tJREFUaEPlmU9PE0EYxp93SZSDB0n0QGLALwB+BPEjEAyfgLYKhOhB8WC8mYgHz0ZIRE/S1qLx4KmKnlFCWz1YEzWIC8R/CdDun3ZenW23LG13t3tkuj20nZ13M/vLvDPPPC+hgyu3YQ49NntyJgPM9QD53fTfuedtF24faml3+3KjD4Cm3y19nPtUG4Ooj8X99rbJcfk8qzFmpoNn+L2LQD41TcNeRNQBLxR0+85yGbM71fpgZVAXAGPGbHqK7kYCxsz0Ycv+mjVp4LPdVcCExTj7fIo2IgHL6fZ5DbyyahHeWd0DTDBW0pN0oTkDQ1OysGU9ACNWrACvDK1r1jDBiKUnaSESsGKRj5snbB1A304VWC53DTDDMtD/7Cr9jQQs/6MySiQyMshg4NF+dwBjgUxqksbabYiBKVnQ7TTAjcDFfQ2G3K4V3yVFFWPpKXImSsczbO0LnzzWW9EZ3OsGLZcI29U6Y3VlxZ9dC/0vZ8iMBKywaU1Aw7w3KGsQirbywOaTlyjup099UzKvW68JGPEGSmmxaqoNjDWMpOL0JhKw9V98pseyvwHQvIFFG8ga9SY1U3IjmcAgiNwDYGdrWEG3rwM819xbSotMSWFghLlknG4EHRfbpmRBt9YBHDp0utJicU9dYAIYTiUoHwlYbssc0phyfkEP9zRI10K5wzeQW4rTuTAzomWGSWcC4Fm/wEyJIF0L1YBJZyKZOOxMhMoK15kAMOAHLFsmFCvKARM2YTATo++RZpjrTAQFSVkh5YViM2xlKd7qTITOMNeZCAL2ya65FkoBE4gtJVqdiUBgNWeiogPcFwRsW7oWUlqoosMAw9xt70wEAvu4XRkVouZMBF3StXCkhSLABPA0OUEXw97bvd/YJZudiaAHONLCW2SQnd2CyFErggBrqGJiKUHvO4HmAGvnTAQFO9KivlN6q0hHtmoEVCGwUAJuvkjQz1Dh2s6ZCApypIV0LVQrswG//6O7xadwPzVOVd81rJ0zESotpGuhGrCDmut6pYqZzDS9beZAfs5EEDDHtSjXFn4lUrLNBiYY8vOENFxLXabNxqLv50yESot9tYF51uM9EG7jNO6lxskiP2ciVFrsdg0wBwUziixw5R9msoHRZXTFSQAAAABJRU5ErkJggg==) no-repeat center center;background-size:100% 100%;color:#fff;font-size:8px;padding:3px 14px;border-radius:0 10px 10px 0;font-weight:500;width:60px;height:20px;float:left}.top-content .hotspot-cards .hotspot-swiper .info-card .card-content h3{margin:0 0 6px;font-size:13px;font-weight:600;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.top-content .hotspot-cards .hotspot-swiper .info-card .card-content .card-bottom{margin-left:58px;width:82%;display:flex;justify-content:space-between;align-items:center}.top-content .hotspot-cards .hotspot-swiper .info-card .card-content .card-bottom .news{font-size:11px;color:#666;font-weight:500}.top-content .hotspot-cards .hotspot-swiper .info-card .card-content .card-bottom .date{font-size:11px;color:#999;font-weight:500}.top-content .hotspot-cards .hotspot-swiper .swiper-pagination{display:flex;justify-content:center;margin-top:10px}.top-content .hotspot-cards .hotspot-swiper .swiper-pagination span{width:8px;height:8px;border-radius:50%;background-color:#ddd;margin:0 4px;cursor:pointer;transition:all .3s ease}.top-content .hotspot-cards .hotspot-swiper .swiper-pagination span.active{background-color:#2c79e9;transform:scale(1.2)}.top-nav{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-bottom:1px solid #d9edf7;height:40px}.top-nav .back-btn{width:24px;height:24px;display:flex;justify-content:center;align-items:center;cursor:pointer}.top-nav .right-buttons{display:flex;gap:10px}.top-nav .right-buttons .hotspot-toggle-btn,.top-nav .history-btn,.top-nav .menu-btn{width:24px;height:24px;display:flex;justify-content:center;align-items:center;cursor:pointer}.top-nav svg{width:20px;height:20px;fill:none;stroke:#000;stroke-width:2}.hotspot-cards{padding:10px 12px;border-radius:10px;margin:10px 0;overflow:hidden}.hotspot-cards .hotspot-swiper{position:relative;overflow:hidden}.hotspot-cards .hotspot-swiper .swiper-wrapper{display:flex;transition:transform .3s ease}.hotspot-cards .hotspot-swiper .swiper-wrapper .swiper-slide{flex:0 0 100%;width:100%}.hotspot-cards .hotspot-swiper .info-card{width:100%;height:auto;display:block;border-radius:8px;padding:2px 0;transition:all .3s ease;position:relative;box-sizing:border-box;margin-bottom:10px}.hotspot-cards .hotspot-swiper .info-card:last-child{margin-bottom:0}.hotspot-cards .hotspot-swiper .info-card:hover{color:#1976d2;background-color:rgba(25,118,210,.1)}.hotspot-cards .hotspot-swiper .info-card .hotspot-tag{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAAcCAYAAADLGVncAAAAAXNSR0IArs4c6QAAA0tJREFUaEPlmU9PE0EYxp93SZSDB0n0QGLALwB+BPEjEAyfgLYKhOhB8WC8mYgHz0ZIRE/S1qLx4KmKnlFCWz1YEzWIC8R/CdDun3ZenW23LG13t3tkuj20nZ13M/vLvDPPPC+hgyu3YQ49NntyJgPM9QD53fTfuedtF24faml3+3KjD4Cm3y19nPtUG4Ooj8X99rbJcfk8qzFmpoNn+L2LQD41TcNeRNQBLxR0+85yGbM71fpgZVAXAGPGbHqK7kYCxsz0Ycv+mjVp4LPdVcCExTj7fIo2IgHL6fZ5DbyyahHeWd0DTDBW0pN0oTkDQ1OysGU9ACNWrACvDK1r1jDBiKUnaSESsGKRj5snbB1A304VWC53DTDDMtD/7Cr9jQQs/6MySiQyMshg4NF+dwBjgUxqksbabYiBKVnQ7TTAjcDFfQ2G3K4V3yVFFWPpKXImSsczbO0LnzzWW9EZ3OsGLZcI29U6Y3VlxZ9dC/0vZ8iMBKywaU1Aw7w3KGsQirbywOaTlyjup099UzKvW68JGPEGSmmxaqoNjDWMpOL0JhKw9V98pseyvwHQvIFFG8ga9SY1U3IjmcAgiNwDYGdrWEG3rwM819xbSotMSWFghLlknG4EHRfbpmRBt9YBHDp0utJicU9dYAIYTiUoHwlYbssc0phyfkEP9zRI10K5wzeQW4rTuTAzomWGSWcC4Fm/wEyJIF0L1YBJZyKZOOxMhMoK15kAMOAHLFsmFCvKARM2YTATo++RZpjrTAQFSVkh5YViM2xlKd7qTITOMNeZCAL2ya65FkoBE4gtJVqdiUBgNWeiogPcFwRsW7oWUlqoosMAw9xt70wEAvu4XRkVouZMBF3StXCkhSLABPA0OUEXw97bvd/YJZudiaAHONLCW2SQnd2CyFErggBrqGJiKUHvO4HmAGvnTAQFO9KivlN6q0hHtmoEVCGwUAJuvkjQz1Dh2s6ZCApypIV0LVQrswG//6O7xadwPzVOVd81rJ0zESotpGuhGrCDmut6pYqZzDS9beZAfs5EEDDHtSjXFn4lUrLNBiYY8vOENFxLXabNxqLv50yESot9tYF51uM9EG7jNO6lxskiP2ciVFrsdg0wBwUziixw5R9msoHRZXTFSQAAAABJRU5ErkJggg==) no-repeat center center;background-size:100% 100%;color:#fff;font-size:8px;padding:3px 14px;border-radius:0 10px 10px 0;font-weight:500;width:60px;height:20px;float:left}.hotspot-cards .hotspot-swiper .info-card .card-content h3{margin:0 0 6px;font-size:13px;font-weight:600;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.hotspot-cards .hotspot-swiper .info-card .card-content .card-bottom{margin-left:58px;width:82%;display:flex;justify-content:space-between;align-items:center}.hotspot-cards .hotspot-swiper .info-card .card-content .card-bottom .news{font-size:11px;color:#666;font-weight:500}.hotspot-cards .hotspot-swiper .info-card .card-content .card-bottom .date{font-size:11px;color:#999;font-weight:500}.hotspot-cards .hotspot-swiper .swiper-pagination{display:flex;justify-content:center;margin-top:10px}.hotspot-cards .hotspot-swiper .swiper-pagination span{width:8px;height:8px;border-radius:50%;background-color:#ddd;margin:0 4px;cursor:pointer;transition:all .3s ease}.hotspot-cards .hotspot-swiper .swiper-pagination span.active{background-color:#2c79e9}.device{margin:10px 0;max-height:500px;overflow:hidden;transition:all .3s ease}.device.common-question-hidden{max-height:0;margin:0;padding:0;box-shadow:none}.device .swiper-container{width:100%;height:auto}.device .swiper-container .swiper-wrapper .swiper-slide .wjk{border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.device .swiper-container .swiper-wrapper .swiper-slide .wjk .swiper-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.device .swiper-container .swiper-wrapper .swiper-slide .wjk .swiper-title h5{font-size:16px;color:#333;font-weight:600}.device .swiper-container .swiper-wrapper .swiper-slide .wjk .swiper-title .change{display:flex;align-items:center;font-size:12px;color:#315d93;cursor:pointer}.device .swiper-container .swiper-wrapper .swiper-slide .wjk .swiper-title .change img{width:20px;margin-right:5px}.device .swiper-container .swiper-wrapper .swiper-slide .wjk .problem-list .problem-item{display:flex;align-items:center;background-color:#fff;padding:12px;margin-top:10px;border-radius:22px;border-bottom:1px solid #eee}.device .swiper-container .swiper-wrapper .swiper-slide .wjk .problem-list .problem-item:last-child{border-bottom:none}.device .swiper-container .swiper-wrapper .swiper-slide .wjk .problem-list .problem-item .problem-icon{display:flex;justify-content:center;align-items:center;margin-right:10px}.device .swiper-container .swiper-wrapper .swiper-slide .wjk .problem-list .problem-item .problem-icon .icon-text{font-size:12px;color:#1976d2;font-weight:500}.device .swiper-container .swiper-wrapper .swiper-slide .wjk .problem-list .problem-item .problem-content{flex:1;display:flex;justify-content:space-between;align-items:center}.device .swiper-container .swiper-wrapper .swiper-slide .wjk .problem-list .problem-item .problem-content p{font-size:14px;color:#333;margin:0;white-space:nowrap;width:250px;overflow:hidden;text-overflow:ellipsis}.device .swiper-container .swiper-wrapper .swiper-slide .wjk .problem-list .problem-item .problem-content .arrow{font-size:14px;color:#999}.hotspot-cards h5{padding:0 0 10px 10px;display:flex;align-items:center;font-size:16px;color:#333;font-weight:600}.hotspot-cards h5 .title-robot-icon{width:36px;height:36px;margin-right:8px;border-radius:50%;background-color:#f0f8ff;padding:2px}.swiper-title h5{display:flex;align-items:center;font-size:16px;color:#333;font-weight:600}.swiper-title h5 .title-robot-icon{width:36px;height:36px;margin-right:8px;border-radius:50%;background-color:#f0f8ff;padding:2px}.slide-fade-enter-active{transition:all .3s ease-out}.slide-fade-leave-active{transition:all .3s cubic-bezier(1,.5,.8,1)}.slide-fade-enter-from{transform:translate(20px);opacity:0}.slide-fade-leave-to{transform:translate(-20px);opacity:0}.problem-item{transition:all .3s ease}.problem-item:hover{background-color:#f5f5f5;transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.history-panel{position:fixed;top:0;right:0;width:80%;height:100vh;background-color:#fff;box-shadow:-5px 0 15px rgba(0,0,0,.1);z-index:2000;transform:translate(100%);transition:transform .3s ease-in-out;padding:20px;overflow-y:auto}.history-panel.visible{transform:translate(0)}.history-panel .history-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px;border-bottom:1px solid #eee;margin-bottom:20px}.history-panel .history-header h3{margin:0;font-size:18px;color:#333;font-weight:600}.history-panel .history-header .close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#999;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.history-panel .history-header .close-btn:hover{color:#333}.history-panel .history-list .history-item{padding:15px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s}.history-panel .history-list .history-item:last-child{border-bottom:none}.history-panel .history-list .history-item:hover{background-color:#f9f9f9}.history-panel .history-list .history-item .history-question{font-size:15px;color:#333;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-panel .history-list .history-item .history-time{font-size:12px;color:#999}.history-panel .history-list .empty-history{text-align:center;padding:40px 20px;color:#999}.history-panel .history-list .empty-history .empty-icon{font-size:48px;margin-bottom:15px;color:#ddd}.history-panel .history-list .empty-history p{margin:0;font-size:14px}.history-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:1999;opacity:0;visibility:hidden;transition:opacity .3s ease}.history-overlay.visible{opacity:1;visibility:visible}.znwdlogo{width:100%;display:flex;flex-direction:column;align-items:center;background-position:0px;background-size:100%;padding:50% 0;position:relative}.znwdlogo .logo-container{width:85px;height:auto;margin-bottom:10px}.znwdlogo .logo-container .znwd_img{width:100%;height:auto}.znwdlogo .welcome-text{display:flex;flex-direction:column;align-items:center;color:#000;height:auto;line-height:1.5;margin-top:0;position:static;text-align:center}.znwdlogo .welcome-text span{display:block;font-size:18px;padding:2px 0}.znwdlogo .welcome-text span:first-child{font-weight:700}.policy-summary-input[data-v-9306fe3f]{width:340px;background:#fff;border-radius:8px;padding:12px;margin-bottom:8px;box-shadow:0 1px 4px rgba(0,0,0,.1);border:1px solid #e0e0e0;position:absolute;top:-210px;transition:all .3s ease}.policy-summary-input.expanded[data-v-9306fe3f]{width:600px;height:300px;top:-320px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.15);border-color:#1976d2}.policy-summary-input.expanded .input-container .input-label[data-v-9306fe3f]{font-size:15px;margin-bottom:12px}.policy-summary-input.expanded .input-container .policy-textarea[data-v-9306fe3f]{min-height:80px;height:150px;font-size:14px;border-color:#1976d2;box-shadow:0 0 0 2px rgba(25,118,210,.1)}.policy-summary-input.expanded .input-container .char-count[data-v-9306fe3f]{font-size:13px;margin-top:12px;margin-bottom:12px}.policy-summary-input.expanded .input-container .submit-area[data-v-9306fe3f]{margin-top:12px}.policy-summary-input.expanded .input-container .submit-area .submit-btn[data-v-9306fe3f]{padding:8px 20px;font-size:13px}.policy-summary-input .input-container[data-v-9306fe3f]{transition:all .3s ease}.policy-summary-input .input-container .input-label[data-v-9306fe3f]{font-size:13px;color:#666;margin-bottom:8px;font-weight:500;transition:all .3s ease}.policy-summary-input .input-container .policy-textarea[data-v-9306fe3f]{width:100%;min-height:60px;height:120px;padding:8px;border:1px solid #e0e0e0;border-radius:0!important;font-size:13px;line-height:1.4;resize:vertical;font-family:inherit;box-sizing:border-box;transition:all .3s ease;background:none!important;padding-left:10px!important}.policy-summary-input .input-container .char-count[data-v-9306fe3f]{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin-top:8px;margin-bottom:8px;transition:all .3s ease}.policy-summary-input .input-container .char-count .char-info[data-v-9306fe3f]{color:#666}.policy-summary-input .input-container .char-count .char-limit[data-v-9306fe3f]{color:#1976d2;font-weight:500}.policy-summary-input .input-container .submit-area[data-v-9306fe3f]{display:flex;justify-content:flex-end;margin-top:8px;transition:all .3s ease}.policy-summary-input .input-container .submit-area .submit-btn[data-v-9306fe3f]{background:#1976d2;color:#fff;border:none;padding:6px 16px;border-radius:4px;font-size:12px;cursor:pointer;transition:all .3s ease}.policy-summary-input .input-container .submit-area .submit-btn[data-v-9306fe3f]:hover{background:#1565c0}.policy-summary-input .input-container .submit-area .close-btn[data-v-9306fe3f]{background:transparent;color:#1976d2;border:1px solid #1976d2;padding:6px 16px;border-radius:4px;margin-right:10px;box-sizing:border-box}.containerpc .yuyinMask[data-v-9306fe3f]{width:100vw;height:100vh;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.3);z-index:1002;display:none}.containerpc .yuyinMask img[data-v-9306fe3f]{width:120px;position:absolute;bottom:calc(40% + 40px);left:calc(50% + 40px);z-index:1004}.containerpc .yuyinMask p[data-v-9306fe3f]{position:absolute;bottom:40%;left:calc(50% + 100px);transform:translate(-50%);color:#fff;font-size:20px;z-index:1004}.containerpc .yuyinMask #talkmess_btnPc[data-v-9306fe3f]{cursor:pointer;position:absolute;bottom:33%;left:calc(50% + 100px);transform:translate(-50%);color:#fff;font-size:20px;z-index:1004}#mobile .yuyinMask[data-v-9306fe3f]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.3);z-index:1001;display:none}#mobile .yuyinMask img[data-v-9306fe3f]{width:70px;position:absolute;bottom:115px;left:calc(50% - 35px)}#mobile .yuyinMask p[data-v-9306fe3f]{position:absolute;bottom:90px;left:50%;transform:translate(-50%);color:#fff}#inputpanel[data-v-9306fe3f]{position:relative;position:fixed;bottom:0;width:100%;padding:8px 10px 5px;box-sizing:border-box;border-radius:20px 20px 0 0;background:#def1ff;border-top:1px solid #efefef;z-index:1002}#inputpanel .tipDiv[data-v-9306fe3f]{background-color:#fff;width:100%;z-index:9;position:absolute;bottom:120px;color:#333;padding-left:15px;right:0;left:0;font-size:16px}#inputpanel .tipDiv li[data-v-9306fe3f]{line-height:28px;white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden;display:block;padding-left:10px;cursor:pointer}#inputpanel .keywords[data-v-9306fe3f]{padding-top:10px;width:100%;position:absolute;bottom:60px;color:#333;left:0;display:flex;height:47px;background-color:#fff}#inputpanel .keywords p[data-v-9306fe3f]{width:130px;padding:2px 0;color:#297fff;margin:3px 10px 5px;font-size:16px}#inputpanel .keywords ul[data-v-9306fe3f]{display:-webkit-inline-box;width:100%;margin:0 auto;background-size:100%;overflow-x:auto;overflow-y:hidden}#inputpanel .keywords ul li[data-v-9306fe3f]{margin:0 10px 0 0}#inputpanel .keywords ul li a[data-v-9306fe3f]{display:block;font-size:13px;color:#000;float:left}#inputpanel .keywords ul li a p[data-v-9306fe3f]{width:auto!important;text-align:center;margin:5px auto;background:#f7f7f7;font-size:12px;padding:4px 13px;border-radius:15px;border:1px solid #dfdfdf;color:#292929;box-shadow:0 5px 5px rgba(0,0,0,.1);line-height:17px}#inputpanel .talk_btn[data-v-9306fe3f]{position:absolute;left:10px;top:14px;width:15%;float:left;display:none}#inputpanel .talk_btn button[data-v-9306fe3f]{width:28px;height:28px;background:url(../assets/images/yuyin.png) no-repeat center;color:#fff;border:0 none;outline:none;border-radius:6px;font-size:14px;text-align:center;background-size:100% 100%}#inputpanel #chatform[data-v-9306fe3f]{width:100%;background-color:#fff;border-radius:30px;box-sizing:border-box;overflow:hidden;padding-left:5px;height:40px;position:relative}#inputpanel #chatform .inpTrans_yuyin[data-v-9306fe3f]{width:30px;height:30px;position:absolute;top:6px;left:10px;background-size:cover;background-image:url(./yuyinnew-D_fz2WJZ.png)}#inputpanel #chatform .inpTrans_keyboard[data-v-9306fe3f]{width:40px;height:40px;position:absolute;left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAQ1JREFUSEvtk9Ftg0AQRGdSCf7DqQJXYlwJRyUmlZgqAn8mjWSSuRwJsmxiK+bDUlZC3Inl3e7MHrFQcCEuHhScBxUU9veQRUTdBzZRiudKewHlPcAEmteau3PgYXJABsB7vx3n1mN+zLkIFrHqA4c8KKNwFLEx2FJ1NZm6y7qam3Wlo4QGT3hx7iwYQJuqcwV+vD9dj9UXqQvv5yt2K/pKKtLaP7vFNvnQEhgmngyTb/NS4B1bEmVXc7WudDDIhqwrScTOVVI4+EAJ4VopbhqOq8Ep8e0S/dOkrfX0vKac6Mmv5o2tzoCrKMEPOBo3XrC5Ob5JitPkBwfnQSWFqN1fwx71gZ71ZeIf/K3rB7carhe0KTSdAAAAAElFTkSuQmCC) center center no-repeat}#inputpanel #chatform textarea[data-v-9306fe3f]{width:100%;padding-left:40px;margin:0;border:0 none;line-height:40px;outline:none;height:40px;resize:none;font-size:14px;background:none;color:#666}#inputpanel #chatform #talkmess_btn[data-v-9306fe3f]{width:100%;margin:0;border:0px none;text-align:center;line-height:40px;outline:none;height:40px;resize:none;font-size:14px;background:none;color:#666;display:block;padding:0 40px;user-select:none}#inputpanel .button[data-v-9306fe3f]{position:absolute;right:15px;top:14px}#inputpanel .button button[data-v-9306fe3f]{width:28px;height:28px;background:url(./fasongnew-BnupSlR2.png) no-repeat center;color:#fff;border:0 none;outline:none;border-radius:6px;font-size:14px;text-align:center;background-size:100% 100%}#inputpanel .button .sendBtn[data-v-9306fe3f]{background:none;background-color:#297fff;border-radius:50%}#inputpanel .button .sendBtn .stopdom[data-v-9306fe3f]{width:12px;height:12px;background-color:#fff;margin-left:8px}.tool-box-container[data-v-9306fe3f]{position:relative;display:inline-block}.tool-box-trigger[data-v-9306fe3f]{display:flex;align-items:center;padding:8px 12px;background-color:#f0f8ff;border-radius:20px;cursor:pointer;transition:all .3s ease;margin-right:10px;border:1px solid #d0e8ff;position:relative;z-index:10}.tool-box-trigger[data-v-9306fe3f]:hover{background-color:#e1f0ff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.tool-box-trigger img[data-v-9306fe3f]{width:20px;height:20px;margin-right:6px}.tool-box-trigger span[data-v-9306fe3f]{font-size:14px;color:#333;font-weight:500}.tool-box[data-v-9306fe3f]{display:flex;overflow:hidden;max-width:0;opacity:0;transition:all .3s ease;background-color:#f8f9fa;border-radius:20px;padding:0;position:absolute;left:160px;top:100%;margin-top:-52px;z-index:5}.tool-box-open[data-v-9306fe3f]{max-width:500px;opacity:1;padding:5px}.tool-box .tool-btn[data-v-9306fe3f]{margin:0 5px;white-space:nowrap}.sendBtn.active[data-v-9306fe3f]{background:linear-gradient(90deg,#bdcff9,#b0cef8);color:#fff;cursor:pointer;box-shadow:0 4px 10px rgba(75,108,183,.4)}.textarea.active[data-v-9306fe3f]{top:-370px;height:550px!important;transition:.4s}.bodybg .middle .main .textarea textarea.active[data-v-9306fe3f]{margin:0 0 0 160px;border:0;display:inline-block;width:80%;height:430px}.main .textarea textarea[data-v-9306fe3f]{font-family:inherit;transition:all .3s ease}.main .textarea textarea.ai-search-input[data-v-9306fe3f]{font-size:16px;color:#1976d2;font-weight:600;background-color:#f0f8ff}.thumbnail-container[data-v-9306fe3f]{position:absolute;top:65px;width:160px;height:70%;border-radius:10px;padding:8px;box-shadow:-2px 0 10px rgba(0,0,0,.1);overflow:hidden;z-index:10;border:1px solid #e9ecef}.thumbnail-content[data-v-9306fe3f]{font-size:7px;line-height:10px;color:#495057;overflow-y:auto;height:calc(100% - 30px);word-wrap:break-word;text-align:justify}.thumbnail-content[data-v-9306fe3f]::-webkit-scrollbar{width:6px}.thumbnail-content[data-v-9306fe3f]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.thumbnail-content[data-v-9306fe3f]::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.thumbnail-content[data-v-9306fe3f]::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.textarea[data-v-9306fe3f]{position:relative}.textarea.active .thumbnail-container[data-v-9306fe3f]{display:block}.main .textarea textarea.has-content[data-v-9306fe3f]:not(.ai-search-input){background:transparent}.main .textarea textarea[data-v-9306fe3f]:before{font-family:inherit}.main .textarea textarea[data-v-9306fe3f]::-webkit-input-placeholder{color:#999}.main p.active[data-v-9306fe3f]{margin-top:-360px}
