
.ui-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
 
}

.ui-banner-item{
	width: 100%;
	display: none;
}

.ui-banner-item.active {
    display: block; 
}


.ui-model-view{
	position: fixed;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	height: 100%; 
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.68);
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	 
}


.swiper-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/*弹窗*/
.ui-model-panel{
	width: 800px;
	height: 600px;
	/* background-color: white; */
	border-radius: 10px;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 20px;
	position: relative;

}

.ui-btn-close{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 30px;
	height: 30px;
	background-color: #f44336;  
	color: white;
	border: none;
	border-radius: 50%; 
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ui-btn-close::before {
  content: "\2716"; 
  font-weight: 900;
}


.ui-my-video{
	height: 100%;
}


.ui-body{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}


.ui-video-view{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
    background: linear-gradient(to bottom, #e0f2fe, white);
	border-radius: 20px;
	margin-top: 50px;
	height: 316px;
	width: 1030px;
	box-sizing: border-box;
	padding-left: 25px;
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
	
}

.ui-video{
	 
}

.ui-video-subview{
	width: 200px;
	height: 326px;
	transform: translateY(-10px);
	object-fit: cover;
	border-radius: 10px;
	
}
 
.video-poster{
	width: 200px;
	height: 326px;
	object-fit: cover;
	 
}

.ui-video-info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}
.ui-info-row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.ui-info-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 46px;
}

.ui-info-value{
	color: #1c64c6;
	font-size: 39px;
	font-weight: bold;
	white-space: nowrap;
}

.ui-info-label{
	font-size: 27px;
	white-space: nowrap;
}

.ui-info-desc{
	margin-top: 33px;
	font-size: 27px;
	color: #747474;
}

.ui-main-content{
	max-width: 1200px;
}

.ui-section{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
	margin-bottom: 100px;
}

 


.ui-section-desc{
    	font-size: 20px;
	margin: 20px;
}


.ui-menu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
    width: calc(100% - 40px);
	margin:20px 20px;
}

.ui-menu-item{
    width: 16.66%;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
}

.menu-active{
   background-color: rgb(207, 228, 254);
   padding:5px 2px;
   border-radius: 4px;
}

.ui-menu-view{
	background: url("https://ebd-site.cdn.bcebos.com/%20newbaidu/themes/ebaidu/public/img/E2F38729CF1F1068ABBDDC8041746B88.JPG");
	background-size: cover;
	width: calc(100vw - 20px);
	height: 520px;
	box-sizing: border-box;
	overflow: hidden;
	 
}


/**视频区域*/

.ui-video-flex{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.ui-video-list{
	display: flex;
	flex-direction: row;
	align-items: flex-start;;
	justify-content: center;
	box-sizing: border-box;
	overflow: hidden;
}

.ui-video-item{
	width: 200px;
	height: 430px;
	border-radius: 10px;
	margin-right: 50px;
	position: relative;
}

.ui-video-item video{
	width: 200px;
	height: 430px;
	border-radius: 10px;
	object-fit: cover;
}

.ui-video-mask{
	position: absolute;
	background-color: white;
	backdrop-filter: blur(10px);
	opacity: 0.8;
	width: 200px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 10px;
	height: 431px;
	z-index: 10;
	transition: opacity 1.2s ease;
}

.ui-video-item:hover .ui-video-mask {
    opacity: 0; 
}


.ui-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
	border: 1px solid white;
	 
}

.ui-play-btn::before {
    content: '';
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 8px solid white;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}




.ui-zhibo-view{
	background: url("https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/bjhbx4.jpg");
	background-size: cover;
	width: calc(100vw - 20px);
	height: 620px;
	box-sizing: border-box;
	overflow: hidden;
}

.ui-banner-item{
	width: 100%;
	object-fit: cover;
	height: 600px;
	max-height: 600px;
	overflow: hidden;
}

.ui-section-title{
	font-size: 32px;
	color: #2a2a2a;
	font-weight: bold!important;
}

.ui-section-p{
	/*color: #6b6b6b;*/
	font-size: 20px;
		margin: 20px;
}


/**数字人直播平台政策*/

.ui-table{
	width: 966px;
	margin-top: 20px;
 
	box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.2); 
	border-radius: 14px;
}

.ui-table-item{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;  
	width: 100%;
}


.ui-width20{	 
	white-space: normal;
	text-align: center;
	width: 20%;
	height: 70px; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
	font-size: 22px;
	font-weight: bold;
	box-sizing: border-box;
}

.ui-width40{
	text-align: center;
	width: 40%;
	height: 70px; 
    font-size: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
	box-sizing: border-box;
	padding: 0 20px;
	 
}

.font-20{
	font-size: 20px;
	font-weight: bold;
}

.color-blue0{
	background-color: #98b6e8;
}

.color-blue1{
	background-color: #c8ddff;
}

.color-blue2{
	background-color: #f3f8ff;
}


.ui-border-left{
	border-top-left-radius: 14px;
}

.ui-border-right{
	border-top-right-radius: 14px;
}

.ui-border-bottom-left{
	border-bottom-left-radius: 14px;
}


.ui-border-bottom-right{
	border-bottom-right-radius: 14px;
}

.ui-boder-bottom{
	border-bottom: 2px solid white;
}

.ui-boder-lr{
	border-left: 2px solid white;
	border-right: 2px solid white;
}




/**慧播星资源包权益*/
.ui-section-body{
	position: relative;
	background-image: url("https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/bjhbx8.jpg");
	width: calc(100vw - 20px);
	height: 660px;
	box-sizing: border-box;
}

.ui-body-bg{
	width: 722px;
	height: 291px;
	object-fit: cover;
}


.ui-hbx-title{
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
	margin-bottom: 40px;
}


.ui-hbx-img{
	height: 430px;
	object-fit: cover;
	vertical-align: bottom;
}

.ui-hbx-center{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

 

 .ui-btn-area{
	 text-align: center;
	 margin-top: 10px;
	 position: absolute;
	 bottom: 51px;
	 left: 50%;
	 transform: translate(-50%);
 }
 
 .ui-btn-area a{
		background-color: #dc3545;
		color: white;
		padding: 7px 60px;
		font-size: 12px;
		border-radius: 4px;
   }




/**问题*/
.ui-questions{

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 50px 50px;
}

.ui-question-item{
	border-bottom: 1px solid #eee;
	width: 100%;
	padding: 20px 0;
	cursor: pointer;
	position: relative;
	padding-right: 20px;
}


.ui-question-item::after{
	
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	transform: translateY(-50%) rotate(135deg);
	transition: transform 0.3s ease;
   	
}

.ui-question-item.active::after {
    transform: translateY(-50%) rotate(45deg);   
}

.ui-question-item > .ui-question-answer{	 
	opacity: 0;
	max-height: 0;
    transition: max-height 0.4s ease, opacity 0.2s ease 0.1s;
}

.ui-question-item.active >.ui-question-answer{
	display: block;
	opacity: 1;
	max-height: 200px;
}

.ui-question-item:last-child{
	border-bottom: none;
}

.ui-question-title{
	font-size: 16px;
	color: #101315;
	
}

.ui-question-answer{
	color: #929292;
	font-size: 14px;
	padding-top: 10px;
}