body {
    padding-top: 0 !important;
}

#index {
    width: 100vw;
    height: auto;
    background-color: #e8d8d8;
}

/*块之间的间隔*/
section:nth-child(n+2) {
    margin-bottom: 5px;
    background-color: #FFFFFF;
}

/*轮播图*/
.top_news {
    width: 100vw;
    height: 50vw;
}

.top_news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-swipe {
    width: 100%;
    height: 100%;
}

.top-swipe .van-swipe__indicators {
    left: 90%;
}

/*轮播图-结束*/
/*登录用户头像等信息*/
.information-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
}

.information-box_touxiang {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.box_touxiang_image {
    position: relative;
    width: 40px;
    height: 40px;
}

.box_touxiang_image img {
    width: 100%;
    height: 100%;
    border: 1px solid #fc5a59;
    border-radius: 50%;
    overflow: hidden;
}

.box_touxiang_image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../../image/wap/new/kuang.png") no-repeat bottom;
    background-size: 40px;
    z-index: 999;
}

.box_touxiang_name {
    padding-left: 15px;
    font-size: 15px;
}
.information-box_right{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.information-box_service {
    text-align: center;
    width: 100px;
    height: 24px;
    line-height: 24px;
    border-radius: 20px;
    margin-right: 30px;
    background: linear-gradient(120deg, #fedc46, #f9739a);
    font-size: 13px;
    color: #ffffff;
    position: relative;
}
.information-box_service::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 100%;
    top: -2px;
    left: 100%;
    background: url("../../wap/img/head.png") no-repeat bottom;
    background-size: 24px;

}
.information-box_ziliao {
    font-size: 13px;
    color: #fc5a59;
}

/*登录用户头像等信息-结束*/

/*中导航*/
.second-box {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 5px;
    box-shadow: 0 5px 5px #e8d8d8;
    background-color: #FFFFFF;
}

.second-tubiao {
    display: flex;
    margin: 15px auto;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
}

.second-tubiao_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(20% - 0px);
    height: auto;
    align-items: center;
    align-content: center;
    margin: 8px 0;
}

.second-tubiao_img img {
    padding: 0 10px;
    width: 68px;
    height: 35px;
    object-fit: contain;
}

.second-tubiao_img span {
    display: block;
    padding-top: 3px;
    font-size: 13px;
    text-align: center;
}

/*中导航-结束*/

/*未登录的三块按钮*/
.third-box {
    display: flex;
    flex-direction: column;
}

.third-tubiao {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    height: auto;
    margin: 10px 0;
}

.third-tubiao_box1 {
    width: calc(50% - 0px);
    display: flex;
    height: 90px;
    background: url("../../image/wap/new/need1.png") no-repeat center;
    background-size: 100% 104%;
    margin: 0 2px 0 10px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.third-tubiao_box1 span {
    color: #FFFFFF;
    font-size: 20px;
    padding-left: 20px;
    letter-spacing: 0.1em;
}

.third-tubiao_box2 {
    width: calc(50% - 0px);
    display: flex;
    height: 90px;
    margin: 0 10px 0 2px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
}

.third-tubiao_box22 {
    width: 100%;
    display: flex;
    height: calc(50% - 0px);
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url("../../image/wap/new/need2.png") no-repeat center;
    background-size: 100% 100%;
    flex-wrap: nowrap;
    margin-bottom: 1px;
}

.third-tubiao_box22 span {
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 8px;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
}

.third-tubiao_box23 {
    width: 100%;
    display: flex;
    height: calc(50% - 0px);
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url("../../image/wap/new/need3.png") no-repeat center;
    background-size: 100% 100%;
    flex-wrap: nowrap;
    margin-top: 1px;
}

.third-tubiao_box23 span {
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 8px;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
}

/*未登录的三块按钮-结束*/

/*调查问卷*/
.question-box {
    display: flex;
}
.question-box img {
    width: 100%;
    height: 100%;
}
/*调查问卷结束*/
/*外链*/
.fourth-tubiao {
    display: flex;
    width: 100vw;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    height: auto;
    padding: 8px 0;
}

.fourth-tubiao_img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.fourth-tubiao_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*外链-结束*/
/*模块标题*/
.module-title {
    width: 100vw;
    height: 34px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
}

.module-title-text {
    position: relative;
    color: #FFFFFF;
    background-color: #f5392f;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 0 24px;
    height: 100%;
    z-index: 99;
}

.module-title-text::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../../image/wap/new/model-title-bg.png") no-repeat right;
    background-size: auto 100%;
    right: -25px;
    top: 0;
    z-index: -1;
}

