/*金融终端下载页面CSS*/
.jinrong_content .content{width: 100%;height: 100vh;min-height:800px;position: relative;background: url(../file/jinrongImg_1.png) no-repeat center center;background-size: 100% 100%;}
.jinrong_content .content>a{display: block;width: 217px;position: absolute;top: 58%;left: 11%;height: 63px;}
.jinrong_content .content>a img{width: 100%;}
.jinrong_content .content1{background: url(../file/jiaoyishi.png) no-repeat center center;}

/*金融终端vip群页面CSS*/
* {margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:PingFangSC-Regular, Microsoft Yahei,"微软雅黑",SimHei,"黑体";}
img {border:none;vertical-align:middle;}
body,p,form,input,button,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6 {margin:0;padding:0;list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
input,textarea {-webkit-user-select:text;-ms-user-select:text;user-select:text;-webkit-appearance:none;font-size:1em;line-height:1.5em;}
table {border-collapse:collapse;}
input,select,textarea {outline:none;border:none;background:none;}
a {outline:0;color:inherit;cursor:pointer;text-decoration:none;*star:expression(this.onbanner = this.blur ());}
a:link,a:active {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a {text-decoration:none;/* -webkit-touch-callout:none;*/}
em,i {font-style:normal;}
li,ol {list-style:none;}
.sa-clear {display:block;clear:both;}
.sa-clear:after {content:"";display:block;height:0;visibility:hidden;font-size:0;clear:both;}

/*公共弹窗*/
.sa-dialog-mask {display:none;width:100%;height:100%;background:rgba(0,0,0,0.5);position:fixed;top:0;left:0;z-index:99;}
.sa-dialog-mask .content {width:3.2rem;border-radius:0.106667rem;position:absolute;top:50%;left:50%;margin-left:-1.6rem;margin-top:-1.92rem;background:#fff;}
.sa-dialog-mask .content p {text-align: center;}
.sa-dialog-mask .content .header {font-size:0.2rem;line-height:0.5rem;color:#333;}
.sa-dialog-mask .content .body {font-size:0.2rem;color:#666;line-height:0.4rem;margin:0 auto;}
.sa-dialog-mask .content .footer {border-top:0.01rem solid #ddd;margin-top:0.1rem;}
.sa-dialog-mask .content .footer a {box-sizing:border-box;width:50%;height:0.45rem;line-height:0.45rem;display:block;float:left;font-size:0.2rem;color:#999;}
.sa-dialog-mask .content .footer a:last-child {color:#DB4637;border-left:0.01rem solid #ddd;}

html, body {
    width: 100%;
    height: 100%;
    font-size: 12px;
}

.jinRongVipLive {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.jinRongVipLive .vipLive_liveArea {
    width: 100%;
    height: 100%;
}

/*.jinRongVipLive .vipLive_liveArea .title {*/
/*height: 5%;*/
/*min-height: 0.5rem;*/
/*line-height: 0.5rem;*/
/*text-align: center;*/
/*background: #262626;*/
/*color: #FFFFFF;*/
/*font-size: 0.22rem;*/
/*font-family: PingFang-SC-Bold, PingFang-SC;*/
/*font-weight: bold;*/
/*}*/

/*直播区域*/
.jinRongVipLive .vipLive_liveArea .video {
    overflow: hidden;
    width: 100%;
    height: 50%;
}


/*聊天框*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 30%;
    background: #F3F3F3;
    box-shadow: 0px 0.04rem 0.07rem 0px rgba(0, 0, 0, 0.05);

}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area {
    height: 100%;
    /*margin: 0.2rem;*/
    background: #F3F3F3;
    padding: 0 0.2rem;
    padding-right: 0.1rem;
    /*margin-right: 0.05rem;*/
    overflow-x: hidden;
    overflow-y: scroll;
}

/*滚动条*/
/*.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area::-webkit-scrollbar{display: none;}*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area::-webkit-scrollbar{display: block;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area::-webkit-scrollbar { /*滚动条整体样式*/width: 0.06rem; /*高宽分别对应横竖滚动条的尺寸*/height: 0.01rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area::-webkit-scrollbar-thumb { /*滚动条里面小方块*/border-radius: 0.03rem;-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);background: #EEEEEE;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area::-webkit-scrollbar-track { /*滚动条里面轨道*/-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);border-radius: 0.03rem;background: #ffffff;}


.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher_detail_msg {
    float: left;
    width: 100%;
    margin-top: 0.13rem;
    margin-bottom: 0.1rem;
}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher_detail_msg > img {
    width: 0.3rem;
    height: 0.3rem;
    float: left;
    border-radius: 50%;
}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher_detail_msg .teacher_detail_msg_con {
    float: left;
    width: calc(100% - 0.44rem);
    margin-left: 0.14rem;
}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher_detail_msg .teacher_detail_msg_con > p {
    font-size: 0.14rem;
    height: 0.2rem;
    line-height: 0.2rem;
    color: #666;
}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher_detail_msg .teacher_detail_msg_con div {
    padding: 0.1rem 0.12rem;
    background: #ffffff;
    margin-top: 0.04rem;
    font-size: 0.14rem;
    line-height: 0.18rem;
    color: #000;
    position: relative;
    border-radius: 0.04rem;
    float: left;
    display: inline-block;
    min-height: 0.18rem;
}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher_detail_msg .teacher_detail_msg_con div p.teacher_detail_msg_reserve {
    line-height: 0.38rem;
    background: #D7ECFE;
    margin-top: 0.08rem;
    padding: 0 0.08rem;
    border-radius: 0.04rem;
}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher_detail_msg .teacher_detail_msg_con div img.teacher_detail_teacher_icon {
    position: absolute;
    top: 0.16rem;
    left: -0.08rem;
}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher_detail_noUser > img {
    float: right;
    border-radius: 50%;
}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher_detail_noUser .teacher_detail_msg_con {
    float: right;
    margin-right: 0.14rem;
    margin-left: 0;
}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher_detail_noUser .teacher_detail_msg_con > p {
    text-align: right;
}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher_detail_noUser .teacher_detail_msg_con div {
    border: 0.01rem solid #D6D3D3;
    background: #E0DEDE;
    display: inline-block;
    float: right;
}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher_detail_noUser .teacher_detail_msg_con div img.teacher_detail_noUser_icon {
    position: absolute;
    right: -0.08rem;
}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher_detail_noUser .teacher_detail_msg_con div.teacher_detail_user {
    background: #FFFFFF;
    border: 0.01rem solid #E8E7E7;
}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher_detail_noUser .teacher_detail_msg_con div.teacher_detail_user p {
    word-break: break-all;
}

/*播放器进度条隐藏*/
#vipLive-detail-player .vcp-player .vcp-controls-panel .vcp-timeline{display: none;}
#vipLive-detail-player .vcp-player .vcp-controls-panel .vcp-timelabel{display: none;}
/*#vipLive-detail-player {width: 69.28%;height: 780px;display: none;}*/
/*#vipLive-detail-player .live-cover {display: block;width: 100%;height:100%;}*/
/*#vipLive-detail-player .live-cover img {width: 100%;height: 100%;}*/


.videoFixed{position: absolute;top: 0;z-index: 99;}
/*对撤回消息特殊处理样式*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .recallMsg{font-size: 0.14rem;color: #666;height: 0.4rem;line-height: 0.4rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .recallMsg .message{display: none;}
/*新用户加入处理*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .joinMsg{font-size: 0.14rem;color: #666;height: 0.4rem;line-height: 0.4rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .joinMsg .message{display: none;}
/*回复信息复制按钮隐藏*/
/*.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .replyMsgChat .actionFun .copyNews{display: none;}*/
/*图片信息复制按钮隐藏*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .imageMsg .actionFun .copyNews{display: none;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .imageMsg .actionFun .replyNews{display: none;}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .intro{background: #e8e8e8;}

.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message{position: relative;width: 100%;margin: 0.03rem 0;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .avatar{margin-top:0px;width: 0.3rem;height: 0.3rem;float: right;border-radius: 50%;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher .avatar{float:left;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .avatar>img{width:100%;height: 100%;border-radius: 50%;display: block;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .user-info{width: calc(100% - 0.45rem);margin-right: 0.15rem;position: relative;word-wrap: break-word;word-break: break-all;display: inline;float: right;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher .user-info{margin-right: 0;float: left;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .mine .user-info{margin-left: 0px;float: right;margin-right:0.05rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .user-info p.user-name{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: right;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher .user-info p.user-name{text-align: left;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .user-info p>a{float: right;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #4A4A4A;letter-spacing: 0;font-size: 0.16rem;height: 0.16rem;line-height: 0.16rem;cursor: pointer;text-decoration: none;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher .user-info p>a{color: #2D8DED;float: left;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher .user-info p>span>img{width: 0.29rem;height: 0.14rem;padding-bottom: 0.05rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .user-info p>i{float: left;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #999999;letter-spacing: 0;font-size: 0.14rem;height: 0.12rem;line-height: 0.12rem;cursor: text;text-decoration: none;margin:0 0.1rem;margin-top: 0.02rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .user-info>div {max-width: 5.0rem;padding: 0.05rem 0.1rem;background: #DEE0E3;margin-top: 0.08rem;cursor: pointer;font-weight: 400;font-family: PingFangSC-Regular, PingFang SC;font-size: 0.16rem;color: #4A4A4A;position: relative;border-radius: 0.03rem;float:right;display:inline-block;min-height: 0.2rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher .user-info>div {background: #CBE4FC;float: left;border-radius: 0.03rem}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .user-info>div>p {color: #000000;letter-spacing: 0.02rem;text-align: justify;line-height: 0.24rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .user-info>div>p.reply {font-size: 0.16rem;color: #999;border-left: 0.02rem solid #999;padding-left: 0.05rem;margin-bottom: 0.05rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .user-info>div>p.hasEmotion .emotion{width: 0.8rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .mine .user-info>div>p.icon {color: #DEEDFF;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .user-info>div>p>img{width: 20px;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .user-info>div>p>img.emotion {display: block;width: 0.8rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .user-info>div>p>img.WeiXin_emotion {width: 20px;height: 20px;display: block;}
/*牛表情消息类型背景透明*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .niuEmotion .user-info>div{background: none;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .niuEmotion .actionFun .copyNews{display: none;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .niuEmotion .actionFun .replyNews{display: none;}
/*文件消息类型样式处理*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .fileTip .user-info>div .fileMessage{width: 2.2rem;background: #ffffff;border-radius: 0.03rem;padding: 0.1rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .fileTip .user-info>div .fileMessage .fileCon{float: left;width: 1.5rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .fileTip .user-info>div .fileMessage .fileCon .name{font-size: 0.16rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .fileTip .user-info>div .fileMessage .fileCon .fileSize{font-size: 0.14rem;color: #666;padding-top: 0.1rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .fileTip .user-info>div .fileMessage img{float: left;margin-left: 0.1rem;width: 0.45rem;}
/*文件消息类型背景透明*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .fileTip .user-info>div{background: none;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .fileTip .actionFun .copyNews{display: none;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .fileTip .actionFun .replyNews{display: none;}

/*当前用户名称时间隐藏*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .mine .message .user-info p.user-name{display: none;}


/*其他用户发送的消息展示在左侧*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .user .message{float: left;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .user .message .user-info{float: left;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .user .message .user-info p.user-name{text-align: left;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .user .message .user-info p>a{float: left;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .user .message .user-info p>i{float: left;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .user .message .user-info>div{float: left;}


/*群公告*/
.jinRongVipLive .vipLive_liveArea .noticeTip {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 0.3rem;
    line-height: 0.3rem;
    background: #FFFFFF;
    box-shadow: 0px 0.02rem 0.2rem 0px rgba(0, 0, 0, 0.05);
    border-radius: 0.06rem;
    width: 95%;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}

.jinRongVipLive .vipLive_liveArea .noticeTip img {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0.2rem;
}
.jinRongVipLive .vipLive_liveArea .noticeTip img:first-child{
    left: 0;
}
.jinRongVipLive .vipLive_liveArea .noticeTip img:last-child{
    right: 0;
}

.jinRongVipLive .vipLive_liveArea .noticeTip .warpSen{
    display: inline-block;
    width: calc(100% - 1.1rem);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.jinRongVipLive .vipLive_liveArea .noticeTip .noticeCon {
    font-size: 0.12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4A4A4A;
    height: 0.3rem;
    line-height: 0.3rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

/*公告详情*/
.jinRongVipLive .vipLive_liveArea .noticeDetail{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 0.02rem 0.2rem 0px rgba(0, 0, 0, 0.05);
    border-radius: 0.06rem;
    width: 2rem;
    height: 45%;
    padding: 0.2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 999;
}

.jinRongVipLive .vipLive_liveArea .noticeDetail .top{
    margin-bottom: 0.1rem;
}
.jinRongVipLive .vipLive_liveArea .noticeDetail .top>p{
    display: inline-block;
    font-size: 0.14rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #4A4A4A;
    line-height: 0.2rem;
    float: left;
}
.jinRongVipLive .vipLive_liveArea .noticeDetail .top>img{
    float: right;
    width: 0.12rem;
    cursor: pointer;
}

.jinRongVipLive .vipLive_liveArea .noticeDetail .detailCon{
    height: calc(100% - 0.6rem);
    overflow: auto;
    font-size: 0.12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 0.22rem;
}
.jinRongVipLive .vipLive_liveArea .noticeDetail .bottom{
    text-align: center;
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    right: 0;
}
.jinRongVipLive .vipLive_liveArea .noticeDetail .bottom>p{
    font-size: 0.1rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 0.2rem;
}


/*公告滚动条*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .noticeDetail .detailCon::-webkit-scrollbar{display: none;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .noticeDetail .detailCon::-webkit-scrollbar { /*滚动条整体样式*/width: 0.05rem; /*高宽分别对应横竖滚动条的尺寸*/height: 0.01rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .noticeDetail .detailCon::-webkit-scrollbar-thumb { /*滚动条里面小方块*/border-radius: 0.03rem;-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);background: #EEEEEE;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .noticeDetail .detailCon::-webkit-scrollbar-track { /*滚动条里面轨道*/-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);border-radius: 0.03rem;background: #ffffff;}


/*艾特用户*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .aiteUser {position: absolute;left: 0.3rem;z-index: 99;display: inline-block;padding: 0.05rem 0.08rem;border-radius: 0.03rem;font-size: 0.14rem;background: #ffffff;border: 0.01rem solid #e8e8e8;cursor: pointer;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .aiteUser:hover{background: #e8e8e8;}

/*复制引用回复消息*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .actionFun{position: absolute;left: 0.2rem;top: 0;z-index: 99;display: inline-block;border-radius: 0.03rem;background: #ffffff;border: 0.01rem solid #e8e8e8;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .actionFun a{display: block;font-size: 0.14rem;padding: 0.05rem 0.2rem;height: 0.16rem;line-height: 0.16rem;cursor: pointer;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .message .actionFun a:hover{background: #e8e8e8;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .mine .actionFun{left: unset;right: 0.2rem;top: -0.3rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .user .actionFun a.cancel{display: none;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .vipLive_show_area .teacher .actionFun a.cancel{display: none;}


/*艾特用户提示语*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .userTips {display:none;cursor:pointer;position: absolute;text-align: center;background: #ffffff;right: 0.05rem; bottom: 0.4rem;padding: 0 0.1rem;height:0.3rem;border-top-left-radius: 0.2rem;border-bottom-left-radius:0.2rem;box-shadow: 0.01rem 0.01rem 0.05rem #e8e8e8;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .userTips .tipsCon{letter-spacing: 0.02rem;font-size: 0.12rem;font-family: PingFang-SC-Bold, PingFang-SC;font-weight: bold;color: #1E90FF;height: 0.3rem;line-height: 0.3rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .userTips img{width: 0.12rem;height: 0.12rem;}

/*撤回消息提示*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .cancelNews {display:none;position: absolute;left: 0;bottom: 0.8rem;right: 0;margin: auto;text-align: center;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .cancelNews span{font-size: 0.12rem;color:#666;margin: 0 auto;background: #ffffff;padding: 0.05rem 0.1rem;border-radius: 0.03rem;font-family: PingFangSC-Regular, PingFang SC;}

/*点击查看更多新消息*/
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .new-words {display:none;cursor:pointer;position: absolute;left: 0;bottom: 0.1rem;right: 0;margin: auto;text-align: center;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .new-words span{font-size: 0.12rem;font-family: PingFangSC-Regular, PingFang SC;color:#666;line-height: 0.2rem;margin: 0 auto;}
.jinRongVipLive .vipLive_liveArea .vipLive_showCon .new-words img{width: 0.1rem;height: 0.1rem;}

/*放大图片*/
.bigImageContent {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
}

.imagePoup {
    overflow: auto;
    width: 95%;
    max-height: 77%;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 2000;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    border-radius: 0.03rem;
}

.close {
    width: 0.25rem;
    height: 0.25rem;
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 3%;
}

.close>img{
    width: 100%;
    height: 100%;
}

#divid {
    max-height: 100%;
    text-align: center;
}

#imgId {
    width: 100%;
}

/*图片滚动条*/
.imagePoup::-webkit-scrollbar { /*滚动条整体样式*/width: 0.05rem; /*高宽分别对应横竖滚动条的尺寸*/height: 0.01rem;}
.imagePoup::-webkit-scrollbar-thumb { /*滚动条里面小方块*/border-radius: 0.03rem;-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);background: #9B9B9B;}
.imagePoup::-webkit-scrollbar-track { /*滚动条里面轨道*/-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);border-radius: 0.03rem;background: #ffffff;}


/*输入框*/
.jinRongVipLive .vipLive_liveArea .vipLive_textarea {
    position: relative;
    background: #ffffff;
    border-top: 0.01rem solid #EBEBEB;
    padding: 0.1rem 0.2rem;
    padding-top: 0;
    height: 1.2rem;
    -webkit-border-bottom-right-radius: 0.13rem;
}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .choiceImg{
    position: relative;
    display: inline-block;
    margin-top: 0.06rem;
}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .choiceImg .iconfont {
    display: inline-block;
    color: #FF2D3B;
    cursor: pointer;
    width: 0.18rem;
    height: 0.18rem;
}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .choiceImg .iconfont > img{
    width: 100%;
    height: 100%;
}

.jinRongVipLive .vipLive_liveArea .vipLive_textarea .choiceImg .iconfont > input {
    position: absolute;
    font-size: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .01;
    filter: Alpha(opacity=1);
    cursor: pointer;
}

/*表情 牛*/
.liveSendemotion {position: absolute;z-index: 999999;width: 3rem;height:2.5rem;padding: 0.1rem;background: #fff;overflow: hidden;border: 0.01rem solid #E8E8E8;bottom: 0.1rem;left: 0.1rem;}
.liveSendemotion .face-emotion {padding: 0 0 0.1rem 0.1rem;height: 2rem;overflow: auto;}
.liveSendemotion .face-emotion li {float: left;margin: 0.02rem;}
.liveSendemotion .face-emotion li a {z-index: 1;float: left;width: 0.63rem;cursor: pointer;overflow: hidden;position: relative;text-align: center;border: 0.01rem solid #e8e8e8;}
.liveSendemotion .face-emotion li a img {width: 100%;height: 100%;}

/*微信小表情*/
.liveSendemotion .wx-emotion{padding: 0.1rem;padding-top:0;padding-right:0;display: block;overflow: auto;height: 2rem;}
.liveSendemotion .wx-emotion li{float: left;}
.liveSendemotion .wx-emotion li a {z-index: 1;float: left;width:0.3rem;cursor: pointer;overflow: hidden;padding: 0.01rem 0.02rem;position: relative;text-align: center;}
.liveSendemotion .wx-emotion li a img {width: 100%;height: 100%;}

/*表情滚动条*/
.liveSendemotion .wx-emotion::-webkit-scrollbar { /*滚动条整体样式*/width: 0.06rem; /*高宽分别对应横竖滚动条的尺寸*/height: 0.01rem;}
.liveSendemotion .wx-emotion::-webkit-scrollbar-thumb { /*滚动条里面小方块*/border-radius: 0.03rem;-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);background: #EEEEEE;}
.liveSendemotion .wx-emotion::-webkit-scrollbar-track { /*滚动条里面轨道*/-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);border-radius: 0.03rem;background: #ffffff;}

/*表情滚动条牛牛*/
.liveSendemotion .face-emotion::-webkit-scrollbar { /*滚动条整体样式*/width: 0.06rem; /*高宽分别对应横竖滚动条的尺寸*/height: 0.01rem;}
.liveSendemotion .face-emotion::-webkit-scrollbar-thumb { /*滚动条里面小方块*/border-radius: 0.03rem;-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);background: #EEEEEE;}
.liveSendemotion .face-emotion::-webkit-scrollbar-track { /*滚动条里面轨道*/-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);border-radius: 0.03rem;background: #ffffff;}


/*表情选择*/
.liveSendemotion .emotion-on {border-top:0.01rem solid #ebebeb;}
.liveSendemotion .emotion-on span{float: left;width:0.24rem;padding: 0 0.1rem 0 0.1rem;}
.liveSendemotion .emotion-on span:last-child{padding-left: 0.2rem;}
.liveSendemotion .emotion-on span img{width: 100%;height: 100%;}


/*只看老师*/
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .liveControl {
    display: inline-block;
    float: right;
    background: #F5F5F5;
    color: #808080;
    border: 0.01rem solid #E8E8E8;
    text-align: center;
    border-radius: 0.03rem;
    padding: 0.05rem 0.1rem;
    font-size: 0.1rem;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    margin-right: 0.18rem;
    margin-top: 0.1rem;
}

.jinRongVipLive .vipLive_liveArea .vipLive_textarea .vipLive_chooseAll{
    margin-right: 0;
}

.jinRongVipLive .vipLive_liveArea .vipLive_textarea .liveControl.on {
    background: #0CACF1;
    border: 0.01rem solid #0CACF1;
    color: #FFFFFF;
}

.jinRongVipLive .vipLive_liveArea .vipLive_textarea .liveControl:last-child {
    margin-right: 0.5rem;
}


/*艾特功能用户列表展示*/
.aiteUserList{
    display: none;
    position: absolute;
    border-radius: 0.03rem;
    background: #ffffff;
    border: 0.01rem solid #e8e8e8;
    bottom: 135px;
    z-index: 999;
    height: 1rem;
}
.aiteUserList ul{
    overflow: auto;
    height: 1rem;
}
.aiteUserList ul li{
    font-size: 0.12rem;
    padding: 0.02rem 0.1rem;
    height: 0.16rem;
    line-height: 0.16rem;
    cursor: pointer;
}
.aiteUserList ul li:hover{
    background: #e8e8e8;
}

/*用户列表滚动条样式*/
.aiteUserList>ul::-webkit-scrollbar { /*滚动条整体样式*/width: 0.06rem; /*高宽分别对应横竖滚动条的尺寸*/height: 0.01rem;}
.aiteUserList>ul::-webkit-scrollbar-thumb { /*滚动条里面小方块*/border-radius: 0.03rem;-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);background: #EEEEEE;}
.aiteUserList>ul::-webkit-scrollbar-track { /*滚动条里面轨道*/-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);border-radius: 0.03rem;background: #ffffff;}


/*输入框*/
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .input-content {
    overflow: auto;
    outline: none;
    font-size: 0.14rem;
    width: 100%;
    height: 0.5rem;
    margin: 0.1rem 0;
    color: #4A4A4A;
}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .input-content:empty:before{
    content: '输入您想要说的内容…';
    font-size: 0.12rem;
    color: #9b9b9b;
}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .input-content img{
    height: 0.2rem;
}


/*输入框滚动条*/
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .input-content::-webkit-scrollbar { /*滚动条整体样式*/width: 0.06rem; /*高宽分别对应横竖滚动条的尺寸*/height: 0.01rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .input-content::-webkit-scrollbar-thumb { /*滚动条里面小方块*/border-radius: 0.03rem;-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);background: #EEEEEE;}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .input-content::-webkit-scrollbar-track { /*滚动条里面轨道*/-webkit-box-shadow: inset 0 0 0.05rem rgba(0, 0, 0, 0.2);border-radius: 0.03rem;background: #ffffff;}


/*被艾特消息*/
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .atUserIdMsgTip {
    display: none;
    position: absolute;
    top: -0.3rem;
    z-index: -999;
}

/*被引用消息模块*/
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .replyUser {
    display: none;
    position: absolute;
    bottom: 0.1rem;
    max-width: 2.2rem;
}

.jinRongVipLive .vipLive_liveArea .vipLive_textarea .replyUser > span {
    font-size: 0.12rem;
    color: #727272;
    background: #E9E9E9;
    border-radius: 0.03rem;
    border: 0.01rem solid #E9E9E9;
    padding: 0.03rem 0.06rem;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 400;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.jinRongVipLive .vipLive_liveArea .vipLive_textarea .replyUser > span > img {
    width: 0.2rem;
}

.jinRongVipLive .vipLive_liveArea .vipLive_textarea .replyUser > img {
    position: absolute;
    bottom: 0;
    right: -0.3rem;
}

/*发送消息按钮*/
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .live-send {
    position: absolute;
    right: 0.2rem;
    bottom: 0;
    font-size: 0.12rem;
    text-align: center;
    padding: 0.03rem 0.08rem;
    color: #727272;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    background: #F5F5F5;
    border-radius: 0.03rem;
    border: 0.01rem solid #E9E9E9;
}

.jinRongVipLive .vipLive_liveArea .vipLive_textarea .live-send p{
    display: none;
    position: absolute;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-size: 0.12rem;
    color: rgba(99, 99, 99, 0.69);
    background: #FFFFFF;
    border-radius: 0.03rem;
    border: 0.01rem solid rgba(99, 99, 99, 0.69);
    width: 2.8rem;
    bottom: 0.33rem;
    right: 0;
}

.jinRongVipLive .vipLive_liveArea .vipLive_textarea .live-send:hover p{
    display: block;
}


.jinRongVipLive .vipLive_liveArea .vipLive_textarea .live-send:hover {
    background: #E9E9E9;
}

/*发送图片*/
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .upImgBack {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.jinRongVipLive .vipLive_liveArea .vipLive_textarea .upImage {
    display: none;
    position: absolute;
    z-index: 19991018;
    width: 50%;
    right: 25%;
    bottom: 50%;
}

.jinRongVipLive .vipLive_liveArea .vipLive_textarea .upImage img {
    width: 100%;
    max-height: 2.0rem;
    object-fit: cover;
}

/*发送取消图片按钮*/
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .upImage p{
    float: left;
    display: inline-block;
    width: 50%;
    height: 0.33rem;
    margin-top: 0.11rem;
    text-align: center;
}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .upImage p a{
    display: inline-block;
    width: 0.9rem;
    height: 0.33rem;
    line-height: 0.33rem;
    font-size: 0.14rem;
    text-align: center;
    color: #ffffff;
    border-radius: 0.1rem;
    background: #FF4350;
}

/*发送文件*/
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .fileSend {
    /*display: none;*/position: fixed;z-index: 1000;top: 0px;left: 0px;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);transition: all 0.3s;}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .upFile {
    /*display: none;*/background: #ffffff;position: absolute;z-index: 19991018;width: 50%;right: 25%;bottom: 50%;border-radius: 0.03rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .upFile .top{font-size: 0.14rem;color: #4A4A4A;text-align: center;height: 0.4rem;line-height: 0.4rem;border-bottom: 0.01rem #e8e8e8 solid;}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .upFile .img{display: flex;margin-top: 0.1rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .upFile .img>img{margin: auto;}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .upFile .tit{font-size: 0.14rem;text-align: center;padding: 0.1rem;}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .upFile .size{font-size: 0.12rem;text-align: center;color: #666;}
.jinRongVipLive .vipLive_liveArea .vipLive_textarea .upFile .bottom a{width: 42%;display: inline-block;font-size: 0.14rem;float: left;text-align: center;width: 30%;padding: 0.2rem 0.3rem;color: #727272;}


/*金融终端老师文章列表*/


.articleTeacher {
    background: #F5F5F5;
}

.articleTeacher .articleList {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}


.articleTeacher .articleList ul.listShow {
    display: block;
    clear: both;
}

.articleTeacher .articleList ul.listShow li {
    float: left;
    width: 550px;
    background: #FFFFFF;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.articleTeacher .articleList ul.listShow li:nth-child(2n-1) {
    margin-right: 20px;
}

.articleTeacher .articleList ul.listShow li .img {
    float: left;
    width: 200px;
    height: 150px;
    border-radius: 3px;
    box-shadow:0px 2px 4px 2px rgba(225,225,225,0.9);
}

.articleTeacher .articleList ul.listShow li .img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
}

.articleTeacher .articleList ul.listShow li .content {
    float: left;
    padding-left: 20px;
    width: 330px;
}


.articleTeacher .articleList ul.listShow li .content .title {
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.articleTeacher .articleList ul.listShow li .content .des {
    height: 60px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 10px;
}

.articleTeacher .articleList ul.listShow li .content .bottom {
    height: 22px;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    padding-top: 10px;
}

.articleTeacher .articleList ul.listShow li .content .bottom img {
    width: 24px;
    height: 24px;
    float: left;
    border-radius: 50%;
}

.articleTeacher .articleList ul.listShow li .content .bottom span {
    padding-left: 10px;
}

.articleTeacher .articleList ul.listShow li .content .bottom span.num {
    float: right;
}

.articleTeacher .articleList ul.listShow li .content .bottom span.num i {
    color: #FF4350;
}


/*分页*/
.page-turning {
    margin: 50px auto;
}

.page-turning .pageNew {
    width: fit-content;
    margin: 0 auto;
}

.page-turning .pageNew .next {
    float: left;
    border-radius: 3px;
    padding: 10px 12px;
    margin: 0 10px;
    height: 14px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 14px;
    cursor: pointer;
}

.page-turning .pageNew .next:hover{
    background: #1E90FF;
    color: #ffffff;
}

.page-turning .pageNew .on {
    background: #1E90FF;
    color: #FFFFFF;
    border-radius: 3px;
}

.page-turning .pageNew .sever {
    border: 0;
    margin: 0;
}

.page-turning .pageNew .last {
    background: #288AFC;
    color: #FFFFFF;
}


/*老师观点详情页*/
.artTeacherDetail{background: #F5F5F5;padding: 20px 0;}
.artTeacherDetail .artContent{width: 1200px;margin: 0 auto;box-shadow:0px 1px 2px 2px rgba(225,225,225,0.9);background: #fff;}
.artTeacherDetail .artContent .title{height: 100px;padding: 0 20px;border-bottom: 1px solid #e2e2e2;}
.artTeacherDetail .artContent .title p:first-child{font-family:PingFangSC-Medium;font-size: 26px;font-weight: 500;height: 37px;line-height: 37px;color: #4a4a4a;padding-top: 21px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.artTeacherDetail .artContent .title p span{display: block;float: left;margin-right: 20px;font-size: 14px;color: #4a4a4a;height: 17px;line-height: 17px;margin-top: 8px;}
.artTeacherDetail .artContent .title p span i{color: #FF4350;font-weight:600;}
/*.artTeacherDetail .artContent .title p span:last-child{position: relative;float: right;margin-right: 0;color: #666;font-size: 12px;cursor: pointer;}*/
/*.artTeacherDetail .artContent .title p span:last-child i{color: #4a4a4a;display: block;float: left;}*/
/*.artTeacherDetail .artContent .title p span:last-child i:nth-child(2){margin: 0 4px 0 3px;}*/
/*.artTeacherDetail .artContent .title p span:last-child a{position: absolute;width: 82px;height: 82px;left: -5px;bottom: -110px;z-index: 99;border: 1px solid #e2e2e2;padding: 10px;background: #fff;display: none;}*/
.artTeacherDetail .artContent .atten{width: 1080px;padding: 20px 0;background: #F8F8F8;margin: 0 auto;margin-top: 21px;position: relative;margin-bottom:40px;}
.artTeacherDetail .artContent .atten span:first-child{position: absolute;left: 42px;top: -12px;font-size: 18px;color: #4a4a4a;font-weight:400;height: 25px;line-height: 25px;}
.artTeacherDetail .artContent .atten span.icon-syh{position: absolute;top: 2px;left: 3px;}
.artTeacherDetail .artContent .atten span.icon-xyh{position: absolute;bottom: 5px;right: 3px;}
.artTeacherDetail .artContent .atten span.atten_detail{letter-spacing:2px;display: block;width: 734px;line-height: 20px;font-size: 16px;color: #4a4a4a;margin-left: 42px;word-break: normal;text-align:justify;text-justify:inter-ideograph;margin-bottom: 10px;}

.artTeacherDetail .artContent .detail{padding: 0 60px;padding-bottom: 28px;}
.artTeacherDetail .artContent .detail p{width: 100%;font-size: 18px;line-height: 30px;color: #333;word-break: normal;text-align:justify;text-justify:inter-ideograph;margin-top: 26px;}
.artTeacherDetail .artContent .detail img{width: 500px;margin: 0 auto;margin-top: 8px;margin-left: 290px;}

.artTeacherDetail .artContent .other_article{width: 100%;padding-bottom: 22px;}
.artTeacherDetail .artContent .other_article li{display: block;float: left;margin-top: 20px;width: 400px;cursor: pointer;height: 99px;background: #f1f1f1;padding: 10px 20px;}
.artTeacherDetail .artContent .other_article li:first-child{margin-left: 60px;}
.artTeacherDetail .artContent .other_article li:last-child{float: right;margin-right: 60px;}
.artTeacherDetail .artContent .other_article li p:first-child{color: #333;font-size: 20px;line-height: 28px;font-family:PingFangSC-Medium;font-weight: 500;}
.artTeacherDetail .artContent .other_article li p:last-child{color: #666;margin-top: 8px;font-size: 16px;font-family:PingFangSC-Medium;font-weight: 500;line-height: 22px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.artTeacherDetail .artContent .operation{padding: 0 20px;}
.artTeacherDetail .artContent .operation div:first-child{text-align: center;}
.artTeacherDetail .artContent .operation div a{display: inline-block;width: 100px;height: 30px;line-height: 30px;background: #e1e1e1;color: #666;margin: 0 7px;font-size: 14px;}
.artTeacherDetail .artContent .operation div a i{display: inline-block;font-size: 14px;margin-right: 3px;}
.artTeacherDetail .artContent .operation div a:hover{background: #FF5400;color: #fff;}
.artTeacherDetail .artContent .operation div a:visited{background: #FF5400;color: #fff;}
.artTeacherDetail .artContent .operation div span,.artTeacherDetail .artContent .operation div a.shxxJuBao{display: block;float: right;margin-left: 29px;color: #666;line-height: 17px;margin-top: 15px;font-size: 12px;font-weight:400;margin-bottom: 21px;background: none;width: auto;}
.artTeacherDetail .about{width: 1200px;margin: 0 auto;background: #fff;box-shadow:0px 1px 2px 1px rgba(225,225,225,0.9);margin-top: 20px;}
.artTeacherDetail .about h3{height: 41px;line-height: 41px;border-bottom: 1px solid #d8d8d8;font-size: 18px;font-family:PingFangSC-Medium;font-weight: 500;padding-left: 20px;}
.artTeacherDetail .about h3 i{display: inline-block;width: 4px;height: 17px;background: #FF4350;float: left;margin-top: 12px;margin-right: 6px;}

.artTeacherDetail .about ul{width: 100%;padding-bottom: 20px;}
.artTeacherDetail .about ul li{float: left;margin-left: 30px;width: 260px;margin-top: 10px;cursor: pointer;}
.artTeacherDetail .about ul li img{width: 100%;height: 177px;}
.artTeacherDetail .about ul li p{margin-top: 14px;color: #333;font-size: 14px;line-height: 21px;font-weight: 400;height: 42px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2; -webkit-box-orient: vertical;}









