@media(min-resolution: 72dpi) and (max-resolution: 191dpi) {
    body {
        font-family: Consolas,"Helvetica Neue",Helvetica,Arial,sans-serif;;
       }
}
@media(min-resolution: 192dpi) {
    body {
    font-family:"PingFang SC","Lantinghei SC","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei",\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,"WenQuanYi Zen Hei","WenQuanYi Micro Hei",sans-serif;
    }
}


@keyframes dlboxblink {
  0%{background: #def0f5;}
  50%{background: #def0f5;}
  50.01%{background:#ffbae9}
  100%{background:#ffbae9} 
}
@-webkit-keyframes dlboxblink {
  0%{background: #def0f5;}
  50%{background: #def0f5;}
  50.01%{background:#ffbae9}
  100%{background:#ffbae9} 
}
@-moz-keyframes dlboxblink {
  0%{background: #def0f5;}
  50%{background: #def0f5;}
  50.01%{background:#ffbae9}
  100%{background:#ffbae9} 
}
@-ms-keyframes dlboxblink {
  0%{background: #def0f5;}
  50%{background: #def0f5;}
  50.01%{background:#ffbae9}
  100%{background:#ffbae9} 
}
@-o-keyframes dlboxblink {
  0%{background: #def0f5;}
  50%{background: #def0f5;}
  50.01%{background:#ffbae9}
  100%{background:#ffbae9} 
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, figure, form, fieldset, legend, button, input, textarea, select th, td {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family:"PingFang SC","Lantinghei SC","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei",\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,"WenQuanYi Zen Hei","WenQuanYi Micro Hei",sans-serif;
}

html {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1.5;
    background: rgba(0, 41, 60, 0.05);
    -webkit-font-smoothing: antialiased;
}

a {
    color: #00293c;
	text-decoration:none;
}
a:hover,a:active {
	color:#1e656d;
}
a:focus { 
   outline:none;
}

code,pre {
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
code {
    font-size: .93em;
    border-radius: 3px;
    padding: 2px 4px;
    color: #c7254e;
    background-color: #f9f2f4;
    word-break: break-all;
}
pre code {
    padding: 0;
    font-size: 1rem;
    color: inherit;
    background-color: transparent;
    display: block;
}
pre {
    display: block;
    margin: 1rem 0;
    padding: .5rem;
    font-size: 12px;
    line-height: 1.4;
    white-space: pre;
    overflow-x: auto;
    background: url(../img/ad-stripe.png);
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	line-height: 2em;
}
h1 {
	font-size: 1.35rem;
}
h2 {
	font-size: 1.3rem;
}
h3 {
	font-size: 1.25rem;
}
h4 {
	font-size: 1.2rem;
}
h5 {
	font-size: 1.15rem;
}
h6 {
	font-size: 1.1rem;
}

#mobile-nav-mask,
#page-mask {
    opacity: 0;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    position: fixed;
    z-index: 9998;
    will-change: top, opacity,filter;
    transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out; /* Firefox 4 */
    -webkit-transition: opacity 1s ease-out; /* Safari 和 Chrome */
    -o-transition: opacity 1s ease-out; /* Opera */
}

.mobile-only {
    display: none;
}

.comment {
    font-size: .9rem;
}

.comment ol {
    margin: 0;
    padding:0;
}


.comments {
    padding-bottom: .3rem;
    margin-bottom:.5rem;
    font-weight: bold;
    font-size: 1rem;
    border-bottom: 1px solid #EEE;
}

.comment-body {
    display: block;
    margin-top: .5rem;
    clear: both;
}

.comment-left{
    display: block;
    float: left;
    margin-right: -100%;
}
.comment-right{
    display: inline-block;
    margin-left: 3.8rem;
}

.comment-author {
    display: inline-block; 
}
.comment-meta,.comment-content,.comment-reply {

}
.comment-meta {
    display: block;
}
.comment-meta time{
    color:rgb(139,139,139);
    font-size: 12px;
}
.comment-content-box {
    position: relative;
    background: #f5fafe;
    border: 1px solid #d7e9fa;
    border-radius: 6px;
    display: inline-block;
    margin: .5rem 0 .5rem .8rem;
}
.comment-content-box:after, .comment-content-box:before {
    right: 100%;
    top: 13px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.comment-content-box:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f5fafe;
    border-width: 6px;
    margin-top: -6px;
}
.comment-content-box:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #c2e1f5;
    border-width: 7px;
    margin-top: -7px;
}

.comment-content {
    padding:.5rem;
    word-break: break-word;
}
.comment-reply a,#cancel-comment-reply-link a {
    text-align: center;
    font-size: 12px;
    display: block;
    padding:2px;
}
.avatar-box {
    border: 3px solid #e3edf5;
    padding: 2px;
    height: 40px;
    width: 40px;
    margin: .2rem;
    border-radius: 40px;
}

.avatar-box {
    border:3px solid #e3edf5;
    padding:2px;
    height:40px;
    width:40px;
    margin:0 auto;
    border-radius:40px
}
.avatar {
    background:#cbd7df;
    background: url(../img/comment_bg.png);
    background-size: 40px;
    background-repeat:no-repeat;
    height:40px;
    width:40px;
    border-radius:40px;
    transition:transform .4s ease-out;
    -webkit-transition:-webkit-transform .4s ease-out;
    -moz-transition:-moz-transform .4s ease-out;
}
.avatar:hover {
    transform:rotateZ(360deg);
    -webkit-transform:rotateZ(360deg);
    -moz-transform:rotateZ(360deg)
}


.post-avatar-box {
    float: left;
    margin: 0 auto;
    margin-right: -144px;
}

.post-avatar {
    float:left;
    margin:24px;
    background:#cbd7df;
    background: url(../img/comment_bg.png);
    background-size: 96px;
    background-repeat:no-repeat;
    height:96px;
    width:96px;
    border-radius:96px;
    transition:transform .4s ease-out;
    -webkit-transition:-webkit-transform .4s ease-out;
    -moz-transition:-moz-transform .4s ease-out;
}
.post-avatar:hover {
    transform:rotateZ(360deg);
    -webkit-transform:rotateZ(360deg);
    -moz-transform:rotateZ(360deg)
}
.post-avatar img {
        border-radius: 96px;
}
.author-info {
    float: left;
    margin-left: 150px;
}
.post-author-name {
    float:left;
    width: 100%;
    margin-top: 1rem;
    font-size: 1.5rem;
}
.post-author-des {
    float: left;
    max-width: 100%;
    font-size: .9rem;
    color: #777;
    margin-bottom: .5rem;
}

.fn {
    display: block;
    font-style:normal;
    padding-left: 10px;
}

.comment-input {
    display: inline-block;
    width: 200px;
    float: left;
    margin: 0 1rem 1rem 0;
}

.comment-input label {
    width: 100px;
    line-height:30px;
}
.comment-input-right {
    display: block;
    float: left;
    margin-bottom: 1rem ;
    width: 514px;
}
.comment-input-right-r {
    display: inline-block;
    float: right;
    margin-top: 2.6rem;
}

.set-avatar {
    border: 1px solid #e3effa;
    width: 64px;
    height: 64px;
    text-align: center;
    background: #e2e2e2;
    margin: auto;
}
.comment-btn {
    text-align: center;
    margin: 1rem;
}
.comment-text-input {
    display: inline-block;
    width: 415px;
    float: left;
    margin-bottom: 1rem ;
}
.set-avatar .icon-user:before {
    margin: 6px 0;
    opacity: 0.5;
}
.comment-set-avatar-url {
    margin: 4px;
}

button.submit {
    -webkit-appearance: none;
    cursor: pointer;
    outline: 0;
    background: #00293c;
    border: 0;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    font-size: 10px;
}
button.submit:hover {
    opacity: 0.8;
}

.comment-text-input label {
    width: 100px;
    line-height:30px;
}

.comment-text-input .textarea {
    height: 141px;
}


#typembed {
margin: 10px;
}

blockquote {
    margin:1rem 0;
	padding: 0.1rem 0.1rem 0.1rem 1rem;
	color:gray;
    background: #f9fdff;
    border-left: 2px #c1e7ff solid;
}

.post-content {
    margin:2rem auto;
    font-family: "Noto Serif SC";
    font-size: 1rem !important;
}

.post-content h2 {
    line-height: 1.5rem;
    margin:1rem 0;
    padding-left: .5rem;
    margin-left: -1rem;
    border-left: .5rem #97ceff solid
}
.post-content p {
	line-height: 24px;
	margin: 1rem 0;
    word-break: break-word;
}
.post-content p a {
    border-bottom: 1px solid;
}
.post-content p a:after {
    font-family:'FontAwesome';
    font-size:.8rem;
    content:" \f08e";
}
.post-content p iframe {
    width: 100%;
}


.post-content ul,ol {
	margin: .5rem 1rem;
	padding-left:2em;
}

.post-content img {
    display: block;
    max-width: 100%;
    margin: 1rem auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-out; /* Firefox 4 */
    -webkit-transition: all .2s ease-out; /* Safari 和 Chrome */
    -o-transition: all .2s ease-out; /* Opera */
}
.post-content img:hover {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.post-content li {
    display: list-item;
    word-break: break-word;
}
.algin-center {
    text-align: center;
    overflow: hidden;
}

.dl-info {
    margin:.5rem 0;
    border: 1px solid #bce8f1;
    background-color: #d9edf7;
    color: #3a87ad;
    padding: 10px 0 10px 10px;
    border-radius: 4px;
    display: inline-block;
            transition: all .3s!important;
    -moz-transition: all .3s!important;
    -webkit-transition: all .3s!important;
    -o-transition: all .3s!important;
}
div.dl-info:hover {
    background-color: #b3e4fd;
}
.dl-info a {
    color: #3a87ad;
    padding: 10px 10px 10px 2px;
}
.post-original {
    font-size: .9rem;
}

.same-cat-post {
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #EEE;
}

.archive-header {
    margin-bottom:2rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-weight: 700;
}

.archive-header .archive-title {
    margin: 0;
    position: relative;
    display: inline-block;
    letter-spacing: 5px;
    padding: 0 30px 0 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.archive-header p {
    font-size: 14px;
    letter-spacing: 2px;
}

.archive-header p {
    color: #828282;
    margin: 5px 0 0;
    font-size: 9pt;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.archive-header .archive-title:after {
    background: #00293c;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 20in;
    left: 100%;
}

.archive-header h2 {
    font-size: 20px;
}

.sidebar-ad-box {
    margin-bottom: 2rem;
}
.list-post-box-ad {
    display: block;
    float: left;
    width: 100%;
    margin: 8px 0;
}

#DLBox {
    top:-200%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 9999;
    will-change:top;
    transition: all 2s cubic-bezier(0, 1, 0, 1);
    -moz-transition: all 2s cubic-bezier(0, 1, 0, 1); /* Firefox 4 */
    -webkit-transition: all 2s cubic-bezier(0, 1, 0, 1); /* Safari 和 Chrome */
    -o-transition: all 2s cubic-bezier(0, 1, 0, 1); /* Opera */
}
#DLBox-child {
    margin: auto;
    width: 768px;
    border-radius: 0 0 8px 8px;
    display: block;
    background: #fff;
    padding:10px;
}


#unDLBoxBtn {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
}
#DLBox .childBox {
    margin:4px;
    padding-top: 4px;
    border-top: 1px solid #d9e8e8;

}
.childBoxLeft {
    float: left;
}
#DLBox h2{
     font-weight: 600;
     border:none;
     font-size:14px;
     margin:0;
     padding: 0 0 4px;
}
#DLBox p{
    margin: 0 1em;
    color: #888888;
    font-size: 12px;
}
#DLBox li{
    display: list-item;
    list-style: none;
}
#DLBox ul{
    padding-left: 1em;
    color: #888888;
    font-size: 12px;
}
.down-btn {
    float: right;border: 1px solid #a4ddf3;padding: 4px 0;
    margin-bottom:10px;
    font-size:12px;display: inline-block;background: #def0f5;width: 298px;text-align: center;
}
.down-btn-bottom-ad {
    float: right;
    margin-top: 4px;
}
.down-btn-top-ad {
    float: left;
    display: block;
    margin-bottom: 1rem;
}

.list-post-meta {
    margin: .2rem;
}
h2.list-post-title {
    margin-top: -.2rem;
    line-height: 1.9rem;
    font-weight: normal;
}

.sidebar_wo{position:fixed;line-height:0;bottom:0;z-index:1000;}
#leimu{left:0;-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(-7px,7px);
    -ms-transform: translate(-7px,7px);
    transform: translate(-7px,7px);}
#lamu{-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(7px,7px);
    -ms-transform: translate(7px,7px);
    transform: translate(7px,7px);right:0}
#leimu:hover{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
#lamu:hover {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.error-page {
    margin: 100px 180px;
}

@media(max-width: 1380px){
    #BAIDU_SSP__wrapper_u2785458_0_right,#BAIDU_SSP__wrapper_u2785458_0,#BAIDU_SSP__wrapper_u2785458_0_left {
        display: none;
    }
}

header {
    border-bottom: 1px solid rgba(0,0,0,.240);
    margin-bottom: 16px;
    background: #FFF;
}
#top-menu {
    background-color: #f2f2f2;
}
.top-menu-left,.top-menu-right {
    line-height: 3rem;
    width:15%;
}
.top-menu-left,.top-menu-left ul li {
    float: left;
}

.top-menu-right,.top-menu-right ul li {
    float:right;
}

#top-menu ul li {
    display: inline-block;
    margin: 0 10px;
}
.menu li {
    line-height: 60px;
}
.module-header {
    margin:30px auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-weight: 700;
}

.module-header .module-title {
    margin: 0;
    position: relative;
    display: inline-block;
    letter-spacing: 5px;
    padding: 0 30px 0 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.module-header p {
    font-size: 14px;
    letter-spacing: 2px;
}

.module-header p {
    color: #828282;
    margin: 5px 0 0;
    font-size: 9pt;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.module-header .module-title:after {
    background: #00293c;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 20in;
    left: 100%;
}

.module-header h2 {
    font-size: 20px;
}

.article-box {
    margin-left:-12px;
}
.article-box article {
    width: 260px;
    float: left;
    border-bottom: 1px dotted #ddd;
}

#post-id-index {
    overflow: hidden;
    background: #fff;
    border-bottom:none;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.16), 0 1px 1px rgba(0,0,0,0.23);
    transition: all .5s!important;
    -moz-transition: all .5s!important;
    -webkit-transition: all .5s!important;
    -o-transition: all .5s!important;
}

#post-id-index:hover {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

h2.article-meta-index {
    position: absolute;
    bottom: .5rem;
    height: 4.2rem;
    background: #fff;
    overflow: hidden;
    display: block;
    width: 100%;
    transition: all .8s!important;
    -moz-transition: all .8s!important;
    -webkit-transition: all .8s!important;
    -o-transition: all .8s!important;
    max-height: 4.3rem;
    min-height:4.3rem;
    -webkit-transform: translate3d(0,0,0); /* 开启硬件加速 */
    transform: translate3d(0,0,0);
}
h2.article-meta-index:hover {
    max-height: 1000px;
    height: auto;
}
h2.article-meta-index a {
    line-height: 2rem;
    display: block;
    padding: 0 1rem;
}
.thumbnail-index {
    overflow:hidden;
    height: 155px;
}

.thumbnail-index img {
    vertical-align: middle;
    max-width: 100%;
    transition: all .5s!important;
    -moz-transition: all .5s!important;
    -webkit-transition: all .5s!important;
    -o-transition: all .5s!important;
}
.thumbnail-indexa img:hover {
    -webkit-transform:scale(1.2); 
    -moz-transform:scale(1.2); 
    -o-transform:scale(1.2) ; 
}
.thumbnail-index a {
    text-align: center;
    line-height: 155px;
    display: block;
}

.date-and-category {
    height: 8rem;
    line-height: 4rem;
    text-align: center;
    font-size: .8rem;
    color: #00293c;
}
.date-and-category a {
    color: #00293c;
}
.thumbnail-box {

}

.thumbnail {
    text-align: center;
    max-height: 200px;
    overflow: hidden;
    margin: auto 0;
    width: 100%;
}

.thumbnail img {
    vertical-align: middle;
    max-width: 100%;
    transition: all .3s!important;
    -moz-transition: all .3s!important;
    -webkit-transition: all .3s!important;
    -o-transition: all .3s!important;
}
.thumbnail img:hover {

    -webkit-transform:scale(1.1) rotate(2deg); 
    -moz-transform:scale(1.1) rotate(2deg); 
    -o-transform:scale(1.1) rotate(2deg); 
}

.article-meta {
    margin: 20px 0 5px;
    font-size: 20px;
    text-transform: none;
    letter-spacing: -.02em!important;
    font-weight: 700;
    line-height: 1.6;
}
.article-box article {
    margin: 0 0 20px 12px;
}
.article-box .article-1 {
    margin-left: 0;
}

.article-box article .date {
    color: #777;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0 0 15px;
    display: block;
}

.article-box article .category {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    float: left;
}

.article-box article .category a {
    display: block;
    color: #868686;
    background: #e9e9e9;
    padding: 5px 7px;
    display: inline-block;
    transition: all .3s!important;
    -moz-transition: all .3s!important;
    -webkit-transition: all .3s!important;
    -o-transition: all .3s!important;
}
.article-box article .category a:hover {
    color: #f2f2f2;
    background: #00293c;
}

.list-post-box article {
    margin:2rem auto;
    display: block;
    border-bottom: 1px dotted #ddd;
}

.thumbnail-box {
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0), 0 6px 10px 0 rgba(0,0,0,0.3), 0 2px 2px 0 rgba(0,0,0,0.2);
}
.list-post-box .thumbnail-box {
    float: left;
    margin:0 2rem 2rem 0;
    width: 300px;
}

.list-post-box .thumbnail {
    max-width: 300px;
}

.list-post-box article .date {
    color: #777;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0 0 15px;
    display: block;
}


.pagination {
    margin:1rem 0;
}

.pagination ol {
    padding: 0; 
}



footer {
    background-color: #00293c;
}
.footer {
    padding: 2rem 0;
    color:#f1f3ce;
    text-align: center;
}
.footer * {
    color:#f1f3ce;
}
.container {
    max-width:1078px;
    margin: 0 auto;
}
#logo {
    font-family: "PingFang SC","Lantinghei SC","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei",\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,"WenQuanYi Zen Hei","WenQuanYi Micro Hei",sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    padding: 32px 30px 4px;
    animation: floatin 2.4s linear infinite;
}
#logo img {
    max-height: 24px;
    margin: 5px 0;
}
@keyframes floatin{
    0%{transform:translateY(0)}50%{transform:translateY(-6px)}100%{transform:translateY(0)}
}
#nav {
    text-align: center;
    font-weight: 600;
    font-family: "PingFang SC","Lantinghei SC","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei",\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,"WenQuanYi Zen Hei","WenQuanYi Micro Hei",sans-serif;
}
#nav a {
    padding: 0 12px;
    display:block;
    float:left;
}


#s-trigger {
    font-weight: 600;
}

input[type="text"],input[type="email"],input[type="url"],input[type="password"],textarea {
    padding:5px; 
    border:1px solid #E9E9E9; 
    width:100%;
    border-radius:2px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.sr-only {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clear {
    clear:both;
}

#bread-crumb {
    font-size: .8rem;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0 0 20px;
}

#content {
    width: 100%;
    float: left;
}
.page-head {
    padding-top:3rem;
}
#sidebar {
    float: right;
    width:300px;
    margin-left:-310px;
}

