a {
    color: #000;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}
.polot{
	margin-top: 10px;
}
.nav {
    width: 100%;
    font-size: 0;
    margin: 0px 0;
}

.nav li {
        display: inline-block;
        width: 49.9%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
        border-radius: 3px;
        cursor: pointer;
    }

.nav li:hover {
            background-color: #eee;
        }

.nav li a {
            color: #337ab7;
        }

.active a {
        color: #fff !important;
    }
.blog-header-wrapper.no-border {
	border-bottom: none;
}

.blog-header-wrapper {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	padding-top: 0;
	padding-bottom: 0;
}

.blog-header-wrapper {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	position: relative;
	font-size: 16px;
	top: 0;
	width: 100%;
	margin: auto;
	z-index: 1030;
	margin-bottom: 0;
	background-color: white;
	border: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

.blog-header-wrapper>.page-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

/* .page-container {
    padding: 0 15px;
} */
.page-container {
	max-width: 780px;
	width: 100%;
	/* padding: 0 125px; */
	margin: 0 auto;
}

#mobile-header-flag~.blog-header-wrapper .mobile-header-label {
	position: relative;
	float: none;
	display: inline-block;
	padding: 20px 5px 21px 5px;
	margin: 0;
	cursor: pointer;
}

.blog-header-wrapper>.page-container>* {
	display: inline-block;
	flex-direction: row;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.blog-header-wrapper>.page-container>* {
	display: inline-block;
	flex-direction: row;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.blog-header-wrapper #web-navbar-brand .green-brand-img {
	display: block;
}

.blog-header-wrapper #web-navbar-brand .navbar-brand-img {
	height: auto;
	width: 185px;
}

img {
	vertical-align: middle;
	width: 100%;
}

.blog-header-wrapper #mobile-navbar-brand {
	height: 32px;
	padding: 0;
}

.blog-header-wrapper>.page-container>* {
	display: inline-block;
	flex-direction: row;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.blog-header-wrapper #mobile-navbar-brand .navbar-brand-icon {
	height: 32px;
	width: auto;
	line-height: 32px;
}

.blog-header-wrapper #mobile-navbar-brand>* {
	display: inline-block;
	position: relative;
	float: left;
}

.blog-header-wrapper>.page-container .blog-search-group {
	display: none;
	visibility: hidden;
}

.blog-header-wrapper>.page-container>* {
	display: inline-block;
	flex-direction: row;
}

.blog-header-wrapper .blog-search-group {
	position: relative;
	float: right;
	top: 22.5px;
	height: 40px;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: transparent;
	max-width: 400px;
	width: 100%;
}

.blog-header-wrapper>.page-container>* {
	display: inline-block;
	flex-direction: row;
}

.blog-header-wrapper #mobile-navbar-brand .navbar-brand-text {
	color: #6fc5c6;
	font-family: RegularFont;
	font-size: 17px;
	top: 3px;
	line-height: 24px;
}

p {
	margin: 10px 0;
}

#all {
    max-width: 780px;
    background-color: white;
    margin: 0 auto;
    overflow-x: hidden;
}
/* ——————————————评论区css—————————————————————— */
.comment:last-child {
	border-bottom: 0;
}

.comment {
	padding: 15px 0;
	font-family: NotoSansCJKtc;
	font-size: 13px;
	letter-spacing: .06em;
	transform: translate(0, 0);
}

.comment,.comment-block {
	transition: transform .3s;
}

.comment {
	margin: 20px 0;
	/* padding: 0 15px; */
	font-size:16px;
}

.comment .list {
	padding: 20px;
    margin: 15px 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    border: none;
}
.comment .list:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.comment .list .head {
	display: inline-block;
	/* width: 10%; */
	vertical-align: middle;
}

.comment .list .head img {
	width: 40px;
	height: 40px;
	border-radius: 50px;
}

.comment .list .name {
	display: inline-block;
	color: #006bb3;
}

.comment .list .top .text {
	position: relative;
	width: 80%;
	margin-left: 10%;
	padding: 10px;
	background-color: #f2f4f5;
	border-radius: 5px;
	color: black;
	 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Meiryo", sans-serif;
  font-size: 19px;
}
.text p{
    font-size: 16px;
    line-height: 1.4;
}
.comment .list .top .text:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: 98%;
	top: 10px;
	border-bottom: 25px solid transparent;
	border-right: 25px solid #f2f4f5;
	transform: rotate(10deg);
}


