/*S Base*/
* ::selection {
    background: blanchedalmond;
}

html,
body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
	font-weight: 300;
    font-size: 20px;
}

body {
    margin: 0;
    padding: 0;
    background: #fffefe;
    color: black;
    font-weight: 300;
    font-size: 20px;
}

.content-wrap {
    min-height: 100%;
}

.content-main {
    padding-bottom: 80px;
    overflow: hidden;
}
/*E Base*/

.post-list {
    margin: 10px 15% 10px;
    padding: 0px 6% 50px;
    background: white;
    color: black;
}

.post-list a {
    color: black;
    text-decoration: none;
}

.post-list img {
    width: 80%;
}

.post-item {
    font-size: 1em;
    margin: 0px 10px;
    padding: 20px 3% 0px;
}

.post-divider {
    border-bottom: 1px dashed #d8d8d8;
    margin: 20px 0 0;
}

.post-item:hover {
    background: #eee;
}

.post-item .post-title {
    font-size: 1em;
    margin: 10px 0 20px;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.post-item .post-excerpt {
    font-weight: 300;
    display: block;
    color: #666;
    line-height: 1.4em;
    font-size: 0.68em;
    margin: 16px 0 8px;
    letter-spacing: 1.25px;
}

.post-item .post-excerpt p {
    font-weight: inherit;
    font-size: inherit;
}

.post-item .post-date {
    display: block;
    position: relative;
    text-align: right;
    margin-right: 10px;
    font-size: 0.5em;
    color: #444;
    font-style: oblique;
}

@media screen and (min-width: 1800px) {
    .post-list {
        margin: 10px 24% 60px;
        padding: 0px 6% 50px;
    }
}

@media screen and (max-width: 800px) {
    .post-list {
        margin: 10px 0 60px;
        padding: 0px 1% 30px;
    }
	
}

/*S home*/

.base-info {
    align-content: right;
    letter-spacing: 0.1em;
    margin: 160px 20% 40px;
}

.title {
    display: block;
    text-align: right;
    font-size: 1.68em;
    margin-top: 48px;
}

.bio {
    display: block;
    font-size: 0.94em;
    text-align: right;
    margin-top: 16px;
    letter-spacing: 0.1em;
}

.avatar img {
    display: block;
    position: relative;
    left: calc(100% - 120px);
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.self-des {
    margin: 20px 20%;
    font-size: 0.86em;
    letter-spacing: 0.15em;
}

.divider {
    height: 2px;
    border-radius: 1px;
    background: #777;
    margin: 100px 20% 10px;
}

.nav-tab {
    margin: 0 20%;
    text-align: right;
}

.nav-tab li {
    margin: 0;
    display: inline-block;
}

.nav-tab li+li::before {
    content: "/";
    margin: 0 20px;
    font-weight: 900;
    color: #777;
}

.nav-tab a {
    font-size: 0.9em;
    color: white;
    text-decoration: none;
}

.nav-tab a:hover {
    color: gold;
}

@media screen and (min-width: 1800px) {
    .base-info,
    .divider,
    .nav-tab {
        margin-left: 25%;
        margin-right: 25%;
    }
}

@media screen and (max-width: 800px) {
    .base-info {
        align-content: right;
        letter-spacing: 0.1em;
        margin: 80px 6% 20px;
    }

    .divider {
        margin: 100px 6% 10px;
    }

    .nav-tab {
        margin: 0 6%;
        text-align: right;
    }

    .nav-tab li+li::before {
        margin: 0 15px;
    }
}

/* E home*/

/* S header*/
.header {
    margin: 40px 15% 20px;
}

.header {}

.nav-home {
    text-align: right;
}

.nav-home a {
    color: black;
    text-decoration: none;
}

.nav-home span {
    display: inline-block;
    font-size: 1em;
    letter-spacing: 0.12em;
    line-height: 30px;
}

.nav-home img {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 50%;
}

.module-title {
    display: inline-block;
    font-size: 1.6em;
    letter-spacing: 0.2em;
    font-weight: 400;
}

.nav-tab-others {
    display: inline-block;
    margin-left: 80px;
}

.nav-tab-others li {
    display: inline;
    vertical-align: top;
}

.nav-tab-others li+li::before {
    content: "/";
    margin: 0 20px;
    font-weight: 900;
    color: #777;
}

.nav-tab-others a {
    color: black;
    text-decoration: none;
    font-size: 0.9em;
}

.nav-tab-others :hover {
    color: gold;
}

@media screen and (min-width: 1800px) {
    .header {
        margin-left: 25%;
        margin-right: 25%;
    }
}

@media screen and (max-width: 800px) {
    .header {
        margin: 30px 5% 20px;
    }

    .module-title {
        font-size: 1.5em;
    }

    .nav-tab-others li+li::before {
        margin: 0 10px;
    }

    .nav-tab-others {
        margin-left: 5%;
    }

    .nav-home img {
        width: 36px;
        height: 36px;
    }
}
/*E header*/

/*S Post*/
.post-content {
    word-wrap: break-word;
    font-size: 0.8em;
    line-height: 1.68;
    font-weight: 400;
    text-align: justify;overflow: hidden;
    letter-spacing: 0.036em;
    margin: 0px 15% 60px;
    padding: 0px 6.4%;
    background: white;
    color: #4f4f4f;
}

p {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

strong {
    font-size: 110%;
    font-weight: 500;
    color: #333;
}

.post-content img {
    max-width: 80%;
    display: block;
    margin: 10px auto;
    max-height: 600px;
}

.post-title {
    display: block;
    font-size: 1.45em;
    font-weight: 300;
    letter-spacing: 0.05em;
}

H2 {
    /*margin-bottom: 60px;*/
    padding: 5px;
    border-bottom: 2px LightGrey solid;
    width: 100%;
    font-size: 1.5em;
    line-height: 120%;
    color: #666666;
}

H3 {
    margin: 20px 0;
    font-size: 1.45em;
    border-left: 5px solid #555555;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    background: #f1f1f1;
    color: #222;
    font-weight: 500;
    line-height: 1.5;
}

H4 {
    margin-top: 25px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 500;
    font-size: 1.25em;
    color: #3d3d3d;
}

H5 {
    margin-top: 10px;
    margin-bottom: -5px;
    color: #5d5d60;
    font-size: 1.08em;
    line-height: 1.4;
}

li {
    margin-left: 0px;
    width: 100%;
}

a {
    text-decoration: none;
    padding: 1px;
    color: #2aa4f5;
}

a:hover {
    color: #0890ff;
}

blockquote {
    margin-left: 0;
    margin-right: 0;
    color: #454545;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 4px solid #9c9c9c;
    background: #e2e2e2;
    scroll-behavior: smooth;
}

blockquote ::selection {
    background: white;
}

blockquote p {
    text-indent: 0;
    padding-left: 0.5em;
}

hr {
    color: LightGrey;
}

code {
    color: #e65c04;
    -webkit-font-smoothing: antialiased;
    font-family: Menlo, Monaco, Consolas, "Andale Mono", "lucida console", "Courier New", monospace;
    font-size: 95%;
    letter-spacing: 0.01em;
}

pre code {
    font-size: 90%;
    color: #07B328;
    line-height: 1.8;
}

pre ::selection {
    background: whitesmoke;
    color: black;
}

pre {
    line-height: 1.6;
    font-size: 1em;
    overflow: auto;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul {
    margin-left: -5px;
}

li+li {
    margin-top: 6px;
}

table {
    margin: 20px 15% 20px 15%;
    width: 70%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    font-size: 14px;
}

table>tbody>tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

table>tbody>tr:hover {
    background-color: lightblue;
}

caption,
th,
td {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
}

th,
td {
    border-bottom: 3px solid #ddd;
    border-right: 1px solid #eee;
}

th {
    padding-bottom: 10px;
    font-weight: 700;
}

td {
    border-bottom-width: 1px;
}

#btn-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    display: none;
    right: 32px;
    bottom: 32px;
    color: white;
}

#btn:hover {
    color: white;
}

@media screen and (min-width: 1800px) {
    .post-content {
        margin-left: 25%;
        margin-right: 25%;
        border-color: #7c7575;
        border-radius: 15px;
        border-width: 1px;
        border-style: solid;
    }
}

@media screen and (max-width: 800px) {
    .content-main {
        padding-bottom: 120px;
    }

    .post-content {
        font-size: 0.8em;
        padding: 20px 5%;
        width: 90%;
        margin: 0;
        letter-spacing: 0;
    }

    .post-title {
        font-size: 1.05em;
        width: 96%;
        margin: 30px 10px;
    }
}
/*E Post*/

/*S Footer*/
.footer {
    text-align: center;
    letter-spacing: 0.08em;
    color: #000000;
    margin-top: -80px;
    height: 80px;
    font-size: 20px;
}

.footer-copyright {
    color: #020101;
    font-size: 0.6em;
    height: 30px;
    margin: 20px auto 0;
    text-align: center;
    font-weight: 300;
}

.footer-icon {
    text-align: center;
}

.footer-icon a {
    text-decoration: none;
    color: black;
    margin: 0 12px;
}

.footer-icon a:hover {
    color: gold;
}
/*E Footer*/

/*S Reward*/
#rewardButton {
    cursor: pointer;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    letter-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    background-color: transparent;
}

#rewardButton span {
    display: inline-block;
    width: 60px;
    height: 60px;
    color: #fff;
    font-style: normal;
    font-variant: normal;
    font-stretch: normal;
    font-size: 2.4em;
    text-align: center;
    line-height: 60px;
    background: #f44336;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#rewardButton span:hover {
    background: #f7877f;
}

