/*----------------------------------------------------- skeleton -----------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}
div, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    margin: 0;
    padding: 0;
}
body {
    background-color: #eee;
    font: 100%/1.5em 'Microsoft Yahei', Arial, tahoma;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #555;
}
a:hover {
    color: #F35B4F;
}
li {
    list-style: none;
}
.clear {
    clear: both;
}
a img {
    border: none;
}
table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 0.75em;
    width: 100%;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    box-sizing: border-box;
}
table th {
    background-color: #f9f9f9;
    text-align: center;
    box-sizing: border-box;
}
table td, table th {
    padding: 5px 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
/*gold*/
.inner {
    width: 1200px;
    margin: 0 auto;
}
.full-thumbnail {
    width: 100%;
    height: auto;
}
.full-thumbnail img, .left-thumbnail img, .ad img, .header .logo img {
    max-width: 100%;
    height: auto;
    display: block;
    max-height: 100%;
}
.mb-ad {
    overflow: hidden;
    margin-top: 30px;
    background-color: #fff;
    padding: 15px;
}
/*header*/
.navbar-static-top {
    margin-bottom: 0.5rem;
    background-color: #fff;
}
.navbar-static-top .text-right {
    text-align: right;
}
.navbar-static-top .text-right a {
    margin-left: 1rem;
}
.header {
    background-color: #fff;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 20px;
}
.header .inner {
    position: relative;
}
.header .logo {
    float: left;
    border-right: 1px solid #eee;
    width: 150px;
    max-width: 20%;
    height: 60px;
}
.header .logo a {
    display: block;
    width: 100%;
    height: 60px;
}
.header .nav {
    float: left;
    width: 840px;
    height: 60px;
    position: relative;
    white-space: nowrap;
}
.header .nav .menu ul li {
    float: left;
    line-height: 60px;
    width: 120px;
    text-align: center;
    position: relative;
}
.header .nav .menu ul li a {
    display: block;
    width: 100%;
}
.header .nav .menu ul li ul {
    position: absolute;
    left: 50%;
    top: 60px;
    background-color: #fff;
    z-index: 2;
    width: 150px;
    border: 1px solid #d7d7d7;
    border-top: none;
    margin-left: -75px;
    text-align: center;
    display: none;
}
.header .nav .menu ul li:hover ul {
    display: block;
}
.header .nav .menu ul li ul li {
    float: none;
    display: block;
    clear: both;
    line-height: 1.5em;
    padding: 10px 0;
    border-top: 1px solid #eee;
    width: 100%;
    font-size: 1em;
}
.header .member {
    float: right;
    border-left: 1px solid #eee;
    line-height: 60px;
}
.header .member a {
    display: block;
    padding: 0 10px;
    font-size: 0.875em;
}
.header .nav-btn {
    position: absolute;
    right: 0px;
    top: 17px;
    cursor: pointer;
    display: none;
}
.header .nav-btn .btn {
    background-color: #fff;
    border: 1px solid #eee;
    width: 30px;
    height: 27px;
    padding: 0 2px;
    border-radius: 2px;
    float: right;
}
.header .nav-btn .btn span {
    display: block;
    height: 5px;
    width: 100%;
    background-color: #eee;
    float: left;
    margin: 2px 0;
    border-radius: 1px;
}
.header .nav-btn i {
    display: block;
    float: left;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875em;
    padding-right: 5px;
}
/*nav*/
#nav {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin-top: -20px;
    margin-bottom: 20px;
    display: none;
}
#nav .menu ul li {
    border-bottom: 1px solid #eee;
    font-size: 0.875em;
}
#nav .menu ul li a {
    display: block;
    padding: 5px 0;
}
#nav .menu ul li li {
    font-size: 1em;
    border-top: 1px solid #eee;
    border-bottom: none;
}
#nav .menu ul li li a {
    padding: 5px 0 5px 15px;
}
/*sub-header*/
.sub-header {
    border: 1px solid #ededed;
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.sub-header .banner {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
}
.sub-header .banner img, .slides img {
    width: 100%;
    height: auto;
    display: block;
}
.sub-header .personal {
    position: relative;
    text-align: center;
}
.sub-header .personal .avatar {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 50%;
    margin: -50px 0 0 -54px;
    position: absolute;
    left: 50%;
    z-index: 3;
}
.sub-header .personal .avatar img {
    width: 100%;
    height: auto;
    display: block;
}
.sub-header .personal .info {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 60px;
}
.sub-header .personal .info p {
    margin-bottom: 10px;
    font-size: 0.875em;
}
.sub-header .sub-nav {
    border-top: 1px solid #eee;
    background-color: #FAFAFA;
    padding: 5px 15px;
    overflow: hidden;
}
.top-search {
    display: none;
}
/*breadcrumb*/
.breadcrumb {
    font-size: 0.75em;
    color: #888;
    font-family: '宋体';
    float: left;
    line-height: 30px;
}
.breadcrumb a {
    color: #888;
}
.social-share {
    float: right;
}
/*container*/
.container {
    overflow: hidden;
    margin-bottom: 40px;
}
/*main*/
.main {
    float: left;
    width: 880px;
}
.main .section, .post {
    background-color: #fff;
    border: 1px solid #ededed;
    padding: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.main .section .full-thumbnail {
    margin-bottom: 10px;
}
.main .section .left-thumbnail {
    float: left;
    width: 300px;
    height: auto;
    max-height: 300px;
    min-height: 215px;
    background-color: #eee;
    margin-top: 7px;
    margin-right: 15px;
    display: inline-block;
    overflow: hidden;
}
.main .section h2, .post h1 {
    line-height: 1.5em;
    font-weight: normal;
    font-size: 1.5em;
    margin-bottom: 10px;
}
.main .section h2 {
    overflow: hidden;
}
.main .section h2 span {
    font-size: 0.55em;
    background-color: #39F;
    color: #fff;
    display: inline-block;
    float: left;
    line-height: 1em;
    padding: 4px 5px;
    border-radius: 3px;
    margin: 8px 10px 0 0;
}
.main .section .intro, .post .postmeta {
    margin-bottom: 10px;
}
.main .section .intro p {
    text-align: justify;
    font-size: 0.875em;
}
.main .section .intro-meta {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.main .section .intro-meta span, .post .postmeta span {
    font-size: 0.75em;
    color: #999;
    margin-right: 5px;
}
.main .section .intro span .tag{padding:4px 10px;background-color:#19B5FE;color:#fff;font-size:12px;line-height:1.4;font-weight:400;margin:0 5px 5px 0;border-radius:2px;display:inline-block}
.main .section .intro span .tag:nth-child(5n){background-color:#4A4A4A}
.main .section .intro span .tag:nth-child(5n+1){background-color:#ff5e5c}
.main .section .intro span .tag:nth-child(5n+2){background-color:#ffbb50}
.main .section .intro span .tag:nth-child(5n+3){background-color:#1ac756}
.main .section .intro span .tag:nth-child(5n+4){background-color:#19B5FE}
.main .section .intro span .tag:hover{background-color:#1B1B1B;color:#FFF}
.main .section .intro-meta span.readmore {
    float: right;
    background-color: #39F;
    color: #fff;
}
.main .section .intro-meta span.readmore a {
    color: #fff;
    padding: 0 5px;
}

.ajax-load-posts{text-align:center;padding:30px 0}
.ajax-load-posts a,
.btn-contribute,
.ajax-load-posts button{cursor:pointer;width:150px;background:#00a7eb;border-radius:2px;font-size:16px;color:#fff;height:46px;line-height:46px;display:inline-block;margin:0 8px;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;line-height:3;}
.ajax-load-posts a:hover,
.btn-contribute:hover,
.ajax-load-posts button:hover{background:#282828}
#articleMore, #infscr-loading {
    text-align: center;
}
.no-data {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background-color: #fff;
}
/*post*/
.post h1 {
    text-align: center;
}
.post .postmeta {
    text-align: center;
    border-top: 1px dotted #eee;
}
.post .postmeta span {
    margin: 0 5px;
}
.post .entry p, .post .entry ul, .post .entry ol {
    margin-bottom: 15px;
    font-size: 0.875em;
}
.post .entry img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.post .entry ul, .post .entry ol {
    padding-left: 2em;
}
.post .entry ul li {
    list-style: inside disc none;
}
.post .entry ol li {
    list-style: inside decimal none;
}
.post .entry blockquote {
    overflow: hidden;
    padding: 15px 25px 0;
    background: #f1f1f1 url(../img/block_l.png) no-repeat 5px 10px;
    position: relative;
    border-radius: 3px;
    margin: 0 15px 15px;
}
.post .entry .quote {
    background: url(../img/block_r.png) no-repeat center center;
    width: 20px;
    height: 28px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.post .entry h1 {
    font-weight: bold;
    font-size: 1.75em;
    margin-bottom: 15px;
    text-align: left;
}
.post .entry h2 {
    margin-bottom: 15px;
    font-size: 1.5em;
}
.post .entry h3 {
    margin-bottom: 15px;
    font-size: 1.25em;
}
.post .entry h4 {
    margin-bottom: 15px;
    font-size: 1em;
}
.post .entry h5 {
    margin-bottom: 15px;
    font-size: 0.875em;
}
.post .entry h6 {
    margin-bottom: 15px;
    font-size: 0.75em;
}
.post .views {
    font-style:normal;
}
.post .tags {
    font-size: 0.875em;
    overflow: hidden;
}
.post .tags span {
    font-weight: bold;
    display: block;
    float: left;
}
.post .tags a {
    display: block;
    float: left;
    padding: 0 5px;
}
.post .tags a:hover {
    text-decoration: underline;
}
.post .post-copyright {
    margin-top: 20px;
    font-size: 1em;
    padding: 5px;
    text-align: center;
}
.post .post-copyright a {
    color: #A74F1B;
    text-decoration: underline;
}
.post .postnavi {
    text-align: center;
    margin-top: 20px;
}
.post .postnavi a {
    display: inline-block;
    background-color: #F95A32;
    color: #fff;
    padding: 5px 10px;
}
.post .ad {
    margin-top: 20px;
}
.post .relation {
    border-top: 2px dotted #F0F0F0;
    margin-top: 20px;
    padding-top: 15px;
}
.post .relation h3 {
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}
.post .relation ul li {
    border-bottom: 1px dashed #f0f0f0;
    font-size: 0.875em;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.post .relation ul li a {
    display: block;
    float: left;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post .relation ul li span {
    float: right;
    font-size: 0.75em;
    font-family: Arial;
    color: #999;
}
/*weiyu*/
#weiyu li {
    position: relative;
    margin-bottom: 30px;
}
#weiyu .main_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
}
#weiyu .main_cont {
    padding-left: 47px;
    margin-bottom: 20px;
}
#weiyu .main_cont .t-meta {
    line-height: 1em;
    margin-bottom: 10px;
}
#weiyu .main_cont .t-meta span.author {
    font-weight: bold;
}
#weiyu .main_cont .t-meta span.reply {
    float: right;
}
#weiyu .main_cont .t-meta span.reply a {
    color: #39F;
}
#weiyu .main_cont .t-meta span.reply a:hover {
    font-weight: bold;
    text-decoration: underline;
}
#weiyu .main_cont p {
    font-size: 0.875em;
    color: #555;
}
#weiyu .error li {
    background-color: #FFFCEF;
    font-size: 0.75em;
    text-align: left;
    padding: 5px 0;
    color: #333;
    margin: 10px 0;
    overflow: hidden;
}
#weiyu .tinfo, #weiyu .rcode {
    margin-bottom: 10px;
    font-size: 0.875em;
}
#weiyu .tinfo input, #weiyu .rcode input {
    border: 1px solid #ddd;
    padding: 5px 0;
    text-indent: 5px;
}
#weiyu textarea {
    border: 1px solid #ddd;
    width: 99%;
    height: 120px;
    margin-bottom: 10px;
    text-indent: 5px;
    padding: 5px 0;
    font-size: 0.875em;
}
#weiyu .rcode label, #weiyu .rcode input, #weiyu .rcode img {
    float: left;
}
#weiyu .rcode img {
    margin: 3px 0;
}
#weiyu .tbutton p {
    clear: both;
    padding: 10px 0;
}
#weiyu .tbutton .button_p {
    background-color: #39f;
    color: #fff;
    border: none;
    padding: 5px 0;
    cursor: pointer;
    -webkit-appearance: none;
    float: right;
    text-align: center;
    text-indent: 0;
}
#weiyu .error li em {
    float: right;
    font-style: normal;
}
#weiyu .error li span.time {
    float: left;
    padding-right: 15px;
    color: #999;
}
#weiyu .error li span.name {
    color: #39F;
}
#weiyu .rcode input {
    width: 60px;
}
/*comment-form*/
.comment-form {
    margin-top: 20px;
}
.comment-form p {
    margin-bottom: 5px;
    overflow: hidden;
}
.comment-form label {
    clear: left;
    float: left;
    height: 15px;
    line-height: 15px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-right: none;
    font-size: 0.875em;
}
.comment-form .text, .comment-form .input {
    float: left;
    height: 15px;
    padding: 6px 10px 6px 0;
    border: 1px solid #ddd;
    width: 40%;
    padding-left: 5px;
    -webkit-appearance: none;
    border-radius: 0;
}
.comment-form i {
    font-style: normal;
    font-size: 0.875em;
    margin-left: 10px;
    color: #555;
}
.comment-form i.must {
    color: #F95A32;
}
.comment-form textarea {
    width: 98%;
    height: 120px;
    border: 1px solid #ddd;
    padding: 5px;
}
.comment-form .submit {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #4391EA;
    color: #fff;
    border: none;
    float: right;
    margin-right: 2%;
    padding: 5px 10px;
    cursor: pointer;
}
.comment-form p span {
    font-size: 0.875em;
}
.comment-form p span b {
    color: #c00;
    font-weight: normal;
    font-size: 1.25em;
}
/*comment*/
#comment {
    border-top: 2px dotted #f0f0f0;
    margin-top: 20px;
    padding-top: 10px;
}
#comment li {
    margin-top: 20px;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-radius: 3px;
    background-color: #fff;
}
#comment li.mouseover {
    border: 1px solid #ddd;
}
#comment .gravatar {
    float: left;
    width: 50px;
    height: 50px;
    margin: 5px 10px 0 0;
    display: inline;
}
#comment .gravatar img {
    display: block;
    width: 100%;
    height: auto;
}
#comment .cmt-meta .user {
    margin-bottom: 5px;
}
#comment .cmt-meta .user a {
    text-decoration: underline;
    color: #F95A32;
}
#comment .cmt-meta .time {
    font-size: 0.875em;
    color: #999;
}
#comment .floor {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.5em;
    color: #eee;
}
#comment .cmt-cont {
    clear: both;
    padding: 10px 0;
    text-align: justify;
    font-size: 0.875em;
    color: #555;
}
#comment .cmt-other {
    text-align: right;
}
#comment .cmt-other a {
    background-color: #f90;
    color: #fff;
    font-size: 0.875em;
    padding: 0 5px;
    border-radius: 4px;
}
/*pagenavi*/
.navigation{margin:0;padding:20px;text-align:center;font-size:12px;display:block}
.navigation .screen-reader-text{display:none}
.navigation .page-numbers{padding:10px 18px;background:#FFF;color:#666;border-radius:3px;margin:2px;display:inline-block;border:1px solid #E8E8E8;font-size:16px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.05);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,.05);box-shadow:0 2px 2px 0 rgba(0,0,0,.05)}
.navigation .current{background:#282828;color:#fff;border-color:#282828}
.navigation a:hover{border:1px solid #282828;color:#FFF;background:#282828}
@media screen and (max-width:767px){
    .navigation .page-numbers{padding:4px 12px;font-size:13px;border-radius:2px}
}
/*sidebar*/
.sidebar {
    background-color: #fff;
    border: 1px solid #eee;
    width: 290px;
    float: right;
}
.widget {
    padding: 10px 15px;
    border-bottom: 1px solid #ededed;
}
.widget h3 {
    font-size: 0.875em;
    margin-bottom: 15px;
}
.widget ul li {
    border-bottom: 1px dashed #eee;
    font-size: 0.875em;
    color: #444;
    padding: 5px 0;
}
.widget .new-cmts li {
    overflow: hidden;
    margin-bottom: 10px;
}
.widget .new-cmts li img {
    float: left;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 10px;
}
.widget .new-cmts li p {
    margin-top: -5px;
    margin-bottom: 5px;
    color: #444;
}
.widget .new-cmts li a {
    color: #E7542E;
    font-weight: bold;
}
#blogsort ul li ul li {
    border-top: 1px dashed #eee;
    border-bottom: none;
    margin-top: 5px;
    padding: 5px 0 0;
}
#blogsort ul li {
    overflow: hidden;
}
#blogsort ul li img {
    float: left;
    display: inline-block;
    margin-top: 6px;
    margin-right: 5px;
}
#blogsort ul li ul li {
    padding-left: 15px;
}
#calendar table {
    text-align: center;
}
#calendar table td {
    padding: 5px 0;
}
#calendar .calendar a {
    color: #F95A32;
    font-weight: bold;
}
#logsearch {
    overflow: hidden;
}
#logsearch input[type="text"] {
    border: 1px solid #ddd;
    padding: 5px 0;
    margin: 0 -1px;
    text-indent: 5px;
    float: left;
    width: 70%;
    height: 28px;
    color:#ccc;
}
#logsearch .btn-round {
    width: 30%;
    margin: 0;
    padding: 0;
    background-color: #3399FF;
    color: #efefef;
    border: none;
    height: 40px;
    line-height: 40px;
    float: left;
    cursor: pointer;
}
#logsearch .btn-round:hover {
    color: #fff;
}
#blogtags ul {
    text-align: justify;
}
#blogtags a {
    font-size: 0.875em;
    color: #fff;
    background-color: #39f;
    padding: 0 8px;
    white-space: nowrap;
}
#blogtags a:nth-child(8n-7) {
    background-color: #8A9B0F;
}
#blogtags a:nth-child(8n-6) {
    background-color: #EB6841;
}
#blogtags a:nth-child(8n-5) {
    background-color: #3FB8AF;
}
#blogtags a:nth-child(8n-4) {
    background-color: #FE4365;
}
#blogtags a:nth-child(8n-3) {
    background-color: #FC9D9A;
}
#blogtags a:nth-child(8n-2) {
    background-color: #EDC951;
}
#blogtags a:nth-child(8n-1) {
    background-color: #C8C8A9;
}
#blogtags a:nth-child(8n) {
    background-color: #83AF9B;
}
#blogtags a:first-child {
    background-color: #036564;
}
#blogtags a:last-child {
    background-color: #3299BB;
}
#blogtags a:hover {
    border-radius: 4px;
}
#twitter p {
    margin-top: 5px;
    font-size: 0.875em;
    color: #999;
    text-align: right;
}
#twitter p a {
    background-color: #39f;
    color: #fff;
    padding: 0 5px;
    font-size: 0.8em;
}
#new-cmts .customtitle {
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#new-cmts .customtitle a {
    color: #888;
}
#new-cmts .cont {
    background-color: #f1f1f1;
    padding: 5px 10px;
    margin: 5px 0;
    color: #666;
    border-radius: 4px;
}
#new-cmts .author {
    text-align: right;
    font-size: 0.875em;
    color: #999;
}
/*footer*/
.footer {
    border-top: 1px solid #dedede;
    padding: 20px 0;
    clear: both;
    background-color: #FFF;
}
.footer .pageslist {
    float: left;
}
.footer .pageslist ul li {
    float: left;
    font-size: 0.875em;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.footer .pageslist ul li.qrcode .qrcode-img {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    bottom: 24px;
    margin-left: -75px;
    background-color: #eee;
    padding: 2px;
    border-radius: 5px;
    display: none;
}
.footer .pageslist ul li.qrcode .qrcode-img img {
    display: block;
    width: 150px;
    height: 150px;
}
.footer .copyright {
    float: right;
    font-size: 0.75em;
    color: #999;
}
/*backtop*/
@keyframes fire {
    0% {
        background-size:100% 20%;
        background-position:center 39px;
    }
    25% {
        background-size:100% 30%;
        background-position:center 39px;
    }
    50% {
        background-size:100% 35%;
        background-position:center 39px;
    }
    75% {
        background-size:100% 30%;
        background-position:center 39px;
    }
    100% {
        background-size:100% 20%;
        background-position:center 39px;
    }
}
@-moz-keyframes fire {
    0% {
        background-size:100% 20%;
        background-position:center 39px;
    }
    25% {
        background-size:100% 30%;
        background-position:center 39px;
    }
    50% {
        background-size:100% 35%;
        background-position:center 39px;
    }
    75% {
        background-size:100% 30%;
        background-position:center 39px;
    }
    100% {
        background-size:100% 20%;
        background-position:center 39px;
    }
}
@-webkit-keyframes fire {
    0% {
        background-size:100% 20%;
        background-position:center 39px;
    }
    25% {
        background-size:100% 30%;
        background-position:center 39px;
    }
    50% {
        background-size:100% 35%;
        background-position:center 39px;
    }
    75% {
        background-size:100% 30%;
        background-position:center 39px;
    }
    100% {
        background-size:100% 20%;
        background-position:center 39px;
    }
}
@-o-keyframes fire {
    0% {
        background-size:100% 20%;
        background-position:center 39px;
    }
    25% {
        background-size:100% 30%;
        background-position:center 39px;
    }
    50% {
        background-size:100% 35%;
        background-position:center 39px;
    }
    75% {
        background-size:100% 30%;
        background-position:center 39px;
    }
    100% {
        background-size:100% 20%;
        background-position:center 39px;
    }
}

#sideToolbarUp {
    position: fixed;
    top: 60%;
    right: 15px;
    width: 30px;
    height: 65px;
    background: url(../img/scrolltop_1.png) no-repeat top center;
    display: none;
    cursor: pointer;
}
#sideToolbarUp a {
    display: block;
    position: relative;
    background: url(../img/scrolltop_2.png) no-repeat center 37px;
    display: block;
    width: 16px;
    height: 71px;
    margin: 0 auto;
}
#sideToolbarUp a:hover {
    animation: fire 1.5s infinite linear;
    -moz-animation: fire 1.5s infinite linear;
    -webkit-animation: fire 1.5s infinite linear;
    -o-animation: fire 1.5s infinite linear;
}
/*screen width*/
@media only screen and (max-width:1280px) {
    .inner {
        width: 93.75%;
    }
    .header .nav {
        width: 70%;
        overflow: hidden;
    }
    .header .nav .menu ul li {
        width: 14.285714%;
    }
    .main {
        width: 73.333333%;
    }
    .sidebar {
        width: 24.166667%;
    }
}
@media only screen and (max-width:1024px) {
    .header .nav .menu ul li {
        font-size: 0.875em;
    }
    .sub-header .personal .info {
        width: 90%;
    }
}
@media only screen and (max-width:960px) {
    .header .nav .menu ul li {
        font-size: 0.8em;
    }
    .sub-header .personal .avatar {
        width: 80px;
        height: 80px;
        margin: -50px 0 0 -44px;
    }
    .sub-header .personal .info {
        padding-top: 40px;
    }
    .comment-form textarea {
        width: 97%;
    }
}
@media only screen and (max-width:768px) {
    .sub-header .personal .avatar {
        width: 60px;
        height: 60px;
        margin: -50px 0 0 -34px;
    }
    .sub-header .personal .info {
        padding-top: 20px;
    }
    .sub-header .sub-nav {
        padding: 5px 10px;
    }
    .main {
        width: 100%;
        float: none;
    }
    .top-search {
        display: block;
    }
    .sidebar {
        display: none;
    }
    .main .section, .mb-ad, .post {
        padding: 10px;
    }
    .footer .pageslist, .footer .copyright {
        float: none;
        clear: both;
        text-align: center;
    }
    .footer .pageslist ul li {
        float: none;
        display: inline;
    }
}
@media only screen and (max-width:540px) {
    .main .section .left-thumbnail {
        width: 200px;
    }
    .footer .pageslist ul li {
        font-size: 0.75em;
        padding: 5px;
        margin: 0;
    }
    .footer .copyright {
        font-size: 0.7em;
    }
    .comment-form textarea {
        width: 96%;
    }
}
@media only screen and (max-width:360px) {
    .main .section .left-thumbnail {
        width: 150px;
    }
    .comment-form textarea {
        width: 95%;
    }
    .main .section .left-thumbnail {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 15px;
    }
}
@media screen and (max-width:767px){
    #ajax-load-posts{padding:0}
    #ajax-load-posts a,
    #ajax-load-posts button{margin:20px 0;font-size:14px;height:36px;line-height:36px}
}


