@media(max-width:993px)
{
	#sum{
		padding-left:5px !important;
	}
}
#sum{
		padding-left:50px;
	}
	@media(max-width:483px)
{
	#aa
	{
		font-size:22px !important;
	}
	#bb
	{
		font-size:17px !important;
		
	}
	#cr
	{
		height:180px!important;
	}
}
@media(max-width:327px)
{
	#aa
	{
		font-size:20px !important;
	}
	#bb
	{
		margin-left:-15px !important;
		font-size:14px !important;
	}
}
@media(max-width:513px){
	
	.dt
	{
		font-size:12px !important;
		line-height:12px !important
	}
}
.flash {
   animation-name: flash;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {background-color:#521D94;}
    to {background-color::#F00;}
}

.flash1 {
   animation-name: flash1;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash1 {
    from {color:#521D94;}
    to {color:#fff;}
}