/*
 * ┌─┐┬ ┬┌─┐┬ ┬┌┐┌┌─┐┌─┐┌┐┌┌─┐ ┌─┐┌─┐┌┬┐
 * └─┐├─┤├─┤││││││┌─┘├┤ ││││ ┬ │  │ ││││
 * └─┘┴ ┴┴ ┴└┴┘┘└┘└─┘└─┘┘└┘└─┘o└─┘└─┘┴ ┴
 * Theme Name: Giligili
 * Theme URI: https://shawnzeng.com
 * Description: Wordpress Theme Giligili by Shawn
 * Version: 1.2
 * Author: Shawn
 * Author URI: https://shawnzeng.com
 * Tags: Giligili, Bilibili , Shawn, Wordpress
 */


/*
 * PC
 */

html, body, * {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    word-wrap: break-word;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body {
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    color: black;
    font-size: 14px;
    font-size: 0.875rem;
	-webkit-font-smoothing: antialiased;
    font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    max-width: 100%;
}

h1, h2, h3, h4, h5 {
    font-synthesis: style;
}

blockquote {
	padding: 0 0 0 25px;
    color: #777;
    border-left: .25em solid #ddd;
    word-wrap: break-word;
    word-break: break-all;
    margin: 10px 0;
	line-height: 1.6;
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 19px
}

h3 {
    font-size: 17px
}

h4 {
    font-size: 16px
}

a {
    outline: none;
    text-decoration: none;
    color: #222;
}

a:focus {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: rgb(51, 51, 51);
}

button, input, textarea {
    -webkit-appearance: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div, a, img {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
}

textarea {
    resize: none;
}

span {
  cursor: default;
}

.giligili-left {
    float: left;
}

.giligili-item {
    position: relative;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
    padding: 12px 16px;
    -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
}

.giligili-item.post {
    overflow: visible;
}

.sticky {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    right: 20px;
    top: 15px;
}

.message {
    max-width: 640px;
    width: auto;
    position: fixed;
    right: 10px;
    bottom: 10px;
    text-align: center;
    z-index: 1000;
}

.message-info {
    background: rgba(17, 17, 17, .9);
    color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.35);
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 12px 25px;
}


/*
 * PC header
 */

#header {
    color: rgb(34, 34, 34);
    margin: 0 auto;
    -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
}

#header #menu-blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42px;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

#header #menu-blur {
    width: 100%;
    top: 0;
    left: 0;
    height: 42px;
    position: absolute;
    background-color: hsla(0, 0%, 100%, .4);
}

#header #menu-pc {
    height: 42px;
    width: 1280px;
    margin: 0 auto;
    zoom: 1;
    max-width: 100%;
    position: relative;
}

#header #menu-pc #logo {
    line-height: 42px;
    float: left;
    height: 100%;
    margin: 0 20px;
    position: relative;
}

#header #menu-pc #logo a {
    color: rgb(34, 34, 34);
}

#header #menu-pc #menu-main, #header #menu-pc .menu {
    display: inline-block;
}

#header #menu-pc #menu-main ul,
#header #menu-pc .menu ul {
    list-style: none;
    z-index: 1;
}

#header #menu-pc #menu-main>ul>li,
#header #menu-pc .menu>ul>li {
    float: left;
    text-align: center;
    line-height: 42px;
    height: 42px;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}

#header #menu-pc #menu-main>ul li:hover, 
#header #menu-pc .menu>ul li:hover{
    background-color: hsla(0, 0%, 100%, .3);
}

#header #menu-pc #menu-main>ul>li:hover>ul,
#header #menu-pc .menu>ul>li:hover>ul{
    display: block;
}

#header #menu-pc #menu-main>ul>li>ul,
#header #menu-pc .menu>ul>li>ul{
    display: none;
    position: absolute;
    background-color: hsla(0, 0%, 100%, .5);
    left: 0;
    top: 42px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
    border-radius: 0 0 4px 4px;
}

#header #menu-pc #menu-main>ul>li>ul li,
#header #menu-pc .menu>ul>li>ul li{
    width: 100%;
	min-width: 100px;
    height: 42px;
    list-style: none;
    position: relative;
}

#header #menu-pc #menu-main>ul>li>ul li a,
#header #menu-pc .menu>ul>li>ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#header #menu-pc #menu-main>ul>li a,
#header #menu-pc .menu>ul>li a{
    color: rgb(34, 34, 34);
    height: 100%;
    display: block;
    padding: 0 11px;
    cursor: pointer;
}

#header #menu-pc #mobile-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 42px;
    margin-left: 10px;
    cursor: pointer;
}

#header #menu-pc .backstage {
    position: relative;
    float: right;
    margin-right: 10px;
    display: block;
    padding: 3px 0;
    height: 42px;
    cursor: pointer;
	line-height: 12px;
}

#header #menu-pc .comment-num {
	display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    background: #ea8466;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    vertical-align: top;
}

#header #menu-pc .backstage img {
    border-radius: 50%;
}

#header #menu-pc #menu-search {
    position: relative;
    float: right;
    margin-right: 10px;
    line-height: 42px;
    cursor: pointer;
}

#header #menu-pc #mobile-menu .giligili-menu, #header #menu-pc #menu-search .giligili-search {
    font-size: 25px;
}

#header #menu-pc #content-search {
    display: none;
    padding: 20px 0 16px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    background: #fff;
    cursor: default;
    z-index: 10000;
    position: fixed;
    width: 300px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -50px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
    border-radius: 4px;
}

#header #menu-pc #content-search #search {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 264px;
    margin: 5px 18px;
    border-bottom: 1px solid #e5e9ef;
}

#header #header-bg {
    height: 170px;
    margin-top: -42px;
}

#mobile-header {
    display: none;
}


/*
 * PC main
 */

#main {
    width: 1280px;
    margin: 16px auto 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
}


/*
 * PC main-part
 */

#main-part {
    width: 60%;
    padding: 0 8px;
}

#main-part #post-type {
    padding: 0;
}

#main-part #post-type ul {
    list-style: none;
}

#main-part #post-type ul li {
    float: left;
    display: inline-block;
    width: 56px;
    height: 48px;
    text-align: center;
    margin-left: 20px;
}

#main-part #post-type ul li a {
    display: inline-block;
    width: 56px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
    color: rgb(153, 162, 170);
}

#main-part #post-type ul li a.current, #main-part #post-type ul li a:hover {
    color: rgb(0, 181, 229);
}

#main-part #post-type-line {
    position: absolute;
    width: 56px;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 161, 214);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
}

#main-part .giligili-item.breadcrumbs {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    letter-spacing: 0;
    color: rgb(153, 162, 170);
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

#main-part .giligili-item.breadcrumbs #crumbs {
    display: inline
}

#main-part .giligili-item.breadcrumbs #crumbs a {
    color: rgb(153, 162, 170);
}

#main-part .giligili-item.breadcrumbs #crumbs a:hover {
    color: rgb(0, 181, 229);
}

#main-part #main-content {
    min-height: 50px;
    position: relative;
}

