@charset "UTF-8";
@font-face {
	font-family: myImpact;
	src: url(../font/impact.ttf);
}
.itemname{
	width: 100%;
	position: absolute;
	bottom: 4%;
	left: 0;
}
.itemname p{
	width: 92%;
	color: #fff;
	font-weight: bold;
	font-size: 0.44rem;
	line-height: 24px;
	margin: 0 auto;
}
.titlea{
	color: #3A3B3E;
	font-weight: bold;
	font-size: 0.36rem;
	padding: 12px .24rem 9px;
}
.jtitle{
	float: left;
	height: 45px;
	padding: 0 16px;
	position: relative;
}
.jtitle::after{
	content: '';
	width: 1px;height: 19px;
	display: block;
	position: absolute;
	right: 0;top: 50%;
	margin-top: -9px;
	background-color: rgba(58,59,62,.1);
}
.jtitle.noaf::after{
	display: none;
}
.jtitle_box{
	padding: 2% .24rem;
}
.jtitle img{
	width: 19px;
}
.jtitle .jtitle_text:first-child{
	color: rgba(58,59,62,.7);
	font-size: 0.28rem;
}
.jtitle .jtitle_text{
	font-size: 0.28rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jtitle .jtitle_text .end{
  color: rgba(58,59,62,.5);
}
.itemjie{
	width: 92%;
	margin: 0 auto;
	line-height: 18px;
	text-align: justify;
	padding: 5px 0 10px;
}
.map{
	padding: 16px 0;
}
.map .title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.map .address{
	max-width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #3A3B3E;
}
.map .address img{
	width: 16px;
}
.map .maps{
	border-radius: 5px;
	overflow: hidden;
	width: 100%;height: 220px;
}
#details-nav{
	width: 100%;
	box-sizing: border-box;
	padding: 16px 4% 0;
	display: flex;
	align-items: flex-end;
}
.scroll-wrap {
    padding-bottom: 3px;
    overflow-x: auto;
}
#details-nav .j-nav{
	color: rgba(58,59,62,.7);
	font-weight: bold;
	font-size: .32rem;
	margin-right: .4rem;
	position: relative;
	white-space: nowrap;
}
#details-nav .j-nav.shidi, #details-nav .j-nav.donate{
	color: #3A3B3E;
	padding-left: 8px;
}
#details-nav .j-nav.shidi::after, #details-nav .j-nav.donate::after{
	content: '';
	width: 3px;height: 0.3rem;
	border-radius: 3px;
	background: #45B649;
	position: absolute;
	left: 0;top: 50%;
	margin-top: -6.5px;
}
#details-nav .j-nav.donate::after{
	background: #FFA514;
}
#details-nav .j-nav span{position: relative;z-index: 2;}
#details-nav .j-nav:last-child {margin-right: 0;}
#details-nav .j-nav.active{
	font-size: 0.34rem;
	color: #3A3B3E;
}
#details-nav .j-nav.active::after{
	width: 100%;
	height: 5px;
	border-radius: 25px;
	background-color: #FFA514;
	content: '';
	position: absolute;
	bottom: 1px;left: 0;
	z-index: 1;
}
.controlread{
	max-height: 430px;
	overflow: hidden;
}
#xmxq{
	position: relative;
	margin-top: 20px;
    padding-bottom: .24rem;
	color: rgb(58,59,62);
}
#xmxq img {
    max-width: 100% !important;
    height: auto !important;
}
#xmxq .x-img{
	width: 100%;
	margin-bottom: 10px;
}
#xmxq .x-img img{
	width: 100%;
}
#xmxq .x-text{
	width: 100%;
	line-height: 16px;
	text-align: justify;
	font-size: 0.24rem;
	margin: 10px 0;
	display: flex;
	align-items: center;
}
#xmxq .read{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	background: #fff;
	color: #3A3B3E;
	padding: 15px 0;
}
#xmxq .read img{
	width: 100%;
}
/*下面的关注*/
.topart{
    display: block;
    color: #FF6D03;
    font-size: 0.28rem;
    text-align: center;
    line-height: 40px;
    width: 49%;
    border-radius: 3px;
    background: #F5F5F5;
    border: 1px solid #FF6D03;
    float: left;
    margin: 10px 0;
}
.topart img{
    width: 12%;
    margin-right: 5px;
}
.tojk{
    display: block;
    color: #fff;
    font-size: 0.32rem;
    text-align: center;
	font-weight: bold;
	height: 50px;
    line-height: 50px;
    width: 100%;
    background: #45B649;
}
.tojk.cancel{
	background: #E5E5E5!important;
	color: rgba(0,0,0,.5);
}
.tojk img{
    width: 22px!important;
    margin-right: 8px!important;
	margin-top: -2px;
}
.bt-jk{
    width: 100%;
    /* background: #fff;
    border-top: 1px solid #e7e7e7; */
    position: fixed;
    bottom: 0;z-index: 10;
    left: 0;
}
.wycy_form{
	height: 100%;
	text-align: left;
}
.wycy_form .ftitle{margin: 16px 0 5px;}
.wycy_form .tips{color: rgba(58,59,62,.5);margin-bottom: 30px;}
.wycy_form_box{
	height: 45px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #CBE5E4;
	position: relative;
	padding: 13px 16px;
	box-sizing: border-box;
}
.wycy_form_box.textarea{height: 100px;margin-bottom: 20px;}
.wycy_form_name{
	position: absolute;
	top: -10px;left: 16px;
	background-color: #fff;
	padding: 0 8px 0 5px;
	color: rgba(58,59,62,.5);
}
.wycy_form_input{
	border: none;
	outline: none;resize: none;
	width: 100%;height: 100%;
	font-size: 0.3rem;color: #3A3B3E;
}
.wycy_form .caozuos{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wycy_form .caozuos .btns{font-size: 0.28rem;}
.wycy_form .caozuos .btns.green{
	background: none;
	border: 1px solid #45B649;
}
/*捐款*/
.list-item{
	border-bottom: 1px dashed rgba(58,59,62,.3);
	padding: 15px 0;
	display: flex;align-items: center;
	font-size: 0.28rem;color: #3A3B3E;
	justify-content: space-between;
}
.list-item .lhead{
	display: flex;align-items: center;
	width: calc(100% / 3);
}
.list-item .lmoney,.list-item .ltime{
	width: calc(100% / 3);text-align: center;
}
.list-item .ltime{text-align: right;padding-right: 0.16rem;}
.list-item .lhead .lname{
	white-space: nowrap;width: calc(100% - 30px);
	text-overflow: ellipsis;overflow: hidden;
}
#jkdt.jk .list-item .lhead .lname{width: 100%;}
.list-item .lhead img{
	width: 30px;height: 30px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 8px;
}
.list-item .lmoney .croci{
	margin: 0 5px;
}
.lookmore{
	margin: 15px 0;
    text-align: center;
    font-size: 0.28rem;
	color: rgba(58,59,62,.5);
}
#jkdt{
	display: none;
}
#jkdt.newjkdt{display: block;}
#jkdt .tablehead{
	height: 40px;
	display: flex;
	justify-content: space-around;
	color: rgba(58,59,62,.7);
	align-items: center;
	background: #FFFDF6;
	margin: 10px 0 0;
	font-size: .32rem;
}
#jkdt.newjkdt .tablehead{font-size: 0.26rem;margin: 0;}
#jkdt.newjkdt .list-item .lmoney{font-weight: bold;margin-left: 27px;width: 80px;text-align: left;}
#jkdt.newjkdt .list-item .ltime{font-size: 0.26rem;}
#jkdt .tablehead .bor{position: relative;}
#jkdt .tablehead .bor::after,#jkdt .tablehead .bor::before{
	content: '';
	width: 1px;height: 10px;
	position: absolute;
	background: rgba(0,0,0,.1);
	top: 50%;margin-top: -4px;
}
#jkdt .tablehead .bor::after{right: -30px;}
#jkdt .tablehead .bor::before{left: -30px;}
#jkdt.jk .tablehead .thr{text-align: center;}
#jkdt.jk .tablehead .bor::after{right: 0;}
#jkdt.jk .tablehead .bor::before{left: 0px;}
#jkdt.jk .list-item .lhead{width: 40%;}
#jkdt.jk .list-item .lmoney{width: 30%;margin-left: 0;text-align: center;}
#jkdt.jk .list-item .ltime{width: 26%;text-align: right;}
#xmjz{
	display: none;
	margin-top: 20px;
}
#xmjz .xmjz_box{
	margin-top: 5px;
	width: 100%;
}
#xmjz .xmjz-item{
	border-left: 2px solid #e0e0e0;
	 padding-bottom: 15px;
	 position: relative;
}
#xmjz .xmjz-item .quan{
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 6px;
	border: 2px solid #b2b2b2;
	position: absolute;
	left: -2%;
	top: 0;
}
#xmjz .text_k{
	width: 93%;
	margin-left: 3%;
	background: #f3f2f0;
	border-radius: 4px;
	padding: 2%;
	text-align: justify;
	line-height: 18px;
	position: relative;
}
#xmjz .text_k .triangle{
	border-left: 8px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #f3f2f0;
	position: absolute;
	top: 8px;
	left: -16px;	
}
#xmjz .xmjz_time{
	color: #b2b2b2;
	margin-left: 3%;
	margin-bottom: 1%;
}
.fbyl{
	width: 95%;
	margin: 0 auto;
	display: block;
}
.fbyl img{
	vertical-align: middle;
}
#discuss{
	margin: 15px auto;
}
#discuss .discuss_item{
	width: 18%;
	float: left;
	overflow: hidden;
	margin: 0 1%;
	position: relative;
}
#discuss .discuss_img{
	width: 100%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
