*{margin:0; padding:0; list-style: none; font-family:"Microsoft YaHei",微软雅黑}
h1, h2, h3, h4, h5, h6 {margin-top: 0;color: rgba(0,0,0,.85);font-weight: 500;}
ol,ul,li{list-style:none;}
img{border:0;}
a{text-decoration:none;}
a:hover{text-decoration:none; }
/* #body{
	height: 100vh;
	background: linear-gradient(to right, #7a50ff, #58abff , #58abff, #4b2fff);
} */
/* live */
.bannerSize{
	padding-top: 0;
}
.bannerSize .soft-main-right{
	padding-top: 20px;
}
.logoSvg{
	width: 150px;
}
.liveNotice{
	width: 286px;
	height: 405px;
	border: 1px solid #c6dffc;
	float: right;
	box-sizing: border-box;
}
.liveNotice img{
	width: 100%;
}
.liveNoticeList{
	width: 230px;
	height: 300px;
	margin: auto;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}
.liveNoticeList .news-flash{
	position: absolute;
	overflow: hidden;
}
.liveNoticeList .flash-list{
	padding-bottom: 0px;
}
.flash-list p a{
	font-size: 13px;
	line-height: 19px;
}
.flash-list p a:hover{
	color: #4988d9;
}
.liveNoticeList .flash-list span{
	display: inline-block;
	padding: 3px 5px 3px 5px;
	background: #eef6ff;
	color: #4988d9;
	border-radius: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.liveNoticeList .flash-icon{
	width: 12px;
	height: 12px;
	position: absolute;
	left: -7.5px;
	top: 10px;
	background: url('../images/liveIcon.png') no-repeat;
}
#hotList{ 
    width: 100%; 
    height: 138px; 
    position: relative; 
    overflow: hidden;
}
#hotList ul { 
    width: 100%;
    height: 138px; 
    position: relative; 
}
#hotList ul li { 
    height: 150px; 
    float: left; 
    list-style: none; 
    padding-right:20px;
}
#hotList ul li img { 
    width: 245px; 
    height: 138px; 
    display: inline-block;
    cursor: pointer;
}
.allLive h3{
	margin-top: 40px;
	margin-bottom: 15px;
}
.fontH3{
	font-size: 23px;
	font-weight: bold;
	color: #262626;
	margin-top: 30px;
	margin-bottom: 15px;
}
.activeEntry{
    width: 100%;
    border-top: 1px solid #00af63;
    margin-top: 50px;
    background: #f7f9fa;
}
.activeEntry ul{
    display: flex;
    justify-content: start;
    width: 100%;
    height: 100%;
}
.activeEntry ul li{
    width: 114px;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    color: #262626;
    cursor: pointer;
    transition: all .2s;
}
.activeEntry li:hover{
    color: #fff;
    background:#00af63; 
}
.classA .more{
    color: #00af63;
    user-select:none;
    font-size: 13px;
    display: none;
}
.activeEntry .classB{
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: row;
}
.activeEntry .menuList{
    display: none;
}
.activeEntry .menuList.classActive{
    display: block;
}
.activeEntry ul li.active{
    color: #fff;
    background:#00af63; 
}
.liveListData{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.liveListData .listData{
	width: 240px;
	margin-top: 28px;
	margin-right: 23px;
}
.liveListData .listData:nth-child(4n){
	margin-right: 0px;
}
.listDataImg{
	width: 240px;
	height: 135px;
	background: #f1f3f4;
	overflow: hidden;
}
.listDataImg img{
	width: 240px;
	height: 135px;
}
.liveDes{
	padding: 20px 5px 10px 5px;
}
.liveDes p{
	font-size: 13px;
	color: #262626;
	font-weight: bold;
	margin-bottom: 15px;
}
.liveDes p:hover{
	color: #003d83;
}
.liveDes span{
	padding: 3px 8px 3px 8px;
	font-size: 12px;
	background: #eef6ff;
	color: #003d83;
}

/* liveDetail */
.bgPng1{
	position: fixed;
	top: 80px;
	left: -100px;
	opacity: 0.7;
	z-index: -1;
}
.bgPng2{
	width: 180px;
	position: fixed;
	top: 60vh;
	left: 12vw;
	opacity: 0.5;
	z-index: -1;
}
.bgPng3{
	position: fixed;
	top: 180px;
	right: -100px;
	opacity: 0.2;
	z-index: -1;
}
.bgPng4{
	width: 180px;
	position: fixed;
	top: 60vh;
	right: 6vw;
	z-index: -1;
}
/* 溢出隐藏 */
.ellipsis-1,.ellipsis-2,.ellipsis-3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.ellipsis-1{
	line-clamp: 1 !important;
	-webkit-line-clamp: 1 !important;
}
.liveHeader{
	width: 100%;
    height: 44px;
    line-height: 44px;
    background: #2d3237;
    overflow: hidden; 
}
.liveMenu{
	width: 1380px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.liveMenu h1{
	display: flex;
	align-items: center;
	height: 44px;
	float: left;
	margin-right: 3px;
}
.header-name{
	float: left;
	width: 80px;
	line-height: 0px;
	padding-top: 9px;
	margin-right: 62px;
}
.liveMenu .header-name span{
	line-height: 14px;
	font-size: 12px;
	color: #fff;
}
.backSoft{
	color:#fff;
	font-size: 14px; 
	position: relative;
	padding-right: 20px;
}
.backSoft:hover{
	color: #fff !important;
}
.backSoft:after{
	width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    top: 14px;
    border-top: 8px solid transparent;
    border-left: 15px solid #25913f;
    border-bottom: 8px solid transparent;
    content: "";
}
.liveMain{
	width: 1030px;
	margin: auto;
	margin-top: 20px;
	overflow: hidden;
}
.live-video{
	width: 100%;
	height: 468px;
	background: #262626;
}
.liveLeft{
	width: 830px;
	float: left;
}
.liveTop{
	width: 100%;
	/* height: 670px; */
}
.live-share{
	display: block;
	background-color: #262626;
}
.live-share .user-tool-box.bgbr{
	margin-bottom: 0px;
	border: none;
	background:none;
}
.see-live-more{
	margin-right: 30px;
}
.see-live-more a{
	display: block;
	width: 136px;
	height: 36px;
	background-color: #25913f;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	border-radius: 2px;
}
.see-live-more a:hover{
	color: #fff;
}
.liveTitle{
	width: 990px;
	margin: auto;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.liveTitleLeft{
	display: flex;
	justify-content: start;
	align-items: center;
}
.liveTitleLeft img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.liveTitleLeft .authorphoto{
	margin-right: 20px;
}
/* .authorphoto{
	width: 50px;
	height: 50px;
	margin-right: 20px;
} */
.liveUser p{
	color: #fff;
	font-size: 15px;
}
.liveTitleLeft{
	width: 70%;
}
.liveUser span{
	font-size: 13px;
	color: #808087;
	margin-top: 5px;
}
.liveTitleRight{
	height: 35px;
	line-height: 35px;
	background-color: #3b3b45;
	background-image: url('../images/forward.png');
	background-repeat:  no-repeat;
	background-position: 10px 8px;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	padding-left: 35px;
	padding-right: 20px;
}
.liveVideo{
	width: 100%;
	height: 467px;
	position: relative;
}
.liveVideo .layer{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.liveVideo .layer img{
	width: 102px;
	height: 102px;
	cursor: pointer;
}
.liveVideo img{
	width: 100%;
	height: 100%;
}
.liveVideo p{
	position: absolute;
	left: 0;
	bottom: 10px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	width: 100%;
	letter-spacing: 2px;
}
.liveVideo p span{
	color: #fff;
}
.liveIntr{
	width: 100%;
	margin-top: 15px;
}
.intrTop{
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #434343;
}
.intrTop h3{
	font-size: 18px;
	color: #fff;
	line-height: 64px;
	border-bottom: 1px solid #fff;
	width: 72px;
	margin-left: 65px;
}
.intrMain{
	padding: 30px 65px 60px 65px;
	color: #939398 !important;
	margin-bottom: 80px;
	line-height: 30px;
    text-indent: 2em;
    font-size: 14px;
    color: #222;
    line-height: 30px;
}
.intrMain img{
    max-width: 100% !important;
    height: auto !important;
    margin:5px auto;
    /* display: block; */
}
.liveRecommend{
	margin-bottom: 40px;
}
.actRecommend{
	margin-bottom: 40px;
}
.bannerList{
	width: 300px;
	/* height: 255px; */
	padding-bottom: 15px;
	background: #f1f3f4;
}
.bannerList .slideBox{
	width: 300px;
	height: 170px;
}
.bannerList span{
	font-size: 13px;
    line-height: 20px;
    color: #262626;
    overflow: hidden;
    text-align: justify;
    margin: 10px 10px 10px 10px;
}
.title-icon{
	/* background: url('../images/title-icon.png') 0px 6px no-repeat; */
	font-size: 20px;
    color: #262626;
    /* padding-left: 20px; */
    margin-bottom: 15px;
	margin-top: 20px;
}
.title-icon a{
	font-size: 12px;
    color: #666666;
    float: right;
    line-height: 26px;
}
.liveTime{
	color: #4aa45f;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	text-align: justify;
}
.NewsList{
	width: 139px;
	background: none;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 0px;
}
.styleBg{
	/* background: url('../images/soft6.jpg'); */
	background: #edf1f4;
	background-size:270px 153px; 
}
.NewsList p{
	font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    height: 36px;
    overflow: hidden;
    /* text-align: justify; */
	letter-spacing: 0px;
    margin: 6px 5px 0px 5px;
}
.NewsList p:hover{
	color: #fff;
}
.NewsList .top{
	position: absolute;
	left: -12px;
	top: -2px;
	z-index: 999;
}
.liveRight{
	width: 200px;
	float: right;
	/* padding-bottom: 20px; */
}
.liveRight .liveRecommend{
	width: 200px;
	padding-left: 30px;
	box-sizing: border-box;
	/* padding-top:25px; */
	margin: auto;
}
.liveRight .liveRecommend img{
	width: 139px;
	height: 78px;
}
.title-icon{
	color: #fff;
}
.NewsListImg{
	width: 139px;
	height: 78px;
	overflow: hidden;
}
.NewsListImg img{
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.NewsListImg:hover img{
	transform: scale(1.1);
}
.livesharecolor{
	color: #fff !important;
}
#insert_getLiveDetails{
	width: 100%;
	/* height: 670px; */
}
.listDataImg{
	position: relative;
}
.listDataImg span{
	position: absolute;
	height: 22px;
	line-height: 22px;
	top: 10px;
	right: 5px;
	z-index: 9999;
	color: #fff;
	font-size: 12px;
}
.live_icon01{
	width:36px;
	text-align: center;
	background: url('../images/live_icon01.png') no-repeat;
}
.live_icon02{
	width:42px;
	padding-left: 20px;
	background: url('../images/live_icon02.png') no-repeat;
}
.live_icon03{
	width:58px;
	padding-left: 22px;
	background: url('../images/live_icon03.png') no-repeat;
}
.live_icon04{
	width:60px;
	text-align: center;
	background: url('../images/live_icon04.png') no-repeat;
}

.live-description{
	width: 1032px;
	/* height: 200px; */
	background: #F6F7F9;
	padding: 20px;
	box-sizing: border-box;
}
.live-company img{
	margin-right: 10px;
	border-radius: 50%;
}
.live-company p{
	margin-right: 30px;
	color: #262626;
	font-size: 16px;
}
.live-company span{
	display: block;
	width: 66px;
	height: 26px;
	background: #25913F;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 13px;
	cursor: pointer;
}
.live-des-title{
	font-size: 20px;
	font-weight: bold;
	color: #262626;
	line-height: 40px;
	margin-top: 15px;
}
.live-des-time{
	margin-top: 10px;
}
.live-des-time span{
	font-size: 13px;
	font-weight: 400;
	color: #5F5F5F;
	height: 12px;
	line-height: 12px;
	display: inline-block;
}

.live-des-time span:first-child{
	border-right: 1px solid #5F5F5F;
	padding-right: 15px;
	margin-right: 15px;
}
.live-des-time .live-nr{
	cursor: pointer;
}
.live-des-time .live-nr i{
	margin-left: 5px;
}
.live-des-des{
	margin-top: 20px;
	display: none;
}
.live-des-des p{
	font-size: 16px;
	font-weight: 400;
	color: #5E5E5E;
	line-height: 28px;
}
.live-pl{
	margin-top: 50px;
}
.liveMain .comment-con{
	width: auto;
}