* {
    box-sizing: border-box;
}

.liveLeft {
    width: 856px;
    margin-right: 24px;
    float: left;
}

.liveRight {
    width: 320px;
    float: left;
}
.liveRight2{
    float: right;
}
.liveBox {
    /* height: 640px; */
    width: 856px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #FFFFFF;
    margin-bottom: 20px;
}

.liveTop {
    padding: 20px 15px;
    position: relative;
}

.liveTitle2 {
    width: 685px;
    margin-left: 0;
    display: inline-block;
    /* position: relative; */
}

.liveTitle2 p {
    font-size: 20px;
    font-weight: bold;
    color: #121822;
    line-height: 28px;
}

.liveTitleTip {
    display: none;
    width: 826px;
    padding: 10px 15px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    position: absolute;
    top: 69px;
    left: 15px;
}

.liveTitleShadow:hover .liveTitleTip {
    display: block;
}

.liveTitleTip::before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.5);
    border-right: 7px solid transparent;
    position: absolute;
    top: -10px;
    left: 195px;
}




.liveBtnBox {
    width: 136px;
    /* display: inline-block; */
    float: right;
    margin-top: 4px;
}

.liveBtns {
    font-size: 14px;
    color: #3C444F;
    line-height: 20px;
    padding-left: 22px;
    float: right;
    cursor: pointer;
}

.liveBtns:last-of-type {
    padding-right: 22px;
}

.liveShare {
    background: url('../images/icon1.png') no-repeat left center;
    background-size: 16px 16px;
    position: relative;
}

.liveSharePop {
    display: none;
    width: 426px;
    height: 176px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px #E6E6E6;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    position: absolute;
    top: 20px;
    right: -66px;
    z-index: 5;
    padding: 20px;
}

.wechatQRcodeBox {
    padding-right: 20px;
    border-right: 1px solid #E6E7EB;
}

.wechatQRcode {
    width: 110px;
    height: 110px;

}

.wechatQRcodeText {
    display: inline-block;
    width: 110px;
    margin-top: 6px;
    text-align: center;
    font-size: 14px;
    color: #3C4450;
    line-height: 20px;
}

.sharePopTop {
    float: right;
    width: 255px;
    height: 100%;
    padding-left: 20px;
}