.module-title-more {
    color: #f5392f;
    font-size: 13px;
    line-height: 2.5em;
    display: flex;
    align-items: flex-end
}

/*模块标题-结束*/

/*文明实践*/
.news_list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 10px;
}

.news_list_image {
    flex: none;
    width: 33vw;
    height: 22vw;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.news_list_image img {
    width: 100%;
    height: 100%;
    max-height: 120px;
    max-width: 180px;
    border-radius: 8px;
    object-fit: cover;
}

.news_list_title {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.news_list_title div:first-child {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list_xinxi {
    display: flex;
    font-size: 12px;
    /*padding-right: 10px;*/
    color: #a4a4a4;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 20px;
    align-items: center;
}

.news_list_xinxi span {
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*文明实践-结束*/

/*志愿活动*/
.act_list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 10px;
}

.act_list_img0, .act_list_img1, .act_list_img2, .act_list_img3, .act_list_img4{
    flex: none;
    width: 33vw;
    height: 22vw;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.act_list_img0 img {
    width: 100%;
    height: 100%;
    max-height: 120px;
    max-width: 180px;
    border-radius: 8px;
    object-fit: cover;
}
.act_list_img1 img {
    width: 100%;
    height: 100%;
    max-height: 120px;
    max-width: 180px;
    border-radius: 8px;
    object-fit: cover;
}
.act_list_img2 img {
    width: 100%;
    height: 100%;
    max-height: 120px;
    max-width: 180px;
    border-radius: 8px;
    object-fit: cover;
}
.act_list_img3 img {
    width: 100%;
    height: 100%;
    max-height: 120px;
    max-width: 180px;
    border-radius: 8px;
    object-fit: cover;
}
.act_list_img4 img {
    width: 100%;
    height: 100%;
    max-height: 120px;
    max-width: 180px;
    border-radius: 8px;
    object-fit: cover;
}

.act_list_img0::after {
    content: "招募中";
    position: absolute;
    padding: 4px 8px;
    background-color: #41d8d0;
    border-bottom-right-radius: 8px;
    top: 0;
    left: 0;
    color: #f0f0f0;
    font-size: 12px;
    z-index: 3;
    text-align: center;
    opacity: 0.95;
}
.act_list_img1::after {
    content: "活动中";
    position: absolute;
    padding: 4px 8px;
    background-color: #41d862;
    border-bottom-right-radius: 8px;
    top: 0;
    left: 0;
    color: #f0f0f0;
    font-size: 12px;
    z-index: 3;
    text-align: center;
    opacity: 0.95;
}
.act_list_img2::after {
    content: "已完成";
    position: absolute;
    padding: 4px 8px;
    background-color: #de5858;
    border-bottom-right-radius: 8px;
    top: 0;
    left: 0;
    color: #f0f0f0;
    font-size: 12px;
    z-index: 3;
    text-align: center;
    opacity: 0.95;
}
.act_list_img3::after {
    content: "招募结束";
    position: absolute;
    padding: 4px 8px;
    background-color: #ad89e5;
    border-bottom-right-radius: 8px;
    top: 0;
    left: 0;
    color: #f0f0f0;
    font-size: 12px;
    z-index: 3;
    text-align: center;
    opacity: 0.95;
}
.act_list_img4::after {
    content: "活动结束";
    position: absolute;
    padding: 4px 8px;
    background-color: #f6b98a;
    border-bottom-right-radius: 8px;
    top: 0;
    left: 0;
    color: #f0f0f0;
    font-size: 12px;
    z-index: 3;
    text-align: center;
    opacity: 0.95;
}

.act_status::after {
    content: "已完成";
    background-color: #ff675f;
}

.act_list_title {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.act_list_title div:first-child {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.act_list_other {

}

.act_list_address {
    font-size: 12px;
    color: #d9391b;
}

.act_list_xinxi {
    display: flex;
    font-size: 12px;
    /*padding-right: 10px;*/
    color: #a4a4a4;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 20px;
    align-items: center;
}

.act_list_xinxi span {
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*志愿活动-结束*/
/*志愿服务*/
.svc_box {
    width: 100vw;
    overflow-x: auto;
    display: flex;
}

.svc_item {
    flex: none;
    width: 220px;
    margin: 8px 5px 12px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px #999c9e;
}

.svc_item_image {
    width: 220px;
    height: 165px;
}

.svc_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.svc_item_text {
    padding: 0 8px;
    height: 48px;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 8px;
}

.svc_item_text::before {
    content: "服务";
    font-size: 12px;
    line-height: 22px;
    background-color: #f55519;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 10px;
    color: #FFFFFF;
}

.svc_item_team {
    width: 100%;
    color: #d9391b;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    margin-top: 8px;
    padding: 0 8px;
}

.svc_item_rate {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-top: 8px;
    padding: 0 8px 10px;
    color: #a4a4a4;
}

.svc_item_rate .van-rate__item:not(:last-child) {
    padding-right: 1px !important;
}

/*志愿服务-结束*/
/*登录用户的功能入口 群众*/

.becomevol {
    width: 100%;
    height: 184px;
    padding: 10px 10px 5px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
}

.becomevol-box {
    width: 100%;
    display: flex;
    height: calc(33% - 0px);
    flex-direction: row;
    align-content: center;
    align-items: center;
    position: relative;
    background: url("../../wap/img/be1.png") no-repeat center;
    background-size: 100% 100%;
    flex-wrap: nowrap;
    margin-bottom: 1px;
}

.becomevol-box::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 10px;
    width: 34px;
    height: 34px;
    background: url("../../wap/img/be2.png") no-repeat left;
    background-size: 100% 100%;
}

.becomevol-box span {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    margin-left: 80px;
}

.becomevol-box1 {
    width: 100%;
    display: flex;
    height: calc(33% - 0px);
    flex-direction: row;
    align-content: center;
    align-items: center;
    position: relative;
    background: url("../../wap/img/be3.png") no-repeat center;
    background-size: 100% 100%;
    flex-wrap: nowrap;
    margin-bottom: 1px;
}

.becomevol-box1::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 10px;
    width: 34px;
    height: 34px;
    background: url("../../wap/img/be4.png") no-repeat left;
    background-size: 100% 100%;
}

.becomevol-box1 span {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    margin-left: 80px;
}

.becomevol-box21 {
    width: 100%;
    height: calc(33% - 0px);
    margin: 4px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.becomevol-box2 {
    width: calc(50% - 0px);
    display: flex;
    height: 100%;
    flex-direction: row;
    align-content: center;
    align-items: center;
    position: relative;
    background: url("../../wap/img/be5.png") no-repeat center;
    background-size: 100% 100%;
    flex-wrap: nowrap;
    margin-bottom: 1px;
}

.becomevol-box2::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 10px;
    width: 34px;
    height: 34px;
    background: url("../../wap/img/be6.png") no-repeat left;
    background-size: 100% 100%;
}

.becomevol-box2 span {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    margin-left: 65px;
}

.becomevol-box3 {
    width: calc(50% - 0px);
    display: flex;
    height: 100%;
    flex-direction: row;
    align-content: center;
    align-items: center;
    position: relative;
    background: url("../../wap/img/be11.png") no-repeat center;
    background-size: 100% 100%;
    flex-wrap: nowrap;
    margin-bottom: 1px;
}

.becomevol-box3::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 10px;
    width: 34px;
    height: 34px;
    background: url("../../wap/img/be8.png") no-repeat left;
    background-size: 100% 100%;
}

.becomevol-box3 span {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    margin-left: 65px;
}

.becomevol-box4 {
    width: calc(50% - 0px);
    display: flex;
    height: 100%;
    flex-direction: row;
    align-content: center;
    align-items: center;
    position: relative;
    background: url("../../wap/img/be9.png") no-repeat center;
    background-size: 100% 100%;
    flex-wrap: nowrap;
    margin-bottom: 1px;
}

.becomevol-box4::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 10px;
    width: 34px;
    height: 34px;
    background: url("../../wap/img/be10.png") no-repeat left;
    background-size: 100% 100%;
}

.becomevol-box4 span {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    margin-left: 65px;
}

.becomevol-box5 {
    width: calc(50% - 0px);
    display: flex;
    height: 100%;
    flex-direction: row;
    align-content: center;
    align-items: center;
    position: relative;
    background: url("../../wap/img/be7.png") no-repeat center;
    background-size: 100% 100%;
    flex-wrap: nowrap;
    margin-bottom: 1px;
}

.becomevol-box5::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 10px;
    width: 34px;
    height: 34px;
    background: url("../../wap/img/be12.png") no-repeat left;
    background-size: 100% 100%;
}

.becomevol-box5 span {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    margin-left: 65px;
}


/*志愿者服务数据*/
.events-box {
    display: flex;
    align-items: stretch;
}

.events-box > div {
    flex: 1;
    padding: 10px 10px 10px 15px;
    position: relative;
}

.events-box > div:nth-child(n+2)::before {
    content: "";
    width: 1px;
    height: 60%;
    position: absolute;
    left: -0.5px;
    top: 20%;
    background-color: #e5e5e5;
}

.events-box > div > p {
    font-size: 13px;
    color: #747474;
    line-height: 30px;
    position: relative;
}

.events-box > div > b {
    display: block;
    font-size: 18px;
    color: #555555;
    line-height: 30px;
}

.events-box_t > p::after {
    background: url("../../image/wap/index/events-box_t.png") no-repeat;
}

.events-box_c > p::after {
    background: url("../../image/wap/index/events-box_c.png") no-repeat;
}

.events-box_p > p::after {
    background: url("../../image/wap/index/events-box_p.png") no-repeat;
}

.events-box > div > p::after {
    content: '';
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/*志愿者服务数据-结束*/
/*志愿者功能*/
.entry-box {
    width: 100%;
    display: flex;
    justify-content: stretch;
}

.entry-box > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffe9cb;
    color: #fe8329;
    line-height: 3em;
    padding-left: 55px;
    padding-right: 10px;
    position: relative;
    border-radius: 8px;
}

.entry-box-apply{
    margin: 8px 4px 8px 0;
}

.entry-box-record{
    margin: 8px 0 8px 4px;
}

.entry-box-apply::after {
    background: url("../../wap/img/be15.png") no-repeat;
}

.entry-box-record::after {
    background: url("../../wap/img/be16.png") no-repeat;
}

.entry-box > div::after {
    content: '';
    background-size: contain;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.entry-box-min {
    display: flex;
    justify-content: stretch;
}

.entry-box-min > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px 5px 10px;
    font-size: 13px;
}

.entry-box-svc::after {
    background: url("../../image/wap/index/entry-box-svc.png") no-repeat;
}

.entry-box-act::after {
    background: url("../../image/wap/index/entry-box-act.png") no-repeat;
}

.entry-box-rak::after {
    background: url("../../image/wap/index/entry-box-rak.png") no-repeat;
}

.entry-box-fpt::after {
    background: url("../../image/wap/index/entry-box-fpt.png") no-repeat;
}

.entry-box-plog::after {
    background: url("../../image/wap/index/entry-box-plog.png") no-repeat;
}

.entry-box-min > div::after {
    content: '';
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
}

.entry-boxs {
    width: 100%;
    padding: 10px 10px 5px;
    line-height: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
}

.entry-box-applys {
    border-radius: 8px;
    width: 100%;
    display: flex;
    height: calc(33% - 0px);
    flex-direction: row;
    align-items: center;
    position: relative;
    background: url("../../wap/img/be14.png") no-repeat center;
    background-size: 100% 100%;
    flex-wrap: nowrap;
    margin-bottom: 1px;
    justify-content: space-between;
}

.entry-box-applys::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    width: 34px;
    height: 34px;
    background: url("../../wap/img/be13.png") no-repeat left;
    background-size: 100% 100%;
    transform: translateY(-50%);
}

.entry-box-applys span:first-child{
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    margin-left: 82px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.entry-box-applys span:last-child{
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    margin-right: 10px;
}

/*志愿者功能-结束*/

.entry-box .van-badge--fixed {
    position: absolute;
    top: 2px;
    right: 4px;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}
.entry-box  .van-badge__wrapper {
     position: unset;
    display: inline-block;
}
.becomevol-box21 .van-badge--fixed {
    position: absolute;
    top: 4px;
    right: 8px;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}
.becomevol-box21  .van-badge__wrapper {
    position: unset;
    display: inline-block;
}
.entry-box .van-badge {
    display: inline-block;
    box-sizing: border-box;
    min-width: 16px;
    padding: 0 3px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    font-family: -apple-system-font,Helvetica Neue,Arial,sans-serif;
    line-height: 1.2;
    text-align: center;
    background-color: #ff6700;
    border: 1px solid #fff;
    border-radius: 999px;
}
