* {
	font-family:"华文中宋", "Microsoft YaHei Light", "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
    line-height: 1.75;
}

a {
    text-decoration: none;
}

input:focus, textarea:focus, button:focus {
    outline: none;
}

.browsehappy {
    padding: 8px 0;
    background: #FBE3E4;
    color: #8A1F11;
    text-align: center;
}

.browsehappy a {
    color: #8A1F11;
    text-decoration: underline;
    font-weight: bold;
}

.sr-only {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clearfix::after {
    content: ' ';
    display: table;
    clear: both;
}

.content-width {
    width: 90%;
    max-width: 864px;
    margin: 0 auto;
    position: relative;
}

/* header */

#header {
    width: 100%;
    padding-top: 25%;
    background: url("https://yudimta.oss-cn-zhangjiakou.aliyuncs.com/imgs/IMG_009212.jpg") top;
    background-size: contain;
    position: relative;
}

.site-head {
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
}

.site-name {
    color: #FFF;
    font-size: 53px;
}

.site-description {
    color: #FFF;
    font-size: 23px;
    margin: 0;
}

#nav-menu {
    background: #F7F7F7;
    padding: 12px 0;
    border-bottom: 1px solid #DFDFDF;
}

#nav-menu a {
    color: #666;
    font-size: 23px;
    line-height: 2;
    margin-right: 16px;
    float: left;
    border-bottom: 1px dotted transparent;
}

#nav-menu a:last-child {
    margin-right: 0;
}

#nav-menu a:hover {
    border-bottom: 1px dotted #666;
}

#nav-menu a.current {
    color: #000;
    border-bottom: 1px solid #666;
}

@media (max-width: 960px) {
    #header {
        padding-top: 240px;
    }

    .site-name {
        font-size: 32px;
    }
}

/* footer */

#footer {
    padding-top: 24px;
    padding-bottom: 24px;
    background: #A6A6A6;
}

.footer-note {
    font-size: 16px;
    text-align: center;
    color: #FFF;
}

.site-search {
    margin: 0 auto;
    width: 200px;
    height: 32px;
    position: relative;
}

#site-search {
    line-height: 32px;
    background: #CCC;
    border: 0 none;
    font-size: 16px;
    color: #333;
    border-radius: 16px;
    padding-left: 16px;
    padding-right: 32px;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
}

#site-search:focus {
    background: #FFF;
}

#site-search::placeholder {
    color: #666;
}

.site-search button {
    position: absolute;
    width: 32px;
    right: 0;
    top: 0;
    line-height: 32px;
    border: 0 none;
    padding: 0;
    font-size: 16px;
    color: #666;
    background: transparent;
    text-align: center;
}

.site-search button:hover {
    color: #333;
}

.site-search button:active {
    color: #000;
}

.site-search button i {
    vertical-align: middle;
}

.typecho-credit a {
    color: #FFF;
}

.typecho-credit a:hover {
    border-bottom: 1px dotted #FFF;
}

.typecho-credit {
    color: #CCC;
    text-align: center;
    font-size: 14px;
}

/* post general */

.post {
    overflow: hidden;
}

.post-title a {
    color: #000;
	font-size: 30px;
}

.post-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.post-meta li {
    display: inline;
    border-right: 8px solid transparent;
}

.post-meta li:last-child {
    border-right: 0 none;
}

.post-meta li a {
    color: #333;
}

.post-meta li a:hover {
    border-bottom: 1px dotted #333;
}

.post-meta i {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 4px;
}

.post-content {
    color: #333;
    font-size: 120%;
}

.post-content a {
    color: #333;
    border-bottom: 1px dotted #333;
}

.post-content a:hover {
    color: #000;
    border-bottom: 1px dotted #000;
}

.post-content img {
    max-width: 100%;
}

/* post-list */

.post-list .post {
    border-bottom: 1px solid #DFDFDF;
    position: relative;
}

.post-list .post.folded {
    max-height: 320px;
    cursor: pointer;
}

.post-list .post.folded::after {
    position: absolute;
    top: 200px;
    bottom: 0;
    width: 100%;
    left: 0;
    content: '';
}

.post-list .post:nth-child(odd) {
    background: #FFFFFF;
}

.post-list .post:nth-child(odd)::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.post-list .post:nth-child(even) {
    background: #EFEFEF;
}

.post-list .post:nth-child(even)::after {
    background: linear-gradient(to bottom, rgba(239, 239, 239, 0), rgba(239, 239, 239, 1));
}

.post-list .post-title {
    font-size: 30px;
    margin: 28px 0 6px;
}

.post-list .post-content {
	font-size: 120%;
    margin-top: 12px;
}

.post-list .post.folded .post-content {
    margin-bottom: 28px;
}

.page-navigator {
    list-style: none;
    padding: 0;
    margin: 32px 0;
    text-align: center;
}

.page-navigator li {
    display: inline;
}

.page-navigator li:last-child {
    margin-right: 0;
}

