﻿html,body{
    font-size: 16px;
  margin: 0;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
/**{*/
    /*box-sizing:border-box;*/
/*}*/
input,button,select,textarea {
  border: none;
  outline: none;
  -webkit-appearance: none;
}
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar {
    display: none;
}
/*::-webkit-search-cancel-button { display: none; }*/
/*13号字体*/
.page__small{font-size: 13px!important; color: #888888;}
.width40{margin-right:10px;width:40px!important;height:40px!important;border-radius:100%;}
.weui-img,.weui-img-radiu{width:100%;max-height:100%;}
.weui-img-radiu{border-radius:100%;}
.size15{font-size:15px;}
.size14{font-size:14px;}
.size18{font-size:18px;}
.size30{font-size:30px;}
.size12{font-size:12px;}
.weui-textarea{font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;}
/*边线按钮*/
        .borline{border:1px solid #fff;color:#fff;border-radius:5px;margin-left:5px;background: #ff4854;}
/*居中*/
.weui-name{margin-right:10px!important;}
.page__title24{font-size:24px;line-height:29px;font-weight: 400;}
.aenter{text-align:center;width:100%;display:inline-block;}
.color22{color: #222222;}
.borderbottom { border-bottom:1px solid #efefef;}
.ico_img{width: 20px!important; display: block;}
.add_img{position: absolute; top: 1px;left: 1px;z-index: 99;bottom:1px;right:1px;}
.delet{position:absolute;top:-14px;right:-6px;width:20px;height:20px;border-radius:50%;background:#6f6d6d;color:#fff;opacity:0.5;text-align:center;line-height:20px;}
.big_uploader{ width: 90%; height: 178px; margin: 20px auto 20px!important;margin-bottom:25px!important;float:none;left:0!important;}
.big-up-text{position: absolute; top: 131px; color: #757575;}
.big_uploader .add_img img{width: 368px; height: 174px;}
.right{float:right;}
.left15{float:left;margin-left:15px;}
/*圆点*/
.dot{width:5px;height:5px;border-radius:100%;background:#999;display:inline-block;vertical-align: middle;
    margin-right:5px;margin-top: -3px;}

.weui-relative{position:relative;padding:10px 0 3px;}
.none{display:none;}
.weui-relative span.mui-icon-clear{top:12px;}
/*强制换行*/
.newline{
      display: table-cell;
    line-height: 14px;
    word-break: break-all;
    height: 20px;
    vertical-align: middle;
}
/*颜色*/
.bgfff{background:#fff;overflow:hidden;}
.color55{ color: #888585;font-style: normal;}
/*.weui-warn{color:#E64340!important;}*/
.blue{background: #378CE2;}
.weui-toptips_flow{background:#FBC700!important}
.mtop10{margin-top:10px!important;overflow:hidden;}
.mtop0{margin-top:0;}
.mbom{margin-bottom:5px!important;}
.mbom0{margin-bottom:0!important;}
.col000{color:#222!important;}
.mbottom20{margin-bottom:20px;}
.page__hd25{padding:32px;}
.padd25{padding:20px 10px;}
.padd13{padding:13px 10px;}
.padd135{padding:13px 5px;}
.width35{width:35%;float:left;}
#opp .van-dropdown-item{height:1500px;}
/*圆角*/
.surname{    width: 75px;
    height: 75px;
    -moz-box-shadow: 1px 1px 18px #FE5850;
    -webkit-box-shadow: 1px 1px 18px #FE5850;
    box-shadow: 1px 1px 18px #FE5850;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    line-height: 75px;}
.weui-surname-warn{color: #FE5850;font-size: 35px; margin-left: 5px;}
/*.weui-icon-success{color:#FE5850;font-size:19px;}*/
.weui-text-warn{color:#FE5850;}
.blue_link{font-size: 12px;color: #190000;}
.alignleft{text-align:left;}
.box_radio{ margin: 18px;background-image: linear-gradient(-135deg,#FE5850  0%,  #FF9188 100%);padding:20px;
border-radius: 6px;}
/*渐变*/
.anamorphosis{background-image: linear-gradient(-135deg,#ef574a 0%, #FE5850 100%);padding:18px 18px 18px 15px;}
.img30{width:25px!important;height:29px!important;}
.word_fff,.word_fff p{color:#fff;line-height:19px;}
.wordfff{color:#fff;}
.wordfff> p{color:#FFDBD9}
.arrowfff{margin-left:25px;}
.textindent{text-indent:2em;}
.arrowfff:after{border-color:#fff!important;}
.gray{ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
.Show{
    display:block;
}
.Hide{
    display: none;
}
.lf{
    float: left;
}
.rf{
    float: right;
}
.BeyondEllipsis1{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.BeyondEllipsis2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.BeyondEllipsis3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.Color0088ff{
    color: #0088ff;
}
/*点击样式*/
.a-active:active {
    background-color: #ECECEC !important;
}
input:focus{
  outline: none;
}
/*搜索框*/
#searchInp{
    display: inline-block;
    height: 100%;
    width: 87%;
    padding-left: 5px;
    background-color: #f0f0f0;
    border: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 0.6875rem;
    color: #999;
    vertical-align: middle;
    margin-bottom: 3px;
}
.searchBar-screen{
    /*position: absolute;*/
    float: left;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.90);
    margin-left: 12px;
    /*right: 15px;*/
    text-align: center;
    font-size: 10px;
    overflow: hidden;
    /*margin-top:  8px;*/
}
/*加载更多按钮*/
.LoadMore{
    position: relative;
    height: 30px;
    margin: 10px auto 55px;
    text-align: center;
    font-size: 12px;
    color: #333;
    background-color: #eff0f5;
    line-height: 30px;
}
.Loading{
    display: none;
}
.loader-inner{
    display: inline-block;
    vertical-align: middle;
}
.noData{
    display: none;
}
/*政策列表*/
.PolicyMain{
  background-color: #fff;
}

.PolicyList{
  padding:9px 12px;
  border-bottom: 1px solid #E7E7E7;
}

.PolicyTitle{
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 7px;
}

.PolicyListB{
     overflow: hidden;
}
.PolicyListB-l{
  float: left;
  font-size: 12px;
  color: #999999;
}

.PolicyListB-l .Label{
  display: inline-block;
  box-sizing: border-box;
  padding-top: 1px;
  width: 26px;
  height: 14px;
  border: 1px solid #DF2B36;
  line-height: 14px;
  border-radius: 4px;
  text-align: center;;
  font-size: 10px;
  color: #DF2B36;
  vertical-align: middle;
}

.PolicyListB-l img{
  width: 17px;
  height: 17px;
  vertical-align: middle;
}

.PolicyListB-r{
  float: right;
  text-align: right;
  max-width: 45%;
  font-size: 12px;
  color: #08f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.PolicyListT{
  font-size: 12px;
  color: #08f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}

/*底部tab栏*/
.weui-tabbar{
  position: fixed;
  z-index: 2000;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

.weui-tabbar .TabAtv{
  color: #DF2B36 !important;
}
.weui-tabbar .TabNoAtv{
  color: #333333 !important;
}

/*无数据提示*/
.NoData{
  margin: 20px auto;
  text-align: center;
}
.NoData .weui-icon-warn{
  color:#C9C9C9;
}
.NoData p{
  font-size:15px;
  color:#666;
  text-align: center;
  margin-top: 10px;
}

/*分享*/
.shareMain{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 666666;
}
.shareMain-bak{
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.shareMain-btn{
  height: 54px;
  width: 70%;
  border: 2px solid #fff;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
}
.shareMain-img{
  width: 110px;
  height: 208px;
  background-image: url("/static/image/sztb.png");
  background-size: 100% 100%;
  position: absolute;
  top: 5%;
  right: 5%;
}

/*提示性弹窗*/
.toolTipBox{
  position: fixed;
  top: 25%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
  z-index: 666;
  padding:3px 8px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  opacity: 0.8;
  max-width: 90%;
}


/*政策详情*/
.PolicyDetailsMain{
  word-wrap:break-word;
}
.PolicyDetailsMain p{
  word-wrap:break-word;
}
.PolicyDetailsMain img{
  max-width: 100%;
}

/*项目列表*/

.ProjectList{
  /*height: 60px;*/
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  position: relative;
  background-color: #fff;
}
.ProjectListL{
  width: 76px;
  min-height: 60px;
  text-align: center;
}

.ProjectListLLabel{
  display: inline-block;
  height: 15px;
  line-height: 15px;
  font-size:62.5%;
  color: #FFFFFF;
  padding: 0 5px;
  background: #DF2B36;
  margin-bottom: 7px;
}

.ProjectListLC{
  text-align: center;
  font-size: 13px;
  color: #DF2B36;
  line-height: 13px;
  margin-bottom: 3px;
}

.ProjectListLB{
  text-align: center;
  font-size: 62.5%;
  color: #999;
}

.ProjectListR{
  flex: 1;
  min-height: 62px;
  padding: 0 12px;
  border-left: 1px solid #DDDDDD;
  overflow: hidden;
}

.ProjectListRT{
  font-size: 12px;
  color: #DF2B36;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}

.ProjectListRC{
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}

.ProjectListRB{
  font-size: 12px;
  color: #999999;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.ProjectListRB span{
    color: #C29845;
    background: #FFF4E3;
    padding: 1px 8px;
    margin-left: 10px;
}
.clear {
    clear: both;
}

.InfoListR .van-field__word-limit{font-size: 14px !important;color:#999 ;margin-top:25px;}