.vo-bg {
    background: url('https://whyvideo.jsggwhy.cn/volunteer/volunteer-banner_pc.png') no-repeat;
    background-position: 0px 130px;
    background-color: #f6f6f6;
    background-size:100%;
}

.volunteer-tips {
    height: 190px;
    background-color: #ffffff;
    margin-top: 450px;
    text-align: center;
    overflow: hidden;
    padding: 0 30px;
    border-radius: 8px;
}

.volunteer-tips_flex {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}

.clear {
    clear: both;
}

.volunteer-tips>span {
    color: #7a7a7a;
}

.volunteer-tips--content {
    /* 	overflow: hidden; */
    /* display：table; */
    text-align: center;
    /* margin: 25px auto; */
    margin-top: 30px;
}

.volunteer-tips--content span {
    color: #6D6D6D;
    margin-top: 13px;
    letter-spacing: 1.4px;
}

.volunteer-tips--content ul {
    margin-bottom: 15px;
}

.volunteer-tips_link {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
}

.v-imgInner,
.p-imgInner {
    position: relative;
    width: 100%;
    height: 195px;
    overflow: hidden;
    margin-bottom: 16px;
}

.p-imgInner {
    height: 173px;
}

.product-img:hover {
    transform: scale(1.3);
    transition: all 0.6s;
    cursor: pointer;
}

.cards-content_item img:hover {
    transform: scale(1.3);
    transition: all 0.6s;
    cursor: pointer;
}

.link-join {
    background: #BD1D21;
    color: #fff;
}

.link-join:hover {
    color: #fff;
    opacity: 0.9;
}

.link-join,
.link-appoint {
    padding: 5px 0px;
    width: 140px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 15px;
    display: inline-block;
}

.link-appoint {
    border: 1px solid #c8161d;
    color: #BD1D21;
}

.link-appoint:hover {
    color: #BD1D21 !important;
    opacity: 0.8;
}

.brande-list-classify,#brand-tab {
    position: relative;
    margin: 20px 0 30px 0;
}

.brande-list-classify::before,#brand-tab::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    border-top: 1px dashed #999;
    z-index: -1;
}

.brande-list-classify ul,#brand-tab ul {
    display: flex;
    justify-content: center;
}

.brande-list-classify ul li:first-child,#brand-tab ul li:first-child {
    border-radius: 4px 0px 0px 4px;
}

.brande-list-classify ul li,#brand-tab ul li {
    width: 100px;
    padding: 5px 0px;
    color: #999;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 0px 4px 4px 0px;
    background: #f6f6f6;
    cursor: pointer;
}

.brande-list-classify ul li.active,#brand-tab ul li.active {
    color: #fff;
    background: #bd1d21;
    border: 1px solid #bd1d21;
}

.volunteer-tips--content li {
    display: inline;
    /* float: left; */
    color: #bd1d21;
    padding: 5px 10px;
    margin: 0 10px;
    border: 1px solid #bd1d21;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.join-volunteer {
    display: block;
    padding: 10px;
    background-color: #bd1d21;
    width: 40%;
    color: #ffffff!important;
    border-radius: 10px;
    margin: 20px auto auto auto;
}

.volunteer-tabs {
    margin-top: 48px;
    margin-bottom: 40px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: -2px 0px 8px 2px rgba(0, 0, 0, 0.12);
}

.cards-title {
    display: flex;
    align-items: center;
}

.cards-title-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cards-title2 {
    padding-top: 40px;
}

.cards-small-title i {
    width: 4px;
    height: 18px;
    background: #bd1d21;
    display: inline-block;
    vertical-align: top;
}

.cards-small-title span {
    color: #222;
    padding-left: 6px;
}

.to-more {
    color: #666666 !important;
    cursor: pointer;
}

.to-more:hover {
    color: #bd1d21 !important;
}

