.ask_nav{
    margin-bottom: 46px;
}
.ask_nav .van-nav-bar__text,.ask_nav .van-nav-bar .van-icon{
    color: #1e77bd;
}
.van-tabs__wrap .van-tab{
    border-bottom: 3px solid #ccc;
}
.custom-button1,.custom-button2{
    width: 26px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    background-color: #1e77bd;
    border-radius: 100px;
}
.van-slider__button-wrapper-left .custom-button2,.van-slider__button-wrapper-right .custom-button1{
    display: none;
}
.dropdown-item{
    background-color: #ffffff;
}
.dropdown-item .title{
    font-size: 15px;
    padding: 20px 4% 10px 4%;
}
.dropdown-item .title span{
    font-size: 14px;
    color: #999999;
}
.van-grid-item__content{
    padding: 10px 8px;
}
.list_item{
    width: 92%;
    margin: 15px auto 0 auto;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}
.list_item .colorgray333{
    color: #333;
    display: flex;
}
.list_item .colorgray999{
    color: #999;
}
.list_item .font16{
    font-size: 16px;
}
.list_item p{
    margin-bottom: 5px;
    margin-top: 0;
}
.list_item .info .title{
    display: flex;
    justify-content: space-between;
}
.list_item .list_item_bottom{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.list_item .list_item_bottom .btn{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0;
    color: #FFB800;
    border: 1px solid #FFB800;
    margin-left: 10px;
}
.list_item .list_item_bottom .yibao{
    color: #999999;
    border: 1px solid #999999;
}
.foot_box{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 44;
    width: 96%;
    height: 60px;
    padding: 0 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}
.foot_box .foot_box_left{
    font-size: 15px;
    color: #666666;
	flex-shrink: 0;
	margin-right: 5px;
}
.foot_box .foot_box_left span{
    color: #1e77bd;
}
.foot_box .foot_box_right{
    width: 29%;
}
.foot_box .foot_box_right .van-button--primary , .foot_box .foot_box_center .van-button--primary{
    border-radius: 4px;
    font-size: 14px;
}
.volunteer_show .prompt{
    width: 90%;
    margin: 10px auto 20px auto;
    display: flex;
    justify-content: end;
    font-size: 14px;
}
.volunteer_show .prompt .item{
    margin-left: 10px;
}
.volunteer_show .prompt .item:first-child{
    margin-left: 0;
}
.volunteer_show .prompt .item .type{
    width: 11px;
    height: 11px;
    border-radius: 11px;
    margin-right: 5px;
    display: inline-block;
}
.volunteer_show .content,.lastYear_show .content{
    min-height: 300px;
}
.volunteer_show .content .item{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 10px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(229, 229, 229);
}
.volunteer_show .content .item .order{
    width: 10%;
}
.volunteer_show .content .item .order span{
    width: 20px;
    height: 16px;
    text-align: center;
    border-radius: 4px;
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #f56c6c;
    color: #f56c6c;
    font-size: 12px;
}
.volunteer_show .content .item .info{
    width: 80%;
}
.volunteer_show .content .item .info p,.lastYear_show .content .info p{
    margin-bottom: 5px;
    margin-top: 0;
}
.volunteer_show .content .item .info p.major,.lastYear_show .content .info p.major{
    font-size: 16px;
}
.volunteer_show .content .item .info p.college{
    font-size: 14px;
}
.volunteer_show .content .item .info p.colorgray999,.lastYear_show .content .info p.colorgray999{
    color: #999999;
    font-size: 13px;
}
.volunteer_show .content .item .del{
    width: 10%;
    text-align: right;
}
.lastYear_show .content .info{
    width: 92%;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.filter-tags{
    width: 92%;
    margin: 20px auto 0 auto;
}
.filter-tags .filter-tags-title{
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 18px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.filter-tags .filter-tags-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    max-height: 65px;
    overflow: hidden;
}
.filter-tags .filter-tags-list .tag{
    position: relative;
    padding-left: 6px;
    padding-right: 5px;
    height: 22px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #999;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-tags .filter-tags-list .tag .van-icon-cross{
    margin-left: 5px;
}
.filter-tags .content{
    display: flex;
    justify-content: space-between;
}
.filter-tags .content .icont{
    width: 10%;
    text-align: right;
}
.van-sidebar-item--select::before{
    background-color: #1e77bd;
}
.van-tree-select__item--active{
    color: #1e77bd;
}
span.type{
    color: #fff!important;
    font-size: 12px;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    /* margin-top: 3px; */
    margin-right: 5px;
}
span.chong{background-color: #e9302d;border: 1px solid #e9302d!important;}
span.wen{background-color: #ff9a02;border: 1px solid #ff9a02!important;}
span.bao{background-color: #0c3;border: 1px solid #0c3!important;}
