body,html{
	width:100%;
}
body{
	position:relative;
	background: #d9e9fe;
}
img{
	border:none;
	}
a,input,span,label,li,select,button,dl,div,table{
	-webkit-tap-highlight-color:transparent;
	-webkit-appearance: none;
}
textarea,button,input,select{
	outline: none;
	border:none;
	background:none;
	padding: 0;
	margin: 0;
}





/*弹框*/
.zhe{
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
	z-index: 8;
	position:fixed;
}
.dialog_box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.dialog_item{
	width: 380px;
	padding: 30px;
	border-radius:20px;
	background: linear-gradient(to bottom,#ecf6ff,#fff 20%);
}
.dialog_item p{
	color: #333;
	font-size:16px;
	text-align: center;
	padding: 40px 0 30px 0;
}
.dialog_btn_box{
	display: flex;
	justify-content: center;
	padding:1rem 0;
}
.dialog_btn_box button{
	font-size: 16px;
	background: linear-gradient(180deg,#2fb3ff,#4ce4ff);
	color: #fff;
	width: 120px;
	border-radius: 40px;
	margin: 0 0.5rem;
	height: 40px;
	text-align: center;
}
.dialog_btn_box button.col_cur{
	
	background: #d9e9fe;
	color: #15519d;
}

/* 完善信息弹框 */
.tab_mess{
	width: 500px;
	/* background: #fff; */
	box-shadow: 0 0 4px rgba(84,152,202,0.2);
	border-radius: 0.2rem;
}
.messtit_box{
	background: url(../img/tit_bg2.png) no-repeat left top;
	background-size: 100%;
	height: 168px;
}
.ul_box{
	padding: 4%;
	border-radius: 20px;
	margin-top: -36px;
	background: #fff;
}

.ul_box ul li{
	display: flex;
	align-items: center;
	gap: 0 20px;
	border-radius: 10px;
	margin: 15px 0;
	padding:15px;
	background: #f5f9fe;
}
.ul_box ul li span{
	width:110px;
	color: #333;
	font-size: 16px;
	text-align: right;
}
.ul_box ul li span b{
	color: #cb0000;
}
.int_box{
	display: flex;
	flex: 1;
}
.int_box input{
	flex: 1;
	font-size: 16px;
	color: #333;
}
.int_box select{
	background: url(../img/xl_img.png) no-repeat right center;
	background-size: 14px;
	flex: 1;
	font-size: 16px;
	color: #333;
}
.messbtn_box{
	display: flex;
	justify-content: center;
	padding: 4% 0;
}
.messbtn_box button{
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(180deg,#2fb3ff,#4ee8ff);
	border-radius:40px;
}




/*首页*/
.top_box{
	width: 100%;
	background: url(../img/pctop_bg.png) no-repeat center 0;
	height: 764px;
}
.top_box img{
	width: 100%;
}
.pc_box{
	width: 1200px;
	margin: 0 auto;
}
.xmjs_box{
	margin-top:-190px;
}

.xm_tit{
	background: url(../img/pctit_bg1.png) no-repeat left top;
	height: 163px;
}
.xm_cont {
	padding: 40px;
	height: 290px;
	background: url(../img/pcxmcont_bg.png) no-repeat left top;
	background-size: 100%;
	margin-top: -100px;
	border-radius: 40px;
	/* box-shadow: 0 0 10px rgba(168,213,244,0.5); */
	box-shadow: 0 5px 10px -5px rgba(168, 213, 244, 0.5);
}
.xm_cont p{
	padding-top: 20px;
	font-size: 20px;
	color: #494949;
	line-height: 40px;
}
.ulcard ul{
	display: flex;
	padding: 20px 0;
	gap: 0 18px;
}
.ulcard ul li img{
	display: block;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(168,213,244,0.5);
}
.cardbox1{
	display: none;
}



/* 通知 */
.tztop_box{
	width: 100%;
	background: url(../img/pctztop_bg.png) no-repeat center 0;
	height: 440px;
}
.tz_cont{
	width: 1200px;
	margin:-70px auto;
}
.tz_item{
	padding: 4%;
	border-radius: 20px;
	background: linear-gradient(180deg,#e3fbfe,#fff 20%);
}
.tz_item h1{
	font-size:22px;
	color: #333;
	text-align: center;
	padding:15px 0 30px 0;
}
.tz_item p{
	font-size: 18px;
	color: #333;
	line-height: 38px;
}







/* 视频页 */
.xms_item{
	background: url(../img/pcsptit_bg.png) no-repeat left top; 
}
.sear_flex{
	display: flex;
	padding:12px 30px;
	justify-content: space-between;
}
.sear_box{
	width:460px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 10px;
	border-radius:30px;
	border:1px solid #fff;
	background: #e2f2ff;
}
.sear_box img{
	margin-left: 15px;
}
.sear_box input{
	flex: 1;
	color: #15519d;
	font-size:16px;
}
.sear_box button{
	width: 110px;
	height: 40px;
	background: linear-gradient(180deg,#2fb3ff,#4ee8ff);
	color: #fff;
	font-size: 16px;
	border-radius: 40px;
}
.ssvid_box{
	padding: 4% 30px;
	background: linear-gradient(to bottom,transparent,#fff 20%);
	border-radius: 30px;
	display: flex;
	gap: 30px 40px;
	flex-wrap: wrap;
}

.video_box{
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	width:550px;
}
.video_box h1{
	color: #333;
	font-size: 18px;
	min-height: 50px;
}
.video_item img{
	display: block;
	width:550px;
}
.video_box span{
	color: #999999;
	font-size: 16px;
}





/* 视频播放 */
.vidbigbox{
	width: 100%;
	height: 100%;
	background: url(../img/vidbgpc.png) no-repeat center 0;
}
.vid_all{
	padding-top: 80px;
	width: 1200px;
	margin: 0 auto;
}
.video_box2{
	width: auto;
}
.video_item2{
	height: 500px;
}
.video_box h1.tith1{
	min-height: auto;
}
.vid_item{
	margin:4%;
	padding:4%;
	background: linear-gradient(170deg, #e5fcfe, #fff 15%, #fff 80%,#e5fcfe);
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(168,213,244,0.5);
}