#discuss .discuss_img img{
	width: 100%;
}
#discuss .discuss_text{
	display: none;
}
#discuss_show{
	height: 50px;
	background: #f3f2f0;
	padding: 2%;
	width: 90%;
	margin: 0 auto;
	border-radius: 3px;
	margin-bottom: 15px;
	position: relative;
}
#discuss_show .sj{
	border-bottom: 8px solid #f3f2f0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid transparent;
	position: absolute;
	top: -16px;
	left: 7%;
}
#discuss_show .name_show{
	font-size: 0.28rem;
	line-height: 24px;
}
#discuss_show .content_show{
	color: #b7b7b7;
	font-size: 0.24rem;
	line-height: 22px;
	height: 22px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap; 
}
.green{
	color: #45B649;
	margin: 0;
}
.croci{
	color: #FFA514;
	margin: 0;
}
.huitiao{
	height: 20px;
}


/* 浮窗 */
#fwindow{
	padding: 16px 0;
	width: 100%;height: 110px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,.1);
	font-family: Source Han Sans CN;
	font-size: 0.28rem;
	z-index: 2000;top: 0;
}
#fwindow.active {position: fixed;}
#fwindow .ftitle{
	color: #3A3B3E;
	font-weight: bold;
	font-size: 0.36rem;
	text-align: left;
	margin-bottom: 8px;
}
#fwindow .finfos{
	display: flex;width: 100%;
	align-items: center;
	justify-content: space-between;
}
#fwindow .ftext{
	display: flex;
	align-items: center;
	color: rgba(58,59,62,.7);
	line-height: 21px;
	margin-bottom: 1px;
}
#fwindow .ftext .hei{color: #3A3B3E;}
#fwindow .ftype{
	border-radius: 3px;
	border: 1px solid #45B649;
	width: 18px;height: 14px;
	color: #45B649;
	font-size: 0.24rem;
	line-height: 14px;
	text-align: center;
}
#fwindow .ftpm{color: #45B649;padding: 0 3px;}
#fwindow .fbtns{
	font-weight: bold;
	color: #3A3B3E;text-align: center;
	border-radius: 1000px;
	background: #E9EAEB;
	width: 76px;height: 36px;
	line-height: 36px;cursor: pointer;
}
#fwindow .fbtns#sign_in{background-color: #458DB6;color: #fff;}
#fwindow .fbtns#cancel_enroll{background-color: #45B649;color: #fff;}
.total{
	padding: 16px 0;
	color: #3A3B3E;
	font-size: 0.3rem;
	line-height: normal;
}
.total .hei{font-weight: 600;}