#main-part #main-content .post-preface a:not(.no-des), #main-part #main-content .content a:not(.no-des), #main-part #main-content .comment-comment p a:not(.no-des), #main-part #main-content .post-content object a:not(.no-des) {
    color: #eb7350;
    margin: 0 3px;
}

#main-part #main-content .post-preface a:not(.no-des):before, #main-part #main-content .content p a:not(.no-des):before, #main-part #main-content .comment-comment p a:not(.no-des):before, #main-part #main-content .post-content object a:not(.no-des):before {
    font-family: "giligili";
    content: "\e628";
}

#main-part #main-content .post-preface a.at:not(.no-des):before, #main-part #main-content .content a.at:not(.no-des):before, #main-part #main-content .comment-comment a.at:not(.no-des):before {
    content: "@";
}

#main-part #main-content .post-preface span, #main-part #main-content .content p span, #main-part #main-content .comment-comment p span {
    color: #eb7350;
}

#main-part #main-content .post-preface span a:before , 
#main-part #main-content .post-preface span a:after {
	content: "#"!important;
}

#main-part #main-content .content p span[id^="more-"]:before, #main-part #main-content .content p span[id^="more-"]:after {
	content: none;
}

#main-part #main-content ul ul {
    margin-left: 20px;
}

#main-part #main-content ul.al_mon_list .al_mon {
    font-size: 15px;
}

#main-part #main-content ul.al_mon_list .al_post_list a {
    color: #000;
    line-height: 1.8;
}

#main-part #main-content #post, #main-part #main-content #shuoshuo {
    min-height: 200px;
}

#main-part #main-content .post-info {
    padding: 0;
    margin: 0;
}

#main-part #main-content .post-info .post-author {
  padding: 17px 0 0;
}

#main-part #main-content .post-info .post-author a {
    color: rgb(34, 34, 34);
    font-size: 16px;
	margin: 0 0 0 76px;
}

#main-part #main-content .post-info .post-author a:hover {
    color: rgb(0, 181, 229);
}

#main-part #main-content .post-info.hide-post-author .post-content {
    margin-top: 5px;
}

#main-part #main-content .post-info .post-content img {
    max-width: 100%;
}

#main-part #main-content .post-info .post-content .wp-post-image {
	width: 100%;
}

#main-part #main-content .post-info .post-content img:not(.avatar):not(.OwO-img):not(.no-fancy) {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    max-width: 100%;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
	margin-top: 5px;
}

#main-part #main-content .post-info .post-content img.gp {
	display: block;
    margin: 0 auto;
    width: 62px;
    height: auto;
}

#main-part #main-content .post-info .post-content img.gr {
    display: block;
    margin: 40px auto 10px auto;
    width: 214px;
    height: auto;
    opacity: .4;
}

#main-part #main-content .post-info .post-content .hide {
	background: #f7f7f7;
    color: #f7f7f7;
}

#main-part #main-content .post-info .post-content .hide:hover {
	color: #000;
}

#main-part #main-content .post-info .post-content p {
    font-size: 15px;
	line-height: 1.6;
}

#main-part #main-content .post-info .post-content ul,
#main-part #main-content .post-info .post-content ol{
	padding-left: 20px;
}
#main-part #main-content .post-info .post-content span.tags ul{
  margin-left: 0;
}

#main-part #main-content .post-info .thumbnail-link {
	border-radius: 5px 5px 0 0;
    margin: -12px -16px 5px;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

#main-part #main-content .post-info .thumbnail-shadow {
	width: 100%;
    position: absolute;
    border-radius: 5px 5px 0 0;
    top: 0;
    left: 0;
    height: 200px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 50px 0 0;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

#main-part #main-content .post-info .post-meta {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: rgb(153, 162, 170);
    margin: 5px 0 10px 76px;
    font-size: 12px;
    display: flex;
}
#main-part #main-content .post-info.hide-post-author .post-meta {
  margin: -10px 0 30px 0;
}

#main-part #main-content .post-info .post-meta>span {
    margin-right: 8px;
    display: flex;
}
#main-part #main-content .post-info .post-meta>span>.giligili {
    margin-right: 4px;
}

#main-part #main-content .post-info .post-meta span a {
  color: rgb(153, 162, 170);
}

#main-part #main-content .post-info .post-meta span .post-edit-link::before {
    font-family: "giligili";
    content: '\e60a\ ';
}

#main-part #main-content .post-info .post-meta time:hover, #main-part #main-content .post-info .post-meta span:hover:not(.no-highlight), #main-part #main-content .post-info .post-meta a:hover, #main-part #main-content .post-info .post-meta span:hover a {
    color: rgb(255, 133, 173);
}

#main-part #main-content .post-author-avatar, #main-part #main-content .giligili-item.post .wp-user-avatar {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 24px;
    left: 24px;
    border-radius: 50%;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0,0.1), 1px 1px 1px rgba(0, 0, 0,0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0,0.1), 1px 1px 1px rgba(0, 0, 0,0.1);
	border: 2px solid #fff;
}

#main-part #main-content #post .post-author-avatar, #main-part #main-content #post .wp-user-avatar {
	top: 220px;
}

.giligili-certify-3 {
    color: #ffba50;
	background: #fff;
	border-radius: 50%;	
}

#main-part #main-content .giligili-certify-3 {
    position: absolute;
    top: 58px;
    left: 58px;
}

#main-part #main-content #post .giligili-certify-3 {
	top: 254px;
}
/*
#main-part #main-content .gallery {
    margin-top: 10px;
    margin-left: 0;
    max-width: 300px;
    max-height: 300px;
    overflow: hidden;
}

#main-part #main-content .gallery-item {
    min-width: 33%;
    max-width: 100px;
    margin-top: 0!important;
}

#main-part #main-content .gallery-icon, #main-part #main-content .gallery-icon img {
    width: 100px;
    height: 100px;
    max-width: 100%;
}

#main-part #main-content .gallery img {
    border: 2px solid #fff!important;
    border-radius: 6px;
}
*/
#main-part #main-content .post-info .post-preface {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
    cursor: pointer;
    margin-bottom: 10px;
}

#main-part #main-content #post .post-info .post-preface {
    cursor: auto;
}

#main-part #main-content .post-info .post-excerpt {
    height: 127px;
    background: #fff;
    border-radius: 4px;
    text-align: left;
    position: relative;
    border: 1px solid #e5e9ef;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease-in-out;
}

#main-part #main-content .post-info .post-excerpt:hover {
    -webkit-box-shadow: 0 3px 10px 0 rgba(213, 216, 219, 0.44);
    box-shadow: 0 3px 10px 0 rgba(213, 216, 219, 0.44);
}

#main-part #main-content .post-info .post-excerpt.post-excerpt-2 {
    height: 240px;
}

#main-part #main-content .post-info .post-excerpt>.post-thumbnail {
    width: 40%;
    height: 127px;
    display: inline-block;
    vertical-align: top;
    float: left;
    background-size: cover;
    background-position: center center;
}

#main-part #main-content .post-info .post-excerpt.post-excerpt-2>.post-thumbnail {
    width: 100%;
    height: 120px;
    display: block;
    float: none;
    background-size: cover;
    background-position: center center;
}

