/*common*/
body{min-width: 1200px;position: relative;font-size: 15px;}

.pcshow{display: block;}
.mshow{display: none;}
.safewidth{width: 1200px;margin: 0 auto;position: relative;}

/* [class*='wrap']{padding: 60px 0;} */
.wrap1{margin-top: 110px;}

/*众旗学院默认logo*/
.logo{width: 260px;height: auto;}
/*官网logo*/
.logo_flag{position: absolute;bottom: 5%;right: 5%;width: 200px;display: flex;align-items: center;justify-content: space-between;}
.logo_flag>span{color: #fff;font-size: 14px;}
.logo_flag>p{height: 40px;width: 2px;background: #ccc;}
.logo_flag>img{width: 130px;}

/*标题统一字号*/
h1{font-size: 50px;font-family: impact;}
h2{font-size: 40px;font-family: impact;}
h3{font-size: 30px;}
h4{font-size: 20px;}
h5{font-size: 18px;}
h6{font-size: 16px;}

/*页面正文内容统一格式*/
.text{font-size: 14px;line-height: 26px;margin: 0 auto;letter-spacing: 0.5px;}
div.text{text-align: justify;}
p.text{text-align: center;}

/*报名按钮 & 下载按钮*/
a.btn{width: 180px;text-align: center;height: 46px;line-height: 46px;font-size: 18px;color: #fff;display: block;letter-spacing: 1px;border-radius: 4px;}
/*a.btn_apply{background: #e4393c;}
a.btn_form{background: #326fbb;}
a.btn_pdf{background: #393939;}*/
a.btn_apply{background: #ffdd0f;color: #003580;margin-right: 40px;}
a.btn_form,
a.btn_pdf{background: transparent;border: 1px solid #326fbb;color: #326fbb;}



/*黑色遮罩 & 白色遮罩*/
.mask{background: rgba(0,0,0,.6);}
.mask_white{background: rgba(255,255,255,.8);}
/*标注*/
.tips{text-align: left;padding: 10px 0;font-size: 14px;}

/*修改默认滚动条样式*/
.text::-webkit-scrollbar{
	width:6px;
 	height:10px;
 	background-color:transparent;
}  
.text::-webkit-scrollbar-track{
	-webkit-box-shadow: transparent;
	background-color:transparent;
}
.text::-webkit-scrollbar-thumb{  
    border-radius: 10px;
  	background-color:rgba(0,0,0,.4);
}

.type::-webkit-scrollbar{
	width:4px;
 	height:10px;
 	background-color:transparent;
}  
.type::-webkit-scrollbar-track{
	-webkit-box-shadow: transparent;
	background-color:transparent;
}
.type::-webkit-scrollbar-thumb{  
    border-radius: 10px;
  	background-color:rgba(0,0,0,.4);
}

/*newAlert 提示框*/
.prompt{
	position: fixed;top: 0;left: 0;
	background: rgba(0,0,0,.6);
	z-index: 10;
	width: 100%;
	height: 100%;
}
.prompt .prompt_box{
	width: 380px;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	position: absolute;top: 40%;left: 50%;
	margin-left: -170px;
	box-shadow: 0 0 10px #333;
}
.prompt .prompt_box img{
	margin: 0 auto;
    margin-top: 15px;
}
.prompt .prompt_box .pro_title{
	background: #DFE0DF;
	height: 40px;
	line-height: 40px;
	color: #101010;
	font-size: 15px;
	color: #555;
	padding-left: 20px;
}
.prompt .prompt_box .pro_close{
	position: absolute;top: 0px;right: 10px;
}
.prompt .prompt_box .pro_close .iconfont{
	font-size: 18px;
}
.prompt .prompt_box .pro_content{
	padding-bottom: 20px;
}
.prompt .prompt_box .pro_content p{
	font-size: 16px;
	color: #333;
	line-height: 1.7;
	padding: 20px;
	text-align: center;
}
.prompt .prompt_box .pro_content .pro_btn{
	display: flex;
	width: 100%;
	padding: 0 20px;
	justify-content: space-around;
}
.prompt .prompt_box .pro_content .pro_btn a{
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}
.prompt .prompt_box .pro_content .pro_btn a:first-child{
	background: #003580;
	color: #fff;
}
.prompt .prompt_box .pro_content .pro_btn a:nth-child(2){
	border: 1px solid #003580;
	color: #003580;
}

@media (max-width: 768px){
	body{min-width: 0;font-size: 14px;}
	.pcshow{display: none;}
	.mshow{display: block;}
	.safewidth{width: 100%;padding: 0 15px;}
	
	/* [class*='wrap']{padding: 30px 0;} */
	.wrap1{margin-top: 50px;}
	
	.logo{width: 200px;}
	.logo_flag{width: 140px;}
	.logo_flag>span{font-size: 12px;}
	.logo_flag>p{height: 30px;width: 1px;}
	.logo_flag>img{width: 80px;}
	
	h1{font-size: 32px;}
	h2{font-size: 26px;}
	h3{font-size: 20px;}
	h4{font-size: 16px;}
	h5{font-size: 15px;}
	h6{font-size: 14px;}
	
	div.text{font-size: 13px;line-height: 24px;}
	p.text{font-size: 13px;line-height: 24px;}
	a.btn{width: 160px;height: 34px;line-height: 34px;font-size: 14px;}
	.tips{padding: 8px 0;font-size: 13px;}
	
	/*newAlert 提示框*/
	.prompt{
		padding: 0 15px;
	}
	.prompt .prompt_box{
		width: 84%;
		top: 30%;
		border-radius: 4px;
		margin-left: -42%;
	}
	.prompt .prompt_box .pro_content p{
		font-size: 15px;
	}
	.prompt .prompt_box .pro_content .pro_btn a{
		height: 36px;
		line-height: 36px;
	}
}