/* windows 98 theme css */

body,html {
    height: 100%;
}

*,:after,:before,body,html {
    padding: 0;
    margin: 0;
}

.start-button-wrapper,button {
    border: 0;
    cursor: pointer
}

a,input:focus {
    outline: 0
}

button,label {
    cursor: pointer
}

.windows,body,input {
    font-size: 12px
}

.windows-button,input {
    -webkit-appearance: none
}

@font-face {
    font-family: px_sans_nouveaux;
    src: url(fonts/px_sans_nouveaux/px_sans_nouveaux.eot);
    src: url(fonts/px_sans_nouveaux/px_sans_nouveaux.eot?#iefix) format('embedded-opentype'),url(fonts/px_sans_nouveaux/px_sans_nouveaux.woff2) format('woff2'),url(fonts/px_sans_nouveaux/px_sans_nouveaux.woff) format('woff'),url(fonts/px_sans_nouveaux/px_sans_nouveaux.ttf) format('truetype')
}

-webkit-scrollbar-thumb {
    background-color: silver;
    border-left: ridge 2px #fff;
    border-top: ridge 2px #fff;
    border-right: ridge 2px gray;
    border-bottom: ridge 2px gray
}

html {
    box-sizing: border-box
}

*,:after,:before {
    box-sizing: inherit;
    box-sizing: border-box
}

body {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    transition: background-color 1s ease .5s,color 1s ease .5s;
}

.form-content,.share,.share a,.windows-content {
    color: #000
}

a {
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input[type=color] {
    opacity: 0;
    width: 26px
}

input {
    border-radius: 0
}

label {
    display: block
}

.label-container {
    display: none
}

.input-border {
    border-left: 2px solid #6b6b6b;
    border-top: 2px solid #6b6b6b;
    border-right: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf
}

.input {
    width: 100%;
    border-left: 2px solid #404040;
    border-top: 2px solid #404040;
    border-right: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    padding-left: .5em
}

.formfields {
    position: relative;
    border-left: 1px solid #848484;
    border-top: 1px solid #848484;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.formfields .formfields-inner {
    padding: 1em 1em 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #848484;
    border-bottom: 1px solid #848484
}

.formfields .formfields-label {
    position: absolute;
    background-color: #c6c6c6;
    padding: 0 .35em;
    top: -.75em;
    left: .5em
}

.flavor-name-container {
    margin-top: 1em
}

.share {
    margin: 2em auto 0;
    width: 80%
}

.bullets {
    list-style: none;
    padding: 0
}

.bullets li {
    margin: 1em 0
}

.windows-container,.windows-form {
    margin: 0 auto;
    height: 100%
}

.bullets a {
    position: relative;
    padding: 0 .2em;
    padding-left: calc(.5em + 13px);
    border: 1px dotted transparent
}

.bullets a:after,.bullets a:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 0
}

.bullets a:before {
    background: url(images/bullet.gif)
}

.bullets a:after {
    opacity: 0;
    background: url(images/bullet-checked.gif)
}

.bullets a.clicked:after,.bullets a:hover:after {
    opacity: 1
}

.bullets a:active {
    border: 1px dotted #000
}

.windows-container {
    width: 100%;
    z-index: 2;
    padding: 50px 80px 79px;
    overflow: hidden
}

.windows-content {
    padding: 1.5em
}

.windows {
    font-weight: 400;
    letter-spacing: .025em;
    font-smoothing: unset;
    -webkit-font-smoothing: none;
    background-color: #c6c6c6;
    border-top: 2px solid #efefef;
    border-left: 2px solid #efefef;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    height: 100%;
    position: relative
}

.windows .windows-button {
    color: #000;
    background-color: silver;
    position: relative;
    z-index: 10;
    float: right
}

.windows .windows-button:active {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #efefef;
    border-bottom: 2px solid #efefef
}

.windows-header {
    height: 25px;
    position: relative;
    text-align: left;
    color: #fff;
    padding: .25em .75em;
    line-height: 1.4;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 2px solid silver;
    border-bottom: 1px solid silver;
    background: navy
}

.windows-button {
    display: block;
    -moz-appearance: none;
    appearance: none;
    font-weight: 700;
    letter-spacing: .05em;
    padding: .45em .75em;
    border-left: 2px solid #ededed;
    border-top: 2px solid #ededed;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
}

.windows-button img {
	margin: 0;
}

.icon-inner-container .icon-box span,.ui-icon span {
    text-align: center;
    font-family: px_sans_nouveaux;
    font-size: 8px
}

.windows-button:active {
    -webkit-transform: translate3d(0,1px,0);
    transform: translate3d(0,1px,0)
}

.windows-button:focus {
    outline: #000 dotted 1px
}

.windows-footer {
    padding: 2em 0
}

.clearfix:after,.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.hidden {
    display: none
}

.form-content {
    padding: 10px 10px 10px
}

.icon-wrap {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0;
    padding: 0;
    height: 100%
}

.icon-outer-container {
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    height: 100%;
    padding: 10px;
    margin: 0
}

.icon-inner-container {
    border-left: 2px solid #404040;
    border-top: 2px solid #404040;
    border-right: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    background: #fff;
    height: 100%;
    padding: 0;
    margin: 0;
}

.icon-inner-container .icon-box {
    display: inline-block;
    position: relative;
    text-align: center
}

.icon-inner-container .img16 {
    margin-top: -40px;
    margin-left: 25px
}

.icon-inner-container .img32 {
    margin-top: -50px;
    margin-left: 17px
}

.icon-inner-container .img48 {
    margin-top: -56px;
    margin-left: 10px
}

.icon-inner-container .img64 {
    height: 128px;
    width: 128px
}

.icon-inner-container .icon-box span {
    display: block;
    padding: 4px 0 0
}

.icon-item,.icon-item .helper,.ui-icon {
    display: inline-block
}

.icon-item {
    width: 68px;
    height: 68px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin: 5px;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f
}

.icon-item .helper {
    height: 100%;
    vertical-align: middle
}

.icon-item a div {
    vertical-align: middle;
    max-height: 64px;
    max-width: 64px;
    margin-top: -60px;
    margin-left: 10px
}

.ui-desktop {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    z-index: 9999
}

.ui-icon {
    text-align: center;
    vertical-align: top;
    width: 72px;
    z-index: 0;
    line-height: 12px;
    margin: 0;
    padding: 8px 1px
}

.ui-icon-container {
    position: relative
}

.ui_icon div {
    display: block;
    text-align: center
}

.ui-icon span {
    display: block;
    padding: 4px 0 0
}

.start-bar {
    padding: 2px;
    box-shadow: inset 1px 0 #fff;
    display: block;
    background-color: silver;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #4e4e4e;
    position: fixed;
    z-index: 99999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.start-button {
    background-image: url(images/start-button.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 14px
}

.start-button-wrapper {
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 6px 3px;
    background-color: silver;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    box-shadow: inset 1px 1px #dfdfdf,1px 0 #000,0 1px #000,1px 1px #000;
    min-width: 59px;
    margin-right: 6px;
    color: #000
}

.made-by,.start-bar-window {
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: Arial;
    font-weight: 400;
    color: #000
}

.start-bar-window {
    float: left;
    padding: 0 10px 0 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    box-shadow: inset 1px 1px grey;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAG0lEQVQYV2M8cODAf3t7ewbG/////z948CADAFuqCj64BtLKAAAAAElFTkSuQmCC)
}

.made-by {
    float: right;
    text-align: right;
    padding: 0 10px;
    border-top: 1px solid gray;
    border-left: 1px solid gray
}

@media (max-width: 768px) {
    .windows-container {
        padding:10px 20px 40px;
        max-width: 500px
    }
}

@media (max-width: 630px) {
    .ui-desktop {
        display:none
    }
}

/*end of win98 style code*/


.container-narrow {
	 width: 100%;
	 background-color: #f7e0fa;
	 height: 30px;
}
 .container-narrow>footer {
	 margin-top: 20px;
	 text-align: left; 
}

 .container-narrow>footer p {
	 display: inline-block;
	 margin-bottom: 0px;
	 -webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
	 border-radius: 6px 
}
 body {
	 position: relative;
	 padding-top: 40px;
}
 .content {
	 padding: 20px;
	 margin: 20px -20px;
	 -webkit-border-radius: 6px 6px 6px 6px;
	 -moz-border-radius: 6px 6px 6px 6px;
	 border-radius: 6px 6px 6px 6px 
}
 #sidebar {
	 font-size: .9em 
}
 .post {
	 font-size: 1.0em 
}
 .page {
	 font-size: 16px 
}
 .page, .post {
	 line-height: 1.5em;
	 font-family: DOS-en, DOS, SimHei, Monaco, Menlo, Consolas, 'Courier New', monospace 
}
 .page .more {
	 text-pull: right 
}
 .post .date {
	 margin-bottom: 20px;
	 font-weight: bold 
}
 .mypage {
	 padding-bottom: 30px;
	 border-bottom: 1px solid #fff 
}
 .mypage p {
 	line-height: 30px;
 	font-size: 17px;
 }
 .navbar-brand {
 	font-size: 1.2em;
	 text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
	 -webkit-transition: all .2s linear;
	 -moz-transition: all .2s linear;
	 transition: all .2s linear 
}
 .navbar-brand:hover {
	 text-decoration: none;
	 text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .4) 
}
 .pagination {
	 margin: 10px 0 
}
 .pagination a {

}
 li i {
	 margin-right: 5px;
	 margin-left: 5px 
}
 .listing-item {
	 line-height: 35px 
}
 .meta-widget {
	 margin: 10px 0;
	 font-size: 15px;
}
 .meta-widget a {
	 color: #EFD0F0 
}
 .tag_box {
	 margin: 0;
	 overflow: hidden 
}
 .tag_box li {
	 line-height: 28px 
}
 .tag_box li i {
	 opacity: .9 
}
 .tag_box.inline li {
	 float: left 
}
 .tag_box a {
	 padding: 2px 6px;
	 margin: 2px;
	 background: #AB9DD8;
	 color: #333;
	 border-radius: 3px;
	 text-decoration: none;
	 border: 1px solid #73FBFD 
}
 .tag_box a span {
	 vertical-align: super;
	 font-size: .8em 
}
 .tag_box a:hover {
	 background-color: #397bdd;
	 color: #FFF 
}
 .tag_box a.active {
	 background: #57a957;
	 border: 1px solid #4c964d;
	 color: #FFF 
}
 .widget {
	 padding-top: 15px;
	 padding-bottom: 15px;
	 border-bottom: 1px solid #e0e0e0 
}
 #local-search-input {
	 background-color: #AB9DD8;
	 color: #fff !important;
	 text-fill-color: #bbb;
	 border: 1px solid #4d24cb;
}
 #local-search-result {
	 scroll: auto;
	 overflow: auto;
	 max-height: 3in;
	 background-color: #000 
}
 ul.search-result-list {
	 padding-left: 10px 
}
 a.search-result-title {
	 font-weight: bold 
}
 p.search-result {
	 color: #555 
}
 em.search-keyword {
	 border-bottom: 1px dashed #4088b8;
	 font-weight: bold 
}
 .tagcloud .entry {
	 width: 100% 
}
 a {
	 color: #4E22DB
}
 a:focus {
	 color: #4E22DB;
	 background: #fff
}
 a:hover {
	 color: #AB9DD8;
	 background: #73FBFD 
}
 a:active {
	 color: #fefe54;
	 background: #a50 
}
 a.label-anchor {
	 position: relative;
	 display: block;
	 text-align: right;
	 width: 200px;
	 left: -210px;
	 font-family: DOS-en, DOS, SimHei, Monaco, Menlo, Consolas, 'Courier New', monospace 
}
 a.label-anchor:target span {
	 background-color: #b94a48 
}
 a.label-anchor:hover {
	 text-decoration: none 
}
 a.label-anchor span {
	 font-weight: bold;
	 line-height: 0;
	 color: #fff;
	 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	 white-space: nowrap;
	 background-color: #666;
	 padding: 1px 4px 2px;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px 
}
 a.inline-ref {
	 border-bottom: dotted 1px #333;
	 color: black 
}
 a.inline-ref:hover {
	 text-decoration: none;
	 border-bottom: solid 1px #000 
}
 blockquote {
	 border-left: 5px solid #ccc;
	 font-size: .9em;
	 background-color: #008000 
}
 blockquote p, blockquote ol, blockquote ul, blockquote li, .slogan {
	 font-family: DOS-en, DOS, SimHei, Monaco, Menlo, Consolas, 'Courier New', monospace 
}
 img, video {
	 max-width: 97.5%;
	 margin: 15px auto;
	 display: block;
	 height: auto 
}
 .slogan .icon-heart {
	 opacity: .5;
	 margin-right: 5px;
	 margin-top: 3px 
}
 .slogan .icon-heart:hover {
	 opacity: 1 
}
 .slogan {
	 font-size: 1.2em;
	 color: #687BD9;
	 display: block;
	 margin-bottom: 1.2em 
}
 .blink-fast {
	 animation-duration: .5s;
	 animation-name: blink;
	 animation-iteration-count: infinite;
	 animation-direction: alternate;
	 animation-timing-function: ease-in-out 
}
 .blink-slow {
	 animation-duration: 1s;
	 animation-name: blink;
	 animation-iteration-count: infinite;
	 animation-direction: alternate;
	 animation-timing-function: ease-in-out 
}
 @keyframes blink {
	 0% {
		 opacity: 1 
	}
	 50% {
		 opacity: .8 
	}
	 100% {
		 opacity: 0 
	}
}
 #gotop {
	 display: block;
	 height: 36px;
	 width: 150px;
	 position: fixed;
	 bottom: 50px;
	 right: 30px;
	 text-decoration: none;
	 display: none;
	 background-color: #400ec6 
}
 #gotop span {
	 display: block;
	 color: #fff 
}
 #gotop span:hover {
	 color: #5bdae2
}
 #gotop span {
	 font-size: 20px;
	 text-align: left;
	 line-height: 35px;
	 vertical-align: bottom;
	 background-color: #c7d5fb;
	 color: #4718c7;
	 padding-right: 5px;
	 border-bottom: 2px solid #4718c7;
	 border-right: 2px solid #4718c7;
}
 header h1 {
	 font-weight: normal;
	 line-height: 1.2em;
	 margin-bottom: .6667em 
}
 h1 {
	 font-size: 2em;
	 line-height: 2em;
	 margin-bottom: .6667em 
}
 h1, h2, h3, h4, h5, h6 {
	 text-rendering: optimizelegibility;
	 font-weight: bold;
	 font-family: DOS-en, DOS, SimHei, Monaco, Menlo, Consolas, 'Courier New', monospace;
	 color: #687BD9
}
 h2 {
	 color: #4D24CB;
	 padding-top: 40px;
	 margin: -25px 0 .83em 
}
 .page-header {
	 -webkit-background-clip: border-box;
	 -webkit-background-origin: padding-box;
	 -webkit-background-size: cover;
	 padding: 10px 20px 0 20px;
	 margin: -20px -20px 40px;
	 color: #fff;
	 border-radius: 6px 6px 0 0;
	 font-size: 1.3em 
}
 .page .entry {
	 padding-top: 10px;
	 padding-bottom: 25px 
}
 .page .entry .row {
	 padding-left: 20px;
	 padding-right: 5px;
	 color: #687BD9;
}
 .page .entry h2 {
	 display: block;
	 overflow: hidden;
	 width: 0;
	 height: 0;
	 margin: -20px 0 
}
 .page .entry h3 {
	 display: block;
	 overflow: hidden;
	 width: 0;
	 height: 0 
}
 .page .entry .col-md-8 {
	 margin: 10px 0 
}
 .page .entry .thumbnail {
	 margin: 10px 
}
 .page h3.title {
	 position: relative;
	 padding: 5px 5px 5px 5px;
	 font-size: 1.5em;
	 line-height: 1.3em;
	 font-weight: bold;
	 font-family: DOS-en, DOS, SimHei, Monaco, Menlo, Consolas, 'Courier New', monospace 
}
 .page h3.title div.article-title {
	 width: 80% 
}
 .page h3.title div.date {
	 float: right;
	 font-size: .7em;
	 color: #777 
}
 .archive-ul>.caret {
	 vertical-align: 7px;
	 margin-left: 5px;
	 opacity: .3 
}
 .archive-ul:hover>.caret {
	 opacity: 1 
}
 .toc {
	 font-size: 10pt;
	 width: auto;
	 padding: 10px;
	 background: #000 
}
 .toc .toc-title {
	 font-size: 125% 
}
 .toc-article {
	 list-style: circle;
	 line-height: 1em;
	 margin-bottom: 0;
	 padding: 10px 20px 
}
 .toc-article li {
	 margin-left: 5px!important;
	 padding: 0!important 
}
 .toc-article ol {
	 list-style: square;
	 padding: 5px 20px 
}
 .toc-article ol ol {
	 list-style: circle;
	 padding: 5px 20px 
}
 .line {
	 height: 20px 
}
 table {
	 border-collapse: separate;
	 border-spacing: 0;
	 vertical-align: middle 
}
 th {
	 padding: 12px 10px 12px 10px;
	 border-bottom: 1px dashed #4088b8 
}
 td {
	 padding: 7px 10px 7px 10px;
	 text-align: left;
	 font-weight: normal;
	 vertical-align: middle 
}
 .cf:before, .cf:after {
	 content: "";
	 display: table 
}
 .cf:after {
	 clear: both 
}
 .cf {
	 *zoom: 1 
}
 hr {
	 border-top: 2px solid #fff 
}
 .btn {
	 margin-bottom: 10px;
	 padding-top: 5px;
	 font-size: 13px;
	 height: 30px;
	 width: 120px;
}
 .btn:active {
	 -webkit-box-shadow: #000 0 0 0 0;
	 box-shadow: #000 0 0 0 0;
	 margin: 10px 0 0 10px;
	 outline: #000 none;
	 background: #bbb!important 
}
 .ds-thread {
	 font-size: .8em 
}
 .logo {
	 background: url("../favicon.png") no-repeat left top;
	 background-size: 5em 
}
 .logo>h1 {
	 padding-left: 2.4em;
	 font-size: 1.5em;
	 line-height: 2.0em;
	 color: #4E22DB;
}
 .fa-heart:before {
	 color: #f00 
}
 pre code {
	 border-width: 0!important 
}
 pre {
	 border-width: 0!important;
	 font-size: 16px!important 
}
 pre, .highlight, .gist {
	 background: #000!important;
	 -webkit-border-radius: 0!important;
	 -moz-border-radius: 0!important;
	 border-radius: 0!important 
}
 figure {
	 border-width: 0!important 
}
 .alert-success {
	 color: #fefe54 
}
 .thumbnail {
	 border: 0 
}
 .date {
	 color: #687BD9;
	 line-height: 3em;
	 font-size: 1.2em;
	 text-align: right 
}
 pre, code {
	 font-family: DOS-en, DOS, Monaco, Menlo, Consolas, "Courier New", monospace!important 
}
 .fancybox-close:hover {
	 background: url("../fancybox/fancybox_sprite.png") 
}
 .fancybox-close:focus {
	 background: url("../fancybox/fancybox_sprite.png") 
}
 .fancybox-close:active {
	 background: url("../fancybox/fancybox_sprite.png") 
}

#footerDiv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #EFD0F0;
    border-top: 2px solid #AB9DD8;
}

.container-narrow>footer img{
	 height: 30px;
	 margin-left: 0;

}

.container-narrow {
	background-color: transparent;
}

#hexo-blog-encrypt {
	text-align: center;
	padding: 30px;
}

#hexo-blog-encrypt button {
	color: #4D24CB;
	background-color: #EFD0F0;
	width: 100px;
	height: 30px;
	margin-top: 20px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid #815cda;
	border-right: 2px solid #815cda;
}

#hexo-blog-encrypt button::before {
    content: "提交";
}

#hexo-blog-encrypt button:hover {
    background-color: #73FBFD;
}

.hbe label {
	margin-top: 10px;
}

.nav-menu {
	font-size: 12px;
	font-weight: bold;
}