#main-part #main-content .post-info .post-excerpt .post-thumbnail-shadow {
    display: block;
    width: 40%;
    height: 127px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

#main-part #main-content .post-info .post-excerpt.no-touch:hover .post-thumbnail-shadow {
    opacity: 1;
}

#main-part #main-content .post-info .tip {
	position: relative;
    color: #fff;
	margin-bottom: 20px;
    display: inline-block;
	padding: 6px 20px 6px 40px;
    border-radius: 3px;
}

#main-part #main-content .post-info .tip-info {
	background: #20a0ff;
    background: -webkit-gradient(linear,left top,right top,from(#20a0ff),to(#20b8ff));
    background: -webkit-linear-gradient(left,#20a0ff,#20b8ff);
    background: linear-gradient(90deg,#20a0ff,#20b8ff);
	-webkit-box-shadow: 0 3px 5px rgba(32,160,255,.5);
    box-shadow: 0 3px 5px rgba(32,160,255,.5);
}

#main-part #main-content .post-info .tip::before {
	
    font-family: "giligili";
    position: absolute;
    left: 10px;
    font-size: 20px;
    top: 4px;
}

#main-part #main-content .post-info .tip-warn {
	background: #ff953f;
    background: -webkit-gradient(linear,left top,right top,from(#ff953f),to(#ffb449));
    background: -webkit-linear-gradient(left,#ff953f,#ffb449);
    background: linear-gradient(90deg,#ff953f,#ffb449);
    text-shadow: 0 -1px #ff953f;
    -webkit-box-shadow: 0 3px 5px rgba(255,154,73,.5);
    box-shadow: 0 3px 5px rgba(255,154,73,.5);
}

#main-part #main-content .post-info .tip-success {
	background: #61be33;
    background: -webkit-gradient(linear,left top,right top,from(#61be33),to(#8fce44));
    background: -webkit-linear-gradient(left,#61be33,#8fce44);
    background: linear-gradient(90deg,#61be33,#8fce44);
    text-shadow: 0 -1px #61be33;
    -webkit-box-shadow: 0 3px 5px rgba(104,195,59,.5);
    box-shadow: 0 3px 5px rgba(104,195,59,.5);
}

#main-part #main-content .post-info .tip-error {
	background: #ff4949;
    background: -webkit-gradient(linear,left top,right top,from(#ff4949),to(#ff7849));
    background: -webkit-linear-gradient(left,#ff4949,#ff7849);
    background: linear-gradient(90deg,#ff4949,#ff7849);
    text-shadow: 0 -1px #ff4949;
    -webkit-box-shadow: 0 3px 5px rgba(255,73,73,.5);
    box-shadow: 0 3px 5px rgba(255,73,73,.5);	
}

#main-part #main-content .post-info .tip-info::before {
	content: "\e60b";
}

#main-part #main-content .post-info .tip-warn::before {
	content: "\e612";
}

#main-part #main-content .post-info .tip-success::before {
	content: "\e611";
}

#main-part #main-content .post-info .tip-error::before {
	content: "\e603";
}

#main-part #main-content .post-info .post-content .text-info .content {
    font-size: 14px;
}

#main-part #main-content .post-info .post-content .text-info .content .al_mon_list {
	margin-left: 20px;
}

#main-part #main-content .post-info .post-content .text-info .content .al_post_list {
	margin: 10px 0 10px 20px;
}

#main-part #main-content .post-info .post-content #article-index {
	background-color: #f7f7f7;
    margin: 0 0 5px 5px;
    -webkit-box-shadow: 0 1px 2px rgba(31,45,62,.38);
    box-shadow: 0 1px 2px rgba(31,45,62,.38);
	padding: 12px;
    line-height: 160%;
    max-width: 40%;
    font-size: 12px;
    position: relative;
    float: right;
	z-index: 1;
}

#main-part #main-content .post-info .post-content #article-index #show-index {
	cursor: pointer;
}

#main-part #main-content .post-info .post-content #article-index #index-ul li a:before {
	content: none;
}

#main-part #main-content .post-info .post-content #article-index #index-ul li a {
	color: #428bca;
}

#main-part #main-content .post-info .post-content #article-index #index-ul li.title-3 {
	margin-left: 10px;
}

#main-part #main-content .post-info .post-content #article-index #index-ul li.title-4 {
	margin-left: 20px;
}

#main-part #main-content .post-info .post-content .size-full {
    display: block;
	margin-top: 12px;
	margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

#main-part #main-content .post-info .post-excerpt .text-info {
    margin: 15px 15px 0 42%;
    text-align: justify;
}

#main-part #main-content .post-info .post-excerpt.post-excerpt-2 .text-info {
    padding: 10px 20px 14px;
    width: 100%;
    height: auto;
    margin: 0;
    vertical-align: initial;
}

#main-part #main-content .post-info .post-excerpt .text-info .post-title {
    margin: 0 0 8px;
    -webkit-transition: color 0.2s cubic-bezier(0.22, 0.58, 0.12, 0.98);
    transition: color 0.2s cubic-bezier(0.22, 0.58, 0.12, 0.98);
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    font-size: 14px;
    line-height: 19px;
    color: rgb(34, 34, 34);
}

#main-part #main-content .post-info .post-excerpt.post-excerpt-2 .text-info .post-title {
    font-size: 16px;
}

#main-part #main-content .post-info.hide-post-author .post-title {
  font-size: 20px;
  line-height: 1.2;
  margin: 15px 0;
}
#main-part #main-content .post-info .post-content .text-info .post-title {
    font-size: 20px;
    line-height: 1.2;
    margin: 10px 0;
}

#main-part #main-content .post-info .post-content .text-info .post-title:before {
    content: none;
}

#main-part #main-content .post-info .post-content h1, #main-part #main-content .post-info .post-content h2, #main-part #main-content .post-info .post-content h3, #main-part #main-content .post-info .post-content h4 {
    position: relative;
    margin: 10px 0 5px;
}

#main-part #main-content .post-info .post-content .content>h2 {
    font-size: 20px;
    font-weight : 500;
    margin: 20px -16px;
    border-left: 5px solid #39c1ff;
    line-height: 40px;
    padding-left: 15px;
    background-color: #f9fafc;
}

#main-part #main-content .post-info .post-content .content>h3 {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 400;
    border-left: 5px solid #39c1ff;
    line-height: 36px;
    padding-left: 15px;
}

#main-part #main-content .post-info .post-content .content>h4 {
    border-left: 5px solid #39c1ff;
    padding-left: 10px;
    line-height: 34px;
}


/*
#main-part #main-content .post-info .post-content h1:before,
#main-part #main-content .post-info .post-content h2:before,
#main-part #main-content .post-info .post-content h3:before,
#main-part #main-content .post-info .post-content h4:before {
	font-family: "giligili";
	position: absolute;
	color: #060606;
}

#main-part #main-content .post-info .post-content h1:before {
	font-family: "giligili";
	content: '\e617\ ';
	left: -24px;
}

#main-part #main-content .post-info .post-content h2:before {
	font-family: "giligili";
	content: '\e617\e617\ ';
	left: -41px;
}

#main-part #main-content .post-info .post-content h3:before {
	font-family: "giligili";
	content: '\e617\e617\e617\ ';
	left: -54px;
}

#main-part #main-content .post-info .post-content h4:before {
	font-family: "giligili";
	content: '\e617\e617\e617\e617\ ';
	left: -67px;
}
*/