.cards-container {
    display: flex;
}
.brand-list-ul{
    flex-wrap: wrap;
}
.cards-content_item {
    width: 367px;
    height: 356px;
    background: linear-gradient(0deg, #ffffff 0%, #ffe0e0 100%);
    border-radius: 8px;
    padding: 20px;
    margin-right: 20px;
}

.cards-content_item:last-child {
    margin-right: 0;
}
.brand-list-ul .cards-content_item{
    margin:0 4px 20px!important;
}
.cards-content_item img {
    width: 363px;
    height: 195px;
    transition: all 0.6s;
}

.cards-content_item p {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: #666666;
    margin-bottom: 20px;
}

.item_head-title {
    color: #222222;
    font-size: 18px;
    max-width: 74%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_head-count {
    color: #999999;
}

.content-item_btn {
    display: flex;
    justify-content: center;
}

.content-item_btn span {
    border: 1px solid #c8161d;
    color: #C8161D;
    padding: 5px 15px;
    cursor: pointer;
}

.content-item_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cards-title span {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    margin-left: 10px;
}

.volunteer-tabs>.active {
    color: #bd1d21;
}

.volunteer-tabs li.active i {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 34px;
    height: 4px;
    background: #c8161d;
    border-radius: 2px;
}

.volunteer-tabs li {
    width: 25%;
    text-align: center;
    float: left;
    cursor: pointer;
    position: relative;
}

.volunteer-tabs li:hover {
    color: #bd1d21;
}

.volunteer-tabs-cards,
.classify-tabs {
    display: none;
}

.volunteer-cards-active {
    display: block;
    /* background-color: #ffffff;  */
    margin-top: 20px;
}

.nodata {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
}

.nodata p {
    padding-top: 10px;
    font-size: 16px;
}

.volunteer-news {
    background-color: #ffffff;
}

.volunteer-news-title {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0 50px;
}

.news-title-list li {
    float: left;
}

.news-title-ico {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.news-title-list {
    margin-left: 40px;
    margin-top: 20px;
}

.news-title-list li {
    padding: 0 10px;
    color: #979797;
    border-right: 1px solid #979797;
    line-height: 20px;
    cursor: pointer;
}

.news-title-list li:hover {
    color: #bd1d21;
}

.news-title-more {
    color: #bd1d21;
    cursor: pointer;
}

.swiper-container {
    width: 544px;
    height: 397px;
}

.swiper-container img {
    width: 544px;
    height: 397px;
}

.volunteer-news--content {
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.volunteer-news--right {
    float: right;
    width: 640px;
}

.volunteer-right--title {
    text-align: center;
    font-size: 18px;
}

.volunteer-right--content {
    height: 60px;
    margin-top: 10px;
    padding: 5px 20px;
    /*height: 92px;*/
    line-height: 30px;
    background-color: #f9f9f9;
    color: #929292;
    overflow: hidden;
    font-size: 14px;
    overflow: auto;
}

.volunteer-right--content>a {
    display: none;
}

.volunteer-right--wrap {
    height: 280px;
    padding: 10px 0;
}

.volunteer-right--content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.volunteer-right--content>a span {
    color: #000;
}

.volunteer-right--content .notice-detail {
    display: none;
}

.volunteer-right--content>a {
    color: #5589d5;
    display: inline;
}

.volunteer-right--wrap li {
    line-height: 30px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.volunteer-right--wrap li>a {
    color: #000;
}

.volunteer-right--wrap li>a:hover {
    color: #bd1d21;
}

.volunteer-right--wrap li>a:hover span {
    color: #bd1d21;
}

.volunteer-right--wrap li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #b5b5b5;
    top: 0;
    bottom: 0;
    margin: auto;
}

.volunteer-right--wrap li span {
    color: #5589d5;
    margin-left: 5px;
}

.volunteer-center-banner {
    margin-top: 20px;
}

#activity .activity-item>li {
    margin-right: 15px;
    /* margin-left: 15px; */
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    width: 260px;
    box-sizing: border-box;
}

.news-activity-ul li {
    width: 302px!important;
}

.news-activity-listul {
    padding: 20px!important;
}

.news-activity-listul li {
    width: 290px!important;
    margin-left: 6px;
}

.new-activity-item li,
.rev_li li,
.org_li li {
    margin: 0 16px 20px 16px!important;
}

.new-activity-item,
.rev_li,
.org_li {
    margin-top: 20px;
    padding: 0 40px 0 40px!important;
}

#activity .activity-item>li .active_content {
    padding: 14px 0 0px 0;
}

#activity .activity-item>li .whzg_active_item .active_img {
    border-radius: 8px;
}

.volunteer-center-banner {
    position: relative;
}

.volunteer-center-banner>img {
    width: 1250px;
    margin-bottom: 50px;
    cursor: pointer;
    position: relative;
}

.center-banner_to {
    position: absolute;
    right: 11%;
    top: 33%;
    font-size: 18px;
    color: #A65819;
    width: 120px;
    height: 50px;
    background: linear-gradient(0deg, #ff9024 0%, #ffdb31 100%);
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.org-btn {
    background: #C8161D;
    border: none;
}

.org-btn:before,
.org-btn:after {
    background: transparent;
}

.org-btn:hover:before,
.org-btn:hover:after {
    background: transparent;
}

.org-btn:hover,
.org-btn:hover {
    opacity: 0.9;
    background: #C8161D;
    border: none;
}

.state_active {
    top: auto;
    bottom: 0;
}

.product-container {
    display: flex;
}

.product-item {
    margin-right: 15px;
    margin-bottom: 50px!important;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    width: 260px;
}

.product-img {
    width: 260px;
    height: 173px;
    margin-bottom: 20px;
    transition: all 0.6s;
}

.product-content_title {
    color: #222222;
    font-size: 18px;
    margin-bottom: 10px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.product-content_info {
    background: #F6F6F6;
    padding: 10px;
    color: #999999;
    margin-bottom: 20px;
}

.product-content_count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.product-content_count {
    color: #999999;
}

.product-content_price {
    display: flex;
    align-items: center;
}

.price-latest {
    font-size: 18px;
    color: #FF9B43;
}

.price-last {
    text-decoration: line-through;
    color: #999999;
}

.product-need-coin {
    border: 1px solid #c8161d;
    color: #c8161d;
    padding: 1px 3px;
}

.volunteer-pannel {
    width: 32%;
    background-color: #ffffff;
    height: 416px;
}

.volunteer-pannel--title {
    height: 50px;
    line-height: 50px;
}

.volunteer-pannel--title img {
    vertical-align: middle;
    margin: 0 5px 0 20px;
}

.volunteer-pannel--wrap {
    width: 100%;
    /* height: 100%; */
}

.volunteer-pannel--wrap>li {
    line-height: 35px;
    padding: 0 20px;
    overflow: hidden;
}

.pannel-wrap--num {
    color: #59bd1d;
    font-style: italic;
    font-weight: 600;
}

.pannel-wrap--nam {
    padding-left: 10px;
    color: #000;
}

.pannel-wrap--people {
    max-width: 30%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.star-icon {
    vertical-align: middle;
    margin-left: 6px;
}

.pannel-wrap--org {
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pannel-wrap--nam:hover {
    color: #59bd1d;
}

.pannel-wrap--people:hover {
    color: #b97af3;
}

.pannel-date--num {
    color: #59bd1d;
}

.color-2 {
    color: #b97af3;
}

.volunteer-pannel--project {
    padding: 0 20px;
    border-bottom: 1px solid #eeeeee;
}

.pannel-project--title {
    font-weight: 700;
}

.pannel-project--more {
    color: #bd1d21;
    cursor: pointer;
}

.volunteer-project-content>li {
    position: relative;
    padding-left: 30px;
}

.volunteer-project-content>li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #b5b5b5;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
}

.news-show-ico {
    position: relative;
    width: 10%;
    text-align: center;
    cursor: pointer;
}

.volunteer-news-show>.active {
    color: #c8161d;
}

.volunteer-news-show>.active:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 80%;
    background-color: #c8161d;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.volunteer-dynamic {
    overflow: hidden;
    /* padding:20px; */
}

.volunteer-dynamic .volunteer-dynamic--left {
    width: 70%;
    background-color: #ffffff;
}

.volunteer-dynamic .volunteer-dynamic--right {
    width: 27%;
    background-color: #ffffff;
}

.volunteer-dynamic--list {
    padding: 20px;
    border-bottom: 1px solid #eeeeee;
}

.dynamic-list--title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.dynamic-list--content,
.dynamic-list--date {
    color: #bababa;
    font-size: 14px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.pagins {
    display: table;
    margin: 30px auto;
}

.pagins .pagins-list {
    width: 38px;
    height: 38px;
    background-color: #dcdcdc;
    color: #000000;
    float: left;
    margin: 10px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.pagins .pagins-list.current {
    background-color: #bd1d21;
    color: #ffffff;
}

.pagins .pagins-list:hover {
    background-color: #bd1d21;
    color: #ffffff;
}

.pagins .disabled {
    width: 30px;
    height: 30px;
    background-color: #dcdcdc;
    color: #000000;
    float: left;
    margin: 10px;
    text-align: center;
    line-height: 30px;
    cursor: not-allowed;
}

.dynamic-right--title {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.dynamic-right--wrap .avatar-left {
    width: 130px;
    height: 93px;
}

.dynamic-right--list {
    position: relative;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
}

.content-right {
    margin-left: 150px;
}

.content-right--wrap {
    margin-top: 20px;
    font-size: 14px;
    color: #aaaaaa;
}

.volunteer-activiy {
    background-color: #ffffff;
}

.volunteer-navigation {
    /*overflow: hidden;*/
    border-bottom: 1px dashed #eeeeee;
    margin: 0 10px;
}

.volunteer-navigation>.volunteer-navigation--left {
    position: relative;
    padding: 5px 10px;
    margin: 15px 40px;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    min-width: 70px;
    text-align: center;
}

.volunteer-navigation>.volunteer-navigation--left .volunteer-navigation-second {
    display: none;
    position: absolute;
    width: 100%;
    color: #fff;
    left: 0;
    top: 30px;
    background-color: #ccc;
    border-radius: 0 0 5px 5px;
    z-index: 9999;
}

.volunteer-navigation>.volunteer-navigation--left .volunteer-navigation-second li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.volunteer-navigation>.volunteer-navigation--left .volunteer-navigation-second li:hover {
    background-color: #bd1d21;
}

.volunteer-navigation>.cate_type {
    cursor: pointer;
    color: #999;
}

.volunteer-navigation>.act_status {
    cursor: pointer;
    color: #999;
}

.volunteer-navigation>.active {
    background-color: #bd1d21;
    color: #fff;
}

.volunteer-navigation>.active:hover {
    border-radius: 5px 5px 0 0;
}

.volunteer-navigation>.active:hover .volunteer-navigation-second {
    display: block;
}

.volunteer-navigation>.volunteer-navigation--list {
    padding: 10px 20px;
    margin: 20px 30px;
    border-radius: 5px;
    color: #ababab;
}

.volunteer-navigation>.volunteer-navigation--list:hover {
    background-color: #bd1d21;
    color: #ffffff;
    cursor: pointer;
}

.pic-blank {
    background: url(../images/404bg.png) no-repeat center center;
    width: 533px;
    height: 360px;
    margin: 70px auto;
    position: relative;
}

.no-find {
    width: 100%;
    font-size: 25px;
    color: #464646;
    line-height: 30px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
}


/* 详情 */

html,
body {
    height: 100%;
    background-color: #f6f6f6;
}

.bg {
    background-color: #f6f6f6;
}

.notice-list--wrap {
    margin-bottom: 40px;
}

.container-nav {
    /*line-height: 50px;*/
    color: #000;
    padding: 35px 0 15px 0;
}

.container-nav span {
    color: #000;
    padding-right: 10px;
}

.container-nav a {
    color: #000;
    margin: 0 5px;
}

.container-nav span {
    color: #000;
    margin: 0 5px;
}

.container-nav a:hover {
    color: #bd1d21;
}

.notice-list--content {
    overflow: hidden;
    widows: 100%;
    padding: 20px 0;
    height: 72px;
    border-bottom: 1px solid gainsboro;
}

.notice-content-left {
    width: 10%;
}

.notice-content-right {
    width: 90%;
}

.notice-content--time {
    color: #b1b1b1;
}

.notice-content--day {
    color: #b1b1b1;
    font-size: 40px;
    font-weight: 700;
}

.notice-right--title {
    /*line-height: 30px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-right--content {
    /*line-height: 30px;*/
    margin-top: 10px;
    color: #b1b1b1;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.wapper-content {
    padding: 10px;
}

.wapper-content .wapper-content--left {
    position: relative;
    min-height: 1005px;
    box-sizing: border-box;
    padding: 20px;
    width: 70%;
    float: left;
    background-color: #fff;
}

.wapper-content .wapper-content--left .weixin-conn {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.wapper-content--left .qr_img_show {
    display: none;
    position: absolute;
    top: 70px;
    right: 30px;
    width: 200px;
    background: rgb(221, 221, 221);
    padding: 10px;
}

.button_div_volunteer>a {
    padding: 10px;
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
    /* margin: 50px; */
    display: block;
    width: 10%;
    margin: 20px auto;
    text-align: center;
    border-radius: 5px;
}

.wapper-content .wapper-content--right {
    min-height: 620px;
    width: 28%;
    float: right;
    background-color: #fff;
}

.wapper-content--pannel .wapper-pannel--avatar {
    float: left;
    height: 250px;
    width: 345px;
    margin-right: 20px;
}

.wapper-pannel--right {
    /* float: left;*/
    margin-left: 12px;
}

.pannel--right--title {
    font-size: 18px;
    margin-top: 5px;
    width: 90%;
}

.pannel-right--content {
    margin-top: 5px
}

.pannel-right--content p {
    color: #919191;
    line-height: 30px;
}

.pannel-right--content p i {
    margin-right: 10px;
    color: #c8161d;
    font-size: 16px;
    width: 20px;
}

.clear {
    clear: both;
}

.pannel-content--title {
    font-size: 16px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
}

.pannel-content--wrap {
    padding: 10px 0;
    line-height: 25px;
}

.wapper-right--title {
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.wapper-right--content {
    padding: 20px;
    min-height: 650px;
    overflow: auto;
}

.wapper-right--list {
    margin-bottom: 20px;
}

.wapper-right--avatar {
    float: left;
    width: 118px;
    height: 84px;
}

.list-right--content {
    position: relative;
    margin-left: 128px;
    height: 84px;
}

.recent-activity {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40%;
    display: inline-block;
    /* float: initial; */
    vertical-align: middle;
    color: #919191;
}

.wapper-right--list {
    overflow: hidden;
    cursor: pointer;
}

.list-right--content>.title {
    /*line-height: 30px;*/
    color: #000;
}

.list-right--content>.date {
    position: absolute;
    bottom: 0;
    color: #919191;
}

.notice-list {
    overflow: hidden;
    padding-bottom: 350px;
    min-height: 100%;
}

.pannel-header {
    border-bottom: 1px dashed #999;
}

.pannel-header--title {
    line-height: 35px;
    font-size: 16px;
    text-align: center;
}

.pannel-header--date {
    line-height: 35px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.right-list--dy {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-list--dy a {
    margin: 0 5px;
    color: #000;
}

.right-list--dy a:hover {
    color: #bd1d21;
}

.right-list--dy:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #999;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.wapper-activity--avatar {
    height: 196px!important;
    width: 272px!important;
}

.activity-detail--title {
    font-size: 14px;
    font-weight: 700;
    margin: 30px 0;
}

.wapper-right--top {
    overflow: hidden;
    background-color: #fff;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}

.wapper-right--top button {
    display: block;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    background-color: #bd1d21;
    border-radius: 5px;
    margin: 20px auto 0 auto;
    padding: 0 30px;
    color: #fff;
    cursor: pointer;
}

.right-top--left {
    width: 40%;
    float: left;
    border: 1px solid #eee;
    margin: 0 5%;
    padding: 10px;
    box-sizing: border-box;
}

.right-top--right {
    width: 40%;
    float: left;
    border: 1px solid #eee;
    margin: 0 5%;
    padding: 10px;
    box-sizing: border-box;
}

.right-top--left p,
.right-top--right p {
    text-align: center;
    /*line-height: 30px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wapper-right--bottom {
    background-color: #fff;
}

.error {
    font-size: 12px;
    color: red;
    margin-left: 20px;
    margin-top: 10px;
}

.select-address {
    margin-right: 10px;
}

.wapper-content--left .pannel-content>img {
    display: block;
    margin: 20px auto;
    width: auto;
    max-width: 100%;
}

.volunteer-project-content li a {
    display: block;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.volunteer-project-content li a:hover {
    color: #bd1d21;
}

.content-right--title {
    color: #000;
}

#activity .activity-item {
    max-height: inherit;
    padding: 0px 15px 0 15px;
}

.volunteer-navigation .volunteer-navigation--first {
    width: 70px;
}


/*轮播样式修改*/

.swiper-bg {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0 40% 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-pagination-bullets {
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}

.swiper-pagination-bullet {
    background: #fff!important;
    width: 11px;
    height: 11px;
    opacity: 1!important;
}

.swiper-pagination-bullet-active {
    background: #bd1d21!important;
}

.pannel-content .spacing {
    margin: 0 5px;
}

.pannel-content p>img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 10px auto;
}

.review-detail--content {
    margin-top: 30px;
}

.ambassador-list,
.ambassador-list-li,
.ambassador-content-name {
    display: flex;
}

.ambassador-list {
    justify-content: space-between;
}

.ambassador-headerimg {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.ambassador-headerimg img {
    width: 100%;
    height: 100%;
}

.ambassador-list-li {
    width: 367px;
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
}

.ambassador-content {
    flex: 1;
    padding-left: 20px;
}

.ambassador-content-name {
    justify-content: space-between;
    padding-bottom: 15px;
}

.ambassador-content-name .name {
    font-size: 18px;
    color: #222;
    font-weight: bold;
}

.describe .tips {
    background: #f6f6f6;
    border-radius: 4px;
    color: #999;
    padding: 5px 10px;
}

.ambassador-content-infor {
    color: #666666;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.ambassador-content-money {
    color: #ff9b43;
    line-height: 21px;
    padding: 10px 0 20px 0;
}

.invitation-btn {
    margin-left: 35px;
    padding: 5px 26px;
    color: #C8161D;
    border: 1px solid #C8161D;
    cursor: pointer;
}

.time-coin {
    width: 28%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#activity .activity-item>li .active_content .active_title{
    min-height: 51px;
}