@media (max-width:767px) {
    .link {
        display: none;
    }
}
.link{padding-top: 30px;text-align: center;}
.link span{color:#444;font-size: 14px;display: inline-block;vertical-align: top;}
.link li  {color:#444;font-size: 14px;display: inline-block;vertical-align: top;margin:0 10px;}
.link li a{color:#444;font-size: 14px;}
.link li a:hover{opacity: 1;}

#divCommentPost {
    margin-top: 20px;
    padding-top: 15px;
    font-size: 0.9em;
}
#divCommentPost h3 {
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}
#divCommentPost .xsmall {
    width: 50%;
    float: left;
    margin-bottom: 1rem;
}
#divCommentPost .xlarge {
    clear: both;
}
#divCommentPost .primary {
    height: 4.8125em;
    line-height: 4.8125em;
}
.msg a {
    text-decoration: none;
}
.commentpost {
    border-left: solid 4px #c9c9c9;
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: rgba(160, 160, 160, 0.075);
    border: solid 1px rgba(160, 160, 160, 0.3);
    border-radius: 0;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 90%;
    height: 2.75em;
}
textarea {
    width: 95%;
    height: auto;
    padding: 0.75em 1em;
}
input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, select:invalid, textarea:invalid {
    box-shadow: none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
    border-color: #19B5FE;
    box-shadow: inset 0 0 0 1px #19B5FE;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    -ms-transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    background-color: transparent;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(160, 160, 160, 0.3);
    color: #3c3b3b;
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    font-size: 0.6em;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 0 2.5em;
    text-align: center;
    text-decoration: none;
    margin-top: 1rem;
    white-space: nowrap;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
    box-shadow: inset 0 0 0 1px #19B5FE;
    color: #19B5FE;
}