#main-part #main-content .post-info .post-content .text-info .content #copyright-info {
    margin: 0 0 5px 0;
}

#main-part #main-content .post-info .post-content .text-info .content #copyright-info p {
    color: silver;
    font-size: 15px;
    line-height: 1.6;
}

#main-part #main-content .post-info .post-content .text-info .content #copyright-info p a {
    color: #866f6f;
}

#main-part #main-content .post-info .post-content .text-info .content #copyright-info p a:before {
    content: none;
}

#main-part #main-content .post-info .post-content .text-info .content #copyright-info p a:hover {
    color: #eb7350;
}

#main-part #main-content .post-info .post-content .text-info .tags ul {
    list-style: none;
}

#main-part #main-content .post-info .post-content .text-info .tags ul li {
    height: 22px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 0 10px;
    transition: border .3s;
    -webkit-transition: border .3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin: 0 10px 8px 0;
    cursor: pointer;
}

#main-part #main-content .post-info .post-content .text-info .tags ul li a {
    transition: color .3s ease;
    color: #999;
}

#main-part #main-content .post-info .post-content .text-info .tags ul li:hover {
    border: 1px solid #eb7350;
}

#main-part #main-content .post-info .post-content .text-info .tags ul li:hover a {
    color: #eb7350;
}

#main-part #main-content .post-info .post-content .text-info .post-like {
    position: absolute;
    right: 24px;
    bottom: 22px;
}

#main-part #main-content .post-info .post-content .text-info .post-like a {
    color: rgb(153, 162, 170);
}

#main-part #main-content .post-like .done .giligili-zan {
    color: rgb(255, 133, 173);
}

#main-part #main-content .comment-info a .giligili-zan, #main-part #main-content .comment-info a .giligili-cai {
    font-size: 16px;
}

#main-part #main-content .post-info .post-excerpt.no-touch:hover .text-info a .post-title {
    color: rgb(0, 161, 214);
}

#main-part #main-content .post-info .post-excerpt .text-info .excerpt {
    margin: 0 0 9px 0;
}

#main-part #main-content .post-info .post-excerpt .text-info .excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;	
	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 19px;
	max-height: 6em;
}

#main-part #main-content .post-info .post-excerpt.post-excerpt-2 .text-info .excerpt p {
	-webkit-line-clamp: 2;
    max-height: 3.166666666666667em;
}

#main-part #main-content .post-info .post-content .text-info .content p {
    line-height: 1.6;
    font-size: 15px;
    margin: 5px 0;
}

#main-part #main-content .post-info .post-excerpt .text-info .excerpt {
    color: rgb(153, 162, 170);
    font-size: 12px;
}

#main-part #main-content .post-info .post-excerpt .text-info .category {
    max-width: 30%;
    padding: 1px 8px;
    border-radius: 2px;
    background: #fb7299;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 101;
    -webkit-transition: opacity 0.2s cubic-bezier(0.22, 0.58, 0.12, 0.98);
    transition: opacity 0.2s cubic-bezier(0.22, 0.58, 0.12, 0.98);
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#main-part #main-content .post-info .post-excerpt .text-info .category a {
    color: #fff;
}

#main-part #main-content .post-info .post-about{
    margin-top: 5px;
    display: flex;
}
#main-part #main-content .post-info .post-about>span {
    margin-right: 40px;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: rgb(153, 162, 170);
    cursor: pointer;
    display: flex;
}
#main-part #main-content .post-info .post-about>span>a {
    display: flex;
}
#main-part #main-content .post-info .post-about>span .giligili {
    margin-right: 3px;
}

#main-part #main-content .post-info .post-about span a {
    color: rgb(153, 162, 170);
}

#main-part #main-content .done .giligili-zan, #main-part #main-content .done .giligili-cai {
    color: rgb(255, 133, 173);
}

#main-part #main-content .post-info .post-about span:hover, #main-part #main-content .post-info .post-about span:hover a, #main-part #main-content .post-info .post-about span:hover a .giligili-zan, #main-part #main-content .post-info .post-content .text-info .post-like:hover a, #main-part #main-content .post-info .post-content .text-info .post-like:hover a .giligili-zan {
    color: #fb7299;
}

#main-part #main-content #post .post-info .category {
    position: absolute;
    left: -5px;
    top: 40px;
    display: block;
    background-color: #eb7350;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 5px 5px 0;
    height: 36px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 3px rgba(26,26,26,.1);
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
    z-index: 1;
}

#main-part #main-content #post .post-info .category::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 26px;
    left: 0;
    border-bottom: 2.5px solid transparent;
    border-right: 2.5px solid #eb7350;
    border-top: 2.5px solid #eb7350;
    border-left: 2.5px solid transparent;
}

#main-part #main-content #post .post-info .category .post-categories {
    list-style: none;
}

#main-part #main-content #post .post-info .category a {
    color: #fff;
}

#main-part #main-content .friend-post-title {
    font-size: 20px;
	margin-bottom: 10px;
}

#main-part #main-content .friend-link {
    width: 49.5%;
    display: inline-block;
    border-radius: 4px;
    min-height: 110px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
	position: relative;
	overflow: hidden;
}

#main-part #main-content .friend-link:nth-child(odd) {
    margin: 10px 0 10px 0.5%;
}

#main-part #main-content .friend-link:nth-child(even) {
    margin: 10px 0.5% 10px 0;
}

#main-part #main-content .friend-link>div {
    height: 81px;
    border-bottom: 1px solid #dfdfdf;
}

#main-part #main-content .friend-link .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin: 10px;
}

#main-part #main-content .friend-link .link-title {
    display: block;
    position: absolute;
    top: 15px;
    left: 80px;
    color: #000;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#main-part #main-content .friend-link .link-title:before, #main-part #main-content .friend-link .link-title:after, #main-part #main-content .friend-link a.link-href:before {
    content: none;
}

#main-part #main-content .friend-link a.link-href {
    color: #999;
    border: 1px solid #dfdfdf;
    display: block;
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 80px;
    width: 60px;
    padding: 3px 0;
    text-align: center;
    border-radius: 4px;
	transition: all 0.3s;
}

#main-part #main-content .friend-link a.link-href:hover {
	background: #fb7299;
    border-color: #fb7299;
    color: #fff;
}

#main-part #main-content div.friend-link p.link-description {
    margin: 10px 15px!important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	height: 30px;
}

#main-part #index-pagination, #main-part .loading {
    position: relative;
    text-align: center;
    padding: 0;
    cursor: pointer;
    min-height: 60px;
}

#main-part #index-pagination a, #main-part #index-pagination p {
    display: block;
    padding: 25px 0;
}

.loader {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}

.dot {
    width: 8px;
    height: 8px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: slide 1s infinite;
            animation: slide 1s infinite;
    margin: 0 10px;
}