.mine{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
}
.mine .left{
  max-width: 80%;
  font-size: .26rem;
}
.mine .left .new_btn{
  display: flex;
  align-items: center;
  padding: .12rem .28rem .12rem .16rem;
  background: rgba(69,182,73,.1);
  border-radius: 3px;
  color: #45B649;
}
.mine .left .moblie{
  color: rgba(58,59,62,.5);
  margin-top: .08rem;
  font-family: Source Han Sans CN;
  font-weight: 500;

}
.mine .title{
	color: #3A3B3E;font-weight: bold;
	font-size: 0.36rem;max-width: 100%;
	overflow: hidden;text-overflow: ellipsis;
	white-space: nowrap;
}
.mine img{
	border-radius: 100%;
	width: 47px;height: 47px;
	object-fit: cover;
}
.mine .left img{
  width: 12px;
  height: 12px;
  margin-right: .08rem;
}
.mine_box{
	border-radius: 8px;box-sizing: border-box;
	background: #FFFFFF;height: 82px;
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,.1);
	display: flex;align-items: center;
	margin-bottom: 16px;
}
.mine_box .jtitle{flex: 1;padding: 0;text-align: center;}
.mine_box .jtitle::after{height: 22px;}
.mine_box .tes{
	font-family: myImpact;
	color: #3A3B3E;
	font-size: 0.36rem;
}
.anchorBL{
    display:none;
}
.newtable thead{
	height: 40px;
	background: rgba(237,241,241,1);
	color: rgba(58,59,62,.7);
	font-weight: bold;
	font-size: 0.26rem;
}
.newtable thead th{position: relative;height: .8rem;}
.newtable thead .btt::after{
	content: '';
	width: 1px;height: 10px;
	background-color: rgba(0,0,0,.1);
	position: absolute;
	right: 0;top: calc(50% - 5px);
}
.newtable thead .btt.nob::after{display: none;}
.newtable tbody tr{
	height: 64px;
	position: relative;
}
.newtable tbody tr td{
	border-left: 1px dashed rgba(58,59,62,.1);
	border-right: 1px dashed rgba(58,59,62,.1);
}
.newtable tbody tr td:first-child{
	border-left: none;
}
.newtable tbody tr td:last-child{
	border-right: none;
}
.newtable tbody tr:nth-child(2n){
	background: rgba(237,241,241,.7)
}
/*.newtable tbody tr::after{*/
/*	content: '';*/
/*	position: absolute;*/
/*	bottom: 0;left: 0;*/
/*	right: 0;margin: 0 auto;*/
/*	display: block;*/
/*	width: 95%;*/
/*	height: 1px;*/
/*	background-color: rgba(58,59,62,.1);*/
/*}*/
.newtable .text{
	text-align: left;
	font-size: 0.24rem;
	line-height: normal;
	color: rgba(69,141,182,1);
}
.newtable .text.name{
	text-align: left;
	padding-left: 10px;
	color: rgba(58,59,62,1);
	font-weight: bold;
	font-size: 0.28rem;
}
.newtable .text.zhu{
	font-size: 0.28rem;
}
.newtable .bsu img{
	display: block;
	width: 18px;height: 18px;
	margin: 0 auto;
}
.newtable .bsu .btns{
	border-radius: 5px;
	background: rgba(69,141,182,1);
	width: 54px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	margin: 0 auto;
	font-size: 0.28rem;
}
.fankui{
	margin-top: 9px;
	position: relative;
}
.fankui::before{
	content: '';
	position: absolute;
	top: 0;
	left: .24rem;display: block;
	width: 1px;
	height: 100%;
	border-radius: 3px;
	background: rgba(236,236,236,.7);
}
.fankui .t-item:first-child{padding-top: 9px;}
.fankui .t-item{
	padding-left: 20px;
	margin-bottom: 24px;
}
.fankui .t-item .times{
	font-size: 0.26rem;
	line-height: normal;
	color: rgba(58,59,62,.7);
	position: relative;
}
.fankui .t-item .times::before{
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	left: -22.5px;display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: rgba(69,182,73,1);
}
.fankui .t-item .content{margin-top: 5px;}
.fankui .t-item .title{
	font-weight: bold;
	font-size: 0.28rem;
	line-height: normal;
	color: rgba(58,59,62,1);
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.fankui .t-item .imgs{margin-top: 10px;}
.fankui .t-item .imgbox{
	width: 100%;
	margin: 0 auto .2rem;
}
.fankui .t-item .imgbox:last-child{margin-bottom: 0;}
.fankui .t-item .imgbox img{
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.bmwin {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: rgba(45,45,45,1);
	box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.1);
	z-index: 10;
	color: #fff;
}
.bmwin .diyibu{
	display: flex;
	align-items: center;
	width: 100%;height: 60px;
	padding: 0 16px;
	box-sizing: border-box;
	justify-content: space-between;
}
.bmwin .diyibu .text{
	color: rgba(255,255,255,.7);
	font-weight: bold;
	font-size: 0.28rem;
	line-height: normal;
}
.bmwin .diyibu .btn{
	border-radius: 5px;
	background: rgba(69,182,73,1);
	box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.1);
	color: rgba(255,255,255,1);
	padding: 8px 14px;
	font-size: 0.32rem;
	line-height: normal;
}
.bmwin .dierbu{
	padding: 16px;
	font-size: 0.26rem;
	line-height: normal;
}
.bmwin .dierbu .qx, .bmwin .dierbu .infos {
	display: flex;
	align-items: center;
}
.bmwin .dierbu .infos{
	justify-content: space-between;
	padding-bottom: 16px;
	border-bottom: 1px dashed rgba(255,255,255,.1);
}
.bmwin .dierbu .quanx{width: 60%;}
.bmwin .dierbu .qx input{
	height: 18px;
	width: 18px;
	border-radius: 3px;
	margin-right: 5px;
}
.bmwin .dierbu .qx span{
	font-weight: bold;
	font-size: 0.3rem;
}
.bmwin .dierbu .texts{
	margin-top: 9px;
}
.bmwin .dierbu .zhushu select{
	width: 54px;height: 28px;
	border-radius: 3px;
	outline: none;
	margin-right: 5px;
}
.bmwin .dierbu .btn{
	width: 100%;height: 40px;
	border-radius: 5px;
	background: rgba(69,182,73,1);
	box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.1);
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.32rem;
}
.item_box .checkbox{
	border: 1px solid rgba(174,178,190,1);
	width: 16px;height: 16px;
	margin-top: -2px;
	display: none;
	margin-right: 5px;
}



