@charset "UTF-8";
/* reset */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
pre,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-indent: 0; }

html {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  -webkit-user-select: none;
  /* 禁止ios和android用户选中文字 */
  -webkit-touch-callout: none;
  /* 禁止ios长按时触发系统的菜单，禁止ios&android长按时下载图片 */
  -webkit-text-size-adjust: 100% !important;
  /* ios禁止调整字体大小 */ }

body {
  font-size: 12px;
  line-height: 20px;
  background: #f5f5f5;
  color: #505050; }

a,
button,
input,
textarea,
select {
  background: none;
  /* 去除android a/button/input标签被点击时产生的边框 & 去除ios a标签被点击时产生的半透明灰色背景 */
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: none;
  -webkit-appearance: none;
  /* webkit去除表单元素的默认样式 */ }
select { border: none; }
em {
  font-style: normal; }

li {
  list-style: none; }

a {
  color: #323232;
  text-decoration: none;
  display: block; }

a:focus {
  outline: none; }

img {
  border: none;
  vertical-align: middle;
  width: 100%; }

table {
  border-collapse: collapse; }

textarea {
  resize: none;
  overflow: auto; }

/* 取消内边距和边框对盒子宽度的影响 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

input::-webkit-input-speech-button {
  display: none; }

/* android上去掉语音输入按钮 */
/* placeholder透明度和焦点颜色 */
textarea::-webkit-input-placeholder {
  color: #000;
  opacity: .3; }

textarea:focus::-webkit-input-placeholder {
  color: #EEEEEE; }

/* end reset */
/* 清除浮动 */
.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.clearfix {
  zoom: 1; }

/* 布局 */
.fl {
  float: left; }

.fr, .poverty-obj .poverty-content .poverty-info .ywjq-btn {
  float: right; }

.cb {
  clear: both; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.rel, .search-area li, .poverty-obj .poverty-content .poverty-pic {
  position: relative; }

.abs, .poverty-obj .poverty-content .poverty-pic span {
  position: absolute; }

.fix, footer, .nav-tab {
  position: fixed; }

.tac, footer a, .search .search-txt, .poverty-tab li, .search-record, .poverty-obj .poverty-content .poverty-info .ywjq-btn, .det-tab, .tpl .tpl-tit {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.dib {
  display: inline-block; }

.vab {
  vertical-align: bottom; }

.vam {
  vertical-align: middle; }

.vat {
  vertical-align: top; }

.hide {
  display: none; }

.block, footer a .icon {
  display: block; }

/* 强制换行 */
.to-wrap {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap; }

/* 禁止换行 */
.no-wrap {
  white-space: nowrap; }

/*溢出显示...*/
.outE, .cul-item .cul-title, .det-info .site {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* flex */
.flex-row, footer, .search, .poverty-tab, .poverty-obj .poverty-content, .base-info, .det-tab {
  display: -webkit-box!important;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex!important;
  display: flex!important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center; }

.flex-col, .poverty-obj .poverty-content .poverty-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  justify-content: space-between; }

/* 设置子条目超宽自动换行(容器属性) */
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex1, footer a, .search .search-txt, .poverty-tab li, .poverty-obj .poverty-content .poverty-info, .det-tab li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.flex3 {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3; }

/* 容器属性 主轴对齐方式 */
.jc-center {
  justify-content: center; }

.jc-start, .base-info {
  justify-content: flex-start; }

/* 容器属性 纵轴对齐方式 */
.ai-start {
  align-items: flex-start; }

.ai-stretch, .search, .poverty-obj .poverty-content {
  -webkit-align-items: stretch;
  align-items: stretch; }

/* 条目属性 纵轴对齐方式 */
.as-start {
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.as-end, .poverty-obj .poverty-content .poverty-info .ywjq-btn {
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.as-stretch {
  -webkit-align-self: stretch;
  align-self: stretch; }

/* 条目属性 前置条目 */
.order-1 {
  -webkit-order: -1;
  order: -1; }

/* 容器 */
.container {
  padding-bottom: 45px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* 边距 */
.m5 {
  margin: 5px; }

.p5, .tpl .tpl-content {
  padding: 5px; }

.pt5 {
  padding-top: 5px; }

.mt10, .poverty-tab, .tpl {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.mr10 {
  margin-right: 10px; }

.ml-auto, .base-info .num {
  margin-left: auto !important; }

/* colors */
.bgc-base {
  background-color: #000; }

.bgc-gray {
  background-color: #555; }

.bgc-light {
  background-color: #777; }

.bgc-lighted {
  background-color: #999; }

.bgc-white, footer, .search .search-txt, .poverty-tab li, .poverty-obj .poverty-head, .poverty-obj .poverty-content, .det-tab li, .tpl {
  background-color: #fff; }

.bgc-info {
  background-color: #5bc0de; }

.bgc-danger {
  background-color: #fd5b37; }

.bgc-blue {
  background-color: #5a71b5; }

.c-gray {
  color: gray; }

.c-red {
  color: red; }

.c-blue {
  color: blue; }

.c-white, .search .search-btn, .poverty-tab .on, .poverty-obj .poverty-content .poverty-pic span, .det-head {
  color: #fff; }

.search .search-txt, .poverty-obj .poverty-head, .base-info, .det-head, .det-tab li {
  font-size: 14px; }

.icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden; }

footer {
  bottom: 0;
  height: 44px;
  width: 100%;
  padding-top: 4px;
  border-top: 1px solid #e7e7e7;
  z-index: 500; }
  footer a {
    color: #5D656B; }
    footer a .icon {
      width: 22px;
      height: 22px;
      margin: 0 auto; }
    footer a .icon-all {
      padding: 1px; }
  footer .footer-on {
    color: #fd5b37; }
    #addNewPro {
      -webkit-align-self: flex-end;
      align-self: flex-end; }
      #addNewPro > .icon {
        border-top: 1px solid #e7e7e7;
        background: #fff;
        color: #fd5b37;
        width: 45px;
        height: 45px;
        padding: 5px;
        border-radius: 50%; }

@media screen and (min-width: 320px) {
  html {
    font-size: 100px; } }
@media screen and (min-width: 360px) {
  html {
    font-size: 112.5px; } }
@media screen and (min-width: 400px) {
  html {
    font-size: 125px; } }
@media screen and (min-width: 440px) {
  html {
    font-size: 137.5px; } }
@media screen and (min-width: 480px) {
  html {
    font-size: 150px; } }
.nav-tab {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff; 
  z-index: 500;}
  .nav-tab .uline-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 40px;
    text-align: center; }
    .nav-tab .uline-tabs li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      flex: 1;
      line-height: 40px;
      border-bottom: 1px solid #ddd;
      font-size: 14px; }
    .nav-tab .uline-tabs li.on {
      border-bottom-color: red; }

.cul-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-color: #fff; }
  .cul-item .cul-title {
    width: 100%;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
  .cul-item .fund {
    padding-left: 10px;
    color: gray; }
    .cul-item .fund .now-fund span,
    .cul-item .fund .tg-fund span {
      font-size: 16px; }
    .cul-item .fund .now-fund {
      color: #f63; }
    .cul-item .fund .tg-fund {
      color: #333; }

.cul-progress .pro-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .cul-progress .pro-box .progress-max {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 6px;
    margin-right: 10px;
    border-radius: 1px;
    background-color: #d5d5d5; }
    .cul-progress .pro-box .progress-val {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 50%;
      background-color: #34da8e;
      z-index: 100; }
  .cul-progress .pro-box .state {
    padding: 0 5px;
    color: #FFF; }
  .cul-progress .pro-box .state.success {
    background-color: #34da8e; }
  .cul-progress .pro-box .state.fail {
    background-color: #c2c2c2; }
  .cul-progress .pro-box .state.await {
    background-color: #ffaa30; }
.cul-progress .cul-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 5px 0; }
  .cul-progress .cul-info li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    color: #666; }
    .cul-progress .cul-info li:not(:last-child) {
      border-right: 1px solid #dfdfdf; }

  .more-box .more {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #d4d4d4;
    -webkit-box-shadow: 0 1px 1px #d4d4d4;
    box-shadow: 0 1px 1px #d4d4d4;
    position: relative;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 14px;
    color: gray;
    background-color: #fff; }
    .more-box .more:before {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      top: 12px;
      right: 12px;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 7px solid gray;
      z-index: 1; }
    .more-box .more:after {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      top: 12px;
      right: 13px;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 7px solid #fff;
      z-index: 2; }

.container {
  padding: 5px; }

.search {
  width: 100%;
  height: 34px; }
  .search .search-txt {
    height: 100%;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px; }
    .search .search-txt::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.4); }
    .search .search-txt:focus::-webkit-input-placeholder {
      color: transparent; }
  .search .search-btn {
    width: 72px;
    height: 34px;
    border: none;
    border-radius: 0 4px 4px 0;
    background-color: #33bf4e; }
    .search .search-btn .icon {
      width: 20px;
      height: 20px; }

.poverty-tab {
  border: 1px solid #ddd; }
  .poverty-tab li {
    height: 30px;
    line-height: 30px; }
    .poverty-tab li:not(:last-child) {
      border-right: 1px solid #ddd; }
  .poverty-tab .on {
    background-color: #33bf4e; }

.search-area li:before {
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  top: 12px;
  right: 8px;
  border-top: 6px solid #616161;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  z-index: 1; }
.search-area li:after {
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  top: 10px;
  right: 8px;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  z-index: 2; }

.search-record {
  line-height: 32px;
  color: gray; }

.poverty-obj .poverty-head {
  border-top: 1px solid #b8dbb8;
  border-bottom: 1px solid #b8dbb8;
  padding: 6px 5px;
  color: #749f3e; }
  .poverty-obj .poverty-head .icon {
    width: 18px;
    height: 18px; }
  .poverty-obj .poverty-head span:nth-child(2) {
    padding: 0 5px;
    border-right: 1px solid #cecece; }
  .poverty-obj .poverty-head span:last-child {
    padding-left: 5px; }
.poverty-obj .poverty-content {
  padding: 8px 5px 10px; }
  .poverty-obj .poverty-content .poverty-pic {
    width: 82px;
    height: 102px;
    margin-right: 15px;
    overflow: hidden; }
    .poverty-obj .poverty-content .poverty-pic span {
      background-color: #33bf4e;
      top: 8px;
      left: -16px;
      -webkit-transform: rotate(-45deg) scale(0.9);
      transform: rotate(-45deg) scale(0.9);
      padding: 0 12px;
      line-height: 14px; }
  .poverty-obj .poverty-content .poverty-info .icon {
    width: 16px;
    height: 16px;
    margin-right: 2px; }
  .poverty-obj .poverty-content .poverty-info .obj-site, .poverty-obj .poverty-content .poverty-info .obj-job {
    color: gray; }
  .poverty-obj .poverty-content .poverty-info .ywjq-btn {
    width: 80px;
    line-height: 24px;
    color: #fff;
    background-color: #33bf4e; }

.base-info .age {
  margin-left: 5px; }

.det-head {
  position: relative;
  padding-top: 145px;
  background: transparent url("../images/obj.jpg") center top no-repeat;
  background-size: 100%; }
  .det-erweima {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
  }
  .det-erweima .icon {
    width: .3rem;
    height: .3rem;
    color: red;
  }
  .det-head h4 {
    line-height: 28px;
    padding-left: 10px; }

.det-info {
  background-color: rgba(0, 0, 0, 0.3); }
  .det-info div {
    padding-left: 10px;
    line-height: 46px; }
    .det-info div .icon {
      width: 20px;
      height: 20px;
      margin-right: 5px; }
  .det-info .phone, .det-info .job {
    width: 50%;
    border-bottom: 1px dashed #fff; }
  .det-info .job {
    border-left: 1px dashed #fff; }
  .det-info .site {
    width: 100%;
  }

.det-tab li {
  padding: 6px 0; }
.det-tab .on {
  border-bottom: 1px solid #749f3d;
  color: #749f3d; }

.tpl .tpl-tit {
  line-height: 32px;
  background-color: #ddd; }
.tpl .tpl-content img {
  margin-top: 10px; }
.tpl .tpl-content p {
  line-height: 22px; }

.det-table {
  width: 100%;
}
.det-table td {
  padding-left: 10px;
  line-height: .26rem;
  border: 1px solid gray;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,0);
  opacity: 0;
  visibility: hidden;/*占据空间，无法点击*/
  transition: .5s;
}
.popup-content {
  position: relative;
  width: 90%;
  top: 20%;
  margin: 0 auto;
  border: 5px solid #3a3a3a;
  text-align: center;
  background-color: rgba(255,255,255,1);
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
          box-shadow: 0 3px 9px rgba(0,0,0,.5);
  transform: translateY(-100px);
  transition: .5s; 
}
.popup-content > img { height: auto; }
.popup-blk {
  background-color: rgba(0,0,0,.2);
  opacity: 1;
  visibility: visible;
  transition: .5s;
}
.popup-blk .popup-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: .5s;
}
.popup-btn {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 26px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  background-color: #666;
}
.pro-title {
  text-align: center;
  line-height: .32rem;
  font-size: 18px;}

/*# sourceMappingURL=style.css.map */
