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: 280px;
	padding: 4%;
	border-radius: 0.5rem;
	background: linear-gradient(to bottom,#ecf6ff,#fff 30%);
}
.dialog_item p{
	color: #333;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding:30px 0 20px 0;
}
.dialog_btn_box{
	display: flex;
	justify-content: center;
	padding:1rem 0;
}
.dialog_btn_box button{
	font-size: 14px;
	background: linear-gradient(180deg,#2fb3ff,#4ce4ff);
	color: #fff;
	width: 115px;
	border-radius: 36px;
	margin: 0 10px;
	height: 36px;
	text-align: center;
}
.dialog_btn_box button.col_cur{
	
	background: #d9e9fe;
	color: #15519d;
}

/* 完善信息弹框 */
.tab_mess{
	width: 300px;
	/* 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: 102px;
}
.ul_box{
	padding: 4%;
	border-radius: 15px;
	margin-top: -20px;
	background: #fff;
}

.ul_box ul li{
	display: flex;
	align-items: center;
	gap: 0 0.4rem;
	border-radius: 0.3rem;
	margin: 0.4rem 0;
	padding: 0.6rem 0.5rem 0.6rem 0;
	background: #f5f9fe;
}
.ul_box ul li span{
	width: 100px;
	color: #333;
	font-size: 13px;
	text-align: right;
}
.ul_box ul li span b{
	color: #cb0000;
}
.int_box{
	display: flex;
	flex: 1;
}
.int_box input{
	flex: 1;
	font-size: 13px;
	color: #333;
}
.int_box select{
	background: url(../img/xl_img.png) no-repeat right center;
	background-size: 0.5rem;
	flex: 1;
	font-size: 13px;
	color: #333;
}
.messbtn_box{
	padding: 4% 0;
}
.messbtn_box button{
	width: 100%;
	height:40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background: linear-gradient(180deg,#2fb3ff,#4ee8ff);
	border-radius: 40px;
}



/*公用头部*/
.bigbox{
	width:100%;
	position:relative;
}
.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:2rem;
	background: #fff;
	border-bottom: 1px solid #cccccc;
	z-index: 5;
}
.retu{
	float:left;
	width:13%;
	height:2rem;
	background:url(../img/return_icon.png) no-repeat center center;
	background-size:0.68rem;
}	
.nmg{
	float:left;
	width:74%;
	height: 2rem;
	text-align: left;
	line-height: 2rem;
	font-size:0.68rem;
	color:#4d4d4d;
}
.big{
	width:100%;
	height:2.021rem;
}






/*首页*/
.top_box{
	width: 100%;
	background: url(../img/top_bg.png) no-repeat left top;
	background-size: 100%;
	height: 230px;
}
.top_box img{
	width: 100%;
}
.xmjs_box{
	padding: 0 4%;
	margin-top: -40px;
	margin-bottom: 20px;
}

.xm_tit{
	background: url(../img/tit_bg1.png) no-repeat left top;
	background-size: 100%;
	height: 58px;
}
.xm_cont {
	padding: 4%;
	background: url(../img/xmcont_bg.png) no-repeat left top;
	background-size: 100%;
	margin-top: -18px;
	border-radius: 0.9rem;
	/* 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: 0.5rem;
	font-size: 14px;
	color: #494949;
	line-height: 26px;
}

.cardbox1{
	padding: 0 4% 4% 4%;
}
.cardbox1 img{
	width: 100%;
	display: block;
}
.ulcard{
	display: none;
}




/* 通知 */
.tztop_box{
	width: 100%;
	background: url(../img/tztop_bg.png) no-repeat left top;
	background-size: 100%;
	height: 110px;
}
.tz_cont{
	padding: 4%;
	margin-top:-30px;
}
.tz_item{
	padding: 4%;
	border-radius: 10px;
	background: linear-gradient(180deg,#e3fbfe,#fff 15%);
}
.tz_item h1{
	font-size: 14px;
	color: #333;
	text-align: center;
	padding: 20px 0;
}
.tz_item p{
	font-size: 13px;
	color: #333;
	line-height: 28px;
}







/* 视频页 */
.xms_item{
	margin-top: -1.4rem;
	background: url(../img/sptit_bg.png) no-repeat left top; 
	background-size: 100%;
}
.sear_flex{
	display: flex;
	padding:7px 4%;
	justify-content: space-between;
}
.sear_box{
	width: 190px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 5px;
	border-radius: 1rem;
	border:1px solid #fff;
	background: #e2f2ff;
}
.sear_box img{
	width:14px;
	margin-left: 8px;
}
.sear_box input{
	width: 100px;
	color: #15519d;
	font-size: 13px;
}
.sear_box button{
	width:120px;
	height: 24px;
	background: linear-gradient(180deg,#2fb3ff,#4ee8ff);
	color: #fff;
	font-size: 13px;
	border-radius: 24px;
}
.ssvid_box{
	padding: 4%;
	background: linear-gradient(to bottom,transparent,#fff 10%);
	border-radius: 0.5rem;
}

.video_box{
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #ddd;
	gap:8px 0;
	padding: 10px 0;
}
.video_box h1{
	color: #333;
	font-size: 13px;
}
.video_item img{
	display: block;
	width: 100%;
}
.video_box span{
	color: #999999;
	font-size:12px;
}





/* 视频播放 */
.vidbigbox{
	width: 100%;
	height: 100%;
	background: url(../img/vidbgh5.png) no-repeat left top;
	background-size: 100%;
}
.vid_all{
	padding-top: 60px;
}
.video_box2{
	width: auto;
}
.video_item2{
	height: 180px;
}
.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: 15px;
	box-shadow: 0 0 10px rgba(168,213,244,0.5);
}