.dot:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    background: #32bbff;
}

.dot:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    background: #64bbff;
}

.dot:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    background: #96bbff;
}


/*
 * PC post-extra
 */

#main-part .giligili-post-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
}

#main-part .giligili-post-extra>div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    border-right: 1px solid #e5e9ef;
    cursor: pointer;
    padding: 10px 0;
}

#main-part .giligili-post-extra>div.giligili-share-box {
    border-right: none;
    position: relative;
}

#main-part .giligili-post-extra>div .social-share-box {
    display: none;
    padding: 20px 0 16px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    background: #fff;
    cursor: default;
    z-index: 10000;
    position: fixed;
    width: 300px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -64px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
    border-radius: 4px;
}

#main-part .giligili-post-extra>div .pay-box {
    display: none;
    padding: 20px 0 16px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    background: #fff;
    cursor: default;
    z-index: 10000;
    position: fixed;
    width: 300px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -172px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
            box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
    border-radius: 4px;
}

#main-part .giligili-post-extra>div .social-share-header, #main-part .giligili-post-extra>div .pay-header, #header #menu-pc #content-search .search-header {
    text-align: left;
    padding: 0 18px;
}

#main-part .giligili-post-extra>div .social-share-header span, #main-part .giligili-post-extra>div .pay-header span, #header #menu-pc #content-search .search-header span {
    font-weight: bold;
}

#main-part .giligili-post-extra>div .social-share-header .giligili-close, #main-part .giligili-post-extra>div .pay-header .giligili-close, #header #menu-pc #content-search .search-header .giligili-close {
    float: right;
    cursor: pointer;
    color: #999;
    font-weight: bold;
}

#main-part .giligili-post-extra>div .social-share-header .giligili-close:hover, #main-part .giligili-post-extra>div .pay-header .giligili-close:hover, #header #menu-pc #content-search .search-header .giligili-close:hover {
    transition: .9s !important;
    -webkit-transition: .9s !important;
    -moz-transition: .9s !important;
    -o-transition: .9s !important;
    -ms-transition: .9s !important;
    transform: rotate(360deg) !important;
    -webkit-transform: rotate(360deg) !important;
    -moz-transform: rotate(360deg) !important;
    -o-transform: rotate(360deg) !important;
    -ms-transform: rotate(360deg) !important;
}

#main-part .giligili-post-extra>div .pay-chose a {
    width: 138px!important;
    height: 45px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
}

#main-part .giligili-post-extra>div .pay-chose a.chosen {
    border-color: #0092ee;
}

#main-part .giligili-post-extra>div .pay-chose a img {
    height: 25px;
    vertical-align: middle;
}

#main-part .giligili-post-extra>div .pay-body, #main-part .giligili-post-extra>div .social-share {
    margin-top: 20px;
}

#main-part .giligili-post-extra>div .pay-body .alipay, #main-part .giligili-post-extra>div .pay-body .wechatpay {
    display: none;
    width: 200px;
    height: 200px;
}

#main-part .giligili-post-extra>div .pay-body .alipay.chosen, #main-part .giligili-post-extra>div .pay-body .wechatpay.chosen {
    display: inline-block;
}


/*
 * PC comment
 */

#main-part .comment-part #respond {
    margin: 10px 0 0;
}

#main-part .comment-part #respond #comment-form {
    margin: 16px 0 40px 0;
}

#main-part .comment-part #respond #comment-form #comment-info .commentator {
    float: left;
    width: 50px;
}

#main-part .comment-part #respond #comment-form #comment-info .commentator img {
    width: 50px;
    border-radius: 50%;
	    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 1px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1);
    border: 2px solid #fff;
}

#main-part .comment-part #respond #comment-form #comment-info .comment-text {
    margin-left: 70px;
}

#main-part .comment-part #respond #comment-form #comment-info .comment-input {
    overflow: hidden;
}

#main-part .comment-part #respond #comment-form #comment-info .comment-text .comment-input .text-input {
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px;
    resize: none;
    color: #657786;
    float: left;
    width: 49%;
    margin-right: 2%;
    background-color: #f4f5f7;
}

#main-part .comment-part #respond #comment-form #comment-info .comment-text .comment-input #comment-email, #main-part .comment-part #respond #comment-form #comment-info .comment-text .comment-input .sum {
    margin-right: 0;
}

#main-part .comment-part #respond #comment-form #comment-info .comment-text .comment-input #comment-url, #main-part .comment-part #respond #comment-form #comment-info .comment-text .comment-input .sum {
    margin-top: 10px;
}

#main-part .comment-part #respond #comment-form #comment-info .comment-s {
    margin-right: 80px;
    position: relative;
}

#main-part .comment-part #respond #comment-form #comment-info .comment-s textarea {
    font-size: 12px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #f4f5f7;
    border: 1px solid #e5e9ef;
    border-radius: 4px;
    color: #555;
    height: 65px;
    padding: 5px 10px;
    line-height: normal;
    margin: 10px 0;
    width: 100%;
}

#main-part .comment-part #respond #comment-form #comment-info .comment-s .sum {
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px;
    resize: none;
    color: #657786;
    width: 100px;
    background-color: #f4f5f7;
}

#main-part .comment-part #respond #comment-form #comment-info .comment-text .comment-input .text-input:hover, #main-part .comment-part #respond #comment-form #comment-info .comment-s textarea:hover {
    background-color: #fff;
    border-color: #00b5e5;
}

#main-part .comment-part #respond #comment-form #comment-info .comment-s .comment-submit {
    width: 70px;
    height: 64px;
    position: absolute;
    right: -80px;
    top: 0;
    padding: 4px 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    min-width: 60px;
    vertical-align: top;
    cursor: pointer;
    background-color: #00a1d6;
    border: 1px solid #00a1d6;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    outline: none;
}

#main-part .comment-part #respond #comment-form #comment-info .comment-s .comment-submit:hover {
    background-color: #00b5e5;
    border-color: #00b5e5;
}

#main-part .comment-part #respond #comment-form #comment-info .comment-s .OwO .giligili-emoji {
    vertical-align: -1px;
}

#comments {
    padding-top: 15px;
}

.comment-title #cancel-comment-reply-link {
    font-size: 12px;
    float: right;
    font-weight: normal;
    border: 1px solid #0bf;
    color: #0bf;
    padding: 3px 10px;
    border-radius: 5px;
}

#comments #pagination {
    margin-top: 20px;
}

#comments>.giligili-comments {
    position: relative;
    min-height: 50px;
    border-top: 1px solid #e5e9ef;
}

#comments .giligili-comments:before {
    content: none;
}

#comments>.giligili-comments .center {
    text-align: center;
    padding: 40px 0 10px;
}

#comments>.giligili-comments .center i {
    font-size: 24px;
    vertical-align: -4px;
}

.OwO-img {
    vertical-align: middle;
    height: 24px;
}

.comment-part.giligili-item {
    overflow: visible;
}

.comment-part .comment-item {
    list-style: none;
}

.comment-part .comment-item .commentator-avatar {
    float: left;
    width: 50px;
    margin-top: 20px;
    position: relative;
}

