* {
    box-sizing: border-box;
}

body {
    margin: 0;
}
.not-allowed{
    cursor: not-allowed!important;
    background: rgb(204, 204, 204) !important;
}
.zs-main {
    padding: 20px 0;
    background-color: #f5f6f9;
}

.zs-box {
    margin: auto;
    width: 1080px;
}

.zs-top {
    width: 1080px;
    height: 334px;
    margin-bottom: 10px;
    padding: 33px 0 0 30px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
}

.left-poster {
    width: 422px;
}

.poster {
    height: 248px;
    /*background-color: darkcyan;*/
}

.poster-img {
    width: 100%;
    max-height: 100%;
}

.share-head {
    margin-top: 12px;
}

.share-box {
    /* margin-left: 20px; */
    vertical-align: middle;
}

.shareto {
    color: #999;
}

.log_sina, .log_qq, .log_wxs, .log_xcx {
    background: url(/uploads/image/image/all.png) transparent no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    overflow: hidden;
    vertical-align: -8px;
    border-radius: 50%;
}

.log_sina {
    background-position: -246px -84px;
}

.log_qq {
    background-position: -273px -84px;
}

.log_wxs {
    background-position: -300px -84px;
}

.log_xcx {
    background-position: -326px -84px;
}

.fexiang {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #a4a9b5;
}

.right-info {
    margin-left: 30px;
    width: 595px;
}

p {
    margin: 0;
}

