/*======================文章分类=======================*/
/*文章分类-文章项*/
.archive .post-item .box{
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.archive .post-item .box .box-text{
    padding: 10px
}

/*======================表单=======================*/

.widget-area .fluentform .ff-el-group {
    margin-bottom: 10px;
}

.widget-area .ff-custom_html h2{
    font-size: 18px;
}

.widget-area .frm-fluent-form .ff-t-container {
    display: block;
    gap: 15px;
    width: 100%;
}




/* ==================== 文章列表间距 ==================== */

.category-blog .page-wrapper{
  padding-top: 60px;
}

/*平板电脑及以下*/
@media (max-width: 849px) {
   .category-blog .page-wrapper{
     padding-top: 60px;
   }

}

/*仅限移动设备*/
@media (max-width: 549px) {
  .category-blog .page-wrapper{
    padding-top: 30px;
  }

}