/* ------------------------------ */
.tittle {
	font-family: MediumFont;
	font-size: 25px;
	line-height: 36px;
	font-weight: normal;
	margin: 0;
}
.pull-left {
    width: auto;
    float: left;
}
.info {
    font-size: 14px;
    color: #b7b7b7;
    display: block;
}
.pull-right {
    width: auto;
    float: right;
}
ul{
	padding: 0;
}
/* body{
	margin: 0;
} */
body {
    margin: 0;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.5;
    color: #333;
    background-color: #f8f9fa;
    /*background-image: url('/picture/background.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 100%; /* 必须加 */
}
html {
    height: 100%; /* 必须加 */
}
/* 悬浮窗的css */
.finxed {
	width: 98%;
    max-width: 750px;
    text-align: center;
    position: fixed;
    margin: 0 auto;
    font-size: 18px;
    left: 0;
    right: 0;
    bottom: 3px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 3;
    padding-bottom: 10px;
    box-shadow: 0 2px 15px rgba(51, 51, 51, 0.15);
    border-radius: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.finxed.show {
    opacity: 1;
    transform: translateY(0); /* 变为正常位置 */
    pointer-events: auto;
}


.fixed_img_left, .fixed_img_right {
    width: 38%;
    height: 40px;
    line-height: 40px;
    background-color: #06b155;
    background-repeat: no-repeat;
    background-size: 220px 50px;
    background-position: 8px 4px;
    border-radius: 8px;
    color: #fff;
    padding-left: 17px;
    padding-right: 17px;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 16px;
}

a {
    text-decoration: none;
}
.bnt{
    display: block;
    width: 70%;
    max-width: 350px;
    margin: auto;
} 

/* 悬浮窗按钮新增动画关键帧 */
@keyframes pulse01 {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(6, 178, 85, 0.6); }
  70% { transform: scale(1.02); box-shadow: 0 0 0 15px rgba(6, 178, 85, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(6, 178, 85, 0); }
}

@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.fixed_img_right.bnt {
  /* 基础样式 */
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* 渐变背景 */
  background: linear-gradient(
    135deg,
    #06b155,
    #0ac967,
    #06b155
  );
  background-size: 200% 200%;
  
  /* 光影效果 */
  box-shadow: 0 4px 20px -5px rgba(6, 178, 85, 0.4);
  
  /* 持续动画 */
  animation: 
    pulse01 2s infinite,
    gradientFlow 4s ease infinite;

	  /* 新增样式 */
	  background: linear-gradient(135deg, #06b155, #0ac967, #06b155);
	  background-size: 200% 200%;
	  border-radius: 25px;
	  box-shadow: 0 4px 20px rgba(6, 177, 85, 0.3);
	  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 悬停效果 */
.fixed_img_right.bnt:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 25px -5px rgba(6, 178, 85, 0.6);
}

/* 点击效果 */
.fixed_img_right.bnt:active {
  transform: translateY(1px) scale(0.98);
  animation: none;
}

/* 图标动画 */
.fixed_img_right.bnt img {
  transition: transform 0.3s ease;
}

.fixed_img_right.bnt:hover img {
  transform:  scale(1.1);
}

/* 文字闪烁 */
@keyframes textGlow {
  50% { text-shadow: 0 0 10px rgba(255,255,255,0.8); }
}

.fixed_img_right.bnt {
  animation: 
    pulse01 2s infinite,
    gradientFlow 4s ease infinite,
    textGlow 1.5s ease-in-out infinite;
}

/* 移动端优化 */
@media (max-width: 760px) {
  .fixed_img_right.bnt {
    animation: 
      pulse01 2s infinite,
      gradientFlow 6s ease infinite;
  }
}

/* 进度条样式 */
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(to right, #06b155, #0ac967);
    width: 0%;
    z-index: 1000;
    transition: width 0.3s ease-out;
}

/* 图片淡入效果 */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* 评论高亮效果 */
.highlight {
    animation: highlightPulse 1s ease-in-out;
}

@keyframes highlightPulse {
    0% { background-color: white; }
    50% { background-color: rgba(6, 177, 85, 0.1); }
    100% { background-color: white; }
}

/* 回到顶部按钮 */
.scroll-top {
    position: fixed;
    bottom: 150px;
    right: 20px;
    background: rgba(6, 177, 85, 0.8);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
}

.scroll-top.visible {
    opacity: 1;
}
@media (min-width: 1024px) {
    .scroll-top {
        right: calc((100% - 780px) / 2 - 60px); /* 内容区域外部一点 */
        bottom: 200px; /* 稍微向上 */
    }
}
/* ---------------点赞样式-----------------------*/
 .comment-footer {
    display: flex;
    justify-content:space-between;
    gap: 20px;
    color: #7f8c8d;
    font-size: 0.9em;
    margin-top: 10px;
}
.action-and{
    color: #888;
    display: flex;
    align-items: center;
    gap: 15px;
}
.action {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.action:hover {
    color: #3498db;
}

.liked {
    color: #e74c3c;
}
.comment-meta {
    color: #888;
    display: flex;
    align-items: center;
    gap: 15px;
}

.comment-meta .time,
.comment-meta .location {
    display: flex;
    align-items: center;
    gap: 4px;
}

.comment-meta svg {
    width: 14px;
    height: 14px;

}

    /* 在已有样式后添加 */
@keyframes like-bounce {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.2); }
}

.liked svg {
fill: #e74c3c;
animation: like-bounce 0.5s;
}

.action svg {
transition: transform 0.3s ease;
}

.action:hover svg {
transform: scale(1.1);
}

