* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.online_donation_btn{
display:none;
}
.qrcode-item{
display:none !important;
}
.project_detail_bottom{
display:none !important;
}
.project_detail_manage{
display:none !important;
}
.project_detail_prograssbox{
display:none !important;
}
.project-list .news-item .content p:nth-of-type(3){
display:none !important;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
border: 1px solid #ccc !important;
    padding: 5px 20px !important;
    margin: 0px 0px 0px 5px !important;
    height: 40px !important;
    height: auto !important;
    line-height: 30px !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

.search-btn-view-btn input{
background: #00954D;
    border: 1px solid #00954D;
    color: #fff;
    font-size: 16px;
    width: 100%;
    position: absolute;
    height: 100%;
}
.search-btn-view-btn{
position: relative;
}
.pb_sys_common{
    MARGIN: 10px AUTO;
}
.pb_sys_style1 .p_no_d{
    background: #2BB074 !IMPORTANT;
    border: 1px solid #2BB074 !IMPORTANT;
    color: #fff !IMPORTANT;
}
body {
 font-family: PingFang SC, "Microsoft YaHei", "Arial", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif !important;
  margin: 0;
  padding: 0;
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 100%;
  position: fixed;
}



img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.contain img {
  object-fit: contain;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.group {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
}

.group.load {
  opacity: 1;
}

.pointer {
  cursor: pointer;
}

.page-none {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  width: 100%;
  color: rgba(30, 107, 194, 1);
}

a {
  text-decoration: none;
  color: inherit;
}

.banner-sm {
  width: 100%;
  height: 420px;
}

.transition {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.page-h3 {
  font-size: 22px;
  line-height: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.page-p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-indent: 28px;
  margin-bottom: 20px;
}

.list-page {
  display: none;
  opacity: 0;
  width: 100%;
}

.list-page.active {
  display: flex;
  animation: show 0.5s forwards;
  animation-delay: 0s;
  flex-direction: column;
}

.group-footer-bottom {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nowrap-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.nowrap-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nowrap-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.nodata {
  /* width: 200px; */
  margin: 20px auto;
  text-align: center;
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.clearfix {
  zoom: 1;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

ol,
ul {
  list-style: none;
}

.hide {
  display: none;
}

.cursor {
  cursor: pointer;
}

.c:after {
  clear: both;
}

.clear {
  clear: both;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 清除浮动 */
.clearfix:after {
  display: block;
  content: ".";
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}

@media (max-width: 1280px) {
  .inner {
    width: 90%;
  }
}