.info-title {
    height: 28px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.address,
.zs-time {
    margin-bottom: 10px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #a4a9b5;
    line-height: 20px;
}

.address-inner,
.time-inner {
    display: inline-block;
    width: 365px;
    color: #333333;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}
.address-inner{
    cursor: pointer;
    color: #196781;
}
.add {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #a4a9b5;
    line-height: 20px;
}

.right-info .count-info {
    margin-right: 30px;
    padding-top: 2px;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #a4a9b5;
    line-height: 17px;
}

.share-count,
.see-count {
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}

.see-count:before {
    position: absolute;
    left: 1px;
    top: 3px;
    content: '';
    background:  no-repeat;
    width: 15px;
    height: 10px;
}

.share-count:before {
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    background:  no-repeat;
    width: 12px;
    height: 11px;
}

.line {
    display: block;
    width: 569px;
    height: 1px;
    margin-top: 17px;
    margin-bottom: 20px;
    background-color: #eeeeee;
}

.labels {
    margin-top: 30px;
    margin-right: 30px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.money-method {
    position: relative;
    margin-bottom: 30px;
}

.method-list {
    position: relative;
    width: 464px;
    height: 82px;
    overflow: hidden;
}

.method-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 82px;
    overflow: hidden;
}

.method-slide {
    display: none;
    position: absolute;
    right: 30px;
    top: 22px;
    width: 16px;
    height: 32px;
    background: #000000;
    opacity: 0.2;
    cursor: pointer;
}
.method-slide2 {
    display: none;
    position: absolute;
    left: 67px;
    top: 22px;
    width: 16px;
    height: 32px;
    background: #000000;
    opacity: 0.2;
    cursor: pointer;
}

.method-slide:after{
    content: '';
    position: absolute;
    right: 5px;
    top: 9px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.method-slide2:after{
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(45deg);
}

.method-ietm {
    position: relative;
    float: left;
    width: 140px;
    height: 80px;
    margin-right: 20px;
    padding: 0 10px;
    border: 1px solid #eeeeee;
    text-align: center;
    cursor: pointer;
}

.method-ietm.selected {
    border-color: #196781;
}

.method-ietm.selected:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid #196781;
    border-left-color: transparent;
    border-top-color: transparent;
}

.method-ietm span {
    display: block;
}

.pay-method {
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #a4a9b5;
    line-height: 17px;
}

.pay-money {
    height: 22px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #e83a30;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pay-desc {
    margin: 5px 0;
    height: 17px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.my-join {
    width: 118px;
    height: 38px;
    margin-left: 76px;
    background: #196781;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}

.my-collect {
    width: 88px;
    height: 38px;
    margin-left: 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: rgb(239,143,63);
    border: 1px solid rgb(239,143,63);
    background-color: transparent;
    outline: none;
    cursor: pointer;
}
.collect-img {
    width: 16px;
    position: relative;
    top: -2px;
    margin-right: 2px;
}
.ci2,.ct2{
    display: none;
}
.iscollect{
    background: rgb(239,143,63);
    color: #fff;
}
.iscollect .ci2,
.iscollect .ct2{
    display: inline-block;
    line-height: 1;
}
.iscollect .ci1,
.iscollect .ct1{
    display: none;
}

.zs-container {
    width: 817px;
}

.zs-content {
    padding: 20px 0;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
}

.zs-js {
    padding:0 30px 16px 30px;
    margin-bottom: 20px;
    line-height: 28px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    border-bottom: 1px solid #eeeeee;
}

.zs-add {
    width: 253px;
}

.zs-title {
    position: relative;
    height: 25px;
    padding-left: 14px;
    padding-right: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
}

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

.cons {
    text-align: justify;
    word-break: break-all;
}
.zs-ms{
    padding: 0 30px;
}
.zs-ms>div:last-child{
    margin-bottom: 0;
}
/*.zs-content-ls {*/
/*    padding-bottom: 10px;*/
/*}*/
.zs-content-ls .zs-js{
    margin-bottom: 14px;
}
.lixi-box{
    padding: 0 30px;
    box-sizing: border-box;
}
.lixi-box-inner{
    height: 134px;
    padding-top: 20px;
    background: #f5f6f9;
}
.fa-people {
    margin-bottom: 20px;
}

.fb-logo {
    float: left;
    width: 64px;
    height: 64px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin: 15px 30px 0 20px;
}
.comnames{
    /*height: 22px;*/
    margin-bottom: 20px;
    font-size: 16px;
    font-family: pingfangsc-semibold, pingfang sc;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}
.fb-name {
    float: left;
    margin-top: 9px;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.person-info span {
    position: relative;
    float: left;
    padding-left: 26px;
    margin-right: 45px;
    margin-bottom: 8px;
    display: inline-block;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.person-info span:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: '';
    width: 16px;
    height: 16px;
}
.link-name,.tel{
    width: 160px;
}
.person-info .link-name:before {
    background:  no-repeat;
}
.person-info .mobile:before {
    background:  no-repeat;
}

.person-info .tel:before {
    background:  no-repeat;
}

.person-info .email:before {
    background:  no-repeat;
}

.person-info .wx:before {
    background:  no-repeat;
}

.person-info .qq:before {
    background:  no-repeat;
}
.fa-detail .person-info{
    padding-left: 30px;
    padding-top: 20px;
}
.zs-content-last {
    padding-left: 0;
}
.qrcode{
    margin-top: 10px;
    padding: 15px 0;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
}
.qrcode1{
    float: right;
    margin-right: 40px;
    margin-top: -8px;
    text-align: center;
}
.qrcode1 img{
    width: 96px;
    max-height: 96px;
}
.qrcode span,
.qrcode1 span{
    font-size: 12px;
    font-weight: 400;
    color: #949494;
}
.qrcode img{
    width: 160px;
}
.cuntom-list {
    padding-left: 30px;
}

.cunstom-item {
    float: left;
    width: 9.7%;
    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: block;
    font-size: 12px;
    margin: 20px 10px 0;
    height: 31px;
    line-height: 31px;
    width: 97%;
    position: relative;
    background: #f9f9f9;
    color: #888 !important;
    border: 1px solid #ddd;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    transition: all ease .3s;
}

.fa-detail {
    width: 253px;
    margin-bottom: 10px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
}
.cirlce-box{
    position: relative;
    width: 253px;
    height: 53px;
    overflow: hidden;
    text-align: center;
}
.circle-inner{
    position: absolute;
    bottom: 0;
    left: -400px;
    width: 1053px;
    height: 1053px;
    /* height: 53px; */
    border-radius: 50%;
    background: #196781;
}
.l-hd {
    position: relative;
    display: inline-block;
    line-height: 53px;
    font-size: 16px;
    font-family: pingfangsc-semibold, pingfang sc;
    font-weight: 600;
    color: #ffffff;
    z-index: 10;
}
.comname{
    margin: 15px 0;
    font-size: 16px;
    font-family: pingfangsc-semibold, pingfang sc;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    text-align: center;
}
.lines{
    width: 253px;
    height: 1px;
    border-top: 1px solid #eeeeee;
}
.fa-detail .person-info span {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.active-fix {
    width: 100%;

}

.active-fix img {
    width: 100%;
    margin-bottom: 10px;
}

.txt-share-box {
    height: 212px;
    padding: 22px 10px 10px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    border: solid 1px #1b85d5;
    background-color: #ffffff;
}

.txt-share-box > img {
    float: left;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    margin-right: 10px;
}

.txt-share-content-title {
    display: flex;
    align-items: center;
}

.txt-share-content-title-pp {
    padding-top: 15px;
    font-size: 18px;
    color: #333;
    flex: 1;
}

.txt-share-content-des-pp {
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}

.txt-slogn {
    padding-top: 22px;
    clear: both;
    font-size: 18px;
    text-align: center;
    color: #333;
}

.hide {
    display: none;
}

.signup-people {
    display: none;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

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

.tippy-popper {
    opacity: 1
}