﻿.padding{padding:40px 0}
.dis-none{display:none !important}

.load-more-img .effectx{animation:blinker 1s linear infinite;height:230px;background:url(../img/effect.png) right repeat-x;background-size:contain;top:30px;right:0;width:150%}
.load-more-img{height:260px}

.is_new_msg{position:fixed;bottom:60px;right:0;z-index:999999999;height:0}
.is_new_msg a{box-shadow:0 0 10px #b92235;display:inline-block;background-color:#b92235;padding:8px 15px}
.is_new_msg a i{margin-left:7px}
.is_new_msg a:hover{color:#ddd}

@media only screen and (max-width:920px){
.load-more-img{height:150px}
.load-more-img .effectx{height:150px;top:0}
.padding{padding:30px 0}
main{margin-bottom:95px}
.is_new_msg{bottom:107px}
.is_new_msg a{font-size:13px}
.header.active ~ main .is_new_msg{visibility:hidden;opacity:0}
.header.active.show ~ main .is_new_msg{visibility:visible;opacity:1}
}