* {
    padding: 0;
    margin: 0;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        /* max-width: 540px; */
        max-width: 100%;
    }
    body {
        min-width: 990px;
    }
}

@media (max-width: 576px) {
    .sliding-box {
        left: 10px!important;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        /* max-width: 720px; */
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    .sliding-box {
        left: 2.5%;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        /* max-width: 960px; */
        max-width: 95%;
    }
}

@media (max-width: 992px) {
    .sliding-box {
        left: 2.5%;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1200px !important;
    }
}

@media (max-width: 1200px) {
    .sliding-box {
        left: calc((100% - 1200px) / 2);
    }
}

.index-body {
    background-color: #fff !important;
}

.l-home {
    background: linear-gradient(to bottom, #f0fcff 30%, #fff);
    padding: 30px 0;
    box-shadow: 0px 4px 10px rgba(214, 227, 230, 0.3);
}

.top {
    display: flex;
    justify-content: space-between;
}

.leftImg {
    position: relative;
    width: calc(100% - 240px);
}

.smegma {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
    top: 0;
    border-radius: 10px;
}

.index-head-name {
    max-width: 260px;
    width: fit-content;
    text-align: left;
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 0px 20px;
    height: 46px;
    line-height: 46px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
}

.enter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 156px;
    height: 47px;
    line-height: 43px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.37);
    color: rgba(255, 255, 255, 100);
    font-size: 18px;
    text-align: center;
    font-family: Roboto;
    border: 2px solid rgba(0, 153, 187, 100);
}

.rightImg {
    width: 230px;
    padding-left: 10px;
    overflow-y: scroll;
}

.leftImg img {
    width: 100%;
    border-radius: 10px;
}

.rightImg-item {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 7px;
    position: relative;
}

.rightImg-item:nth-child(4) {
    margin-bottom: 0;
}

.zbzicon {
    width: 12px;
    margin-right: 3px;
}

.jticon {
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translate(-50%, -50%);
}

.rightImg-item-active {
    border: 2px solid #0099bb;
}

.l-navs {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.l-navs-item {
    width: calc(20% - 10px);
    height: 72px;
    background-color: #ECF3F5;
    box-sizing: border-box;
    line-height: 72px;
    text-align: center;
    border-radius: 10px;
}

.l-navs-item img {
    width: 40px;
}

.l-soon {
    margin-bottom: 30px;
}

.l-soon-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-soon-head span:nth-child(2) {
    font-size: 14px;
    color: #869FA5;
}

.l-soon-head span:nth-child(1) {
    font-size: 22px;
    color: #212324;
    font-weight: normal;
}

.l-soon-date {
    margin-top: 20px;
    margin-bottom: 39px;
}

.l-soon-date-box {
    display: flex;
    /* justify-content: space-around; */
}

.l-soon-date-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 15px);
    margin-right: 20px;
}

.l-soon-date-item:nth-child(4) {
    margin-right: 0;
}

.l-soon-date-item div:nth-child(1) {
    color: #212324;
    font-size: 16px;
    margin-bottom: 12px;
}

.l-soon-date-item div:nth-child(2) {
    background-color: #7DCADB;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-soon-date-line {
    width: 100%;
    height: 3px;
    background-color: #DFEDF0;
}

.l-soon-date-active {
    color: #0099BB !important;
}

.l-soon-date-activebg {
    background-color: #0099BB !important;
}

.l-soon-date-box {
    margin-bottom: -15px;
}

.l-soon-list {
    display: flex;
    /* justify-content: space-between; */
    margin-top: 20px;
}

.l-soon-item {
    width: calc(25% - 15px);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 100);
    margin-right: 20px;
    box-shadow: 2px 6px 13px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(255, 255, 255, 100);
    position: relative;
}

.l-soon-item:nth-child(4n+4) {
    margin-right: 0;
}

.l-soon-item-img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.l-soon-item-content {
    padding: 14px 15px 18px 15px;
}

.l-soon-item-title {
    font-size: 16px;
    color: #212324;
}

.l-soon-item-tag {
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 12px;
}

.l-soon-item-tag span {
    background-color: #F0F0F0;
    color: #999A9B;
    padding: 5px 7px;
    font-size: 12px;
    margin-right: 4px;
}

.textsl1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.textsl2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.textsl3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.l-soon-item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-soon-item-info-left {
    display: flex;
    align-items: center;
}

.xlimg {
    position: absolute;
    right: -9px;
    top: -10px;
}

.xltext {
    position: absolute;
    right: 4px;
    top: 8px;
    font-size: 12px;
    color: #fff;
    transform: rotate(45deg);
}

.l-soon-item-info-left img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.l-soon-item-info-left span {
    color: #869FA5;
    font-size: 12px;
    margin-left: 10px;
}

.l-soon-item-info-right {
    display: flex;
    align-items: center;
}

.icon-renwu-tuandui {
    font-size: 17px;
    color: #869FA5;
}

.l-soon-item-info-right span {
    color: #869FA5;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 2px;
}

.l-soon-item .labeltext {
    border-radius: 31px;
    background-color: rgba(0, 0, 0, 0.43);
    color: rgba(255, 255, 255, 100);
    font-size: 12px;
    text-align: center;
    font-family: Roboto;
    position: absolute;
    left: 15px;
    top: 20px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
}

.labeltexts {
    border-radius: 31px;
    background-color: red;
    color: rgba(255, 255, 255, 100);
    font-size: 12px;
    text-align: center;
    font-family: Roboto;
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 4px 10px;
    display: flex;
    align-items: center;
}

.labeltexthf {
    border-radius: 31px;
    background-color: rgba(0, 0, 0, 0.43);
    color: rgba(255, 255, 255, 100);
    font-size: 12px;
    text-align: center;
    font-family: Roboto;
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 4px 10px;
    display: flex;
    align-items: center;
}


/*系列直播 */

.l-series {
    margin-top: 45px;
}

