.header{height:80px}.header .container{height:100%;width:var(--box-width);margin:0 auto;padding-top:15px;text-align:center}.header .container .logo{width:128px;height:28px;display:inline-block;float:left;margin-top:10px}.header .container .menus{display:inline-block}.header .container .menus li{float:left;cursor:pointer;color:#333;font-size:20px;height:50px;line-height:50px;padding:0 20px;margin:0 40px;border-radius:50px;position:relative;transition:all .3s ease-in-out}.header .container .menus li.active,.header .container .menus li:hover{color:#fff;text-shadow:1px 1px 1px #000;background-color:#1f47f1}.header.light .menus li{color:#fff;text-shadow:1px 1px 1px #000}.header.light .menus li.active,.header.light .menus li:hover{color:#fff;background-color:hsla(0,0%,100%,.5)}.footer{color:#fff;font-size:16px;background-image:url(https://qiniu-asset.xdea.net/images/portal/index-footer.png);background-size:cover}.footer>.header{height:50vh}.footer>.header>.innner{width:var(--box-width);margin:0 auto;padding-top:30vh}.footer>.header>.innner ul{width:33%;float:left}.footer>.header>.innner ul h4{font-size:18px;margin-bottom:10px}.footer>.header>.innner ul li{padding:2px}.footer>.content{text-align:center;padding:5px;font-size:12px;color:#cee9ff}.footer>.content .img{border:0;position:relative;top:-1px;right:5px}.footer>.content a{text-decoration:underline}:root{--el-button-bg-color:#337cf6;--el-button-border-color:#337cf6;--el-button-bg-color:red!important;--el-button-border-color:red;--box-width:1200px}body,html{overflow-x:hidden}.w-screen{width:100%!important}.el-carousel__indicators--outside button{background:#337cf6}.resourecs-list{width:100%}.resourecs-list .img{overflow:hidden;border-radius:8px;border:1px solid rgba(31,71,241,.1)}.resourecs-list .img,.resourecs-list .img>img{transition:all .3s ease-in-out}.resourecs-list .img:hover{border:1px solid #337cf6}.resourecs-list .img:hover>img{opacity:.8;transform:scale(1.1)}.resourecs-list .el-row .el-col{margin-bottom:20px;color:#333;cursor:pointer;transition:all .3s ease-in-out}.resourecs-list .el-row .el-col img{max-height:130px;width:100%}.resourecs-list .el-row .el-col .title{font-size:20px;font-weight:600;padding:2px 0}.resourecs-list .el-row .el-col .type{font-size:16px}.resourecs-list .el-row .el-col:hover{color:#337cf6;text-decoration:underline}[data-v-6831820a]:export{menu-color:hsla(0,0%,100%,.95);menu-color-active:hsla(0,0%,100%,.95);menu-background:#001529;menu-children-background:#000c17;menu-background-active:#1890ff;tags-bar-background-active:#1890ff;button-background:#1890ff;pagination-background-active:#1890ff}.svg-icon[data-v-6831820a]{cursor:pointer;width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}
/*! @import */.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.float-right{float:right}.m-0{margin:0}.m-2{margin:.5rem}.m-12{margin:3rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-5{margin-bottom:1.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-4{height:1rem}.h-32{height:8rem}.h-80{height:20rem}.h-1\/3{height:33.333333%}.h-2\/3{height:66.666667%}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-4{width:1rem}.w-16{width:4rem}.w-auto{width:auto}.w-1\/4{width:25%}.w-5\/6{width:83.333333%}.w-full{width:100%}.w-screen{width:100vw}.max-w-xs{max-width:20rem}.max-w-screen-xl{max-width:1280px}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-grow{flex-grow:1}.transform{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(1turn)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.overflow-y-auto{overflow-y:auto}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-b-2{border-bottom-width:2px}.border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgba(224,231,255,var(--tw-bg-opacity))}.bg-contain{background-size:contain}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.p-3{padding:.75rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-bottom:.25rem}.pt-1,.py-1{padding-top:.25rem}.pt-12{padding-top:3rem}.pr-4{padding-right:1rem}.pb-6{padding-bottom:1.5rem}.text-center{text-align:center}.text-right{text-align:right}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-bold{font-weight:700}.text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity:1;color:rgba(109,40,217,var(--tw-text-opacity))}.hover\:text-blue-900:hover{--tw-text-opacity:1;color:rgba(30,58,138,var(--tw-text-opacity))}*,:after,:before{--tw-shadow:0 0 transparent}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05)}.shadow,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06)}*,:after,:before{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent}.filter{--tw-blur:var(--tw-empty,/*!*/ /*!*/);--tw-brightness:var(--tw-empty,/*!*/ /*!*/);--tw-contrast:var(--tw-empty,/*!*/ /*!*/);--tw-grayscale:var(--tw-empty,/*!*/ /*!*/);--tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);--tw-invert:var(--tw-empty,/*!*/ /*!*/);--tw-saturate:var(--tw-empty,/*!*/ /*!*/);--tw-sepia:var(--tw-empty,/*!*/ /*!*/);--tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur{--tw-blur:blur(8px)}.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}button:focus{outline:unset!important}.clearfix{clear:both}@media (min-width:640px){.sm\:m-20{margin:5rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-12{padding:3rem}}@media (min-width:1024px){.lg\:flex{display:flex}.lg\:w-1\/2{width:50%}}@media (min-width:1280px){.xl\:m-16{margin:4rem}.xl\:w-5\/12{width:41.666667%}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}}

/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:ui-sans-serif,system-ui,-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;line-height:1.5}body{font-family:inherit;line-height:inherit}*,:after,:before{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:-moz-focusring{outline:auto}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}::-webkit-scrollbar{width:2px;height:4px;background-color:#f5f5f5}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.3);background:#fff}::-webkit-scrollbar-thumb{background-color:hsla(0,0%,62%,.7)}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{border-radius:3px;-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.3)}::-webkit-scrollbar-thumb:hover{background-color:#9e9e9e}.btn-pic{display:block;width:30px;height:30px;padding:5px;margin-right:5px;margin-left:-8px;box-sizing:border-box;background-image:url(https://qiniu-asset.xdea.net/images/common/icon-small.png);background-size:120px 120px;background-repeat:no-repeat}.btn-pic.knife{background-position:-20px 5px}.btn-pic.buy{background-position:-70px -69px}.btn-pic.royal{background-position:-95px -20px}