.tab {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 0px 5px 1px rgba(180, 193, 203, 0.5);
}

.tab-list {
    flex: 1;
    text-align: center;
    position: relative;
    height: 100%;
    line-height: 70px;
    cursor: pointer;
}

.text {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.line {
    width: 72px;
    height: 2px;
    background: #f7810b;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -36px;
    display: none;
}

.tab-active .line {
    display: block;
}

.tab-active .text {
    font-weight: 800;
    color: rgba(247, 129, 11, 1);
    font-size: 18px;
}

/*  */
.content-box {
    width: 100%;
    height: calc(100% - 94px);
    background: #ffffff;
    box-shadow: 0px 0px 5px 1px rgba(180, 193, 203, 0.5);
    /* margin-top: 24px; */
    padding-bottom: 15px;
    min-height: 800px;
}

/* 投票柱状图 */
.zhu-box {
    padding: 20px 20px 22px 20px;
    box-sizing: border-box;
}

.heng-box {
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.left-text {
    display: flex;
    align-items: center;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    box-sizing: border-box;
    min-width: 75px;
}

.baifenbi {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}

.right {
    flex: 1;
    position: relative;
    height: 20px;
    overflow: hidden;
    background-color: rgba(248, 248, 248, 1);
}

.right-bg {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: fade 1s linear 1 alternate;
}

.right-bg1 {
    background-color: rgba(237, 28, 36, 1);
}

.right-bg2 {
    background-color: rgba(34, 177, 76, 1);
}

.right-bg3 {
    background-color: rgba(228, 127, 35, 1);
}

.right-num {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    margin-left: 18px;
    min-width: 45px;
}

.yuce {
    text-align: center;
    color: rgba(54, 58, 68, 1);
    font-size: 16px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hui {
    color: rgba(179, 181, 185, 1);
}

.place {
    width: 72px;
    height: 26px;
    background: linear-gradient(90deg, #ffdb4e 0%, #fec851 100%);
    border-radius: 4px 4px 4px 4px;
    color: rgba(54, 58, 68, 1);
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
}

@keyframes fade {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0;
    }
}

/* 列表 */

.content-list-box {
    width: 100%;
    /* height: calc(100% - 191px); */
    /* overflow-y: auto; */
    padding: 0px 20px;
    box-sizing: border-box;
}

.list-box {
    width: 100%;
    border-bottom: 1px solid rgba(232, 233, 236, 1);
    box-sizing: border-box;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.list-head {
    width: 100%;
    display: flex;
    align-items: center;
}

.head-icon {
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.head-icon > .icon {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.list-head-right {
    flex: 1;
    margin-left: 8px;
}

.titi {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 2px;
}

.time {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    line-height: 20px;
}

.guanzhu {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.guanzhubtn {
    width: 72px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid rgba(247, 129, 11, 0.8);
    display: flex;
    align-items: center;
    color: rgba(247, 129, 11, 1);
    font-size: 16px;
    justify-content: center;
    cursor: pointer;
}

.guanzhu-icon {
    width: 14px;
    height: 14px;
    display: block;
    font-size: 0;
    margin-right: 4px;
}

.list-content {
    margin-top: 18px;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    line-height: 26px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.imgx-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* align-items: center; */
    grid-gap: 20px;
}

.imgx-box > .imgs {

    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}

.list-bottom {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 20px;
}

.bottom-list {
    display: flex;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
}

.fenxiang {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    margin-right: 4px;
}

.icon {
    width: 20px;
    height: 20px;
    display: block;
    font-size: 0;
}

.pinglun {
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    margin-left: 4px;
}

.pinglun1 {
    color: rgba(247, 129, 11, 1);
}

/* 空状态 */
/*  */
.nullbox {
    width: 100%;
    padding-top: 150px;
    display: none;
}

.null-img {
    width: 280px;
    margin: auto;
}

.null-text {
    color: rgba(102, 102, 102, 0.8);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    line-height: 27px;
}

.null-text1 {
    color: rgba(153, 153, 153, 0.8);
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-top: 10px;
}

/* 投票弹窗 */
.pop,
.pop1 {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 11;
}

.pop-box {
    width: 480px;
    height: 328px;
    background: #ffffff;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -164px;
    margin-left: -240px;
    box-sizing: border-box;
    position: relative;
    padding: 27px 30px 24px 30px;
}

.pop-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(232, 233, 236, 1);
    box-sizing: border-box;
    margin-bottom: 18px;
}

.pop-border {
    border-bottom: 2px solid rgba(247, 129, 11, 1);
    box-sizing: border-box;
    display: flex;
    align-items: start;
}

.jianbain {
    width: 4px;
    height: 20px;
    background: linear-gradient(
            to bottom,
            rgba(247, 129, 11, 1),
            rgba(255, 255, 255, 1)
    );
    margin-top: 4px;
}

.pop-tit {
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 9px;
    margin-left: 6px;
}

.close {
    width: 20px;
    height: 20px;
    margin-left: auto;
    cursor: pointer;
    margin-bottom: 12px;
}

.pop-list {
    border-bottom: 1px solid rgba(232, 233, 236, 1);
    box-sizing: border-box;
    height: 50px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    /* column-gap: 8px; */
    font-weight: 500;
}

.checkd {
    border-radius: 50%;
    width: 19px;
    height: 19px;
    background: #ffffff;
    opacity: 1;
    border: 1px solid #e8e9ec;
    margin-right: 8px;
}

.checkd-active {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    background: url(../../assets/images/icons/xuanzhong.png) no-repeat;
    background-size: 100%;
    margin-right: 7px;
}

/* .checkd-active::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 0.4375rem;
height: 0.4375rem;
background: #faca33;
border-radius: 100%;
border: solid 0.125rem #faca33;
} */

.btnsubmit {
    width: 200px;
    height: 46px;
    background: linear-gradient(90deg, #ffdb4e 0%, #fec851 100%);
    border-radius: 4px 4px 4px 4px;
    margin: 28px auto 0px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: rgba(54, 58, 68, 1);
    font-weight: 800;
}

/* 交流发布弹窗 */
.jiaoliu-pop {
    width: 840px;
    height: 578px;
    background: #ffffff;
    border-radius: 8px 8px 8px 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -420px;
    margin-top: -289px;
    padding: 24px 30px;
    box-sizing: border-box;
}

.pop-list-box {
    margin-top: 20px;
    width: 100%;
}

.pop-list-tit {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}

.pop-list-input {
    width: 100%;
    height: 46px;
    background: #fcfcfc;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #e8e9ec;
    padding: 0px 20px;
    box-sizing: border-box;
}

.pop-list-textarea {
    width: 100%;
    height: 90px;
    background: #fcfcfc;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #e8e9ec;
    padding: 10px 20px;
}

.wenbenyu {
    width: 100%;
    height: 100px;
    border: none;
    resize: none;
    outline: none;
    color: #333;
    font-size: 14px;

    background-color: rgba(255, 255, 255, 0);
}

.wenbenyu::placeholder {
    color: rgba(179, 181, 185, 1);
    font-size: 14px;
}

/* 上传图片 */
.imgs-box {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.list-img {
    position: relative;
}

.close1 {
    width: 16px;
    height: 16px;
    margin-left: auto;
    display: block;
    z-index: 10;
    position: absolute;
    right: -7px;
    top: -9px;
    cursor: pointer;
}

.shang {
    background: url(../../assets/images/icons/addimg.png) no-repeat;
    background-size: 100%;
}

.z_photo {
    width: 4.6875rem;
    height: 4.6875rem;
    position: relative;
    border: none;
}

.z_photo > .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.25rem;
}

.shangchuan {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border: none;
    resize: none;
    cursor: pointer;
}

/* 底部按钮 */
.bottom-btn {
    width: 100%;
    height: 46px;
    background: #ffffff;
    display: flex;
    column-gap: 0.625rem;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.bottom-left,
.bottom-right {
    width: 200px;
    height: 46px;
    background: #f2f2f2;
    border-radius: 4px 4px 4px 4px;
    border-radius: 0.25rem;
    color: rgba(54, 58, 68, 1);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}

.bottom-left {
    background-color: rgba(242, 242, 242, 1);
}

.bottom-right {
    background: linear-gradient(90deg, #ffdb4e 0%, #fec851 100%);
}

/* fenye */
#demo-laypage-theme-3 {
    margin-top: 40px;
    text-align: center;
}

input {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
}

input ::placeholder {
    color: rgba(153, 153, 153, 1);
}

/* 轻提示 */
.toast_box {
    /* width: 100%; */
    position: sticky;
    bottom: 80%;
    left: 740px;
    /* justify-content: center; */
    z-index: 200;
    transform: translate(-50%, -50%);
    display: none;
}

.toast_box p {
    box-sizing: border-box;
    padding: 10px 20px;
    width: max-content;
    /* 提示框的背景色 */
    background: #707070;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    opacity: 0.8;
}

/* 发布 */
.base_container_left {
    position: relative;
}

.fabu {
    position: absolute;
    right: 0px;
    bottom: 80px;
    width: 52px;
    height: 52px;
    background: linear-gradient(142deg, #ffdb4e 0%, #fec851 100%);
    box-shadow: 0px 0px 5px 1px rgba(180, 193, 203, 0.5);
    border-radius: 50%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    line-height: 21px;
    padding-top: 10px;
    cursor: pointer;
}

.fabu > .add {
    width: 12px;
    height: 12px;
    display: block;
    margin: 0rem auto 3px;
}