.sharePopBtn {
    display: block;
    width: 70px;
    height: 62px;
    padding-top: 42px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.postersBtn {
    background: url('../images/icon17.png') no-repeat center top;
    background-size: 34px 34px;
}

.wechatShareBtn {
    background: url('../images/icon18.png') no-repeat center top;
    background-size: 34px 34px;
}

.sharePopBtm {
    margin-top: 11px;
    width: 100%;
    height: 34px;
    position: relative;
}

.shareLink {
    width: 100%;
    background: #F6F7F8;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border: 1px solid #E6E7EB;
    font-size: 12px;
    color: #A5AEBC;
    line-height: 17px;
    padding: 8px 13px 7px 14px;
    text-align: start;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.copyLink {
    background: #4D94FF;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 7px 10px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 2;
}

.alertBox {
    background: rgba(0, 0, 0, 0.5);
    padding: .3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    color: #FFFFFF;
}

.liveShare:hover .liveSharePop,
.liveSharePop:hover {
    display: block;
}

/* 生成海报弹窗 */
.getPostersPop {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.postersPop {
    width: 800px;
    background: #FFFFFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.postersPopHeader {
    height: 70px;
    position: relative;
    /* border-bottom: 1px solid #E3E7EE; */
    font-size: 18px;
    font-weight: bold;
    color: #131313;
    line-height: 90px;
    padding: 0 30px;
    text-align: center;
}

.postersPopClose {
    width: 16px;
    height: 16px;
    background: url('../images/icon16.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    cursor: pointer;
}

.postersPopCont {
    height: 560px;
}

.postersPopCanvas {
    float: left;
    width: 306px;
    height: 522px;
}









.postersStyleBox {
    position: absolute;
    right: 0;
    top: 12px;
    /* float: right; */
    width: 420px;
    margin-right: 25px;
    background: #ffffff;
    z-index: 1;
}

.postersStyleTop {
    font-size: 18px;
    font-weight: bold;
    color: #131313;
    line-height: 52px;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 23px;
}

.postersStyleBtn {
    margin-top: 20px;
    width: 132px;
    height: 40px;
    background: #43A0FF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.postersStyleBtn a {
    width: 100%;
    display: inline-block;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

.postersStyleItem {
    margin: 0 20px 30px 30px;
    position: relative;
    float: left;
    cursor: pointer;
}

.postersStyleImg {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.postersStyleCurrent {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/img12.png') no-repeat center center;
    background-size: 100% 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.postersStyleName {
    font-size: 18px;
    font-weight: bold;
    color: #131313;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
}











.liveCollect {
    background: url('../images/collect.png') no-repeat left center;
    background-size: 16px 16px;
    cursor: pointer;

}

.liveCollected {
    background: url('../images/collected.png') no-repeat left center;
    background-size: 16px 16px;
    cursor: pointer;

}

.liveShow {
    width: 100%;
    height: 482px;
    position: relative;
    transform:translate(0,0);
}

.liveShow video {
    width: 100%;
    height: 100%;
    background: #4D94FF;
}

.showShadowBox {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
}

.showShadow {
    box-sizing: border-box;
    height: 70px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    padding: 16px 18px 14px;
}

.showShadowText {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}

.noSignalTip {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

.noBooking {
    box-sizing: border-box;
    float: right;
    width: 112px;
    height: 40px;
    padding: 9px 0;
    background: #4D94FF;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

.hasBooking {
    background: #FFFFFF;
    color: #4D94FF;
}


/* 互动 */
.liveInteraction {
    padding: 0 18px;
}

.liveInteractionLeft {
    float: left;
    padding: 5px 0;
    padding-right: 30px;
}

.interactionLeftItem {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    cursor: pointer;
}

/* .interactionLeftItem img{
    widows: 100%;
    height: 100%;
    object-fit: cover;
} */
.luckyDraw {
    background: url('../images/img02.png') no-repeat center center;
    background-size: 100% 100%;
}

.QAOpen {
    background: url('../images/img03.png') no-repeat center center;
    background-size: 100% 100%;
}

.QAOpen2 {
    background: url('../images/img003.png') no-repeat center center;
    background-size: 100% 100%;
}

.enroll {
    background: url('../images/img04.png') no-repeat center center;
    background-size: 100% 100%;
}

.luckyDrawTime {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
    margin-top: 39px;
}

.QAOpenTime {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
    margin-top: 39px;
}

/* .interactionLeftItem:last-child{
    margin-right: 0;
} */





.liveInteractionRight {
    box-sizing: border-box;
    float: left;
    padding: 11px 0;
}

.giftTitle {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #121822;
    line-height: 48px;
    padding-right: 10px;
}

.giftSwiperBox {
    float: left;
    height: 48px;
    width: 458px;
    padding-right: 24px;
    position: relative;
}

.giftSwiper {
    overflow: hidden;
}

.giftItem {
    width: 46px;
    height: 46px;
    margin: 1px 10px;
    background: #ffffff;
    cursor: pointer;
    box-sizing: border-box;
}

.giftItem:hover {
    border: 1px solid #4D94FF;
    border-radius: 4px;
}

.giftItem img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.giftPrev {
    width: 16px;
    height: 22px;
    background: url('../images/icon2.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 2px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.giftNext {
    width: 16px;
    height: 22px;
    background: url('../images/icon3.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 2px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
}

.giftPrev:hover {
    background: url('../images/icon4.png') no-repeat;
    background-size: 100% 100%;
}

.giftNext:hover {
    background: url('../images/icon5.png') no-repeat;
    background-size: 100% 100%;
}

/* 直播banner轮播图 */
.bannerClose {
    width: 15px;
    height: 15px;
    background: url('../images/img38.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
    cursor: pointer;
}

.liveBannerBox {
    width: 100%;
    height: 106px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerSlide a {
    display: inline-block;
}

.bannerImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerPagination {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.bannerPagination .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    width: 6px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 2px;
    /* opacity: 0.5; */
    transition: .3s;
}

.bannerPagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 2px;
    background: #4D94FF;
    border-radius: 2px;
}






/* 直播列表选择 */

.liveChooseBox {
    width: 100%;
    padding: 20px 18px;
    background: #FFFFFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 20px;
}

.dateSwiperBox {
    padding: 0 33px;
    position: relative;
    margin-bottom: 15px;
}

.chooseDateSwiper {
    height: 34px;
    position: relative;
    overflow: hidden;
}

.chooseDateSwiper .swiper-wrapper {
    margin: 0;
}
.chooseDateSwiper .swiper-slide,.lecturerSwiper .swiper-slide,.chooseLiveSwiper .swiper-slide{
    width: auto;
    margin: 0;
}

.datePrev {
    width: 22px;
    height: 34px;
    background: url('../images/icon8.png') no-repeat left center;
    background-size: 22px 16px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.dateNext {
    width: 22px;
    height: 34px;
    background: url('../images/icon9.png') no-repeat left center;
    background-size: 22px 16px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.liveDateSlide {
    min-width: 100px;
    max-width: 160px;
    background: #F7F8FA;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 16px;
    color: #3C4450;
    line-height: 22px;
    text-align: center;
    margin: 0 9px;
    padding: 6px 15px;
    cursor: pointer;
}

.liveDateSlideActive {
    font-weight: bold;
    color: #FFFFFF;
    background: #4D94FF;
}

.liveSwiperBox {
    padding: 0 33px;
    position: relative;
}

.livePrev {
    width: 22px;
    height: 80px;
    background: url('../images/icon10.png') no-repeat left center;
    background-size: 22px 80px;
    position: absolute;
    left: 0;
    top: 1px;
    cursor: pointer;
}

.liveNext {
    width: 22px;
    height: 80px;
    background: url('../images/icon11.png') no-repeat left center;
    background-size: 22px 80px;
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer;
}

.chooseLiveSwiper {
    height: 130px;
    position: relative;
    overflow: hidden;
}

.chooseLiveSwiper .swiper-wrapper {
    margin: 0;
}


.liveSlide {
    width: 142px;
    margin: 0 7.5px;
    cursor: pointer;
}

.liveSlideImgBox {
    display: block;
    position: relative;
    width: 142px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: relative;
}

.liveSlideActive .liveSlideImgBox {
    border: 1px solid #4D94FF;
}

/* .liveSlideImg {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.liveSlideTitle{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    transition: all 1s;
    object-fit: cover;
}

.liveSlideImg:hover {
    transform: scale(1.12);
} */

.liveSlideTitle {
    font-size: 14px;
    font-weight: bold;
    color: #121822;
    line-height: 20px;
}

.liveSlideTitle:hover {
    color: #4D94FF;
}

.liveSlideTitle a {
    color: #121822;
}

.liveSlideTitle a:hover,
.liveSlideActive .liveSlideTitle a {
    color: #4D94FF;
}

.liveSlideActive .liveSlideImgBox {
    border: 1px solid #4D94FF;
}




/* 直播信息tab */
.liveInfoBox {
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-bottom: 34px;
}

.liveInfoNav {
    width: 100%;
    border-bottom: 1px solid #F7F8FA;
}

.liveInfoNavItem {
    max-width: 180px;
    float: left;
    padding: 26px 18px 14px;
    font-size: 18px;
    color: #3C4450;
    line-height: 22px;
    position: relative;
    cursor: pointer;
}

.liveInfoNavItem:hover {
    color: #4D94FF;
}

.NavItemActive {
    font-weight: bold;
}

.NavItemActive::after {
    content: '';
    display: block;
    width: 12px;
    height: 4px;
    background: #4D94FF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.liveInfoCont {
    padding-bottom: 18px;
}

.liveInfoItem {
    padding: 0 18px;
    margin-top: 28px;
}

.nofloat {
    float: none !important;
}

.liveTime {
    margin-top: 10px;
}

/*滚动条整体样式*/
.lecturerList::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 1px;
    height: 8px;
}

/*滚动条里面小方块*/
.lecturerList::-webkit-scrollbar-thumb {
    height: 8px;
    border-radius: 6px;
    background: #C5CAD1;
}

.lecturerList {
    margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

.lecturerItem {
    display: inline-block;
    margin: 0 20px;
}

.lecturerItem:hover .lecturerName,
.lecturerItem:hover .lecturerHospital {
    color: #4D94FF;
}

.lecturerHead {
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.lecturerHeadImg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto;
}

.lecturerName {
    font-size: 14px;
    color: #3C4450;
    line-height: 20px;
    text-align: center;
}

.lecturerHospital {
    font-size: 13px;
    color: #3C4450;
    line-height: 20px;
    text-align: center;
}

.labelList {
    margin-top: 10px;
}

.labelItem {
    display: inline-block;
    padding: 2px 6px 2px;
    background: rgba(77, 148, 255, .1);
    font-size: 14px;
    color: #4D94FF;
    line-height: 17px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-right: 18px;
    margin-bottom: 10px;
}

.liveSynopsis {
    margin-top: 10px;
    padding-bottom: 18px;
    padding-top: 28px;
    border-top: 6px solid #f9fafc;
    overflow: hidden;
}

.liveSynopsisCont {
    margin-top: 10px;
}

.liveSynopsisImg {
    width: 100%;
    height: auto;
}

/* 调研样式 */
.topicCont {
    padding: 0px 18px 28px;
}

.topicItem {
    padding-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #F7F8FA;
}

.topicItem:last-child {
    border-bottom: 0;

}

.researchPopCont .topicItem {
    padding: 14px 0;
    border-bottom: none;
}

.topicType {
    background: #4D94FF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    padding: 2px 6px;
    margin-right: 8px;
}

.redText {
    color: #FF2F51;
}

.topicTitle {
    font-size: 16px;
    font-weight: bold;
    color: #121822;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: justify;
}

.radioItem {
    margin-bottom: 20px;
}

.checkboxItem:last-of-type,
.radioItem:last-of-type {
    margin-bottom: 0;
}

.answerText {
    font-size: 16px;
    color: #3C4450;
    line-height: 22px;
    cursor: pointer;
    text-align: justify;
}

.answerBox:nth-last-child() {
    margin-bottom: 0;
}

/* .radioAnswer {
    background: url('../images/icon12.png') no-repeat left center;
    background-size: 16px 16px;
    padding-left: 24px;
}

.radioAnswerActive {
    background: url('../images/icon13.png') no-repeat left center;
    background-size: 16px 16px;
} */
.radio {
    height: 16px;
    width: 16px;
    background: url('../images/icon12.png') no-repeat left center;
    background-size: 16px 16px;
    margin-top: 3px;
    margin-right: 15px;
    float: left;
    cursor: pointer;
}

.radio:checked {
    background: url('../images/icon13.png') no-repeat left center;
    background-size: 16px 16px;
}

.answerBoxLeft .radioItem {
    float: left;
    margin-right: 35px;
}

.answerBoxLeft .radioItem .answerText {
    width: auto;
}

.answerBoxLeft .radioItem .radio {
    margin-right: 10px;
}

.checkboxItem {
    margin-bottom: 20px;
}

.checkbox {
    width: 16px;
    height: 16px;
    background: url('../images/icon14.png') no-repeat left center;
    background-size: 16px 16px;
    margin: 3px 15px 0 0;
}

.checkbox:checked {
    background: url('../images/icon15.png') no-repeat left center;
    background-size: 16px 16px;
}

.answerTexteare {
    width: 100%;
    height: 172px;
    background: #FFFFFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #E6E7EB;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 16px;
}

.answerTexteare::-webkit-input-placeholder,
.answerTexteare::placeholder {
    color: #A5AEBB;
}

.answerEight {
    float: left;
    width: 107px;
}

.scoreBox {
    width: 100%;
    height: 58px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #4D94FF;
    margin-top: 35px;
    position: relative;
}

.scoreBg {
    /* width: 100%; */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(77, 148, 255, 0) 0%, #DEEBFF 100%);
}

.scireItem {
    float: left;
    height: 100%;
    /* width: 10%; */
    padding: 0 31px;
    font-size: 16px;
    font-weight: bold;
    color: #A5AEBB;
    line-height: 58px;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.scireItemActive {
    color: #4D94FF;
}

.scirePop {
    display: none;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 22px;
    padding: 1px 11px;
    background: #4D94FF;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
}

.scirePop::after {
    content: '';
    border-top: 4px solid #4D94FF;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translate(-50%, 0);
}

.scireItemCurrent .scirePop {
    display: block;
}

.researchSend {
    width: 112px;
    height: 40px;
    background: #4D94FF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    cursor: pointer;
}

.chatBoxWrapper{
    height: 620px;
    margin-bottom: 20px;
}
.chatBoxWrapper_three{
    height: 393px;
}
.chatBoxWrapper_otheH{
    height: 392px;
}
.liveRightTop {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #FFFFFF;
    position: relative;
    height: 100%;
    transform: translate(0,0);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    width: 100%;
}
.rightContList{
    flex:1;
    -webkit-flex:1;
    width: 100%;
}
.rightContList_overFlow{
    overflow-y: auto;
}
.chatBotBox{
    width: 100%;
}



/* 聊天室 */
.chatRoom {
    width: 100%;
    /*height: 100%;*/
    /*transform:translate(0,0);*/
}

.rightNavList {
    width: 100%;
    padding: 0 18px;
    border-bottom: 1px solid #F7F8FA;
    text-align: center;
}

.rightNav {
    display: inline-block;
    /* width: 49%; */
    font-size: 16px;
    /* font-weight: bold; */
    color: #121822;
    line-height: 22px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 20px 0;
    margin-right: 30px;
}

.rightNavActive {
    font-weight: bold;
    color: #121822;
}

.rightNavActive::after {
    display: inline-block;
    content: '';
    width: 12px;
    height: 4px;
    background: #4D94FF;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.chatRoomBox {
    /*height: 466px;*/
    box-sizing: border-box;
    padding: 10px 18px;
    /*overflow-y: auto;*/
    position: relative;
}
/*.chatRoomBox_othHeight{*/
/*    height: 426px;*/
/*}*/
/*.chatRoomBox_showAreaHeight{*/
/*    height: 388px;*/
/*}*/

/*滚动条整体样式*/
.rightContList::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 8px;
    height: 1px;
}

/*滚动条里面小方块*/
.rightContList::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 6px;
    background: #C5CAD1;
}

.chatLoad {
    width: 100%;
    height: 20px;
    /* position: absolute;
    top: 0;
    left: 0; */
    text-align: center;
    margin: 5px 0;
}

.loadGif {
    height: 100%;
    width: auto;
}

.loadText {
    font-size: 14px;
    line-height: 20px;
    margin-left: 5px;
    color: #7C7C7C;
    vertical-align: top;
}



.chatTime {
    font-size: 14px;
    color: #A5AEBB;
    line-height: 20px;
    text-align: center;
}

.chatItem {
    margin-bottom: 15px;
}

.header {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.header img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.chatText {
    max-width: 206px;
    position: relative;
}

.chatName {
    font-size: 13px;
    color: #8a8f99;
    line-height: 20px;
    margin-bottom: 2px;
}
.chatLeft .chatName{
    margin:0 0 2px 0;
}
.chatTalk {
    background: #F6F7F8;
    border-radius: 1px 5px 5px 5px;
    -webkit-border-radius: 1px 5px 5px 5px;
    -moz-border-radius: 1px 5px 5px 5px;
    padding: 8px 10px;
    font-size: 14px;
    color: #3C4450;
    line-height: 20px;
    display: inline-block;
    max-width: 100%;
}
.chatLeft .chatTalk{
    margin: 0;
    cursor: pointer;
}
.chatTalk img {
    max-width: 30px;
    vertical-align: middle;
}

.chatLeft .header {
    float: left;
    margin-right: 8px;
}

.chatLeft .chatText {
    float: left;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.chatRight .header {
    float: right;
    margin-left: 8px;
}

.chatRight .chatText {
    float: right;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.chatRight .chatTalk {
    border-radius: 5px 1px 5px 5px;
    -webkit-border-radius: 5px 1px 5px 5px;
    -moz-border-radius: 5px 1px 5px 5px;
    margin:0;
    cursor: pointer;
}

.chatRight .chatName {
    text-align: end;
    margin:0 0 2px 0;
}


.chatIptBox {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 18px;
    position: relative;
    border-top: 1px solid #F7F8FA;
    /*box-shadow: 1px 0px 5px 0px #E6E6E6;*/
}

.chatIpt {
    box-sizing: border-box;
    height: 32px;
    width: 235px;
    background: #F6F7F8;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #E6E7EB;
    font-size: 14px;
    color: #3C4450;
    line-height: 22px;
    padding: 0 12px 0 12px;
    position: relative;
}
.chatLineBorder{
    width: 1px;
    height: 28px;
    background:#F7F8FA;
    margin:0 12px;
}

.chatIpt::placeholder {
    font-size: 14px;
    color: #A5AEBC;
    line-height: 22px;
}
.chatTextarea::placeholder{
    font-size: 14px;
    color: #A5AEBC;
}

.chatSend {
    width: 70px;
    height: 32px;
    background: #4D94FF;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: 18px;
    cursor: pointer;
}

/* 送礼物弹窗 */
.giftSend {
    width: 100px;
    /* height: 160px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
}

.giftSend img {
    width: 100%;
    height: auto;
}

@keyframes giftImg {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }

    45% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    55% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
}

.giftAnimat {
    animation: giftImg 3s forwards;
}

/* 二维码 */
.QRCodeBox {
    width: 100%;
    background: url('../images/img11.png') no-repeat center center;
    background-size: 100% 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 18px 0 18px 42px;
    margin-bottom: 20px;
    position: relative;
}

.codeBox {
    display: table;
    width: 70px;
    height: 70px;
    width: 70px;
    height: 70px;
    float: left;
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    border: 1px solid #E6E7EB;
    margin-right: 18px;
    text-align: center;
}

.QRCode {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.QRCode img {
    width: 64px;
    height: 64px;
}

.QRCodeText {
    font-size: 16px;
    font-weight: bold;
    color: #38B9FF;
    line-height: 25px;
    position: absolute;
    left: 130px;
    top: 50%;
    transform: translate(0, -50%);
}

/* 相关推荐 */
.relatedBox {
    width: 100%;
    background: #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 22px 17px 10px 15px;
}

.relatedTop {
    margin-bottom: 10px;
}

.relatedHeader {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #121822;
    line-height: 22px;
}

.relatedHeader::before {
    content: ' ';
    display: block;
    width: 4px;
    height: 16px;
    background: #4D94FF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
}

.topicName {
    float: right;
    margin-right: 5px;
    font-size: 14px;
    color: #A5AEBB;
    line-height: 22px;
    padding-right: 20px;
    background: url('../images/icon6.png') no-repeat right center;
    background-size: 10px 10px;
    cursor: pointer;
}

.topicName a {
    display: inline-block;
    max-width: 112px;
    font-size: 14px;
    color: #A5AEBB;
    line-height: 22px;
}

.relatedList {
    overflow: hidden;
}

.relatedItem {
    margin: 15px 0;
    cursor: pointer;
}

.relatedTitle:hover {
    color: #4D94FF;
}

.relatedCover {
    width: 117px;
    height: 66px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    position: relative;
    float: left;
}

/* .coverImg {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.coverTip{
    object-fit: cover;
    transition: all 1s;
}

.coverImg:hover {
    transform: scale(1.12);

} */

.coverTip {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px 0 4px 0;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    padding: 2px 6px 1px;
    z-index: 1;
}

.inLive {
    background: url('../images/icon7.png') no-repeat 6px center #FF2F51;
    background-size: 10px 10px;
    padding-left: 20px;
}

.liveComingSoon {
    background: #4D94FF;
}

.playback {
    background: #F79218;
}

.toAction {
    padding: 0;
}

.toActionText {
    float: left;
    background: #4D94FF;
    padding: 1px 4px 1px;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

.actionTime {
    float: left;
    padding: 1px 4px 1px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
}

.relatedInfo {
    float: right;
    width: 161px;
}

.relatedTitle {
    font-size: 14px;
    color: #121822;
    line-height: 20px;
    margin-bottom: 8px;
}

.relatedTitle a {
    color: #121822;
}

.relatedTitle a:hover {
    color: #4D94FF;
}

.relatedTips {
    font-size: 12px;
    color: #A5AEBB;
    line-height: 20px;
}



/* 调研弹窗 */
.researchPopBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 12;
}

.researchPop {
    padding-top: 70px;
}

.researchTitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #121822;
    line-height: 25px;
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
}
.research_tip{
    font-size: 14px;
    color: #A5AEBB;
    line-height: 17px;
    margin-top: 10px;
    text-align: center;
}
.researchPop {
    width: 642px;
    max-height: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding-right: 5px;
    overflow: hidden;
}

.researchPop .scireItem {
    padding: 0 27px;

}

.researchCont {
    height: 100%;
    overflow-y: auto;
    padding: 0 22px 100px;

}

/*滚动条整体样式*/
.researchCont::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 8px;
    height: 1px;
}

/*滚动条里面小方块*/
.researchCont::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 6px;
    background: #C5CAD1;
}

.researchBtm {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 53px 20px 40px;
    padding: 20px 40px 20px 40px;
    background: #ffffff;
}

.researchBtm .checkConfirm {
    margin: 0 0 8px;
}

.researchBtm .checkConfirm .checkInput {
    margin-top: 2px;
}

.researchSendPop {
    width: 34%;
    height: 40px;
    background: #4D94FF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
}

.researchPopTip {
    font-size: 12px;
    color: #A5AEBB;
    line-height: 17px;
    margin-top: 10px;
    padding-left: 13px;
}

.researchPopClose {
    height: 12px;
    width: 12px;
    position: fixed;
    top: 16px;
    right: 16px;
    background: url('../images/icon16.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

/* 海报样式 */
/* 海报公共样式 */
.poster-li-wrapActive {
    display: block;
}

.poster-li-wrap {
    display: none;
    margin-top: 10px;
}

.poster-li-wrapActive {
    display: block;
}

.share-img-new {
    width: 306px;
    padding: 13px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 0px;
}

.poster-li-one,
.poster-li-two,
.poster-li-three,
.poster-li-fore,
.poster-li-five,
.poster-li-six,
.poster-li-seven {
    width: 278px;
    height: 494px;
    padding: 19px 25px 0;
    display: block;
    margin: 0 auto;
    /* margin-left: 50px; */
}

.poster-li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 6px;
    z-index: -2;

}

/* 海报1 */
.postersPopCont {
    position: relative;
}

.postersCover {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
}

.postersPopCanvas {
    position: absolute;
    width: 100%;
}

.share-img-new {
    margin-top: 0px;
    margin-left: 25px;
}

.poster-li-one {
    background: url('../images/img21.png') no-repeat center;
    background-size: 100% 100%;
    margin-top: 0px;
}

.poster-one-headL {
    float: left;
    font-size: 17px;
    color: #7e99a2;
}

.poster-one-headR {
    float: right;
    width: 110px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    font-size: 12px;
    color: #7e99a2;
    border: 1px solid #7e99a2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.poster-one-body {
    margin-top: 14px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    background: #FFFFFF;
    position: relative;
}

.poster-one-cover {
    width: 100%;
    max-height: 133px;
    position: relative;
    border: none;
    margin-bottom: 20px;
    overflow: hidden;
}
.poster-add-title{
    width: 90%;
    max-height: 44px;
    /* height: 100%; */
    position: absolute;
    /* top: 1px;
    left: 1px; */
    top: 40%;
    left: 5%;
    /* transform: translateY(-50%); */
    font-size: 16px;
    color: #FFFFFF;
    /* color: red; */
    line-height: 22px;
    font-weight: bold;
    text-align: center;
}
/* .poster-add-title div{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
} */
.poster-one-line2 {
    width: 100%;
    height: 15px;
    position: absolute;
    top: 171px;
    left: 0;
    background: url('../images/img36.png') no-repeat;
    background-size: 100% 15px;
}

/* .poster-one-cover::before {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid #31565F;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
}

.poster-one-cover::after {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid #31565F;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
} */

.poster-one-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.poster-one-title {
    padding: 0 19px 0 19px;
    margin-bottom: 7px;
}

.poster-one-title1 {
    font-size: 15px;
    font-weight: bold;
    color: #010101;
    line-height: 22px;
    display: inline-block;
}

.poster-one-title2 {
    font-size: 11px;
    font-weight: bold;
    color: #010101;
    line-height: 22px;
}

.yellow-line {
    position: relative;
    /* display: inline-block; */
    background: url('../images/img24.png') repeat-x center bottom;
    background-size: 100% 50%;
}

.poster-one-lecturer {
    font-size: 10px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 18px;
    padding: 0 19px 0 19px;
    margin-bottom: 25px;
}

.poster-one-line-box {
    font-size: 9px;
    font-weight: bold;
    color: #E0E0E0;
    line-height: 10px;
    padding: 0 19px;
    margin-bottom: 20px;
    position: relative;
}

.poster-one-line {
    display: inline-block;
    width: 175px;
    border-bottom: 1px solid #eeeeee;
    position: absolute;
    top: 50%;
    right: 0;
}

.poster-one-bottom {
    padding: 0 20px 22px;
}

.poster-one-time-box {
    width: 50%;
    margin-top: 16px;
}

.poster-one-time-text {
    font-size: 15px;
    font-weight: bold;
    color: #010101;
    line-height: 27px;
}

.poster-one-time {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    line-height: 19px;
}

.poster-one-code-box {

    width: 50%;
}

.poster-one-code {
    width: 63px;
    height: 63px;
    display: block;
    margin: 0 auto;
}

.poster-one-code-text {
    font-size: 12px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 15px;
    margin-top: 7px;
    white-space: nowrap;
}

/* 海报2 */
.poster-li-two {
    background: url('../images/img25.png') no-repeat center;
    background-size: 100% 100%;
    padding: 0 20px 32px;
}

.poster-li-two .poster-logo-wrap {
    margin-top: 13px;
    margin-bottom: 8px;
    height: 21px;
}

.poster2-main {
    width: 237px;
    height: 416px;
    background: url('../images/img26.png') no-repeat center;
    background-size: 100% 100%;
    padding: 16px 16px 0;
}

.poster2-main-top {
    height: 248px;
}

.poster2-main-bottom {
    padding: 15px 5px 0;
    position: relative;
}

.poster2-img {
    width: 205px;
    height: 115px;
    margin-bottom: 15px;
    position: relative;
}

.poster2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.poster2-desc1 {
    font-size: 13px;
    font-weight: bold;
    color: #43A0FF;
    line-height: 18px;
}

.poster-li-two .doctor {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 20px;
    margin-top: 15px;
}

.poster-li-two .doctor-text1 {
    width: 100%;
    margin-right: 4px;
}

.poster-li-two .doctor-text3 {
    margin-top: 5px;

}

.poster2-bottom-left {
    display: inline-block;
    width: 50%;
}

.poster2-user {
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin-bottom: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.poster2-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.poster2-user-name {
    font-size: 12px;
    font-weight: bold;
    color: #131313;
    line-height: 19px;
    white-space: nowrap;
}

.poster2-user-text {
    font-size: 12px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 19px;
    white-space: nowrap;
}

.poster2-user-time {
    font-size: 13px;
    font-weight: bold;
    color: #43A0FF;
    line-height: 19px;
}

.poster2-bottom-right {

    position: relative;
    margin-top: 20px;
    float: right;
}

.poster2-main-bottom .poster-qr-text {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 15px;
}

.poster2-main-bottom .poster-one-code-box {
    float: right;
    width: 50%;
    margin-top: 20px;
}

/* 海报3 */
.poster-li-three {
    background: url('../images/img30.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
    padding-top: 13px;
}

.poster3-top {
    height: 280px;
}

.poster3-head {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 24px;
    left: 121px;
    overflow: hidden;
}

.poster3-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.poster3-wrap2 {
    width: 100%;
    margin-top: 35px;
}

.poster3-user {
    font-size: 13px;
    font-weight: bold;
    color: #534032;
    line-height: 19px;
    /* background: linear-gradient(0deg, #534032 0%, #7B6239 100%); */
    text-align: center;
}

.poster3-desc1 {
    font-size: 12px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 19px;
    text-align: center;
}

.poster3-img {
    width: 214px;
    height: 120px;
    background: #C2C7D3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 10px auto;
    position: relative;
    /* background: url('../images/img10.png') no-repeat center center;
    background-size: cover; */
}

.poster3-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* .poster3-img{
    position: relative;
}
.poster3-img img{
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */


.poster3-wrap3 {
    padding: 0 14px;
}

.poster3-desc2 {
    font-size: 13px;
    font-weight: bold;
    color: #7B6239;
    line-height: 22px;
    margin-bottom: 7px;
}

.poster3-main .doctor {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 18px;
}

.poster3-line1 {
    width: 195px;
    height: 4px;
    position: relative;
}

.poster3-bottom {
    position: relative;
    /* bottom: -40px; */
    padding: 0 22px;
    margin-top: 18px;
}

.poster3-bottom .qr-left {
    display: inline-block;
    width: 50%;
    font-size: 13px;
    font-weight: bold;
    color: #7B6239;
    line-height: 20px;
    /* float: left; */
    margin-top: 10px;
}

.qr-right {
    float: right;
    width: 50%;
    text-align: center;
}

.qr-right img {
    width: 59px;
    height: 59px;
}

.qr-img-desc {
    font-size: 12px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 10px;
    white-space: nowrap;
    margin-top: 5px;
    text-align: center;
}

.poster3-qr-text {
    font-size: 12px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 10px;
    white-space: nowrap;
    margin-top: 10px;
}







/* 海报4 */
.poster-li-fore {
    background: url('../images/img31.png') no-repeat center;
    background-size: 100% 100%;
    padding: 0;
}

.poster4-main {
    padding: 0 37px 40px;
}

.poster4-main .poster-logo-wrap {
    text-align: end;
    margin-top: 13px;
}

.poster4-line1 {
    width: 122px;
    border-top: 1px solid #EEEEEE;
    margin: 10px 0 15px 0;
}

.poster4-img {
    width: 160px;
    height: 90px;
    margin: 0;
    position: relative;
}

.poster4-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.poster-info-wrap {
    margin-top: 11px;
}

.poster-info-wrap .doctor {
    font-size: 12px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 18px;
}

.poster-info-wrap .doctor-text1 {
    margin-right: 4px;
}

.poster4-line2 {
    width: 204px;
    border-top: 1px solid #EEEEEE;
    margin-top: 10px;
}

.poster4-bottom {
    margin-top: 22px;
    overflow: hidden;
}

.poster4-qr {
    width: 74px;
    height: 74px;
}

.poster4-qr-desc {
    margin: 0;
    width: 100%;
    text-align: center;
    margin-top: 7px;
    font-size: 12px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 15px;
}

/* 海报5 */
.poster-li-five {
    background: url('../images/img32.png') no-repeat center;
    background-size: 100% 100%;
    padding: 0 20px 26px;
}

.poster-li-five .poster-logo-wrap {
    margin-top: 18px;
    margin-bottom: 8px;
}

.poster5-top {
    width: 237px;
    height: 305px;
    background: #FFFFFF;
    border-radius: 7px;
    margin-bottom: 10px;
    padding: 25px;
}

.poster5-bottom {
    width: 237px;
    height: 111px;
    background: #FFFFFF;
    border-radius: 7px;
}

.poster5-img {
    width: 160px;
    height: 90px;
    margin: 0;
    margin-top: 10px;
    position: relative;
}

.poster5-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.poster5-main .doctor {
    margin-top: 5px;
    line-height: 18px;
}

.poster5-main .poster2-desc1 {
    width: 100%;
    font-size: 12px;
}

.poster5-time-wrap {
    margin-top: 10px;
    float: left;
    width: 50%;
    text-align: center;
}

.poster5-time-text {
    font-size: 12px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 18px;
    text-align: center;
}

.poster5-time {
    font-size: 12px;
    font-weight: bold;
    color: #43A0FF;
    line-height: 18px;
    text-align: center;
}

.qr-right {
    display: inline-block;
}

.poster5-bottom {
    padding: 16px 0;
}

.poster5-bottom .qr-right {
    width: 50%;
    float: right;
}

.poster-logo {
    width: 81px;
    height: 21px;
}

/* 海报6 */
.poster-li-six {
    background: url('../images/img34.png') no-repeat center;
    background-size: 100% 100%;
    padding: 4px 25px;
    position: relative;
}

.poster6-wrap1 {
    margin-top: 22px;
}

.poster6-head {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.poster6-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.poster6-user {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #131313;
    line-height: 24px;
}

.poster6-text {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 24px;
}

.poster6-time {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #43A0FF;
    line-height: 19px;
    margin-top: 5px;
}

.poster6-line1 {
    width: 173px;
    height: 1px;
    background: #EEEEEE;
    margin-top: 10px;
    margin-bottom: 14px;
}

.poster6-img {
    width: 160px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.poster6-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.poster6-wrap2 {
    margin-top: 12px;
}

.poster6-title {
    font-size: 12px;
    font-weight: bold;
    color: #43A0FF;
    line-height: 18px;
    text-align: center;
    padding: 0 13px;
}

.poster6-doctor {
    text-align: center;
    padding: 0 13px;
}

.poster6-text3 {
    font-size: 12px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 18px;
    text-align: center;
}

.poster6-text1 {
    font-size: 12px;
    font-weight: bold;
    color: #7C7C7C;
    line-height: 18px;
    text-align: center;
}

.poster6-qr {
    width: 74px;
    height: 74px;
    position: absolute;
    bottom: 49px;
    left: 55px;
}




/* 文字稿 */

.textDraft {
    padding: 20px 18px 12px;
}

.textDraftTitle {
    float: left;
}

.textDraftTop {
    position: relative;
}

.textPageIndex {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 17px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 22px;
    padding: 5px 4px;
    text-align: center;
    position: fixed;
    bottom: 47px;
    right: 10px;
    z-index: 1;
}

/* .textCurrentPage {
    color: #4D94FF;

} */

.textPagePrev {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: url('../images/img44.png') no-repeat center;
    background-size: 22px 22px;
    cursor: pointer;
    float: left;
}

.textPageCont{
    float: left;
    width: 72px;
    text-align: center;
}

.textPageNext {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: url('../images/img47.png') no-repeat center;
    background-size: 22px 22px;
    cursor: pointer;
    float: right;
}

/* .hasPagePrev{
    background: url('../images/img44.png') no-repeat center ;
    background-size: 16px 16px;
}
.hasPageNext{
    background: url('../images/img47.png') no-repeat center ;
    background-size: 16px 16px;
} */
.textSearchBox {
    width: 100%;
    height: 32px;
    position: relative;
    /* padding: 0 8px; */
    margin-bottom: 20px;
}

.textSearch {
    width: 100%;
    height: 32px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #E6E7EB;
    background: url('../images/search.png') no-repeat 12px center;
    background-size: 14px 14px;
    padding: 5px 15px 5px 35px;
    font-size: 14px;
    color: #3C4450;
    line-height: 22px;
}

.textSearch::placeholder {
    font-size: 14px;
    color: #A5AEBC;
    line-height: 22px;
}

.textSearchDel {
    width: 15px;
    height: 15px;
    background: url('../images/icon21.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    cursor: pointer;
}



.textDraftCont {
    height: 473px;
    overflow-y: auto;
    position: relative;
}
.rightContList_overFlow .textDraftCont{
    height: auto;
    overflow-y: initial;
}
/*滚动条整体样式*/
.textDraftCont::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 8px;
    height: 1px;
}

/*滚动条里面小方块*/
.textDraftCont::-webkit-scrollbar-thumb {
    height: 8px;
    border-radius: 6px;
    background: #C5CAD1;
}

.noResPop {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .64);
    z-index: 2;
    padding: 9px 10px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    white-space: nowrap;
    border-radius: 6px;
}

.textDraftList {
    position: relative;
}

.textDraftItem {
    padding: 0 13px 20px 9px;
    background: url('../images/img43.png') no-repeat left 7px;
    background-size: 5px 5px;
}

.textDraftItem:last-of-type {
    border-bottom: none;
}

.textDraftTime {
    font-size: 14px;
    font-weight: bold;
    color: #121822;
    line-height: 20px;
}

.textDraftText {
    font-size: 14px;
    color: #3C4450;
    line-height: 20px;
    margin-top: 10px;
    cursor: pointer;
}

.textSelected {
    color: #4D94FF;
}


/* 调研弹窗样式 */
.researchPopCont {
    padding-bottom: 136px;
    height: 100%;
}

.researchPopCont .topicCont,
.researchPopCont .liveInfoCont {
    padding-bottom: 0;
}

.researchPopCont .answerText {
    width: 518px;
}

.liveInfoConts .answerText {
    width: 789px;
}

.liveTopBg {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    Z-index: 1;
}


/* 讲师轮播图 */

.lecturerSwiperBox {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    position: relative;
    padding: 0 33px;
    overflow: hidden;
}

.lecturerSwiper {
    height: 100px;
    position: relative;
    overflow: hidden;
}

.lecturerSwiper .swiper-wrapper {
    margin: 0;
}

.lecturerPrev {
    width: 22px;
    height: 80px;
    background: url(../images/icon10.png) no-repeat left center;
    background-size: 22px 80px;
    position: absolute;
    left: 0;
    top: 1px;
    cursor: pointer;
}

.lecturerNext {
    width: 22px;
    height: 80px;
    background: url(../images/icon11.png) no-repeat left center;
    background-size: 22px 80px;
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer;
}


.threePageChat {
    height: 293px;
}


/* 2023-3-8 E脉播优化v1.2.4 */

.otherIpt {
    display: none;
    width: 398px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E6E7EB;
    padding: 9px 11px;
    font-size: 16px;
    line-height: 22px;
    color: #3C4450;
    margin-left: 30px;
    margin-top: 32px;
}

.otherIpt::placeholder {
    color: #A5AEBC;
}

.radio:checked~input {
    display: block;
}

.checkbox:checked~input {
    display: block;
}



/*2024-03-14调研弹窗添加二维码和三行字*/
.codeImg{
    width: 200px;
    margin-top: 20px;
}
.popboxCodeTip{
    margin-top: 25px;
}
.popboxCodeInfo{
    margin-top: 20px;
    color: #999;
}


/* 2024-03-25 美迪康 */

.liveTopBox{
    margin-bottom: 20px;
    position: relative;
}

.liveTopBox .liveTop{
    /* width: 865px; */
    width: calc(100% - 335px);
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
}


.rich_text_box {
    max-height: 150px;
    overflow: auto;
    margin-top: 10px;
}

/*滚动条整体样式*/
.rich_text_box::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 8px;
    height: 1px;
}

/*滚动条里面小方块*/
.rich_text_box::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 6px;
    background: #C5CAD1;
}


.topicTipPopBox{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    display: none;
}
.topicTipPop{
    width: 500px;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 40px;
}
.topicTipPopClose{
    width: 22px;
    height: 22px;
    background: url(../images/close.png) no-repeat center center;
    background-size: 22px 22px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.topicTipPopTitle{
    font-size: 19px;
    font-weight: 500;
    line-height: 26.6px;
    color: #121822;
    margin-bottom: 10px;
    text-align: center;
}
.topicTipPoplabel{
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #A5AEBB;
    text-align: center;
}

.TipRichText{
    width: 100%;
    height: 200px;
    overflow: auto;
    margin-top: 10px;
    /* background: skyblue; */
}
.TipRichText img{
    object-fit: unset;
}

/*滚动条整体样式*/
.TipRichText::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 8px;
    height: 1px;
}

/*滚动条里面小方块*/
.TipRichText::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 6px;
    background: #C5CAD1;
}


.fullImgBox{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    display: none;
}

.fullImgBox .fullImg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}


.topicTag{
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    padding: 2px 4px 3px 19px;
    border-radius: 4px;
    background: url('../images/icon_topic_tag.png') no-repeat  center left 4px #FF2F51;
    background-size: 12px 12px;
    cursor: pointer;
}


.pop_icon{
    width: 92px;
    height: 84px;
    background: url('../images/pop_icon01.png') no-repeat center center;
    background-size: 100% 100%;
    margin: 20px auto 10px;
}
.err_text{
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    margin-bottom: 20px;
}

.err_btn{
    background: #4D94FF;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    border: 1px solid #4D94FF;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 12px;
}
.err_btn.btn2{
    background: #fff;
    color: #4D94FF;
}

.analyze_box{
    background: #F7F8FA;
    padding: 24px;
    margin-top: 20px;
}
.analyze_name{
    font-size: 14px;
    font-weight: bold;
    line-height: 19.6px;
    position: relative;
    padding-left: 9px;
    color: #121822;
    margin-bottom: 20px;
}

.analyze_name::before{
    width: 3px;
    height: 12px;
    border-radius: 3px;
    background: #4D94FF;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.gray_text{
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    color: #aaa;
}

.analyze_cont{
    max-height: 280px;
    overflow: auto;
}
.analyze_cont img{
    object-fit: unset;
}

.analyze_cont::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 8px;
    height: 1px;
}

/*滚动条里面小方块*/
.analyze_cont::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 6px;
    background: #C5CAD1;
}

.green_text{
    color: #30CAA1;
}
.red_text{
    color: #FF2F51;
}

.research_tip{

}

.timingSign {
    background: url(../images/img02-v2.png) no-repeat center center;
    background-size: 100% 100%;
    width: 62px;
    height: 62px;
}

/*2025-03-26*/
.queBox {
    width: 100%;
}
.queBox .queItem {
    width: 100%;
    display: -webkit-box;
    display: flex;
    box-align: center;
    align-items: center;
    position: relative;
}
.queBox .queInp {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 0px;
    height: 0px;
}
.queBox .queRadio {
    padding-left: 24px;
    position: relative;
    margin-bottom: 14px;
    cursor: pointer;
    background: url("../images/radio2.png") no-repeat left center;
}
.queBox .queRadio.active {
    background: url("../images/radio3.png") no-repeat left center;
}
.queBox .queCheck {
    padding-left: 24px;
    position: relative;
    margin-bottom: 14px;
    cursor: pointer;
    background: url("../images/check1.png") no-repeat left center;
}
.queBox .queCheck.active {
    background: url("../images/check2.png") no-repeat left center;
}
.queBox .queLine {
    border: 1px solid #E6E7EB;
    border-radius: 10px;
    padding: 8px 14px;
    display: -webkit-box;
    display: flex;
    box-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 48px;
    box-sizing: content-box;
}
.queBox .queTitle {
    width: 100%;
    -webkit-box-flex: 1;
    flex: 1;
    position: relative;
    z-index: 2;
}
.queBox .quePercentBar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 10px 0 0 10px;
    width: 65%;
    background: #4D94FF;
    opacity: 0.2;
    z-index: 1;
}
.queBox .quePercentNum{
    text-align: right;
    width: 60px;
    position: relative;
    z-index: 2;
}
.queTxt {
    font-size: 12px;
    line-height: 18px;
    color: #A5AEBB;
    margin-top: 20px;
}
.maxHeight {
    height: 340px;
    overflow: auto;
}

/* 2025-08-05 */
.topicPrompt {
    margin-bottom: 0;
}
.topicPrompt span {
    color: red;
    padding: 0 2px;
    font-weight: bold;
}
.topicResult {
    color: red;
}
.resultCorrectSign, .resultErrorSign {
    margin-left: 30px;
    position: relative;
}
.resultCorrectSign:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate3d(0,-50%,0);
    background: url("../images/icon_error.png") no-repeat left center;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
}
.resultErrorSign:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate3d(0,-50%,0);
    background: url("../images/icon_right.png") no-repeat left center;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
}

.resultCorrectSignTop,
.resultErrorSignTop {
    margin-left: 30px;
    position: relative;
}
.resultCorrectSignTop:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 3px;
    background: url("../images/icon_error.png") no-repeat left center;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
}
.resultErrorSignTop:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 3px;
    background: url("../images/icon_right.png") no-repeat left center;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
}
.resultCorrectSignTop .answerText,
.resultErrorSignTop .answerText{
    width: 485px;
}