#QR {
    padding-top: 10px;
}

#QR a {
    border: 0;
}

#QR img {
    width: 180px;
    max-width: 100%;
    display: inline-block;
    margin: 0 1em;
}

#wechat p {
    font-weight: bold;
    color: #1BB823;
}

#alipay p {
    font-weight: bold;
    color: #1CA9E6;
}

#wechat:hover p {
    animation: roll 0.1s infinite linear;
    -webkit-animation: roll 0.1s infinite linear;
    -moz-animation: roll 0.1s infinite linear;
}

#alipay:hover p {
    animation: roll 0.1s infinite linear;
    -webkit-animation: roll 0.1s infinite linear;
    -moz-animation: roll 0.1s infinite linear;
}

@media screen and (max-width: 800px) {
    #rewardButton span {
        width: 60px;
        height: 60px;
        font-size: 2em;
        line-height: 60px;
    }
}
/*E Reward*/

/*S AD*/
.ad {
    align-content: center;
    background: #27a768;
    padding: 16px 8px;
    margin: 60px auto 30px;
}

.ad a {
    color: white;
    padding: 4px 0;
    text-decoration: none;
    margin: 0;
}

.ad a:hover {
    color: #ffea00;
}

.ad_title {
    text-align: center;
    font-size: 1.86em;
    color: white;
    font-weight: 300;
}

.ad_subtitle {
    font-size: 1.15em;
    font-weight: 400;
    text-align: center;
    color: white;
    letter-spacing: 0.1em;
}

.ad_subtitle :hover {
    color: gold;
}

.ad_link {
    text-align: center;
    margin-top: 8px;
}

@media screen and (max-width: 800px) {
    .ad_subtitle {
        font-size: 1em;
        font-weight: bold;
        color: white;
    }
}
/*E AD*/
