
.pte_activity{
	z-index:451;
	overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.3);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.pte_activity_in{
	position:absolute;
	z-index:1;
	background:#FFF;
	top:60px;
	bottom:100px;
	left:15px;
	right:15px;
	border-radius:20px;
	box-shadow:0px 5px 10px 2px rgba(0,0,0,0.2);
}
.pte_activity_btn{
	position:absolute;
	z-index:1;
	background:#FFF;
	top:auto;
	bottom:-15px;
	left:15px;
	right:15px;
	border-radius:20px;
	overflow:hidden;
	box-shadow:0px 1px 2px 1px rgba(0,0,0,0.2);
	background:#F30;
	padding:12px 15px;
	font-size:24px;
	text-align:center;
	border-radius:15px;
	color:#fff;
	text-transform:uppercase;
	background: linear-gradient(120deg,rgba(241,86,40,0) 25%,hsla(0,0%,100%,0.3) 45%,rgba(241,86,40,0) 62%), #F15628;
	-webkit-animation: btn_effect 42s linear infinite;
    animation: btn_effect 42s linear infinite;
}
.pte_activity_btn:hover{
	cursor:pointer;
	background:#0065CA;
}
.pte_activity_head{
	background:#006FDD;
	background: rgb(2,0,36);
	background: linear-gradient(107deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 36%, rgba(0,212,255,1) 100%);
	height:150px;
	border-radius:15px;
	position:relative;
}
.pte_activity_head h1{
	position:absolute;
	top:40px;
	left:20px;
	font-size:40px;
	color:#FFF;
	z-index:5;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	font-weight:900;
}
.pte_activity_head  img{
	display:block;
	float:right;
	width:auto;
	height:180px;
	opacity:0.9;
}
.pte_activity_txt{
	position:absolute;
	z-index:1;
	background:#fff;
	top:110px;
	bottom:40px;
	left:10px;
	right:10px;
    overflow-x: hidden;
    overflow-y: auto;
	border-radius:15px;
}
.pte_activity_txt section{
	text-align:left;
	padding:10px;
	
}
.pte_activity_txt section{
	margin-bottom:10px;
	border-bottom:1px dashed #CCC;
}
.pte_activity_txt section h1{
	padding:8px 0px;
	font-size:22px;
	color:#e80000;
}
.pte_activity_txt section article{
	padding:4px;
	font-size:18px;
	line-height:22px;
	color:#666;
	background:rgba(255,255,0,0.1);
}