.comment-part .comment-item .commentator-avatar img {
    border-radius: 50%;
    width: 50px;
	    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 1px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1);
    border: 2px solid #fff;
}

.comment-part .comment-item .commentator-avatar .giligili-big-vip {
    position: absolute;
    left: 36px;
    top: 34px;
    color: #ff6599;
	background: #fff;
	border-radius: 50%;
}

.comment-part .comment-item .children .commentator-avatar .giligili-big-vip {
    left: 30px;
    top: 30px;
    font-size: 14px;
}

.comment-part .giligili-comments .commentator-comment {
    padding: 14px 0;
    margin-left: 70px;
}

.giligili-comments>.comment-item, .new-comment .comment-item {
    border-bottom: 1px solid #e5e9ef;
}

.comment-part .comment-item .commentator-comment .commentator-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 4px;
    display: inline-block;
    word-wrap: break-word;
}

.comment-part .comment-item .commentator-comment .giligili, .widget-visitor .giligili {
    font-size: 20px;
    vertical-align: -2px;
}

.giligili-userlevel-0, .giligili-userlevel-1 {
    color: #bfbfbf;
}

.giligili-userlevel-2 {
    color: #95ddb2;
}

.giligili-userlevel-3 {
    color: #92d1e5;
}

.giligili-userlevel-4 {
    color: #ffb37b;
}

.giligili-userlevel-5 {
    color: #ff6b02;
}

.giligili-userlevel-6 {
    color: #ff0002;
}

.comment-part .comment-item .commentator-comment .comment-chat {
    line-height: 20px;
    padding: 2px 0;
    font-size: 14px;
    text-shadow: none;
    overflow: hidden;
    word-wrap: break-word;
}

#main-part #main-content .comment-part .comment-item .commentator-comment .comment-chat p {
    margin: 0;
}

#main-part #main-content .comment-part .comment-item .commentator-comment .comment-chat img {
	max-width: 100%;
}

.comment-part .comment-respond .login-must {
    margin: 10px 0;
}

.comment-part .comment-respond .login-must a, .comment-part .comment-item .commentator-comment .comment-chat .comment-comment .edit-info .comment-reply-link {
    font-weight: bold;
}

.comment-part .comment-item .commentator-comment .comment-chat .comment-comment .comment-info span, .comment-part .comment-item .commentator-comment .comment-chat .comment-comment .comment-info a {
    color: #99a2aa;
    line-height: 26px;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
}

.comment-part .comment-item .commentator-comment .comment-chat .comment-comment .comment-info .comment-reply-link {
    padding: 0 5px;
}

.comment-part .comment-item .commentator-comment .comment-chat .comment-comment .comment-info .comment-reply-link:hover {
    color: #00a1d6;
    background: #e5e9ef;
}

.comment-part .comment-item .commentator-comment .comment-chat .comment-comment .comment-info>span {
    margin-right: 25px;
}

.comment-part .comment-item .commentator-comment .comment-chat .comment-comment .comment-info .post-like a:hover, .comment-part .comment-item .commentator-comment .comment-chat .comment-comment .comment-info .post-like a:hover span {
    color: #61c1e4;
}

.comment-part .giligili-comments>.comment-item>.children {
    margin-left: 70px;
}

.comment-part .giligili-comments>.comment-item>.children .comment-item .commentator-comment {
    margin-left: 60px;
}

.comment-part .giligili-comments>.comment-item>.children .comment-item .commentator-avatar {
    width: 25px;
    margin-top: 0;
}

.comment-part .giligili-comments>.comment-item>.children .comment-item .commentator-avatar img {
    width: 42px;
    height: 42px;
}

.comment-part .giligili-comments>.comment-item>.children .comment-item .commentator-comment {
    padding: 0 0 14px;
}

.comment-part .giligili-comments-page a, .comment-part .giligili-comments-page span {
    color: #222;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    background-image: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 14px;
    min-width: 15px;
    margin: 0 2px;
    padding: 0 10px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
}

.comment-part .giligili-comments-page .current, .comment-part .giligili-comments-page a:hover, .comment-part .giligili-comments-page span:hover {
    background: #00a1d6;
    color: #fff;
    border: 1px solid #00a1d6;
}


/*
 * PC sidebar
 */

#sidebar-left .giligili-item-title, #sidebar-right .giligili-item-title {
    padding: 0 0 16px;
    color: #222;
    font-weight: normal;
    font-size: 16px;
}

.giligili-item .giligili-item-title i {
    font-weight: bold;
    font-size: 16px;
}

#sidebar-left ul, #sidebar-right ul {
    list-style: none;
}

.giligili-item .recentcomments img.avatar {
    width: 36px;
    height: 36px;
    float: left;
    border-radius: 18px;
    margin: 3px 10px 0 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 1px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #fff;
}

.giligili-item .recentcomments .right-box {
    word-break: break-all;
    overflow: hidden;
}

.giligili-item .sidebar-posts-list li, .giligili-item ul.recentcomments li {
    padding: 5px 0;
    line-height: 18px;
    overflow: hidden;
    font-size: 12px;
    border-bottom: 1px solid #e5e9ef;
}

.giligili-item .sidebar-posts-list li:first-child, .giligili-item ul.recentcomments li:first-child {
    padding: 0 0 5px;
}

.giligili-item .sidebar-posts-list li:last-child, .giligili-item ul.recentcomments li:last-child {
    border-bottom: none;
}

.giligili-item .sidebar-posts-list li .post-title {
    margin-bottom: 5px;
}

.giligili-item .sidebar-posts-list li .post-info span {
    display: inline-block;
    min-width: 60px;
}

.giligili-item .sidebar-posts-list li .post-info i {
    font-size: 14px;
}

#calendar_wrap #wp-calendar {
    width: 100%;
}

#calendar_wrap #wp-calendar caption {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

#calendar_wrap #wp-calendar th {
    font-weight: bold;
}

#calendar_wrap #wp-calendar th, #calendar_wrap #wp-calendar td {
    text-align: center;
}

#calendar_wrap #wp-calendar tfoot td {
    padding-top: 10px;
    font-size: 16px;
}

#calendar_wrap #wp-calendar tfoot #prev {
    text-align: left;
}

#calendar_wrap #wp-calendar tfoot #next {
    text-align: right;
}

.giligili-item .widget-visitor a {
    display: block;
    position: relative;
    margin-bottom: 7px;
    height: 40px;
    line-height: 40px;
}

.giligili-item .widget-visitor a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 1px rgba(0,0,0,.1), 1px 1px 1px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1);
}

.giligili-item .widget-visitor a p {
    margin-left: 50px;
    overflow: hidden;
    height: 40px;
}


/*
 * PC sidebar-left
 */

#sidebar-left {
    float: left;
    width: 20%;
	padding-left: 5px;
}

#sidebar-left #user-card {
    height: 188px;
    padding: 0;
}

#sidebar-left #user-card-bg {
    width: 100%;
    height: 64px;
}

#sidebar-left #user-card-name {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
    margin-left: 80px;
    padding-top: 10px;
    color: rgb(34, 34, 34);
}

