  
  /*
Theme Name: w001
Description: w001
Author: 禾格科技
Version: 1.0
*/
  
/* 分页样式 */

.nav-links{
  display:flex;
  justify-content: center;
}
.nav-links .pre,.nav-links .next{
  width:auto!important;
  padding:5px 10px;
  gap: 5px;
}

   .page-numbers{
    padding:5px 15px;
    border:1px solid rgba(0,0,0,0.2);
    color:#555;
}
.page-numbers:hover,.current{
    background-color: #06A3DA;
    color:#fff!important;
   
}

/* 表单插件的样式自定义 */
.frm-fluent-form{
padding:10px 20px;
}
.ff-btn{
background-color: #06A3DA!important;

}

/* logo样式 */
.custom-logo-link{
  width: 220px;
  display: inline-block;
  vertical-align: middle;
}
.custom-logo-link img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* 隐私，团队页面等样式 */
.page-box{
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px;
}