@charset "UTF-8";
/* variables */
body, html, div, header, footer, nav, li, h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

html { height: 100%; }

body { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; color: #333; background-color: #eeeeee; position: relative; min-height: 100%; padding-bottom: 190px; }

a { text-decoration: none; }

hr { border: 0; border-top: 1px solid #e3e3e3; margin: 20px 0; }

h1 { font-size: 30px; }

h2 { font-size: 26px; border-bottom: 1px solid #e3e3e3; margin: 25px 0 25px; }

h3 { font-size: 23px; margin: 20px 0 20px; }

h4 { font-size: 19px; margin: 30px 0 10px; }

h5 { font-size: 17px; margin: 20px 0 10px; }

h6 { font-size: 16px; margin: 10px 0 5px; }

blockquote { color: #444; border-left: 5px solid #D6DBDF; padding-left: 15px; background: rgba(112, 138, 153, 0.1); padding: 10px 20px; margin: 0 0 20px; }

blockquote p:last-of-type { margin: 0; }

table { border-top: 2px solid #777; border-bottom: 2px solid #777; margin: 8px 0; border-collapse: collapse; }

table thead { border-bottom: 1px solid #777; background-color: #aaa; color: #fff; }

table th { padding: 2px 10px; text-align: left; }

table tbody tr:nth-of-type(2n+1) { background-color: #f8f8fd; }

table tbody tr:nth-of-type(2n) { background-color: #e5eaed; }

table td { padding: 2px 10px; }

p { margin: 0 0 14px; }

img { max-width: 100%; }

.faviconSmall { height: 16px; width: auto; margin-right: 5px; }

header { background: #fafafa; height: 52px; color: black; box-shadow: 0 4px 8px 0 #00000014; margin-bottom: 20px; }

header a { color: black; -webkit-transition: 0.5s ease; transition: 0.5s ease; }

header .wrapper { width: 1140px; margin: 0 auto; line-height: 52px; }

header .wrapper .favicon { margin-top: 2px; height: 48px; width: auto; border-radius: none; }

header .wrapper a { display: inline-block; padding: 0 10px; height: 52px; font-size: 15px; }

header .wrapper a:hover { color: #01617D; text-decoration: underline; }

header .wrapper a i { margin-right: 5px; }

header .wrapper .brand { font-size: 20px; }

header .wrapper small { margin-left: 5px; font-size: 14px; text-decoration: solid; box-sizing: border-box; font-weight: bold; }

header .wrapper .menu { display: none; }

header .wrapper nav { float: right; }

header .wrapper nav ul { font-size: 0; margin: 0; padding: 0; }

header .wrapper nav ul li { list-style: none; font-size: 14px; display: inline-block; -webkit-transition: 0.5s ease; transition: 0.5s ease; }

header .wrapper nav ul li a { display: inline-block; padding: 0 10px; height: 52px; font-size: 15px; }

header .wrapper nav ul li a:hover { text-decoration: underline; }

header .wrapper nav ul li a i { margin-right: 5px; }

header .wrapper nav ul li > .active { transition: all 0.3s cubic-bezier(0, 0, 0.5, 1); text-decoration: underline; }

@media screen and (max-width: 1200px) and (min-width: 770px) { header { height: 50px; } header .wrapper { width: 90%; line-height: 50px; } header .wrapper .brand { font-size: 16px; } header .wrapper small { margin-left: 15px; font-size: 12px; } header .wrapper .menu { display: none; } header .wrapper nav ul li a { padding: 0 8px; height: 50px; } header .wrapper nav ul li a i { margin-right: 4px; } }

@media screen and (max-width: 770px) { header { height: 48px; margin-bottom: 15px; } header .wrapper { width: 95%; margin: 0 auto; line-height: 48px; position: relative; z-index: 101; } header .wrapper .brand { font-size: 16px; } header .wrapper small { margin-left: 10px; font-size: 12px; } header .wrapper .menu { display: inline-block; position: absolute; z-index: -102; right: 0; top: 3px; padding: 5px 10px; background: #006b64; border-radius: 5px; color: #c9c9c9; font-size: 17px; -webkit-transition: 0.4s ease; transition: 0.4s ease; } header .wrapper > .active { background: #01617D; color: #fff; } header .wrapper .nav-show { visibility: visible; transform: scale(1); opacity: 1; } header .wrapper nav { position: absolute; z-index: 100; right: 0; top: 47px; text-align: center; visibility: hidden; transform-origin: 100% 0%; transform: scale(0.1); opacity: 0; transition: 0.5s cubic-bezier(0.5, 0.1, 0.51, 1.38); } header .wrapper nav ul { background: #28a4ca; border-radius: 10px; margin-top: 15px; } header .wrapper nav ul li { font-size: 14px; display: block; border-bottom: 1px solid #CFCFCF; } header .wrapper nav ul li a { display: block; padding: 0 10px; height: 40px; line-height: 40px; } header .wrapper nav ul li:last-of-type { border: none; } header .wrapper nav ul li > .active { color: #fff; background-color: #014d64; box-shadow: none; } }

#markdown-toc { display: none; }

.page[post] .label { margin-top: 16px; overflow: hidden; }

.page[post] .label .label-card { float: left; margin-right: 15px; }

.page[post] .label .label-card .point { padding: 0 10px; color: #9d9d9d; }

.page[post] .label .label-card i { padding-right: 5px; color: #6b6a6a; }

.page[post] a { color: #4d6dad; transition: 0.5s ease; }

.page[post] a:hover { color: #223253; }

.page[post] .left ul > h2 { color: #333; }

.page[post] .left ul li { color: #333; margin: 0; }

@media screen and (max-width: 770px) { .page[post] .left { font-size: 15px; } .page[post] .left h2 { font-size: 24px; } .page[post] .left h3 { font-size: 20px; } .page[post] .left h4 { font-size: 18px; } .page[post] .left h5 { font-size: 16px; } .page[post] .left h6 { font-size: 15px; } }

.clearfix:after { content: "\200B"; display: block; height: 0; clear: both; }

.clearfix { *zoom: 1; }

.page { width: 1140px; box-sizing: border-box; margin: 0 auto; }

.page img { border-radius: 10px; }

.page .left { width: 75%; float: left; padding: 20px 30px; line-height: 1.6; font-size: 16px; background-color: #fafafa; box-shadow: 2px 4px 12px #00000014; border-radius: 10px; }

.page .left a:not([title]) { word-break: break-all; }

.page .left ul > h2 { margin-left: -35px; color: #6a6b6b; }

.page .left ul li { line-height: 1.8; }

.page .left ul li time { display: inline-block; width: 135px; margin-left: 3px; }

.page .left ul li .title { font-weight: bold; color: #003cff; transition: 0.3s ease; margin-left: 3px; }

.page .left ul li .title:hover { color: #4d6dad; }

.page .left ul li i { margin-right: 3px; }

.page .left ul li .categories i { color: #333; }

.page .left ul li .categories a { padding: 0 5px; background-color: #24A69A; border-radius: 5px; color: #fff; font-size: 90%; transition: 0.3s ease; }

.page .left ul li .categories a:hover { background-color: #1e1e1e; }

.page .left ul li .pageTag i { color: #333; }

.page .left ul li .pageTag a { padding: 0 5px; background-color: #135953; border-radius: 5px; color: #fff; font-size: 90%; transition: 0.3s ease; }

.page .left ul li .pageTag a:hover { background-color: #1e1e1e; }

.page .anchor { display: none; }

.page .right { float: left; width: 25%; padding-left: 20px; top: 0; }

.page .right .fixed { position: fixed; top: 20px; }

.page .right .scroll-bottom { position: absolute; bottom: 190px; }

.page .right .side { box-sizing: border-box; background-color: #fafafa; box-shadow: 2px 4px 12px #00000014; padding-bottom: 1px; -ms-word-break: break-all; word-break: break-all; /* Non standard for webkit */ -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; padding-bottom: 1px; margin-bottom: 20px; border-radius: 10px; }

.page .right .side .backInside { border-bottom: none; }

.page .right .side .rssInside { border-bottom: none; }

.page .right .side .commentsInside { border-bottom: none; }

.page .right .side > div { padding: 12px 15px; border-bottom: 1px solid #cfcfcf; font-size: 16px; font-weight: bold; }

.page .right .side a { color: #4d6dad; transition: 0.5s ease; }

.page .right .side a:hover { color: #223253; }

.page .right .rss { background-image: linear-gradient(45deg, #f7f8a6 0, #ffbb00); }

.page .right .comments { background-image: linear-gradient(45deg, #43faa5 0, #25b449); }

.page .right .content-ul { overflow-y: auto; padding-right: 10px; line-height: 1.8; padding-left: 35px; }

.page .right .content-ul ul { padding-left: 20px; }

@media screen and (max-width: 1200px) and (min-width: 770px) { .page { width: 90%; } }

@media screen and (max-width: 770px) { .page { width: 95%; } .page .left { width: 100%; float: left; padding: 10px 14px; font-size: 14px; } .page .left > h1 { font-size: 25px; margin-bottom: -10px; } .page .left ul { padding-left: 20px; } .page .left ul > h2 { font-size: 20px; margin-left: -20px; } .page .left ul li { margin: 20px 0; } .page .left ul li time { display: block; width: auto; } .page .left ul li .title { display: block; font-size: 16px; } .page .left ul li .categories { font-size: 12px; padding-left: 0; padding-right: 10px; } .page .anchor { display: block; visibility: visible; position: fixed; top: 76px; right: 2.5%; padding: 5px 10px; color: #333; font-size: 15px; background-color: #c0c0dd; transition: 0.2s cubic-bezier(0.5, 0.1, 0.51, 1.38); } .page .anchor-hide { opacity: 0; visibility: hidden; } .page .right { visibility: hidden; position: fixed; float: none; width: auto; max-width: 95%; padding: 0; top: 76px; right: 2.5%; opacity: 0; transform-origin: 100% 0; transform: scale(0.1); transition: 0.2s cubic-bezier(0.5, 0.1, 0.51, 1.38); } .page .right-show { z-index: 999; visibility: visible; opacity: 1; transform: scale(1); } .page .right-show .content-ul { margin-bottom: 0; } .page .right-show .content-ul > li:last-of-type { margin-bottom: 16px; } }

/** Syntax highlighting styles */
/** 没鸡巴用，马上删掉改用prism */
code { padding: 1px 4px; margin: 0 2px; font-size: 90%; border-radius: 3px; color: #000; background-color: rgba(0, 0, 0, 0.06); border: 1px solid #d7d0d2; font-family: Monaco,Menlo,"Microsoft YaHei Mono",Consolas,"Courier New",monospace,sans-serif; }

pre { margin: 12px 0; padding: 8px 12px; word-wrap: break-word; /* IE 5.5-7 */ white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */ white-space: pre-wrap; /* current browsers */ }

pre > code { margin: 0; padding: 0; font-size: 13px; color: #d1d1c9; border: none; background-color: #272822; }

.highlight { border-radius: 3px; background: #272822; /* Comment */ /* Error */ /* Keyword */ /* Literal */ /* Name */ /* Operator */ /* Punctuation */ /* Comment.Multiline */ /* Comment.Preproc */ /* Comment.Single */ /* Comment.Special */ /* Generic.Emph */ /* Generic.Strong */ /* Keyword.Constant */ /* Keyword.Declaration */ /* Keyword.Namespace */ /* Keyword.Pseudo */ /* Keyword.Reserved */ /* Keyword.Type */ /* Literal.Date */ /* Literal.Number */ /* Literal.String */ /* Name.Attribute */ /* Name.Builtin */ /* Name.Class */ /* Name.Constant */ /* Name.Decorator */ /* Name.Entity */ /* Name.Exception */ /* Name.Function */ /* Name.Label */ /* Name.Namespace */ /* Name.Other */ /* Name.Property */ /* Name.Tag */ /* Name.Variable */ /* Operator.Word */ /* Text.Whitespace */ /* Literal.Number.Float */ /* Literal.Number.Hex */ /* Literal.Number.Integer */ /* Literal.Number.Oct */ /* Literal.String.Backtick */ /* Literal.String.Char */ /* Literal.String.Doc */ /* Literal.String.Double */ /* Literal.String.Escape */ /* Literal.String.Heredoc */ /* Literal.String.Interpol */ /* Literal.String.Other */ /* Literal.String.Regex */ /* Literal.String.Single */ /* Literal.String.Symbol */ /* Name.Builtin.Pseudo */ /* Name.Variable.Class */ /* Name.Variable.Global */ /* Name.Variable.Instance */ /* Literal.Number.Integer.Long */ /* Generic Heading & Diff Header */ /* Generic.Subheading & Diff Unified/Comment? */ /* Generic.Deleted & Diff Deleted */ /* Generic.Inserted & Diff Inserted */ }

.highlight .hll { background-color: #272822; }

.highlight .c { color: #75715e; }

.highlight .err { color: #960050; background-color: #1e0010; }

.highlight .k { color: #66d9ef; }

.highlight .l { color: #ae81ff; }

.highlight .n { color: #f8f8f2; }

.highlight .o { color: #f92672; }

.highlight .p { color: #f8f8f2; }

.highlight .cm { color: #75715e; }

.highlight .cp { color: #75715e; }

.highlight .c1 { color: #75715e; }

.highlight .cs { color: #75715e; }

.highlight .ge { font-style: italic; }

.highlight .gs { font-weight: bold; }

.highlight .kc { color: #66d9ef; }

.highlight .kd { color: #66d9ef; }

.highlight .kn { color: #f92672; }

.highlight .kp { color: #66d9ef; }

.highlight .kr { color: #66d9ef; }

.highlight .kt { color: #66d9ef; }

.highlight .ld { color: #e6db74; }

.highlight .m { color: #ae81ff; }

.highlight .s { color: #e6db74; }

.highlight .na { color: #a6e22e; }

.highlight .nb { color: #f8f8f2; }

.highlight .nc { color: #a6e22e; }

.highlight .no { color: #66d9ef; }

.highlight .nd { color: #a6e22e; }

.highlight .ni { color: #f8f8f2; }

.highlight .ne { color: #a6e22e; }

.highlight .nf { color: #a6e22e; }

.highlight .nl { color: #f8f8f2; }

.highlight .nn { color: #f8f8f2; }

.highlight .nx { color: #a6e22e; }

.highlight .py { color: #f8f8f2; }

.highlight .nt { color: #f92672; }

.highlight .nv { color: #f8f8f2; }

.highlight .ow { color: #f92672; }

.highlight .w { color: #f8f8f2; }

.highlight .mf { color: #ae81ff; }

.highlight .mh { color: #ae81ff; }

.highlight .mi { color: #ae81ff; }

.highlight .mo { color: #ae81ff; }

.highlight .sb { color: #e6db74; }

.highlight .sc { color: #e6db74; }

.highlight .sd { color: #e6db74; }

.highlight .s2 { color: #e6db74; }

.highlight .se { color: #ae81ff; }

.highlight .sh { color: #e6db74; }

.highlight .si { color: #e6db74; }

.highlight .sx { color: #e6db74; }

.highlight .sr { color: #e6db74; }

.highlight .s1 { color: #e6db74; }

.highlight .ss { color: #e6db74; }

.highlight .bp { color: #f8f8f2; }

.highlight .vc { color: #f8f8f2; }

.highlight .vg { color: #f8f8f2; }

.highlight .vi { color: #f8f8f2; }

.highlight .il { color: #ae81ff; }

.highlight .gu { color: #75715e; }

.highlight .gd { color: #f92672; }

.highlight .gi { color: #a6e22e; }

.page[index] a { color: #174F6E; transition: 0.2s ease; }

.page[index] a:hover { color: #2380B5; }

.page[index] .left .welcome { font-weight: bold; color: #000000; }

.page[index] .left small { color: #333; }

.page[index] .left > ul { padding: 0; }

.page[index] .left > ul > li { list-style: none; }

.page[index] .left > ul li { color: #333; }

.page[index] .left > ul li h2 { border: none; font-size: 27px; margin: 0; }

.page[index] .left > ul li .label { margin-bottom: 15px; overflow: hidden; font-size: 13px; }

.page[index] .left > ul li .label .label-card { float: left; margin-right: 15px; }

.page[index] .left > ul li .label .label-card i { padding-right: 0; margin-right: 3px; color: #6b6a6a; }

.page[index] .left > ul li .excerpt h2 { font-size: 24px; }

.page[index] .left > ul li .excerpt h3 { font-size: 22px; }

.page[index] .left > ul li .excerpt h4 { font-size: 20px; }

.page[index] .left > ul li .read-all { text-align: right; font-size: 14px; }

.page[index] .left > ul li .read-all a { color: #778ab0; transition: 0.2s ease; }

.page[index] .left > ul li .read-all a:hover { color: #5872a7; }

.page[index] .left > ul li .read-all a i { padding-right: 3px; }

.page[index] .left .pagination { text-align: center; }

.page[index] .left .pagination .previous, .page[index] .left .pagination .next { font-size: 20px; padding: 0 5px; }

.page[index] .left .pagination .page_number { padding: 0 5px; }

.page[index] .left .pagination .disable { color: #cbcbcb; }

.page[index] .right .wrap .introduction { background-color: linear-gradient(90deg, #FF8372, #D8160F); }

.page[index] .right .wrap .side { margin-bottom: 20px; padding-bottom: 0; }

.page[index] .right .wrap .side i { margin-right: 3px; }

.page[index] .right .wrap .side .content-ul[cate] { overflow: hidden; list-style: none; margin: 0; padding: 0; }

.page[index] .right .wrap .side .content-ul[cate] li { font-size: 14px; }

.page[index] .right .wrap .side .content-ul[cate] li a { display: block; width: 100%; padding: 5px 1px; border-bottom: 1px solid #dbdbdb; }

.page[index] .right .wrap .side .content-ul[cate] li a:hover { background-color: #dbdfee; border-radius: 10px; }

.page[index] .right .wrap .side .content-ul[cate] li a:hover .badge { background-color: #dbdfee; }

.page[index] .right .wrap .side .content-ul[cate] li a .name { padding-left: 15px; }

.page[index] .right .wrap .side .content-ul[cate] li a .badge { display: block; float: right; text-align: center; margin-right: 15px; margin-top: 3px; padding: 0 10px; font-size: 12px; color: #000000; background-color: #00f8a5; border-radius: 35%; transition: 0.5s ease-in-out; }

.page[index] .right .wrap .side .content-ul[cate] li:last-of-type a { border: none; }

.page[index] .right .wrap .side .content-ul[recent] { padding-bottom: 16px; }

.page[index] .right .wrap .side .content-ul[recent] li { color: black; font-size: 14px; }

.page[index] .right .wrap .side .tags-cloud { font-weight: normal; border-bottom: none; }

.page[index] .right .wrap .side .tags-cloud a { padding: 0 3px; border-radius: 5px; }

.page[index] .right .wrap .side .tags-cloud a:hover { background-color: #f0e7ce; }

@media screen and (max-width: 770px) { .page[index] .left > ul li h2 { font-size: 22px; } .page[index] .left > ul li .excerpt h2 { font-size: 20px; } .page[index] .left > ul li .excerpt h3 { font-size: 18px; } .page[index] .left > ul li .excerpt h4 { font-size: 16px; } .page[index] .left > ul li .excerpt li { margin: 0; } }

.page[demo] .left { width: 100%; }

.page[demo] .left a { color: #4d6dad; transition: 0.5s ease; }

.page[demo] .left a:hover { color: #223253; background-color: #f4efeb; }

.page[demo] .left .grid { margin: 0 auto; /* clearfix */ }

.page[demo] .left .grid:after { content: ''; display: block; clear: both; }

.page[demo] .left .grid .grid-item { width: 250px; background-color: #fff; margin-bottom: 20px; padding-bottom: 10px; float: left; transition: 0.5s ease; -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }

.page[demo] .left .grid .grid-item:hover { -webkit-box-shadow: 0 2px 30px -1px rgba(0, 0, 0, 0.6), inset 0 0 87px 0 rgba(184, 184, 184, 0.13); -moz-box-shadow: 0 2px 30px -1px rgba(0, 0, 0, 0.6), inset 0 0 87px 0 rgba(184, 184, 184, 0.13); box-shadow: 0 2px 30px -1px rgba(0, 0, 0, 0.6), inset 0 0 87px 0 rgba(184, 184, 184, 0.13); }

.page[demo] .left .grid .grid-item .a-img { color: #fff; }

.page[demo] .left .grid .grid-item .a-img:hover { color: #fff; background-color: #fff; }

.page[demo] .left .grid .grid-item .demo-title { font-size: 18px; font-weight: bold; margin: 0 8px; }

.page[demo] .left .grid .grid-item p { margin: 0; padding: 0 8px; font-size: 14px; }

.deep { transition: 0.32s cubic-bezier(0.46, 0.03, 0.52, 0.96); transform-style: preserve-3d; transform: perspective(1600px) rotateX(14deg) translateZ(-200px); }

.site-footer { position: absolute; right: 0; bottom: 0; left: 0; text-align: center; background-color: #fafafa; box-shadow: 0 -2px 2px 0px #00000014; color: #000000; }

.site-footer .wrapper { width: 1140px; margin: 0 auto; padding: 15px 0; text-align: center; font-size: 14px; line-height: 1.5rem; }

.site-footer .wrapper p { margin: 0; }

.site-footer .wrapper .contact { display: inline-block; }

.site-footer .wrapper .contact a { color: #585858; transition: 0.3s ease; }

.site-footer .wrapper .contact a:hover { color: black; }

.site-footer .wrapper .contact a i { margin: 0 5px; font-size: 20px; }

.site-footer .wrapper .description { display: inline-block; }

.site-footer .wrapper a { color: #8F90C5; transition: 0.3s ease; }

.site-footer .wrapper a:hover { color: black; text-decoration: underline; }

.site-footer .wrapper .footer-left { text-align: left; float: left; display: block; flex-direction: row; width: 40%; margin-bottom: 15px; }

.site-footer .wrapper .footer-right { text-align: left; float: right; display: block; flex-direction: row; width: 60%; margin-bottom: 15px; }

@media screen and (max-width: 1200px) and (min-width: 770px) { .site-footer .wrapper { width: 90%; } }

@media screen and (max-width: 770px) { .site-footer .wrapper { width: 90%; } }

.content-ul::-webkit-scrollbar { width: 7px; height: 6px; }

.content-ul::-webkit-scrollbar-button { width: 0; height: 0; }

.content-ul::-webkit-scrollbar-thumb { background: #D3D3D3; border: 0 none #ffffff; border-radius: 50px; }

.content-ul::-webkit-scrollbar-thumb:hover { background: #a8a8a8; }

.content-ul::-webkit-scrollbar-thumb:active { background: #787878; }

.content-ul::-webkit-scrollbar-track { background: #F1F1F1; border-radius: 50px; }

.content-ul::-webkit-scrollbar-track:hover { background: #e2e2e2; }

.content-ul::-webkit-scrollbar-track:active { background: #cccccc; }

.content-ul::-webkit-scrollbar-corner { background: transparent; }

body::-webkit-scrollbar { width: 12px; height: 6px; }

body::-webkit-scrollbar-button { width: 0; height: 0; }

body::-webkit-scrollbar-thumb { background: #a8a8a8; border: 0 none #ffffff; border-radius: 50px; }

body::-webkit-scrollbar-thumb:hover { background: #787878; }

body::-webkit-scrollbar-thumb:active { background: #5c5c5c; }

body::-webkit-scrollbar-track { background: #F1F1F1; border-radius: 50px; }

body::-webkit-scrollbar-track:hover { background: #e2e2e2; }

body::-webkit-scrollbar-track:active { background: #cccccc; }

body::-webkit-scrollbar-corner { background: transparent; }

.back-to-top { position: fixed; left: 50%; margin-left: 580px; bottom: 37px; background-color: #bdbdbd; visibility: hidden; opacity: 0; transition: 0.4s ease; border-radius: 25px; border: 2px solid #ccc; }

.back-to-top a { display: block; background-color: #eee; width: 38px; height: 38px; line-height: 38px; text-align: center; font-size: 20px; color: #b4b4b4; border-radius: 25px; opacity: 0.7; }

.back-to-top a:hover { opacity: 1; }

.back-to-top-show { visibility: visible; opacity: 0.7; }

.back-to-top-show:hover { opacity: 1; }

@media screen and (max-width: 1200px) and (min-width: 770px) { .back-to-top { left: 50%; margin-left: 45.5%; } }

@media screen and (max-width: 770px) { .back-to-top { right: 2.5%; left: auto; margin-left: 0px; } .back-to-top a { width: 33px; height: 33px; line-height: 33px; text-align: center; font-size: 18px; } }

/* colorful.css */
/* Button BEGIN */
/* General Tunnel */
button:focus { text-decoration: none; transition: 0.1s ease; }

button { margin: 5px 0; text-align: center; border: 1px solid; }

button:hover { transition: 0.3s ease; }

/* Large */
.btnLarge { padding: 10px 12px; font-size: 18px; border-radius: 18px; }

/* Medium */
.btnMedium { padding: 6px 12px; font-size: 14px; border-radius: 10px; }

/* Small */
.btnSmall { padding: 1px 5px; font-size: 12px; border-radius: 5px; }

/* Colours */
/* Green */
.buttonGreen { color: #fff; border-color: #419641; background-color: #5cb85c; }

.buttonGreen:hover { background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%); }

.buttonGreen:focus { color: #0c3a0c; border-color: #306e30; }

/* White */
.buttonWhite { color: #000; border-color: #ccc; background-color: #fff; }

.buttonWhite:hover { background-color: #ccc; }

.buttonWhite:focus { color: #fff; border-color: #aaaaaa; background-color: #707070; }

/* Purple */
.buttonPurple { color: #fff; border-color: #265a88; background-color: #337ab7; }

.buttonPurple:hover { background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%); }

.buttonPurple:focus { color: #0f2538; border-color: #1e486d; }

/* Blue */
.buttonBlue { color: #fff; border-color: #2aabd2; background-color: #5bc0de; }

.buttonBlue:hover { background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%); }

.buttonBlue:focus { color: #1b748f; border-color: #479cb6; }

/* Orange */
.buttonOrange { color: #fff; border-color: #f0ad4e; background-color: #eb9316; }

.buttonOrange:hover { background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%); }

.buttonOrange:focus { color: #b97413; border-color: #d49741; }

/* Red */
.buttonRed { color: #fff; border-color: #c12e2a; background-color: #d9534f; }

.buttonRed:hover { background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%); }

.buttonRed:focus { color: #811f1c; border-color: #b34541; }

/* Inside - Red - Left <input> */
.buttonRedInsideL { margin-left: -2px; border-radius: 0 10px 10px 0; color: #fff; border-color: #c12e2a; background-color: #d9534f; }

.buttonRedInsideL:hover { background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%); }

.buttonRedInsideL:focus { color: #811f1c; border-color: #b34541; }

/* Button END */
/* Alerts BEGIN */
/* General Tunnel */
.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 15px; /* box-shadow: inset 0 1px 0 rgb(255 255 255 / 25%), 0 1px 2px rgb(0 0 0 / 5%);  text-shadow: 0 1px 0 rgb(255 255 255 / 20%); */ }

/* Green */
.alertGreen { /* background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%); */ background-color: #c8e5bc; background-repeat: repeat-x; border-color: #b2dba1; color: #3c763d; background-color: #dff0d8; }

/* Yellow */
.alertYellow { /* background-image: linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%); */ background-color: #f8efc0; background-repeat: repeat-x; border-color: #f5e79e; color: #8a6d3b; background-color: #fcf8e3; }

/* Blue */
.alertBlue { /* background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%); */ background-color: #b9def0; background-repeat: repeat-x; border-color: #9acfea; color: #31708f; background-color: #d9edf7; }

/* Red */
.alertRed { /* background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%); */ background-color: #e7c3c3; background-repeat: repeat-x; border-color: #dca7a7; color: #a94442; background-color: #f2dede; }

/* White 2022-10-04 */
.alertWhite { background-color: #ffffff; background-repeat: repeat-x; border: 2px solid #000000; color: #000000; }

/* Alerts END */
/* Process Bars BGEIN */
/* General Tunnel */
.progress { background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%); background-repeat: repeat-x; height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 5px; box-shadow: inset 0 .5px 1px #0000001a; }

.pb { float: left; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; box-shadow: inset 0 -1px 0 #00000026; transition: width 0.6s ease; background-color: #337ab7; background-repeat: repeat-x; background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%); background-repeat: repeat-x; }

.srOnly { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

/* Blue */
.pbBlue { background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%); background-repeat: repeat-x; background-color: #5bc0de; }

/* Striped */
.pbStriped { background-size: 40px 40px; background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* Green */
.pbGreen { background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%); background-repeat: repeat-x; background-color: #5cb85c; }

/* Yellow */
.pbYellow { background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%); background-repeat: repeat-x; background-color: #f0ad4e; }

/* Red */
.pbRed { background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%); background-repeat: repeat-x; background-color: #d9534f; }

/* Process Bars END */
/* Panels BEGIN */
/* General Tunnel */
.panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 10px; box-shadow: 0 1px 1px #0000000d; }

.panel > .panelBody { padding: 15px; }

.panelTitle { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; }

.panelHeading { padding: 10px 15px; border-bottom: 1px solid transparent; border-radius: 8.125px 8.125px 0 0; background-repeat: repeat-x; }

/* Default */
.panelDefault { border-color: #ddd; }

.panelHeadingDefault { /* background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%); */ color: #333; background-color: #f5f5f5; border-color: #ddd; }

/* Green */
.panelGreen { border-color: #d6e9c6; }

.panelHeadingGreen { /* background-image: linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%); */ color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }

/* Yellow */
.panelYellow { border-color: #faebcc; }

.panelHeadingYellow { /* background-image: linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%); */ color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }

/* Purple */
.panelPurple { border-color: #337ab7; }

.panelHeadingPurple { /* background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%); */ color: #fff; background-color: #337ab7; border-color: #337ab7; }

/* Blue */
.panelBlue { border-color: #bce8f1; }

.panelHeadingBlue { /* background-image: linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%); */ color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }

/* Red */
.panelRed { border-color: #ebccd1; }

.panelHeadingRed { /* background-image: linear-gradient(to bottom,#f2dede 0,#ebcccc 100%); */ color: #a94442; background-color: #f2dede; border-color: #ebccd1; }

/* Panels END */
/* Blocks BEGIN */
/* General Tunnel */
/* NOT AUTOMATICED */
.block { /* background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%); */ background-repeat: repeat-x; border-color: #dcdcdc; /* box-shadow: inset 0 1px 3px rgb(0 0 0 / 5%), 0 1px 0 rgb(255 255 255 / 10%); */ min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 10px; }

.blockText { margin: 0 0 10px; }

/* Blocks END */
/* Labels BEGIN */
/* Labels END */
/* Thumbnails BEGIN */
/* General Tunnel */
.thumbnail { box-shadow: 0 1px 2px #00000014; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 5px; transition: all .2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }

/* Thumbnails END */
/* 2022-10-03 scss update */
/* <details> Begin */
details { border: 2px solid #31708f; border-radius: 15px; padding: .5em .5em 0; }

summary { font-weight: bold; margin: -.5em -.5em 0; padding: .5em; }

details[open] { padding: .5em; transition: 0.5s; }

details[open] summary { border-bottom: 1px solid #31708f; margin-bottom: .5em; }

/* <details> END */
/* Tables BEGIN */
/* General Tunnel */
/* 表格bug多不想写QAQ */
/* Tables END */
/* colourful.css END */
/* 20220627 */
/* 20221003 */

/*# sourceMappingURL=main.css.map */