#sidebar section {
    width: 300px;
    margin:1rem 0;
}

#main {
    width:100%;
    float: left;
}
.content-child {
    margin:0 349px 10px 0;
}
.post-title {

}
.post-child {

}


.widget {
margin: 2rem 0;
}

.widget-title {
    display: inline-block;
    margin-bottom: 1rem;
    border-bottom: 3px solid #00293c;
    font-weight: 600;
    color: #00293c;
    font-size: 1.5rem;
}
.widget-list {
    line-height: 2rem;
}

.widget-list li {
    margin: .2rem 0;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-list a {
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flink {
    border-radius: 4px;
    padding: 2px 4px;
    background-color: #93d0ea;
    box-shadow: 0 0 5px #8fcde7 inset, 0 1px 1px #eee;
    margin-bottom: 4px;
}
.flink a {
    color:#fff;
    font-size: .8rem;
}
.flink:hover {
    opacity: 0.8;
}

.list-post {
    margin:0 349px 3rem 0;
}

.page-navigator {
    display: block;
    text-align: center;
    margin: 10px 0;
}

.page-navigator li {
    display: inline-block;
    margin: .5rem auto;
}
.page-navigator a {
    display: inline-block;
    line-height: 2rem;
    padding:0 .8rem;
    margin: 0 .1rem;
    border: 1px solid #00293c;
}
.page-navigator a:hover {
    color: #f1f3ce;
    background: #00293c;
}

.page-navigator .current a {
    color: #f1f3ce;
    background: #00293c;
}

.frame {
    padding:0;
}
.frame a {
    font-weight: 700;
    display: inline-block;
    margin: 0 10px 10px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    float: left;
    max-width: 100%;
    display: block;
    padding: .52em 1em;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    border-color: #383838!important;
    text-align: center;
    border-radius: 3px;
    border: 1px solid;
    -webkit-transition: border-color 0.4s,color .4s;
    transition: border-color 0.4s,color .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.frame a:hover {
    color: #f1f3ce;
    background-color: #00293c;
}
.frame ul li {
    display: inline-block;
}

.post-title h1 {
    font-size:1.9rem;
}
.post-meta {
    margin: 1rem 0 1.5rem;
    letter-spacing:2px;
    color: #777;
}
.post-meta ul,li {
    display: inline-block;
}
.post-meta li {
    margin: 0 2px;
}

div.post-meta ul li span:first-child {
    margin-right: .4rem;
}
div.post-meta ul li span {
    display: block;
    float: left;
}

.tag-box {
    margin: 1rem auto;
    float: left;
}
.tag-box a {
    border-radius: 2px;
    color: #004f73;
    padding: 4px 10px;
    font-size: 12px;
    margin: .5rem 1rem .5rem 0;
    display: block;
    float: left;
    border: 1px solid #004f73;
    font-weight: bold;
    transition: all .3s!important;
    -moz-transition: all .3s!important;
    -webkit-transition: all .3s!important;
    -o-transition: all .3s!important;
}


.tag-box a:hover {
    color:#f1f3ce;
    background-color: #00293c;
}
.post-left-right {
    padding-top: 8px;
    color: #999;
    margin: 10px 0;
    border-top: 1px solid #EEE;
}
.post-left-right li {
    display: list-item;
    list-style:none;
    word-break: break-all;
    margin: .2rem 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.same-cat-post ul {
    padding-left: 1rem;
    margin: 4px;
}
.same-cat-post li {
    display: list-item;
    list-style: none;
    margin: .2rem 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bdsharebuttonbox {
    margin:0 1rem;
    float: right;
}

#mobile-nav #search-bar {
    width: 50%;
    margin: 2rem auto;
}

#search-bar {
    width: 100%;
    margin-bottom: 2rem;
}

#mobile-nav {
    top: -100%;
    padding: 1rem 0; 
    display: block;
    width: 100%;
    color: #fff;
    position: absolute;
    background: rgba(0, 41, 60, 0.93);
    z-index: 9999;
    transition: all 1s cubic-bezier(0, 1, 0, 1);
    -moz-transition: all 1s cubic-bezier(0, 1, 0, 1); /* Firefox 4 */
    -webkit-transition: all 1s cubic-bezier(0, 1, 0, 1); /* Safari 和 Chrome */
    -o-transition: all 1s cubic-bezier(0, 1, 0, 1); /* Opera */
}
.author {
    display: none;
}
/*屏幕截图*/
        .image-wrapper-box{
            display: block;
        }
        .image-wrapper{
            overflow-x: scroll;
            margin: .5rem 0;
        }
        .image-box {
            margin: 0 !important;
            padding: 0 !important;
        }
        ul.image-box li{
            display: table-cell;
            padding: 0 .5rem;
        }
        ul.image-box li img {
            max-height: 600px;
            border: 1px solid #fff;
            box-shadow: 0 3px 5px rgba(0,0,0,.3);
            max-width: none;
        }
/*屏幕截图结束*/

.app-icon {
    width:128px;
    height: 128px;
    border-radius: 1rem;
}