#sidebar-left #user-card-info {
    height: 92px;
    margin: 0 30px;
}

#sidebar-left #user-card-info a {
    width: 33.3%;
    height: 92px;
    text-align: center;
    cursor: auto;
}

#sidebar-left #user-card-info .num {
    letter-spacing: 0;
    padding-top: 35px;
    font-weight: bold;
    font-size: 14px;
    color: rgb(0, 161, 214);
}

#sidebar-left #user-card-info .text {
    padding-top: 9px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0;
    color: rgb(153, 162, 170);
}

#sidebar-left .user-card-avatar, #sidebar-left .wp-user-avatar  {
    position: absolute;
    width: 56px;
    height: 56px;
    left: 16px;
    top: 48px;
    border-radius: 50%;
    overflow: hidden;
	border: 2px solid #fff;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0,0.1), 1px 1px 1px rgba(0, 0, 0,0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0,0.1), 1px 1px 1px rgba(0, 0, 0,0.1);
}

#sidebar-left .giligili-certify-3 {
    position: absolute;
    left: 56px;
    top: 87px;	
}

#sidebar-left #user-info .row {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #f0f0f0;
    white-space: nowrap;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

#sidebar-left #user-info .row .giligili-qq,
#sidebar-left #user-info .row .giligili-telegram {
    color: #55acee;
}

#sidebar-left #user-info .row .giligili-email {
    color: #f8c774;
}

#sidebar-left #user-info .row .giligili-qqqun {
    color: #0bf;
}

#sidebar-left #user-info .row .giligili-weibo {
    color: #E74C3C;
}

#sidebar-left #user-info .row .giligili-github {
    color: #000;
}

#sidebar-left #user-info .row .giligili-zhihu {
    color: #0084ff;
}

#sidebar-left #user-info .row .giligili-bilibili {
    color: #0bf;
}

#sidebar-left #user-info .intro {
    line-height: 30px;
}


/*
 * PC sidebar-right
 */

#sidebar-right {
    float: left;
    width: 20%;
	padding-right: 5px;
}


/*
 * PC foot
 */

#foot {
    text-align: center;
    clear: both;
    position: relative;
    left: 0;
    overflow: hidden;
    padding: 30px 8px 20px;
    line-height: 22px;
}

#foot .throb {
    font-size: 13px;
    color: #d43f57;
}

#foot a {
    color: #222;
}

#foot #foot-menu li {
	display: inline-block;
}

#foot #foot-menu li:before {
	content: '/ ';
}

#foot #foot-menu li:first-child:before {
	content: '';
}

#foot #back-to-top {
    display: block;
    z-index: 998;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: .8;
    color: rgba(111, 111, 111, .6);
    position: fixed;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
	-webkit-box-shadow: 0 1px 3px rgba(26,26,26,.1);
    box-shadow: 0 1px 3px rgba(26,26,26,.1);
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}

#foot #back-to-top .giligili-rocket {
    font-size: 25px;
}

#layout-shadow {
    display: none;
    z-index: 9999;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.widget_text .aplayer {
	margin: -12px -16px;
}

.widget_text .aplayer .aplayer-info {
	padding: 7px 7px 7px 10px;
}

.widget_text .aplayer .aplayer-info .aplayer-music {
	margin: 0 0 13px 0;
}

#paopao {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


/*
 * mobile main
 */

@media only screen and (max-width:900px) {
    div, a, img {
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
    }
    #mobile-header {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        z-index: 997;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
                box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 0;
        overflow: hidden;
    }
    #mobile-header .mobile-user-info {
        padding: 22px 15px 20px 15px;
        text-align: center;
    }
    #mobile-header .mobile-user-info img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 3px solid #fff;
    }
    #mobile-header .mobile-user-info .mobile-user-name {
        color: #fff;
    }
    #mobile-header .mobile-menu-container {
        text-align: left;
        margin: 20px -15px 0;
        padding: 0;
    }
    #mobile-header .mobile-menu-container li {
        padding: 0 15px;
        list-style: none;
        -webkit-transition: all .3s;
        transition: all .3s;
        cursor: pointer;
    }
    #mobile-header .mobile-menu-container>ul>li:hover {
        background-color: rgba(128, 128, 128, .498039);
        padding: 5px 15px;
    }
    #mobile-header .mobile-menu-container>ul>li li:hover {
        background-color: rgba(0, 0, 0, .6)
    }
    #mobile-header .mobile-menu-container>ul>li a {
        padding: 10px 40px;
    }
    #mobile-header .mobile-menu-container a {
        color: #fff;
        display: block;
        padding: 20px 0 0;
    }
    #mobile-header .mobile-menu-plur {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        filter: alpha(opacity=60);
        -moz-opacity: .6;
        -khtml-opacity: .6;
        opacity: .6;
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);
        background-color: #000;
        top: 0;
    }
    .mobile-shade {
        display: none;
        position: fixed;
        top: 42px;
        right: 0;
        bottom: 0;
        left: 250px;
        z-index: 997;
        overflow: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
        cursor: pointer;
    }
    .mobile-shade.show {
        display: block;
    }
    #mobile-header, #header, #main, #foot {
        transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
    }
    #mobile-header.show, #header.show, #main.show, #foot.show {
        -webkit-transform: translate3D(250px, 0, 0);
                transform: translate3D(250px, 0, 0);
    }
    #header #menu-pc #mobile-menu {
        display: block;
    }
    #sidebar-left, #sidebar-right, #header #menu-pc #menu-main, #header #menu-pc .menu {
        display: none;
    }
    #header #menu-pc #logo {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    #header #menu-pc #menu-search {
        position: absolute;
        top: 0;
        right: 0;
    }
    #header #menu-pc .backstage {
        position: absolute;
        top: 0;
        right: 36px;
    }
    #main-part {
        width: 100%;
    }
    #main-part #main-content .post-info .post-excerpt .text-info .excerpt p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}


/*
 * animation
 */

.throb:before {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: xintiao 1.33s ease-in-out infinite;
    animation: xintiao 1.33s ease-in-out infinite;
}

.my-face {
    -webkit-animation: haha 5s infinite ease-in-out;
    animation: haha 5s infinite ease-in-out;
    display: inline-block;
    margin: 0 5px
}

