@charset "utf-8";

body {
    background: transparent;
}

.dis-none {
    display: none;
}

.practice-center-top {
    height: 330px;
}

.title-underline {
    height: auto;
    line-height: initial;
}

/* tab */
.tab-nav-item {
    line-height: 32px;
    text-align: center;
    color: #333;
    transition: all linear 0.25s;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    padding-right: 50px;
    padding-left: 15px;
    position: relative;
}

.tab-nav-item:last-child {
    margin-right: 0;
}

.tab-nav-item {
    float: initial !important;
}

.tab-nav-item.cur::before {
    height: 100%;
}

.tab-nav-item.cur {
    color: #d1492d;
    background-image: linear-gradient(to right, #fcf0ef, white);
}

.tab-nav-item::before {
    background: #ff5000;
    position: absolute;
    content: "";
    width: 4px;
    height: 0px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.tab-cnt {
    margin-top: 20px;
}

/* tab-03 */
.tab-nav-03 {
    line-height: 65px;
    font-size: 0;
    background: #b5b5b5;
}

.tab-nav-item-03 {
    width: 50%;
    line-height: 65px;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 18px;
    cursor: pointer;
}

.tab-nav-item-03.cur {
    background: #bd1a1a;
}

.tab-box-sv {
    height: 170px;
    overflow: hidden;
}

.practice-center-top .tit-wrap {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.practice-center-top .tit-wrap p {
    position: absolute;
    font-size: 48px;
    /* color: #f00; */
    top: 46%;
    left: 144px;
    transform: translateY(-50%);
    background: linear-gradient(#de1313, #ff6427);
    -webkit-background-clip: text;
    /*使用了这个属性的意思是，以区块内的文字作为裁剪区域向外裁剪，
19  * 文字的背景即为区块的背景，文字之外的区域都将被裁剪掉。*/
    color: transparent;
    /*定义文本颜色为透明*/
    font-weight: bolder;
}

/* 数据展示 */
.data-base {
    background: #fff;
    padding-bottom: 10px;
}

.data-base li {
    float: left;
    width: 33%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #e7e7e7;
}

.data-base li:nth-child(3) {
    border-right: none;
}

.data-base li .num {
    font-size: 32px;
    font-weight: bold;
    color: #bd1a1a;
}

.data-base li .title {
    font-size: 14px;
    color: #999;
}

/* hdzm 活动招募切换 */

.hdzm {
    background: #fff;
    padding: 38px 0;
}

.hdzm .title-underline {
    position: relative;
    /* background: url(../img/wdk-bg.png) no-repeat;
  background-size: 789px;
  background-position: right center;
  height: 76px; */
    border-bottom: none;
}

.hdzm .title-text {
    width: 186px;
    height: 23px;
    /* line-height: 30px; */
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    background: url(../img/zzwj.png) no-repeat;
    background-size: 100% 100%;
    padding: 0;
    border-bottom: 0;
    text-indent: 18px;
    /* position: absolute;
  top: 50%;
  transform: translateY(-50%); */
}

.hdzm .title-text a {
    color: #fff;
}

.hdzm .wrapper {
    position: relative;
}

.hdzm .section-body {
    margin-right: 0;
}

.hdzm .section-body .tab-nav {
    position: absolute;
    /* top: 8px;
  right: 0;
  padding-left: 10px;
  width: 720px; */
}

.hdzm .swiper-container {
    /* position: absolute !important; */
    padding-left: 6px;
    margin-top: 16px;
}

.hdzm .swiper-box {
    height: 150px;
}

.hdzm .carousel-item a:nth-child(5n + 5) .carousel-li {
    margin-right: 0px;
}

.hdzm .carousel-btn {
    display: none;
}

.hdzm .carousel-prev-btn {
    width: 26px;
    height: 40px;
    background: url(../img/serv-prev.png) no-repeat;
}

.hdzm .carousel-next-btn {
    width: 26px;
    height: 40px;
    background: url(../img/serv-next.png) no-repeat;
}

.hdzm .ft-carousel:hover .carousel-btn {
    display: block;
}

.hdzm .carousel-li {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 224px;
    height: 150px;
    margin-right: 20px;
    color: #333;
    font-size: 14px;
    text-align: left;
    background: linear-gradient(90deg, #ffefef 0%, #fff5f5 100%);
}

.hdzm .carousel-li:nth-child(5n + 5) {
    margin-right: 0px;
}

.hdzm .li-ing {
    background: linear-gradient(90deg, #ffefef 0%, #fff5f5 100%);
}

.hdzm .li-ing .service-status {
    background: #ff4659;
}

.hdzm .li-before {
    background: linear-gradient(90deg, #ffefef 0%, #fff5f5 100%);
}

.hdzm .li-before .service-status {
    background: #00ca72;
}

.hdzm .li-end {
    background: linear-gradient(90deg, #ffefef 0%, #fff5f5 100%);
}

.hdzm .li-end .service-status {
    background: #46a8ff;
}

.hdzm .swiper-slide a:last-child .carousel-li {
    margin-right: 0px;
}

.hdzm .service-title {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hdzm .bg-flowers {
    background: url(../img/flowers.png) no-repeat;
    background-position: 94% 18%;
    padding: 26px 15px 0;
}

.hdzm .service-name {
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.hdzm .bm-num {
    display: inline-block;
    color: #333;
    padding: 0px 6px;
    margin-left: 8px;
}

.hdzm .service-status {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    width: 56px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 0px 0px 10px 0px;
}

.yxzyz {
    padding-top: 30px;
    /* margin-top: 30px; */
    background: white;
}

.yxzyz .title-underline {
    /* background: url(../img/cxiegang.png) no-repeat;
    background-size: 100% 100%; */
    border-bottom: none;
}

.hdfc-bg .title-text {
    width: 137px;
    height: 23px;
    /* line-height: 30px; */
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    background: url(../img/hdfc.png) no-repeat;
    background-size: 100% 100%;
    padding: 0;
    border-bottom: 0;
    /* text-indent: 18px; */
}

.zytd .title-text {
    width: 120px;
    height: 23px;
    /* line-height: 30px; */
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    background: url(../img/zytd.png) no-repeat;
    background-size: 100% 100%;
    padding: 0;
    border-bottom: 0;
    /* text-indent: 18px; */
}

.shz .title-text {
    width: 246px;
    height: 23px;
    /* line-height: 30px; */
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    background: url(../img/sjz.png) no-repeat;
    background-size: 100% 100%;
    padding: 0;
    border-bottom: 0;
    /* text-indent: 18px; */
}

.zydt .title-text {
    width: 120px;
    height: 23px;
    /* line-height: 30px; */
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    background: url(../img/zydt.png) no-repeat;
    background-size: 100% 100%;
    padding: 0;
    border-bottom: 0;
    /* text-indent: 18px; */
}

.yxzyz .title-text a {
    color: #fff;
}

.scroll-box {
    height: 264px;
    overflow: hidden;
    padding-top: 20px;
}

.scroll-item {
    font-size: 0;
    margin-bottom: 11px;
}

.scroll-pic {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}

.scroll-title {
    line-height: 30px;
    font-size: 16px;
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

.scroll-text {
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #888;
    margin-top: 1px;
}

.fczs .text-news-box {
    margin-top: 15px;
}

/* 优秀志愿者 tab+幻灯 */
.tri-swiper .swiper-box {
    max-height: 310px;
    overflow: hidden;
    background: white;
}

.tri-swiper .pagination {
    margin-top: 0;
    bottom: 10px;
}

.tri-swiper .swiper-container {
    width: 1200px;
    height: 100%;
    /* background: #fff; */
}

.tri-swiper .swiper-container .swiper-slide {
    width: 100%;
    font-size: 0;
}

/* .tri-swiper .swiper-container .arrow-left-03,
.tri-swiper .swiper-container .arrow-right-03{width: 70px;height: 70px;position: absolute;top: 145px;z-index: 99;}
.tri-swiper .swiper-container .arrow-left-03{background: url(../img/btn-l.png) center center no-repeat;left: 0;}
.tri-swiper .swiper-container .arrow-right-03{background: url(../img/btn-r.png) center center no-repeat;right: 0;} */
/* 优秀志愿者 & 优秀文明实践志愿服务组织 */
.tri-swiper .swiper-container .swiper-slide-inner {
    font-size: 0;
}

.tri-swiper .swiper-container .pagination {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 99;
}

.tri-swiper .swiper-container .pagination .swiper-pagination-switch {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9d9d9;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    min-width: 8px;
    padding: 0;
}

.tri-swiper .swiper-container .pagination .swiper-pagination-switch:last-child {
    margin-right: 16px;
}

.tri-swiper .swiper-container .pagination .swiper-pagination-switch.swiper-active-switch {
    background: #d52c31;
}

.user-card {
    display: inline-block;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    width: 380px;
    height: 124px;
    overflow: hidden;
    text-align: left;
    margin: 0 24px 20px 0;
}

.user-card:hover {
    border: 1px solid #bd1a1a;
}

.user-card:hover .user-card-name {
    color: #bd1a1a;
}

.user-card:hover .user-card-duration {
    color: #cb0101;
}

.yxzyz a:nth-child(3n + 3) .user-card {
    margin-right: 0;
}

.yxzyz .carousel-item a:nth-child(5n + 5) .carousel-li {
    margin-right: 0px;
}

.yxzyz .carousel-btn {
    display: none;
    margin-top: -40px;
}

.yxzyz .carousel-prev-btn {
    width: 26px;
    height: 40px;
    background: url(../img/serv-prev.png) no-repeat;
}

.yxzyz .carousel-next-btn {
    width: 26px;
    height: 40px;
    background: url(../img/serv-next.png) no-repeat;
}

.tab-box-yxzyz {
    height: 396px;
    overflow: hidden;
}

.user-card .user-card-pic {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 12px;
}

.user-card .user-card-pic .user-card-avatar {
    width: 100%;
    height: 100%;
}

.user-card .user-card-name {
    font-size: 17px;
    color: #333;
    line-height: 24px;
    padding-top: 10px;
    font-weight: bold;
}

.user-card .user-card-duration {
    font-size: 16px;
    color: #333;
    line-height: 34px;
}

/* 优秀志愿服务项目 */
.project-box {
    position: relative;
    width: 445px;
    background: #fff;
    padding: 30px 25px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 33px;
    text-align: left;
}

.project-card-pic {
    width: 126px;
    height: 82px;
    overflow: hidden;
    border-radius: 5px;
    float: left;
    margin-right: 15px;
}

.project-card-pic .project-card-avatar {
    width: 100%;
    height: 100%;
    display: block;
}

.project-card-title {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333;
}

.project-card-date {
    font-size: 14px;
    color: #999;
    margin-top: 3px;
}

.project-intro {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-indent: 28px;
    margin-top: 14px;
}

/*  */
.project-card-person {
    position: absolute;
    top: -32px;
    width: 100%;
    text-align: left;
}

.project-card-person .outstanding-avatar {
    width: 86px;
    height: 86px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.project-card-person .outstanding-name {
    margin-top: -20px;
    font-size: 18px;
    color: #333;
    position: absolute;
    top: 72px;
    margin-left: 12px;
}

.project-card-intro {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    height: 120px;
    overflow: hidden;
    text-align: left;
    text-indent: 28px;
}

.project-card-duration {
    padding-left: 24px;
    background: url(../img/icon-pp.png) left center no-repeat;
    font-size: 18px;
    color: #a8181e;
    text-align: left;
    line-height: 42px;
    border-top: 2px solid #f4f4f4;
    margin-top: 14px;
}

.section-normal .col-main {
    width: 1200px;
    float: left;
}

.section-normal .col-sub {
    width: 270px;
    float: right;
    background: #fff;
    padding: 15px;
}

.doing-wrap {
    overflow: hidden;
    margin-top: 20px;
}

.doing-box {
    padding-bottom: 44px;
}

.practice-center .select-group {
    margin-top: 25px;
    padding: 0 40px;
}

.practice-center .select-item {
    width: 527px;
    height: 40px;
    display: inline-block;
    margin: 0 7px;
}

.zydt {
    background: #f6f6f6;
}

.ui-selectmenu-button.ui-button {
    background: #fff;
}

.ui-button .ui-icon {
    background: url(../img/arr-up.png) center center no-repeat;
    margin-top: 2px;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background: url(../img/arr-down.png) center center no-repeat;
}

.ui-selectmenu-menu .ui-menu {
    max-height: 190px;
    overflow-y: scroll;
}

.order_formItem_select {
    width: 100%;
    height: 36px;
    border: 1px solid rgba(210, 210, 210, 1);
}

.order_formItem_select option {
    padding: 5px;
}

.order_formItem_option:hover {
    background-color: #f3f3f3;
}

.select2-container .select2-selection--single {
    height: auto;
}

.tab-nav {
    /* position: absolute;
  top: 5px;
  right: 0;
  padding-left: 10px;
  width: 720px; */
}

/* 活动风采 */
#hdfc {
    height: 430px;
    /* margin: 40px auto; */
    position: relative;
    padding: 0 60px;
}

.hdfc-bg {
    background: url(../img/hdfcbg.png);
    background-position: center center;
    margin-top: 0;
    display: none;
    /* background: white; */
}

/* .hdfc-bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    z-index: -1;
    bottom: 0;
    box-shadow: 0 0 40px 90px #fff inset;
} */

.gradient {
    background: linear-gradient(#eff0f2, #eff0f2, white);
}

#hdfc .swiper-slide > div {
    width: 262px;
    margin-right: 10px;
    float: left;
    background: white;
    /* border: 1px solid #DEDEDE; */
    box-sizing: border-box;
}

#hdfc .swiper-slide > div:last-child {
    margin-right: 0;
}

.hdfc-img {
    position: relative;
    height: 262px;
}

/* .hdfc-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
} */

.footer {
    padding-bottom: 20px;
}

.hdfc-contain {
    height: 30%;
    box-sizing: border-box;
    padding: 20px 17px 20px 25px;
}

.hdfc-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
    color: #333;
    font-weight: bold;
    height: 44px;
}

.hdfc-date {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
}

#hdfc .arrow-left-wonderful {
    width: 36px;
    height: 36px;
    background: url(../img/a-left.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
}

#hdfc .arrow-right-wonderful {
    width: 36px;
    height: 36px;
    background: url(../img/a-right.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
}

.swiper-container {
    height: 100%;
}

.dist-area {
    /* width: 109px; */
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #e50015;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 850px;
    top: 197px;
}

/* 新版优秀志愿者项目 */
.swiper-scroll .section-body {
    /* height: 668px; */
    max-height: 668px;
    min-height: 100px;
}

.swiper-scroll .swiper-scroll-left {
    width: 593px;
    /* height: 100%; */
    max-height: 668px;
    box-sizing: border-box;
    padding: 10px;
}

.swiper-volunteer {
    max-height: 560px;
}

.swiper-excellent {
    max-height: 560px;
}

.swiper-scroll .swiper-scroll-left .swiper-volunteer .swiper-slide {
    height: 55px;
    max-height: 55px;
    line-height: 55px;
    padding-right: 27px;
    padding-left: 12px;
    box-sizing: border-box;
}

.swiper-scroll .swiper-scroll-left .swiper-volunteer .swiper-slide:nth-child(even) {
    background: #fdf6f3;
}

.team-number {
    font-size: 20px;
    font-weight: 500;
    color: #666666;
}

.swiper-scroll .swiper-scroll-left .swiper-volunteer .swiper-slide:nth-child(-n + 3) .team-number {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #dd3333;
}

.team-name {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-left: 18px;
    width: 356px;
}

.team-hour {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #d85130;
    margin-left: 29px;
}

.team-hour span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-left: 7px;
}

.swiper-scroll .swiper-scroll-right {
    width: 593px;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 17px 17px 17px;
    max-height: 668px;
}

.swiper-scroll .swiper-scroll-right .swiper-slide {
    margin-top: 14px;
    height: 98px !important;
}

.swiper-scroll .swiper-scroll-right .swiper-slide > div {
    width: 271px;
    height: 100%;
    line-height: 98px;
    background: #fdf6f3;
    border-radius: 10px;
    box-sizing: border-box;
    padding-left: 22px;
}

.swiper-scroll .swiper-scroll-right .swiper-slide:nth-child(1) > div .right-number {
    color: #dd3333;
}

.right-number {
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    color: #666666;
    margin-right: 20px;
}

.right-img {
    margin-top: 20px;
    width: 60px;
    height: 60px;
    /* opacity: 0.36; */
    border-radius: 50%;
    border: 1px solid #eeeeee;
}

.right-hour {
    line-height: 26px;
    margin-top: 23px;
    margin-left: 12px;
}

.right-name {
    width: 125x;
}

.right-hour-text {
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #d85130;
}

.right-hour-text span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.swiper-scroll .title-underline {
    font-size: 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ebebeb;
}

.swiper-scroll .title-underline .title-text a {
    color: #333333;
    width: 220px;
    display: block;
    padding-left: 30px;
}

.swiper-scroll .title-underline .title-text {
    /* font-size: 18px;
    color: #A8181E;
    display: inline-block;
    border-bottom: 3px solid #A8181E;
    padding: 0 7px; */
}

.swiper-scroll .title-underline:nth-child(1) .title-text {
    background: url(../img/tj-bt.png) no-repeat;
    background-size: 100% 100%;
    width: 74px;
    height: 21px;
    border-bottom: none;
}
