.footer-act {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 15px 0 25px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    z-index: 100;
    box-sizing: border-box
}

.richtext {
    word-break: break-all;
}

.collect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35px;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FE8A22;
}

.co-img {
    width: 14px;
    height: 14px;
}

.join-btn {
    width: 240px;
    height: 36px;
    line-height: 34px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background: #196781;
    border-radius: 18px;
    border: none;
    box-sizing: border-box;
}


.detail-info {
    padding-top: 55px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.poster {
    display: block;
    width: 100%;
    min-height: 170px;
}

.info1 {
    padding: 11px 15px;
    margin-bottom: 15px;
    background: #fff;
}

.pay-hd {
    height: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.title {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.address,
.time {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.address .label,
.time .label {
    flex: none;
    color: #A4A9B5;
}
.time-inner,.address-inner{
    word-break: break-all;
}

.time {
    margin-bottom: 5px;
}

.other-list {
    display: flex;
    height: 85px;
    padding: 0 10px;
    box-sizing: border-box;
}
.method-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 0 10px;
    box-sizing: content-box;
    overflow-x: auto;
}
.other-item {
    position: relative;
    flex: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 32%;
    padding: 0 10px;
    margin-bottom: 10px;
    height: 80px;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    background: #FFFFFF;
}
.method-inner:after{
    content: '';
    width: 32%;
}
.other-item.selected {
    border-color: #196781;
}

.other-item.selected::after {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid #196781;
    border-bottom: 6px solid #196781;
}

.pay-zw {
    height: 17px;
    width: 100%;
    margin-bottom: 3px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.pay-money {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #196781;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pay-method {
    height: 17px;
    margin-top: 3px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A4A9B5;
    line-height: 17px;
}

.pub-info {
    /* height: 173px; */
    margin-bottom: 10px;
    padding-top: 20px;
    background: #FFFFFF;
    box-sizing: border-box;
}

.pub-people {
    padding-left: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.head-icon {
    width: 36px;
    height: 36px;
    margin-right: 11px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
}

.head-name {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.lin-comname {
    padding: 0 15px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    box-sizing: border-box;
}

.line {
    height: 1px;
    margin: 10px 0;
    background: #F5F6F9;
}

.pub-detail {
    display: flex;
    flex-flow: wrap;
    padding: 0 15px;
}

.pub-item {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.pub-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.zs-detail {
    background: #FFFFFF;
}

.zs-hd {
    padding: 20px 0 14px 15px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    border-bottom: 1px solid #EEEEEE;
}

.zs-item {
    padding: 1px 15px;
}

.zs-title {
    position: relative;
    padding-left: 14px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    word-break: break-all;
}

.zs-title::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 4px;
    height: 20px;
    background: #196781;
}

.zs-content {
    margin-bottom: 30px;
    word-break: break-all;
    text-align: justify;
}
.zs-content img{
    max-width: 100%;
}
.act-view {
    position: fixed;
    right: 30px;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: #FFFFFF;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #196781;
    box-shadow: 1px 6px 0px rgba(0, 0, 0, 0.2);
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

.icon-phone {
    width: 10px;
    height: 20px;
}

.zs-join {
    margin-top: 10px;
    background: #fff;
    padding-bottom: 70px;
}


.cuntom-list {
   padding: 0 10px;
    overflow: hidden;
}

.cunstom-item {
    float: left;
    width: 20%;
    margin-bottom: 10px;
    text-align: center;
}

.cunstom-item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.overshow {
    margin: 10px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.time-cha {
    font-size: 14px;
    color: #999;
}

.cuntom-more {
    display: none;
    font-size: 12px;
    margin: 0 10px;
    height: 31px;
    line-height: 31px;
    position: relative;
    background: #f9f9f9;
    color: #888 !important;
    border: 1px solid #ddd;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all ease .3s;
}
.signup-people {
    display: none;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.signup-people img {
    vertical-align: middle;
}