@-webkit-keyframes xintiao {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.8)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes xintiao {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes haha {
    2%, 24%, 80% {
        -webkit-transform: translate(0, 1.5px) rotate(1.5deg);
        transform: translate(0, 1.5px) rotate(1.5deg)
    }
    4%, 68%, 98% {
        -webkit-transform: translate(0, -1.5px) rotate(-.5deg);
        transform: translate(0, -1.5px) rotate(-.5deg)
    }
    38%, 6% {
        -webkit-transform: translate(0, 1.5px) rotate(-1.5deg);
        transform: translate(0, 1.5px) rotate(-1.5deg)
    }
    8%, 86% {
        -webkit-transform: translate(0, -1.5px) rotate(-1.5deg);
        transform: translate(0, -1.5px) rotate(-1.5deg)
    }
    10%, 72% {
        -webkit-transform: translate(0, 2.5px) rotate(1.5deg);
        transform: translate(0, 2.5px) rotate(1.5deg)
    }
    12%, 64%, 78%, 96% {
        -webkit-transform: translate(0, -.5px) rotate(1.5deg);
        transform: translate(0, -.5px) rotate(1.5deg)
    }
    14%, 54% {
        -webkit-transform: translate(0, -1.5px) rotate(1.5deg);
        transform: translate(0, -1.5px) rotate(1.5deg)
    }
    16% {
        -webkit-transform: translate(0, -.5px) rotate(-1.5deg);
        transform: translate(0, -.5px) rotate(-1.5deg)
    }
    18%, 22% {
        -webkit-transform: translate(0, .5px) rotate(-1.5deg);
        transform: translate(0, .5px) rotate(-1.5deg)
    }
    20%, 36%, 46% {
        -webkit-transform: translate(0, -1.5px) rotate(2.5deg);
        transform: translate(0, -1.5px) rotate(2.5deg)
    }
    26%, 50% {
        -webkit-transform: translate(0, .5px) rotate(.5deg);
        transform: translate(0, .5px) rotate(.5deg)
    }
    28% {
        -webkit-transform: translate(0, .5px) rotate(1.5deg);
        transform: translate(0, .5px) rotate(1.5deg)
    }
    30%, 40%, 62%, 76%, 88% {
        -webkit-transform: translate(0, -.5px) rotate(2.5deg);
        transform: translate(0, -.5px) rotate(2.5deg)
    }
    32%, 34%, 66% {
        -webkit-transform: translate(0, 1.5px) rotate(-.5deg);
        transform: translate(0, 1.5px) rotate(-.5deg)
    }
    42% {
        -webkit-transform: translate(0, 2.5px) rotate(-1.5deg);
        transform: translate(0, 2.5px) rotate(-1.5deg)
    }
    44%, 70% {
        -webkit-transform: translate(0, 1.5px) rotate(.5deg);
        transform: translate(0, 1.5px) rotate(.5deg)
    }
    48%, 74%, 82% {
        -webkit-transform: translate(0, -.5px) rotate(.5deg);
        transform: translate(0, -.5px) rotate(.5deg)
    }
    52%, 56%, 60% {
        -webkit-transform: translate(0, 2.5px) rotate(2.5deg);
        transform: translate(0, 2.5px) rotate(2.5deg)
    }
    58% {
        -webkit-transform: translate(0, .5px) rotate(2.5deg);
        transform: translate(0, .5px) rotate(2.5deg)
    }
    84% {
        -webkit-transform: translate(0, 1.5px) rotate(2.5deg);
        transform: translate(0, 1.5px) rotate(2.5deg)
    }
    90% {
        -webkit-transform: translate(0, 2.5px) rotate(-.5deg);
        transform: translate(0, 2.5px) rotate(-.5deg)
    }
    92% {
        -webkit-transform: translate(0, .5px) rotate(-.5deg);
        transform: translate(0, .5px) rotate(-.5deg)
    }
    94% {
        -webkit-transform: translate(0, 2.5px) rotate(.5deg);
        transform: translate(0, 2.5px) rotate(.5deg)
    }
    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes haha {
    2%, 24%, 80% {
        -webkit-transform: translate(0, 1.5px) rotate(1.5deg);
        transform: translate(0, 1.5px) rotate(1.5deg)
    }
    4%, 68%, 98% {
        -webkit-transform: translate(0, -1.5px) rotate(-.5deg);
        transform: translate(0, -1.5px) rotate(-.5deg)
    }
    38%, 6% {
        -webkit-transform: translate(0, 1.5px) rotate(-1.5deg);
        transform: translate(0, 1.5px) rotate(-1.5deg)
    }
    8%, 86% {
        -webkit-transform: translate(0, -1.5px) rotate(-1.5deg);
        transform: translate(0, -1.5px) rotate(-1.5deg)
    }
    10%, 72% {
        -webkit-transform: translate(0, 2.5px) rotate(1.5deg);
        transform: translate(0, 2.5px) rotate(1.5deg)
    }
    12%, 64%, 78%, 96% {
        -webkit-transform: translate(0, -.5px) rotate(1.5deg);
        transform: translate(0, -.5px) rotate(1.5deg)
    }
    14%, 54% {
        -webkit-transform: translate(0, -1.5px) rotate(1.5deg);
        transform: translate(0, -1.5px) rotate(1.5deg)
    }
    16% {
        -webkit-transform: translate(0, -.5px) rotate(-1.5deg);
        transform: translate(0, -.5px) rotate(-1.5deg)
    }
    18%, 22% {
        -webkit-transform: translate(0, .5px) rotate(-1.5deg);
        transform: translate(0, .5px) rotate(-1.5deg)
    }
    20%, 36%, 46% {
        -webkit-transform: translate(0, -1.5px) rotate(2.5deg);
        transform: translate(0, -1.5px) rotate(2.5deg)
    }
    26%, 50% {
        -webkit-transform: translate(0, .5px) rotate(.5deg);
        transform: translate(0, .5px) rotate(.5deg)
    }
    28% {
        -webkit-transform: translate(0, .5px) rotate(1.5deg);
        transform: translate(0, .5px) rotate(1.5deg)
    }
    30%, 40%, 62%, 76%, 88% {
        -webkit-transform: translate(0, -.5px) rotate(2.5deg);
        transform: translate(0, -.5px) rotate(2.5deg)
    }
    32%, 34%, 66% {
        -webkit-transform: translate(0, 1.5px) rotate(-.5deg);
        transform: translate(0, 1.5px) rotate(-.5deg)
    }
    42% {
        -webkit-transform: translate(0, 2.5px) rotate(-1.5deg);
        transform: translate(0, 2.5px) rotate(-1.5deg)
    }
    44%, 70% {
        -webkit-transform: translate(0, 1.5px) rotate(.5deg);
        transform: translate(0, 1.5px) rotate(.5deg)
    }
    48%, 74%, 82% {
        -webkit-transform: translate(0, -.5px) rotate(.5deg);
        transform: translate(0, -.5px) rotate(.5deg)
    }
    52%, 56%, 60% {
        -webkit-transform: translate(0, 2.5px) rotate(2.5deg);
        transform: translate(0, 2.5px) rotate(2.5deg)
    }
    58% {
        -webkit-transform: translate(0, .5px) rotate(2.5deg);
        transform: translate(0, .5px) rotate(2.5deg)
    }
    84% {
        -webkit-transform: translate(0, 1.5px) rotate(2.5deg);
        transform: translate(0, 1.5px) rotate(2.5deg)
    }
    90% {
        -webkit-transform: translate(0, 2.5px) rotate(-.5deg);
        transform: translate(0, 2.5px) rotate(-.5deg)
    }
    92% {
        -webkit-transform: translate(0, .5px) rotate(-.5deg);
        transform: translate(0, .5px) rotate(-.5deg)
    }
    94% {
        -webkit-transform: translate(0, 2.5px) rotate(.5deg);
        transform: translate(0, 2.5px) rotate(.5deg)
    }
    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
                transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        opacity: 0.3;
        -webkit-transform: scale(2);
                transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