.page-navigator li a {
    min-width: 36px;
    height: 36px;
    border: 1px solid #999;
    display: inline-block;
    border-radius: 18px;
    line-height: 36px;
    margin-right: 8px;
    color: #666;
}

.page-navigator li a:hover {
    border-color: #333;
    color: #333;
}

.page-navigator li.current a {
    color: #FFF;
    background: #999;
}

.comment-entrance {
    color: #FFF;
    line-height: 32px;
    height: 32px;
    border-radius: 16px;
    background: #666;
    display: inline-block;
    padding: 0 16px;
    margin-bottom: 28px;
}

.comment-entrance:hover {
    background: #333;
}

.comment-entrance:active {
    background: #000;
}

.comment-entrance i {
    vertical-align: middle;
    margin-right: 6px;
}

.post-list .post.folded .comment-entrance {
    display: none;
}

@media (max-width: 960px) {
    .post-list .post-title {
        font-size: 20px;
        margin: 24px 0 6px;
    }

    .post-list .post.folded .post-content {
        margin-bottom: 24px;
    }
}

/* single post/page */

.post-single .post-title {
    font-size: 28px;
    margin: 28px 0 8px;
}

.post-single .post-content {
    margin-top: 20px;
    margin-bottom: 24px;
}

#comments {
    background: #F7F7F7;
    overflow: hidden;
}

.tags {
    font-size: 14px;
    margin: 24px 0;
    color: #333;
}

.tags i {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 4px;
}

.tags a {
    color: #333;
}

.tags a:hover {
    border-bottom: 1px solid #333;
}

@media (max-width: 960px) {
    .post-single .post-title {
        font-size: 24px;
        margin: 24px 0 8px;
    }
}

/* comments */

#comments {
    overflow: hidden;
}

#comments h3 {
    font-size: 20px;
    margin: 20px 0;
    color: #333;
}

.comment-list, .comment-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list li {
    padding: 14px;
    margin-top: 10px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    font-size: 16px;
    position: relative;
}

.comment-list li.comment-level-odd {
    background: #EFEFEF;
}

.comment-list li.comment-level-even {
    background: #FFF;
}

.comment-list li .comment-reply, .respond .cancel-comment-reply {
    text-align: right;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 16px;
}

.comment-list li .comment-reply {
    right: 16px;
}

.respond .cancel-comment-reply {
    right: 0;
}

.comment-list li .comment-reply a, .respond .cancel-comment-reply a {
    color: #666;
    line-height: 1;
}

.comment-list li .comment-reply a:hover, .respond .cancel-comment-reply a:hover {
    border-bottom: 1px dotted #666;
}

.comment-meta a {
    color: #999;
    font-size: 14px;
}

.comment-author {
    display: block;
    color: #333;
    line-height: 32px;
}

.comment-author .avatar {
    margin-right: 8px;
    vertical-align: middle;
}

.comment-author cite {
    font-weight: bold;
    font-style: normal;
}

.comment-author cite a {
    color: #333;
    border-bottom: 1px dotted #333;
}

.comment-identity {
    font-size: 16px;
    margin: 0 0 16px;
    color: #333;
}

.comment-identity a {
    color: #333;
}

.comment-identity a:hover {
    border-bottom: 1px dotted #333;
}

.comment-input {
    width: 100%;
    max-width: 400px;
    height: 32px;
    position: relative;
    margin: 16px 0;
}

.comment-input input {
    line-height: 30px;
    background: #FFF;
    font-size: 16px;
    color: #000;
    border-radius: 16px;
    padding-left: 92px;
    padding-right: 16px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
}

.comment-input input:focus {
    background: #FFF;
}

.comment-input input::placeholder {
    color: #666;
}

.comment-input label {
    position: absolute;
    width: 80px;
    left: 0;
    top: 0;
    line-height: 32px;
    border: 0 none;
    padding: 0;
    font-size: 16px;
    color: #333;
    background: #DFDFDF;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    text-align: center;
}

.textarea-label {
    background: #DFDFDF;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: block;
    width: 80px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #333;
}

.textarea {
    display: block;
    height: 180px;
    color: #000;
    background: #FFF;
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
    max-width: 600px;
    border: 1px solid transparent;
    border-radius: 0 16px 16px 16px;
}

#comment-form .submit {
    background: #DFDFDF;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    border: 0 none;
    padding: 0;
    text-align: center;
    width: 120px;
    margin-top: 16px;
    border-radius: 20px;
}

#comment-form .submit:hover {
    color: #000;
}

#comment-form .submit:active {
    background: #CCC;
}

.comment-list .respond {
    margin-top: 20px;
    border-top: 1px solid #333;
    position: relative;
}

.comment-list .respond .comment-input input, .comment-list .respond .textarea {
    border-color: #CCC;
}

.bottom-padding {
    height: 32px;
}

@media (max-width: 960px) {
    #comments h3 {
        font-size: 18px;
        margin: 18px 0;
    }
}