.elementor-309980 .elementor-element.elementor-element-99d51be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:05px;--padding-right:5px;}.elementor-309980 .elementor-element.elementor-element-99d51be:not(.elementor-motion-effects-element-type-background), .elementor-309980 .elementor-element.elementor-element-99d51be > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-b2198fc );}.elementor-309980 .elementor-element.elementor-element-dbfdc25{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 060px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-309980 .elementor-element.elementor-element-dbfdc25 .elementor-heading-title{font-family:"Arial", Sans-serif;font-size:52px;font-weight:500;line-height:1.2em;color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-309980 .elementor-element.elementor-element-dbfdc25 .elementor-heading-title{font-size:32px;}}@media(max-width:767px){.elementor-309980 .elementor-element.elementor-element-dbfdc25 .elementor-heading-title{font-size:25px;line-height:1.2em;}}/* Start custom CSS for post-comments, class: .elementor-element-6ad5eadc *//* 评论容器整体间距 */
.comment-list {
  margin-top: 30px;
  padding-left: 0;
}


.title-comments {
     font-size: 22px  !important;
  color: #000000;
  line-height: 1.6;
  display: none;
    
}



#comments .comment .comment-body, #comments .pingback .comment-body {

    padding-block-end: 10px;
    padding-block-start: 0px;
    padding-inline-end: 0;
    padding-inline-start: 20px;
}



/* 单条评论块状样式 */
.comment {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px 30px;
  margin-bottom: 20px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.0) ;
}

/* 子评论缩进效果 */
.comment .children {
  margin-left: 10px;
  margin-top: 15px;
  border-left: 2px dashed #ff000000;
  padding-left: 15px;
}

/* 作者名 */
.comment-author {
  font-weight: 400;
  color: #002fa7;
  margin-bottom: 8px;
  font-size: 10px;

  line-height: 1.0em;
  padding:10px 10px 8px 10px;
}

/* 评论时间 */
.comment-metadata {
  font-size: 10px;
  color: #999;
  margin-bottom: 10px;
}


#comments .comment-metadata, #comments .reply {
    font-size: 10px;
    line-height: 1;
}

/* 评论正文 */
.comment-content {
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
}



#comments .comment-metadata, #comments .reply {
    text-align: right;
    
}

/* 回复按钮 */
.comment-reply-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  color: #cc8800;
  text-decoration: none;
  background-color: #d5d5d5;
  padding:10px;
  
}
.comment-reply-link:hover {

  background-color: #bbbbbb;
}






/* 留言区域 */
#respond {
  margin-top: 80px;
  border-top: 2px solid #eee;
  padding-top: 20px;
}

/* 表单整体美化 */
#respond form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}

#respond input[type="submit"] {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
}

#respond input[type="submit"]:hover {
  background-color: #000;
}

#comments .comment .comment-body, #comments .pingback .comment-body {
     border-block-end: 1px solid #cccccc00; 
    
}


/* 全局点击显示颜色*/
.d2254 a:hover{ 
	/*text-decoration:underline;*/
  color:#ff0000 !important;
    
   

}

/* 让链接从左到右划出*/
.d2254 a {
    position: relative;
    text-decoration: none;
}
.d2254 a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px; 
    bottom: 0;
    left: 0;
    background-color: #002fa7;
    transition: width 0.3s;
}
.d2254 a:hover::before {
    width: 100%;
}/* End custom CSS */