@media screen and (min-width: 600px){
	.m {
		display: none !important;
	}
}
@media screen and (max-width: 600px){
	.pc {
		display: none !important;
	}
}

/* 头部文件样式 */
	/* 电脑屏 */
		#head {min-width: 1200px;}
		#head .top {background: #1E78BE;}
		#head .top .box {max-width: 1200px;margin: 0 auto;height: 30px;display: flex;align-items: center;}
		#head .top .box img{width: 20px;height: 20px;margin-right: 10px;}
		#head .top .box p {color: #fff;font-size: 13px;}
		#head .top .box .mail {margin-left: auto;font-size: 13px;color: #fff;}
		#head .top .box .mail:hover{text-decoration: underline;}
		#head .bottom {background: #fff;border-bottom: 1px solid #dedfe0;}
		#head .bottom .box {max-width: 1200px;margin: 0 auto;display: flex;align-items: center;}
		#head .bottom .box img {width: 160px;display: block;}
		#head .bottom .box .nav {flex: 1;display: flex;font-size: 16px;padding: 0 20px;max-width: 640px;margin: 0 auto;}
		#head .bottom .box .nav li{flex: 1;}
		#head .bottom .box .nav li a {display: block;height: 80px;line-height: 80px;text-align: center;color: #222;position: relative;transition: 0.3s;}
		#head .bottom .box .nav li a .selected{position: absolute;height: 3px;bottom: 10px;background: #1E78BE;transition: 0.3s;display: none;}
		#head .bottom .box .nav li:hover a {line-height: 70px;}
		#head .box .user {display: flex;width: 160px;line-height: 40px;}
		#head .box .user .i {font-size: 18px;}
		#head .box .user .t {font-size: 16px;margin: 0 auto 0 10px;}
		#head .box .user .q {font-size: 24px;color: #1E78BE;line-height: 34px;}
		#head .box .button {display: flex;width: 160px;justify-content: flex-end;}
		#head .box .button a {width: 100px;height: 34px;line-height: 34px;box-sizing: border-box;text-align: center;font-size: 14px;border: 1px solid #1E78BE;color: #1E78BE;cursor: pointer;user-select: none;}
		#head .box .button a:hover{background: #1E78BE;color: #fff;}
		
	/* 手机屏 */
		#head_m {position: fixed;top: 0;left: 0;right: 0;background: #1E78BE;color: #fff;font-size: 14px;}
		#head_m a {color: #fff;}
		#head_m .top {display: flex;align-items: center;padding: 10px 10px 0 10px;}
		#head_m .top .logo img {width: 90px;margin-top: -7px;margin-right: 15px; display: block;}
		/* #head_m .top .iphone-i{width: 18px;height: 18px;margin: 0 10px 0 auto;} */
		#head_m .user {display: flex;align-items: center;height: 30px;margin-left: auto;margin-right: 10px;}
		/* #head_m .user .i {font-size: 16px}
		#head_m .user .t {font-size: 14px;margin: 0 10px;width: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis} */
		#head_m .user .q {font-size: 18px;}
		#head_m .nav {display: flex;justify-content: space-between;padding: 0 10px;}
		#head_m .nav li a {display: block;font-size: 12px;line-height: 3;text-align: center;color: #fff;}
/* 头部文件样式 end*/
/* 脚部 css */
	/* 电脑屏 */
		.foot {min-width: 1200px;background: #DBEEF3;padding-top: 20px;}
		.foot .footer {max-width: 1200px;margin: 0 auto;display: flex;align-items: flex-end;justify-content: center;}
		.foot .footer .imgFoot1 {height: 130px;}
		.foot .footer .imgFoot2 {width: 130px;height: 130px;padding: 5px;box-sizing: border-box;background: #fff;}
		.foot .footer .listss {}
		.foot .footer .listss li {height: 30px;line-height: 30px;width: 140px;text-align: center;font-size: 14px;}
		.foot .footer .listss li a:hover{text-decoration: underline;color: #1E78BE;}
		.foot .footer .connection{width: 130px;height: 130px;display: flex;flex-wrap: wrap;justify-content: space-between;align-content: space-between;margin: 0 40px;}
		.foot .footer .connection li img {width: 60px;height: 60px;display: block;}
		.foot .footer .infors {display: flex;flex-direction: column;}
		.foot .footer .infors span {font-size: 14px;line-height: 30px;height: 30px;}
		.foot .footer .infors .iphone {font-size: 18px;color: #3492E1;font-style:italic;}
		.foot .company {width: 100%;display: flex;justify-content: center;background: #BFE2E1;margin-top: 20px;}
		.foot .company span {font-size: 12px;padding: 5px 0;display: flex;justify-content: center;align-items: center;}

	/* 手机屏 */
		.foot_m {background: #f1f3f4;display: flex;align-items: center;padding: 10px;margin-top: 10px;}
		.foot_m .xiao {width: 100px;height: 100px;padding: 5px;background: #fff;}
		.foot_m .box {margin-left: 10px;}
		.foot_m .box .x1 {font-size: 12px;line-height: 2;text-align: justify;}

	/* 移动底部导航 */
		.foot_m_c {position: fixed;left: 0;right: 0;bottom: 0;background: #1E78BE;z-index:3;}
		.foot_m_c .box {display: flex;align-items: center;justify-content: space-between;}
		.foot_m_c .box a {flex: 1;text-align: center;line-height: 73px;height: 50px;font-size: 12px;position: relative;color: #fff;}
		.foot_m_c .box a::after{content: '';width: 14px;height: 14px;position: absolute;top: 8px;left: 50%;transform: translate(-50%, 0);border-radius: 50%;border: 2px solid #fff;}
/* 脚部 css end*/

/* 提示信息！css */
.remind-t,
.prompt-t {
	width: 400px;
	height: 200px;
	position: fixed;
	top: 45%;
	left: 50%;
	margin-top: -100px;
	margin-left: -200px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #3589FC;
	z-index: 1000;
}
.prompt_top {
	position: absolute;
	border-bottom: 1px solid #9C9C9C;
	width: 100%;
	height: 80%;
}
.prompt_top .prompt_top_yue {
	width: 100%;
	height: 40px;
	background-color: #3589FC;
}
.prompt_top .prompt_top_yue span {
	color: #fff;
	float: left;
	margin-left: 10px;
	line-height: 40px;
	font-size: 16px;
}
.prompt_top .prompt_top_hua {
	width: 100%;
	height: 120px;
	text-align: center;
}
.prompt_top .prompt_top_hua span {
	
	line-height: 120px;
}
.prompt_no,
.prompt_yes {
	width: 50%;
	position: absolute;
	margin-top: 40%;
	height: 20%;
	text-align: center;
	line-height: 40px;
	color: #5C96E7;
	font-size: 18px;
}
.prompt_yes {
	border-right: 0.5px solid #9C9C9C;

}
.prompt_no {
	border-left: 0.5px solid #9C9C9C;
	margin-left: 50%;
}
.prompt_no:hover,
.prompt_yes:hover{
	background-color: #3589FC;
	color: #fff;
	cursor: pointer;
}
.off-yes {
	width: 100%;
	position: absolute;
	margin-top: 40%;
	height: 20%;
	text-align: center;
	line-height: 40px;
	color: #5C96E7;
	font-size: 18px;
}
.off-yes:hover {
	background-color: #3589FC;
	color: #fff;
	cursor: pointer;
}
/* 提示信息！css end*/