/* 添加手机号 */
.mobile-main{
  margin-top: 0.48rem;
}
.mobile-main h2{
  font-size: 0.44rem;
  color: #3A3B3E;
  margin-bottom: 0.16rem;
}
.mobile-main .des{
  color: rgba(58,59,62,.5);
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.26rem;
  margin-bottom: 0.48rem;
}
.mobile-main .inp_box{
  display: flex;
  align-items: center;
  border-radius: 0.1rem;
  border: 1px solid rgba(58,59,62,.4);
  margin-bottom: .2rem;
  padding: 0.28rem;
  font-size: 0.3rem;
}
.mobile-main .inp_box.error{
  border-color: #CE3026;
}
.mobile-main .inp_box .error{
  color: #CE3026;
  display: none;
}
.mobile-main .inp_box.error .error{
  display: block;
}
.mobile-main .inp_box input{
  flex: 1;
  font-size: 0.3rem;
  color: #3A3B3E;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0); 
}
.mobile-main .inp_box .code{
  color: #45B649;
}
.mobile-main .inp_box .code.on span{
  color: rgba(58,59,62,.5);
  margin-left: 0.08rem;
}
.mobile-main .inp_box em{
  font-style: normal;
  font-size: 0.24rem;
}
.mobile-main .inp_box img{
  width: 0.3rem;
  margin-right: 0.2rem;
}
.mobile-main .submit{
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 0.34rem;
  font-weight: 500;
  border-radius: .1rem;
  background: #45B649;
  margin-top: .28rem;
  opacity: .4;
}
.mobile-main .submit.on{
  opacity: 1;
}
.addMoblie .tips, .addMoblie .head{
  margin-bottom: 0.32rem;
}
.addMoblie .inp_box{
  display: flex;
  align-items: center;
  border-radius: .1rem;
  padding: 0.28rem 0.32rem;
  border: 1px solid rgba(58,59,62,.4);
  margin-bottom: 0.48rem;
}
.addMoblie .inp_box input{
  flex: 1;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  font-size: .3rem;
  -webkit-tap-highlight-color:rgba(0,0,0,0); 
}
.addMoblie .inp_box.error{
  border-color: #CE3026;
}
.addMoblie .inp_box .error{
  color: #CE3026;
  display: none;
}
.addMoblie .inp_box.error .error{
  display: block;
}


.fankui .t-item .title{font-size: .32rem;}
.fankui .intro, .fankui .intro p, .fankui .intro span{
	font-size: .32rem!important;
	line-height: 2!important;
	color: rgb(58,59,62)!important;
	font-family: arial, helvetica, sans-serif!important;
	text-align: justify;
	word-wrap: break-word;
	word-break: break-all;
}