.l-anchor-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.l-anchor-item {
    width: calc(25% - 15px);
    padding: 20px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.l-anchor-item:nth-child(4n+4) {
    margin-right: 0px;
}


/* .l-anchor-item:nth-last-child(-n+4){
    margin-bottom: 0px!important;
} */

.l-anchor-item-left {
    position: relative;
}

.l-anchor-item-left img {
    width: 80px;
    height: 80px;
}

.l-anchor-item-right {
    margin-left: 18px;
}

.l-anchor-item-name {
    font-size: 18px;
    font-weight: normal;
}

.zsimg {
    position: relative;
    z-index: 2;
}

.l-anchor-item-attesta {
    border-radius: 0px 20px 20px 0px;
    background-color: rgba(153, 151, 255, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 12px;
    text-align: center;
    font-family: Roboto;
    padding: 1px 8px;
    padding-left: 13px;
    margin-left: -12px;
    position: relative;
    z-index: 1;
}

.l-anchor-item-attestawei {
    border-radius: 0px 20px 20px 0px;
    background-color: rgb(155, 155, 159);
    color: rgba(255, 255, 255, 100);
    font-size: 12px;
    text-align: center;
    font-family: Roboto;
    padding: 1px 8px;
    padding-left: 13px;
    margin-left: -12px;
    position: relative;
    z-index: 1;
}

.l-anchor-item-Latest {
    font-size: 14px;
    color: #9DAABA;
}

.l-anchor-item-num {
    font-size: 14px;
    color: #9DAABA;
}

.l-anchor-item-start {
    position: absolute;
    bottom: -3px;
    right: 2px;
    background-color: #FB0505;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 17px;
    border: 1px solid #fff;
}

.l-anchor-item-start img {
    width: 14px;
    height: 14px;
}

.l-playback-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.l-playback-item {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
}

.l-playback-item:nth-child(4n+4) {
    margin-right: 0px;
}

.l-fans-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.l-fans-head span:nth-child(2) {
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: 1px solid #09b;
    border-radius: 50px;
    padding: 4px 16px;
    font-size: 12px;
    margin-right: 12px;
    color: #09b;
}

.fans-head-title {
    border-left: 3px solid #0099BB;
    padding-left: 5px;
    line-height: 1;
    font-size: 22px;
}

.l-fans-contents {
    margin-top: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.l-fans-list {}

.l-fans-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 20px;
}

.l-fans-gz {
    display: inline-block;
    width: 83px;
    height: 36px;
    line-height: 36px;
    border-radius: 40px;
    background-color: rgba(0, 153, 187, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(255, 255, 255, 100);
    white-space: nowrap;
}

.l-fans-ygz {
    display: inline-block;
    width: 83px;
    height: 36px;
    line-height: 36px;
    border-radius: 40px;
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(255, 255, 255, 100);
    white-space: nowrap;
    background-color: #C8D0D9
}

.l-fans-left {
    display: flex;
    align-items: center;
}

.l-fans-left>img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 10px;
}


/* .l-playback-item:nth-last-child(-n+4){
    margin-bottom: 0px!important;
} */


/* 全部会议 */

.meetTopBox {
    position: relative;
}

.meetHeadBj {
    width: 100%;
    height: 220px;
}

.meetTopBox div {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    color: #fff;
    transform: translate(-50%, -50%);
}

.whole-list {
    background-color: #fff;
}

.whole-seach {
    margin-top: 30px;
}

.bgFB0505 {
    background-color: #FB0505 !important;
}

.whole-seach-box {
    display: flex;
    align-items: center;
}

.whole-seach-list {
    display: flex;
    flex-wrap: wrap;
}

.whole-seach-list span {
    margin: 0 5px;
    padding: 5px 10px;
}

.whole-seach-active {
    background-color: #0099BB;
    border-radius: 30px;
    color: #fff;
}


/* 分页 */

.page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.pageList {
    display: flex;
    align-items: center;
}

.pageItem {
    border: 1px solid #c2c2c2;
    padding: 4px 6px;
    margin-right: 10px;
    min-width: 40px;
    width: fit-content;
    height: 40px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageItem:hover {
    border-color: #0099BB;
}

.pageActive {
    background-color: #0099BB;
    color: #fff;
}

.pageBox {
    display: flex;
    align-items: center;
}

.pageList {
    margin: 0;
    padding-left: 0;
    box-sizing: border-box;
}


/* 直播 */

.live-head {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.live-head-title {
    font-size: 18px;
    font-weight: normal;
}

.live-sm {
    font-size: 14px;
    color: #9DAABA;
    display: flex;
    align-items: center;
    margin: 0px 10px;
}

.live-head-right {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.live-bm {
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    background-color: rgba(251, 5, 5, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    text-align: center;
    margin-left: 20px;
    border: 1px solid rgba(255, 255, 255, 100);
}

.live-conteng {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.live-conteng-left {
    width: calc(100% - 300px);
    height: auto;
    border-radius: 10px;
}

.live-conteng-right {
    width: 280px;
}

.live-conteng-nav-box {
    width: 100%;
    /* padding: 20px; */
    background-color: #fff;
    border-bottom: 1px solid #E6EBEC;
    display: flex;
    padding-top: 20px;
    white-space: nowrap;
    overflow-x: scroll;
}

.live-conteng-nav-box span {
    padding-bottom: 15px;
    margin: 0px 10px;
    cursor: pointer;
    color: #888888;
}

.live-conteng-nav-active {
    border-bottom: 2px solid #0099BB;
    font-weight: normal;
    color: #000 !important;
}

.live-nav {
    background-color: #fff;
    padding: 20px;
    display: none;
}

.live-nav2-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16;
}

.live-nav2-title span:nth-child(1) {
    font-size: 16px;
    font-weight: normal;
}

.live-nav2-title span:nth-child(2) {
    font-size: 14px;
    color: #9DAABA;
    font-weight: normal;
}

.live-nav2-list {
    margin-top: 20px;
}

.live-nav2-item {
    display: flex;
    background-color: #F7F7F7;
    align-items: center;
    min-height: 60px;
    border-radius: 4px;
    background-color: rgba(247, 247, 247, 100);
    border: 1px solid rgba(255, 255, 255, 100);
    padding: 0 25px;
    margin-bottom: 20px;
}

.live-nav2-item div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.live-nav2-item .icon-bofang08 {
    font-weight: 900;
    margin-right: 5px;
}

.live-nav2-item div:nth-child(3) {
    color: #869FA5;
}

.lookBtn {
    width: 70px;
    height: 30px;
    line-height: 28px;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(191, 198, 211, 100);
    font-size: 14px;
    text-align: center;
    font-family: PingFang SC;
    border: 1px solid rgba(191, 198, 211, 100);
}

.live-nav2-item-active {
    background-color: #EBF8FB;
    color: #0099BB;
}

.lookBtn-active {
    color: #0099BB;
    border-color: #0099BB;
}

.live-nav2-item-title {
    width: 45%;
    margin-right: 3%;
    margin-left: 2%;
}

.live-conteng-right-intro {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.tx {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.live-conteng-cart {
    display: flex;
    align-items: center;
}

.fs12 {
    font-size: 12px;
    color: #869FA5;
}

.live-conteng-count {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.fs16 {
    font-size: 16px;
    font-weight: normal;
}

.live-conteng-refer {
    margin-top: 20px;
}

.col7B7B7B {
    color: #7B7B7B
}

.fs14 {
    font-size: 14px;
}

.live-conteng-suggest {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.live-conteng-suggest-title {
    font-size: 16px;
    font-weight: normal;
}

.live-conteng-suggest-list {
    margin-top: 10px;
}

.live-conteng-suggest-item {
    display: flex;
    margin-bottom: 15px;
}

.live-conteng-suggest-item img {
    width: 130px;
    height: 65px;
    border-radius: 10px;
    margin-right: 10px;
    object-fit: cover;
}

.live-conteng-fm {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.lod {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.live-conteng-up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 992;
    color: #000;
}

.hfbox {
    background-color: #000;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.live-conteng-fm-img {
    width: 100%;
    height: auto;
    max-height: 540px;
}

.live-conteng-catalog {
    padding: 20px;
    background-color: #132124;
    color: #C3D2D5;
    border-radius: 10px;
    height: 440px;
    margin-bottom: 20px;
    overflow-y: scroll;
}

.live-conteng-catalog-list {
    margin-top: 20px;
}

.live-conteng-catalog-item {
    font-size: 14px;
    margin-bottom: 20px;
}

.live-conteng-catalog-item-date {
    display: flex;
    justify-content: space-between;
}

.hfbtn {
    border: 1px solid #869FA5;
    border-radius: 5px;
    padding: 2px 5px;
}

.live-catalog-item-active {
    color: #44B094;
}

.live-catalog-item-active-bor {
    border-color: #44B094 !important;
    color: #44B094 !important;
}

.zzbox {
    margin-top: 14px;
    color: #fff;
    display: flex;
    align-items: center;
}

.zzbox img {
    width: 18px;
    background-color: red;
    padding: 3px;
    color: #fff;
    font-weight: 900;
    margin-right: 5px;
    border-radius: 3px;
}

.live-wkbbox div:nth-child(1) {
    color: #fff;
    font-size: 16px;
    text-align: center;
    /* margin-bottom: 10px; */
}

.live-wkbbox {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.live-wkbbox div:nth-child(3) {
    color: rgba(255, 255, 255, 100);
}

.live-wkbbox div:nth-child(2) span {
    padding: 3px 5px;
    line-height: 20px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    margin: 0px 5px;
}


/* 个人中心 */

.person-main {
    padding-top: 60px;
}

.person-content {
    display: flex;
    margin-top: 40px;
}

.home-nav-list {
    width: 120px;
    background-color: #ECF3F5;
    /* padding-top: 20px; */
    position: sticky;
    top: 60px;
    height: fit-content;
}

.home-nav-list li {
    text-align: center;
    /* line-height: 50px; */
    /* margin-bottom: 40px; */
    padding: 20px 0;
    color: #869FA5;
    cursor: pointer;
}

.home-nav-list li div {
    font-size: 16px;
    margin-top: 10px;
}

.home-nav-list li i {
    font-size: 32px;
}

.home-nav-cont {
    width: calc(100% - 120px);
    background-color: #fff !important;
}

.person-nav-active {
    background-color: #fff;
    border-left: 3px solid #0099bb;
    color: #0099bb !important;
}


/* 我的直播 */

.direct-box {
    padding: 0px 20px;
    background-color: #fff;
    min-height: 100vh;
}

.direct-serch-input .form-control {
    width: fit-content;
    margin: 0 10px;
}

.direct-serch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.direct-seach-btn {
    height: 38px;
}

.direct-serch-input {
    display: flex;
    align-items: center;
}

.direct-num {
    margin: 20px 0;
    font-size: 14px;
    color: #9DAABA;
}

.direct-list-item {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.direct-list-item-img {
    position: relative;
    max-width: 210px;
    max-height: 120px;
    border-radius: 5px;
    margin-right: 20px;
    width: 210px;
    height: 104px;
}

.direct-list-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.direct-item-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.direct-list-item-right {
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 10px;
}

.direct-list-item-bom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.direct-list-item-state {
    padding: 0px 3px;
    height: 22px;
    line-height: 19px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 100);
    font-size: 13px;
    text-align: center;
    font-family: PingFang SC;
    margin-right: 10px;
}

.direct-item-state1 {
    color: rgba(157, 170, 186, 100);
    border: 1px solid rgba(214, 219, 226, 100);
}

.direct-item-state2 {
    color: red;
    border: 1px solid red;
}

.direct-item-state3 {
    color: #44B094;
    border: 1px solid #44B094;
}


/* 我的收藏 */

.tuck-title {
    padding-top: 30px;
    font-weight: normal;
    font-size: 18px;
}


/* 创建直播 */

.addlive-content {
    padding: 30px;
}

.addlive-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D2E4E8;
    padding-bottom: 20px;
}

.addlive-title:nth-child(1) {
    font-size: 18px;
    font-weight: normal;
}

.addlive-title span:nth-child(2) {
    width: 60px;
    height: 30px;
    line-height: 30px;
    border-radius: 34px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(0, 153, 187, 100);
    font-size: 14px;
    text-align: center;
    font-family: PingFang SC;
    border: 1px solid rgba(0, 153, 187, 100);
    cursor: pointer;
}

.addlive-from {
    margin-top: 40px;
}

.addlive-from-input {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.addlive-from-label {
    white-space: nowrap;
    margin-right: 10px;
    width: 100px;
    text-align: right;
    font-size: 14px;
    margin-bottom: 0px;
    flex-shrink: 0;
}

.addlive-from-fm {
    display: flex;
    align-items: flex-start !important;
}

.addlive-fm {
    display: flex;
}

.addlive-fm img {
    width: 170px;
    height: 110px;
    border-radius: 5px;
    margin-right: 20px;
    object-fit: cover;
}

.addlive-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.addlive-btn button {
    width: 160px;
}

.addlive-btn button:nth-child(1) {
    margin-right: 20px;
}


/* 数据管理 */

.manage-content {
    margin-top: 30px;
    background-color: #FFF;
    padding: 30px 50px;
}

.manage-head-title {
    font-size: 18px;
    font-weight: normal;
}

.manage-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D2E4E8;
    padding-bottom: 25px;
}

.manage-head ul {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.manage-head ul li {
    margin-right: 20px;
}

.col0099BB {
    color: #0099BB;
}

.col44B094 {
    color: #44B094;
}

.manage-nav {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.manage-nav li,
.manage-nav span {
    height: 40px;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 100);
    border: 1px solid rgba(0, 153, 187, 100);
    padding: 0px 10px;
    color: #0099BB;
}

.manage-box {
    border: 1px solid #D2E4E8;
    border-top-color: #0099BB;
    padding: 30px;
    border-radius: 5px;
}

.delxl {
    color: red;
    margin-left: 10px;
}

.manage-nav-active {
    background-color: #0099BB !important;
    color: #fff !important;
}

.manageitem {
    margin-top: 30px;
}

.my-head {
    display: flex;
    margin-top: 43px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 25px;
}

.my-head-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 32px;
}

.my-head-name {
    font-size: 20px;
    font-weight: normal;
}

.my-head-one {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flexbox {
    display: flex;
    align-items: center;
}

.flexboxs {
    display: flex;
    align-items: center;
}

.my-head-zc {
    width: 255px;
    height: 23px;
    line-height: 23px;
    border-radius: 20px;
    background-color: rgba(248, 248, 255, 100);
    color: rgba(123, 121, 255, 100);
    font-size: 12px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(123, 121, 255, 100);
}

.flex-jb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.voidBtn {
    width: 80px;
    height: 36px;
    line-height: 34px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(16, 16, 16, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(223, 222, 226, 100);
    cursor: pointer;
}

.data-list-item-bj {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: rgba(240, 247, 249, 100);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 100);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.data-list-item-bj img {
    width: 24px;
    height: 24px;
}

.fs18 {
    font-size: 18px;
}

.data-list {
    padding-bottom: 30px;
    border-bottom: 1px solid #D2E4E8;
    display: flex;
    justify-content: space-between;
}

.data-title {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    margin-bottom: 24px;
}

.data-list-gk {
    display: flex;
    align-items: center;
}

.data-list-gk .data-list-item {
    margin-right: 90px;
}

.data-nav3-seach {
    display: flex;
}

.data-nav3-seach select,
.data-nav3-seach input {
    width: 220px;
    margin-right: 20px;
}

.data-table {
    margin-top: 25px;
}

.data-table .jc_table th,
.jc_table td {
    border: none !important;
}

.bgred {
    background-color: red !important;
}

.l-loding {
    width: 100%;
    min-height: 100%;
    height: 100vh;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    background-color: rgba(33, 35, 36, 0.7);
    display: flex;
    align-items: center;
}

.l-lodcont {
    width: 40%;
    margin: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px
}

.l-lodcont-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.l-lodcont-title span {
    font-size: 18px;
    font-weight: normal;
}

.kszb {
    width: 180px;
    height: 80px;
    border-radius: 10px;
    background: linear-gradient(87.63deg, rgba(0, 153, 187, 1) 2.06%, rgba(0, 187, 187, 1) 97.48%);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 100);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.ydzb {
    width: 180px;
    height: 80px;
    border-radius: 10px;
    background: linear-gradient(87.63deg, rgba(0, 187, 118, 1) 2.06%, rgba(127, 187, 0, 1) 97.48%);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 100);
}

.live-state {
    border-radius: 5px;
    color: rgba(255, 255, 255, 100);
    font-size: 12px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(255, 255, 255, 0.43);
    padding: 2px 5px;
    display: flex;
    align-items: center;
}

.blbox {
    overflow-y: hidden;
    background-image: url();
    background-size: 100% 30%;
}

.blbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blboxs {
    overflow-y: hidden;
    background-image: url();
    background-size: 100% 30%;
}

.blboxs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blbox img {
    transition-duration: .6s;
    -ms-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    width: 100%;
    height: 100%;
}

.blbox:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.fxzbbox {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
}

.fxhb {
    width: calc(50% - 20px);
    display: flex;
    justify-content: center;
}

.fxhbimg {
    width: 220px;
    height: 308px;
    display: flex;
    justify-content: center;
    background-image: url('../../image/zhibo/fxbg.png');
    background-size: 100% 100%;
}

.direct-list-item-bom span:nth-child(2) {
    font-size: 18px;
}

#LiveList {
    padding: 20px 0;
}

.fxlogo {
    width: 64px;
    height: 23px;
    position: absolute;
    right: 17px;
    top: 17px
}

.fxhb-onteng {
    width: 100%;
    padding: 50px 20px
}

.fxhbslt {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.fxhbslt-box {
    width: 100%;
    border-radius: 10px;
}

.fxhbtitle {
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
}

#qrcodezb canvas {
    width: 100%;
}

.ccc {
    display: none !important;
}

.qqq {
    display: block !important;
}

.fs22 {
    font-size: 22px;
}

.klist {
    width: 50%;
}


/* 职称考试开始 */

.t-index-main {
    background-color: #F6FAFD;
}

.t-index-top {
    width: 100%;
    /* height: 45vh; */
}

.t-index-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t-index-count {
    background-color: #fff;
    padding: 20px 0;
}

.t-index-count-item {
    display: flex;
    align-items: center;
}

.t-index-count-item i {
    font-size: 48px;
    color: #E4E4E4;
}

.t-index-count-item>div {
    display: flex;
    flex-direction: column;
}

.fs28 {
    line-height: 1;
    font-size: 28px;
    color: #101010;
    font-weight: normal;
}

.t-index-count-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.t-iindex-nav {
    margin-top: 60px;
}

.t-index-nav-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}

.t-index-line {
    width: 40px;
    height: 1px;
    background-color: #D4DBE4;
    margin: 0 20px;
}

.note {
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #D4DBE4;
}

.t-index-nav-list {
    display: flex;
    align-items: center;
}

.t-index-nav-item {
    width: calc(100% - 10px);
    border: 1px solid #BBE3EC;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    margin-right: 20px;
    cursor: pointer;
}

.t-index-nav-list {
    margin-top: 30px;
}

.t-index-nav-item img {
    width: 80px;
    height: 80px;
}

.t-index-nav-item:hover img {
    -webkit-animation: proRotate .3s ease-in-out 50ms alternate none 1;
    animation: proRotate .3s ease-in-out 50ms alternate none 1
}

@-webkit-keyframes proRotate {
    0% {
        -webkit-transform: perspective(400px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0)
    }
}

@keyframes proRotate {
    0% {
        transform: perspective(400px) rotateY(180deg)
    }
    100% {
        transform: perspective(400px) rotateY(0)
    }
}

.gdbtns {
    margin: auto;
    width: 180px;
    height: 51px;
    line-height: 51px;
    border-radius: 40px;
    background: linear-gradient(91.2deg, rgba(0, 153, 187, 1) 1.19%, rgba(68, 176, 148, 1) 99.77%);
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(255, 255, 255, 100);
    cursor: pointer;
}

.t-details-head {
    background-color: #fff;
    margin: 20px 0;
    padding: 20px;
    border-radius: 4px;
}

.t-details-head {
    background-color: #fff;
    margin: 20px 0;
    padding: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.t-details-name {
    font-size: 24px;
    color: #212324;
    font-weight: normal;
}

.t-details-num {
    font-size: 14px;
    margin-top: 10px;
}

.t-details-addbtn {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(0, 153, 187, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(0, 153, 187, 100);
    cursor: pointer;
}

.t-details-addbtn:hover {
    color: #fff;
    background-color: rgba(0, 153, 187, 100);
}

.t-details-addbtns {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(0, 153, 187, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(0, 153, 187, 100);
}

.t-wrong-delbtn {
    width: 124px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 100);
    color: #9DAABA;
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid #9DAABA;
}

.t-details-content {
    display: flex;
    justify-content: space-between;
}

.t-details-left {
    width: calc(100% - 350px);
    background-color: #fff;
    padding: 10px 20px 20px 20px;
}

.t-details-right {
    width: 330px;
}

.t-details-table {
    margin-top: 20px;
}

.t-details-right-top {
    background-color: #FFF;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #212324;
    border-radius: 4px;
}

.t-details-right-top>div {
    cursor: pointer;
}

.t-details-right-top>div:hover img {
    -webkit-animation: proRotate .3s ease-in-out 50ms alternate none 1;
    animation: proRotate .3s ease-in-out 50ms alternate none 1
}

@-webkit-keyframes proRotate {
    0% {
        -webkit-transform: perspective(400px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0)
    }
}

@keyframes proRotate {
    0% {
        transform: perspective(400px) rotateY(180deg)
    }
    100% {
        transform: perspective(400px) rotateY(0)
    }
}

.t-details-right-top img {
    margin-bottom: 5px;
}

.t-details-right-bottom {
    background-color: #FFF;
    padding: 20px;
    border-radius: 4px;
}

.detaile-right-title {
    font-size: 16px;
    font-weight: normal;
    color: #212529;
    line-height: 1;
    border-left: 3px solid #0099bb;
    padding-left: 10px;
}

.details-line {
    margin: 20px 0;
    border: 1px solid #EAEAEA;
}

.icon-xia {
    display: block;
    cursor: pointer;
}

.ksdt {
    width: 85px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(0, 153, 187, 100);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    padding: 5px 8px;
    border: 1px solid rgba(0, 153, 187, 100) !important;
    cursor: pointer;
}

.jxbtn {
    width: 85px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 100);
    color: #9DAABA;
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
    padding: 5px 8px;
    border: 1px solid #9DAABA !important;
    cursor: pointer;
}

.detaile-fl {
    font-size: 14px;
    font-weight: normal;
}

.sonitem {
    font-size: 14px;
    color: #5A5A5A;
}

.sonitem li::marker {
    color: #0099bb;
}

.rank-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.details-rank-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.details-rank-item-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.col8F9194 {
    color: #8F9194;
}

.col44B094 {
    color: #44B094;
}

.colFFD10E {
    color: #FFD10E;
}

.colC5D7EA {
    color: #C5D7EA;
}

.colFFCE9B {
    color: #FFCE9B;
}

.t-wrong-box {
    width: 100%;
}

.t-answer-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.t-answer-left {
    width: calc(100% - 320px);
}

.t-answer-right {
    width: 300px;
}

.t-answer-left-top {
    background-color: #fff;
    margin: 20px 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.t-answer-left-bom {
    background-color: #fff;
    padding: 20px;
}

.write-type {
    font-size: 12px;
    background-color: #0099BB;
    border-radius: 4px;
    color: #fff;
    padding: 4px 8px;
    margin-right: 10px;
}

.write-name {
    font-weight: normal;
    font-size: 16px;
}

.write-option {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #EAEAEA;
}

.write-option li {
    border-radius: 4px;
    padding: 20px;
    border: 1px solid #EBEFF0;
    background-color: #FBFBFB;
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.answer-text {
    margin-top: 20px;
    font-size: 16px;
}

.analysis {
    margin-top: 10px;
    font-size: 14px;
    color: #869FA5;
}

.answer-data {
    font-size: 14px;
    color: #A4ADB3;
    margin-top: 10px;
}

.answer-bom-nav {
    margin-top: 30px;
    border-top: 1px solid #EAEAEA;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.switch-btn {
    display: flex;
    align-items: center;
}

.upper-topic {
    width: 90px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    text-align: center;
    font-family: PingFang SC;
    border: 1px solid rgba(0, 153, 187, 100);
    margin-right: 10px;
    display: block;
}

.lower-topic {
    width: 90px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
    background-color: rgba(0, 153, 187, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    font-family: PingFang SC;
    border: 1px solid rgba(255, 255, 255, 100);
}

.t-answer-right-top {
    background-color: #fff;
    margin: 20px 0;
    padding: 20px;
}

.answer-mode {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid #EAEAEA; */
    color: #ABABAB;
}

.answer-mode div {
    cursor: pointer;
}

.answer-mode-active {
    color: #0099bb;
}

.answer-mode i {
    font-size: 28px;
}

.t-answer-right-bom {
    background-color: #fff;
    padding: 20px;
}

.flexj {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t-answer-right-bom-title {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 20px;
}

.answer-sheet {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
}

.answer-sheet li {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #E4E4E4;
    text-align: center;
    line-height: 42px;
    border-radius: 4px;
}

.answer-sheet li:nth-child(5n+5) {
    margin-right: 0;
}

.borc0099BB {
    border-color: #0099BB !important;
    color: #0099BB;
}


/* 错误答案 */

.cwclass {
    border-color: #F50000 !important;
    background-color: #FFDEDE !important;
    color: #000 !important;
}


/* 正确答案 */

.zqclass {
    border-color: #4AB44A !important;
    background-color: #DCFBDC !important;
    color: #000 !important;
}


/* 考试模式选择 */

.ksclass {
    border-color: #0099BB !important;
    background-color: #F3FDFF !important;
    color: #000 !important;
}

.ydclass {
    border-color: #F0F0F0 !important;
    background-color: #F0F0F0 !important;
    color: #000 !important;
}

.write-option-item {
    display: flex;
    justify-content: space-between;
}

.t-determine {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    background-color: rgba(68, 176, 148, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    font-family: PingFang SC;
    border: 1px solid rgba(255, 255, 255, 100);
    margin: auto;
}

.Startexam {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    background-color: rgba(0, 153, 187, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    font-family: PingFang SC;
    border: 1px solid rgba(255, 255, 255, 100);
}

.ksjg {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ksjg div {
    border-right: 1px solid #b9b9b9;
    width: 13%;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
}

.ksjg span:last-child {
    border: none;
}

.ksdjsbox {
    text-align: center;
    min-width: 100px;
}

.ksdjs {
    color: #0099BB;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.ztcolor {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
    font-size: 14px;
}

.ztcolor div {
    display: flex;
    align-items: center;
}

.ztcolor span {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #9DAABA;
}

.borc0099BBs {
    border-color: #0099BB !important;
    color: #0099BB !important;
}

.ycct {
    white-space: nowrap;
    margin-left: 10px;
}


/* 职称考试结束 */

@media (max-width: 768px) {
    .t-index-top {
        min-height: 150px!important;
    }
    .t-index-top img {
        min-height: 150px!important;
    }
    .klist {
        width: 100%;
    }
    .leftImg {
        width: 100%;
        margin: 0 10px;
    }
    .ccc {
        display: block !important;
    }
    .qqq {
        display: none !important;
    }
    .search {
        width: 100%;
    }
    .search input {
        width: 100%;
    }
    .rightImg {
        display: none;
    }
    .index-head-name {
        max-width: 150px;
        top: 15px;
        left: 15px;
        padding: 0px 10px;
        height: 36px;
        line-height: 36px;
    }
    .ph-index-top {
        display: block;
        width: 100%;
        padding: 0 10px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .Startexam {
        display: block;
    }
    .l-home {
        padding: 20px 0;
    }
    .ph-index-top-title {
        font-size: 18px;
    }
    .ph-index-top-qh {
        display: flex;
        align-items: center;
    }
    .ph-index-top-qh i {
        font-size: 20px;
        margin: 0 5px;
        color: #869FA5;
    }
    .ph-index-top-qh span {
        color: #869FA5;
    }
    .l-navs {
        width: calc(100% - 20px);
        white-space: nowrap;
        overflow-x: scroll;
        margin: 20px 10px;
        box-sizing: border-box;
    }
    .l-navs-item {
        width: 80% !important;
        margin-right: 20px;
        padding: 0 10px;
    }
    .l-soon {
        width: calc(100% - 20px);
    }
    .l-soon-date {
        display: none;
    }
    .l-soon-list {
        flex-wrap: wrap;
    }
    .l-soon-item {
        min-width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .l-soon-item:nth-child(2n+2) {
        margin-right: 0px;
    }
    .l-soon {
        margin-bottom: 10px;
    }
    .l-series {
        margin-top: 20px;
    }
    .l-anchor-item {
        width: 100%;
        margin-right: 0;
    }
    .whole-seach-box {
        align-items: flex-start;
    }
    .whole-seach-box {
        width: calc(100% - 20px);
    }
    .meetHeadBj {
        height: 150px;
    }
    .wholelb {
        display: none;
    }
    .whole-seach-list {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .whole-seach-active {
        background-color: #fff;
        color: #0099bb;
        border-bottom: 2px solid #0099bb;
        border-radius: 0;
    }
    .l-soon-item .labeltext {
        top: 15px;
        padding: 3px 5px;
    }
    .live-head div:nth-child(1) {
        display: none;
    }
    .live-conteng-right {
        display: none;
    }
    .live-conteng-left {
        width: 100%;
    }
    .live-conteng {
        margin-top: 0;
    }
    .live-conteng-fm {
        margin-bottom: 0;
    }
    .live-head {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        justify-content: space-between;
    }
    .live-head-right {
        width: 100%;
        justify-content: space-between;
    }
    .live-bm {
        margin-left: 0;
    }
    .live-nav2-item {
        padding: 10px 10px;
    }
    .live-conteng-nav-box {
        overflow-x: scroll;
    }
    .person-content {
        flex-direction: column;
        margin-top: 60px;
    }
    .home-nav-list {
        width: 100%;
        display: flex;
        height: 58px;
        align-items: center;
        background-color: #fff;
        border-bottom: 1px solid #E4E4E4;
        justify-content: space-between;
        padding: 0px 10px;
    }
    .home-nav-list li:nth-child(4) {
        display: none;
    }
    .home-nav-list li i {
        display: none;
    }
    .upper-topics {
        display: inline-block !important;
        width: 90px;
        height: 36px;
        line-height: 34px;
        border-radius: 4px;
        color: rgba(0, 0, 0, 1);
        font-size: 14px;
        text-align: center;
        font-family: PingFang SC;
        border: 1px solid rgba(0, 153, 187, 100);
        margin-right: 10px;
        display: block;
    }
    .home-nav-list li {
        padding: 0;
    }
    .person-nav-active {
        border: none;
        background-color: none;
        border-bottom: 2px solid #0099bb;
    }
    .home-nav-list li div {
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .person-main {
        padding: 0px;
    }
    .person-head-img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .person-content-left {
        padding: 20px;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        margin-bottom: 20px;
    }
    .person-left-name {
        font-size: 16px;
        font-weight: normal;
        margin-left: 16px;
    }
    .person-left {
        display: flex;
        align-items: center;
    }
    .person-left-sex {
        margin: 0 8px;
        font-size: 12px;
    }
    .person-left-zc {
        font-size: 12px;
    }
    .person-head-sz {
        border-radius: 40px;
        padding: 6px 13px;
        color: rgba(0, 153, 187, 100);
        font-size: 14px;
        text-align: center;
        font-family: Roboto;
        border: 1px solid rgba(0, 153, 187, 100);
    }
    .tuck-title {
        display: none;
    }
    .sign-ph-seach {
        display: flex !important;
        align-items: center;
    }
    .sign-content-nav {
        display: none;
    }
    #addBtn {
        position: fixed;
        bottom: 0;
        left: 50%;
        z-index: 99;
        transform: translate(-50%, -50%);
    }
    #searchKey {
        display: none;
    }
    .direct-serch-input span,
    .ssbtn {
        white-space: nowrap;
    }
    .direct-list-item-bom {
        flex-wrap: wrap;
    }
    .my-head-img {
        width: 56px;
        height: 56px;
        margin-right: 20px;
    }
    .my-head-one {
        flex-wrap: wrap;
    }
    .data-list {
        flex-wrap: wrap;
    }
    .data-list-item {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .data-content {
        margin-top: 60px;
        padding: 20px;
    }
    .data-box {
        padding: 20px;
    }
    .data-list {
        width: 100%;
        justify-content: space-between;
    }
    .data-list-gk .data-list-item {
        margin-right: 0;
    }
    .data-list-gk {
        flex-wrap: wrap;
    }
    .data-nav3-seach input {
        width: 50%;
    }
    .btn {
        white-space: nowrap;
    }
    .manage-content {
        margin-top: 60px;
    }
    .manage-content {
        padding: 20px;
    }
    .l-lodcont {
        width: 90%;
    }
    .manage-box {
        padding: 20px;
    }
    .echarone,
    .echartwo {
        height: 150px;
    }
    .home-user-header .header-more {
        right: 0;
    }
    .home-user-header .header-more .item:first-child:after {
        left: 78%;
    }
    .userHeader {
        display: block;
    }
    .pctx {
        display: block !important;
    }
    .home-user-headers {
        display: none !important;
    }
    .search {
        width: 100%;
    }
    .search input {
        width: 100%;
    }
    .headlogo {
        width: 56px;
        height: 56px;
    }
    #navmenu {
        top: 76px;
    }
    /* #ifram {
        min-height: calc(100vh - 288px) !important;
    } */
    /* 职称考试 */
    .t-index-count-box {
        flex-wrap: wrap;
    }
    .t-index-count-item {
        width: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .t-index-count-item:nth-child(1) {
        border-right: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE;
    }
    .t-index-count-item:nth-child(2) {
        border-bottom: 1px solid #EEEEEE;
    }
    .t-index-count-item:nth-child(3) {
        border-right: 1px solid #EEEEEE;
    }
    .t-index-count-item div {
        width: 55%;
        text-align: left;
    }
    .t-index-count {
        padding: 0 10px;
    }
    .t-iindex-nav {
        padding: 0 10px;
        margin-top: 30px
    }
    .t-index-nav-list {
        white-space: nowrap;
        overflow-x: scroll;
    }
    .t-index-nav-item {
        width: 30%;
    }
    .t-index-nav-item {
        padding: 15px 15px;
    }
    .t-details-content {
        flex-direction: column-reverse;
    }
    .t-details-left {
        width: 100%;
    }
    .t-details-right {
        width: 100%;
    }
    .t-details-right-bottom {
        display: none;
    }
    .ksdt {
        white-space: nowrap;
    }
    .t-details-content {
        margin: 0 10px;
    }
    .t-details-head {
        margin: 20px 10px;
        flex-wrap: wrap;
    }
    .t-details-addbtn {
        width: 100%;
        margin-top: 20px;
    }
    .t-answer-main {
        margin: 0 10px;
    }
    .t-answer-box {
        flex-direction: column-reverse;
    }
    .t-answer-right-top {
        width: 100%;
    }
    .t-answer-right {
        width: 100%;
    }
    .t-answer-right-bom {
        position: fixed;
        height: 70vh;
        left: 10px;
        overflow-y: scroll;
        right: 10px;
        bottom: 10px;
    }
    .t-answer-left {
        width: 100%;
    }
    .fhclass {
        width: fit-content;
        padding: 10px;
        display: flex;
        align-items: center;
    }
    .t-answer-left-top {
        align-items: center;
        margin-top: 0;
    }
    .scstate,
    .flexboxs {
        white-space: nowrap;
    }
    .answer-bom-nav {
        flex-direction: column-reverse;
    }
    .switch-btn {
        position: fixed;
        bottom: 0;
        background-color: #ffffff;
        height: 60px;
        left: 0;
        width: 100%;
        justify-content: space-between;
        padding: 0px 10px;
    }
    .flexdclass {
        height: 60px;
        display: block !important;
    }
    .dtkbg {
        width: 100%;
        min-height: 100%;
        height: 100vh;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: rgba(33, 35, 36, 0.7);
        display: flex;
        align-items: center;
        display: none;
    }
    .t-wrong-delbtn {
        margin-top: 20px;
        padding: 0 10px;
    }
    .jxbtn {
        white-space: nowrap;
        margin-left: 0 !important;
    }
    .twoanswer-head {
        flex-wrap: wrap;
    }
    .ycct {
        white-space: nowrap;
        margin-top: 10px;
    }
    .ksjg {
        flex-wrap: wrap;
    }
    .ksjg div {
        width: 33%;
        display: inline-block;
        margin-bottom: 10px;
        border: none;
    }
    .ksjg div:last-child {
        margin-right: auto;
        text-align: left;
        width: 100%;
    }
    .t-details-addbtn {
        white-space: nowrap;
        padding: 0 10px;
    }
    .ckyc {
        padding: 0 10px;
    }
    .twoanswer-top-head {
        flex-wrap: wrap;
    }
    .t-mybank-img {
        width: 108px !important;
        height: 65px;
    }
    .t-index-count-item {
        padding: 10px 0;
    }
    .t-index-count-item i {
        font-size: 36px;
    }
    .t-index-count-item .fs28 {
        font-size: 20px;
    }
    .t-index-count-item .fs16 {
        font-size: 12px;
    }
    .t-answer-right-top,
    .t-answer-left-top {
        padding: 10px 20px;
        margin: 10px 0;
    }
    .mtbanknum {
        display: flex;
        flex-direction: column;
    }
    .direct-item-title {
        margin-bottom: 5px;
    }
    .direct-list-item {
        align-items: flex-start;
    }
    .mtbanknum span {
        margin-left: 0 !important;
    }
    .addlive-content {
        padding: 10px;
    }
    .addlive-from-input {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start !important;
    }
    .addlive-from-label {
        text-align: left;
        margin-bottom: 5px;
    }
    .addlive-from-input .jc-radiobox {
        margin-bottom: 5px;
    }
    .addlive-from-input .btn-info {
        margin-top: 5px;
    }
    .sonitem td:nth-child(1) {
        padding-left: 30px !important;
    }
    .live-conteng-up {
        width: 70%;
        display: flex;
        justify-content: center;
    }
    .answer-sheet li:nth-child(5n+5) {
        margin-right: 10px;
    }
    .live-nav2-item {
        flex-wrap: wrap;
    }
    .live-nav2-item div {
        width: fit-content !important;
        line-height: 25px;
    }
    #pagination {
        display: none!important;
    }
}


/* 直播分享海报 begin */


/**
 * @author: jcc
 * @date: 2023-08-02 16:46:40
 * @description 直播分享海报
 */

.share-img-box {
    width: 1000px;
    height: 1400px;
    position: relative;
}

.share-img-box-hide {
    display: none;
}

.share-img-box .logo {
    position: absolute;
    z-index: 3;
    right: 100px;
    top: 90px;
}

.share-img-box .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.share-img-box .share-img-bg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.share-img-box .share-img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.share-img-box .share-con {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 260px 80px 0;
    box-sizing: border-box;
}

.share-img-box .share-con .banner {
    width: 100%;
    height: 500px;
    text-align: center;
    border-radius: 24px;
    overflow: hidden;
}

.share-img-box .share-con .banner img,
.share-img-box .share-con .banner canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.share-img-box .share-con .title-box {
    font-size: 60px;
    padding: 8px;
    font-weight: bold;
    min-height: 180px;
    max-height: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.35;
    margin-top: 8px;
    margin-bottom: 8px;
}

.share-img-box .share-con .time-box {
    width: 500px;
    font-size: 36px;
    float: left;
    padding-top: 60px;
}

.share-img-box .share-con .time-box .time {
    margin-top: 20px;
}

.share-img-box .share-con .ewm-box {
    width: 240px;
    height: 240px;
    float: left;
    margin-top: 8px;
}

.share-img-box .share-con .ewm-box img,
.share-img-box .share-con .ewm-box canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 新的海报样式 */

.share-img-box-new {
    width: 1000px;
    height: 1400px;
    position: relative;
}

.share-img-box-new .logo {
    position: absolute;
    z-index: 3;
    right: 100px;
    top: 90px;
}

.share-img-box-new .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.share-img-box-new .share-img-bg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.share-img-box-new .share-img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.share-img-box-new .share-con {
    position: absolute;
    z-index: 4;
    left: 54px;
    top: 240px;
    width: 100%;
    height: 100%;
    padding: 260px 80px 0;
    box-sizing: border-box;
}

.share-img-box-new .share-con .banner {
    width: 87%;
    height: 413px;
    text-align: center;
    border-radius: 24px;
    overflow: hidden;
}

.share-img-box-new .share-con .banner img,
.share-img-box-new .share-con .banner canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.share-img-box-new .share-con .title-box {
    font-size: 60px;
    padding: 8px;
    font-weight: bold;
    min-height: 180px;
    max-height: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.35;
    margin-top: 8px;
    margin-bottom: 8px;
}

.share-img-box-new .share-con .time-box {
    width: 500px;
    font-size: 36px;
    float: left;
    padding-top: 60px;
}

.share-img-box-new .share-con .time-box .time {
    margin-top: 20px;
}

.share-img-box-new .share-con .ewm-box {
  width: 160px;
    height: 160px;
    float: left;
    margin-top: 57px;
    margin-left: 26px;
}

.share-img-box-new .share-con .ewm-box img,
.share-img-box-new .share-con .ewm-box canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-down-box {
    width: 100%;
}

.img-down-box img {
    width: 100%;
}

.img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.share-img-down {
    margin-top: 8px;
    font-size: 13px;
}


/* 直播分享海报 begin */

.con-item {
    width: 100%;
}

.add-con-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
}

.add-con-box .add-item {
    border: 1px solid rgb(223, 234, 251);
    background: rgb(255, 255, 255);
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: calc(33% - 16px);
    min-height: 100px;
    margin: 8px;
    padding: 12px;
    cursor: pointer;
    position: relative;
    flex-direction: column;
}

.add-con-box .add-upload {
    border: 1px dashed rgb(187, 212, 251);
    background-color: rgb(241, 246, 255);
    color: #1D71FA;
    flex-direction: row;
    align-items: center;
}

.add-con-box .add-upload i {
    font-size: 24px;
    margin-right: 12px;
}

.add-con-box .add-item .file-title {
    font-size: 16px;
    width: calc(100% - 48px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.add-con-box .add-item .file-text {
    width: calc(100% - 48px);
    color: rgb(159, 159, 159);
    font-size: 13px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.add-con-box .add-item .file-line-box {
    width: 100%;
    position: relative;
    padding-top: 7px;
}

.add-con-box .add-item .file-line-box .file-line {
    width: calc(100% - 40px);
    background-color: #d9dfe9;
    height: 8px;
    border-radius: 50px;
    overflow: hidden;
}

.add-con-box .add-item .file-line-box .file-line .line {
    background-color: #1D71FA;
    height: 100%;
    margin: 0;
    border: 0;
}

.add-con-box .add-item .file-line-box .num {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}

.add-con-box .add-item .file-del {
    position: absolute;
    right: 8px;
    top: 0;
    font-size: 24px;
    color: #eaf0f8;
}

.add-con-box .add-item .file-del i {
    font-size: 24px;
}

.add-con-box .add-item .file-del:hover,
.add-con-box .add-item:hover .file-del {
    color: #ff9a27;
}

.add-con-box .add-item:hover {
    border: 1px dashed rgb(187, 212, 251);
    background-color: rgb(251, 252, 255);
    color: #1D71FA;
}


/* 营销弹窗 begin */

.lod2 {
    width: 100%;
    min-height: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(33, 35, 36, 0.7);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.lod2 img {
    width: 69%;
    max-width: 350px;
    border-right: 10px;
}


/* 营销弹窗 end */