.buryit {
display:none;
}
.self-immediately-receive{
    display:inline-block;
    height:3.5rem; 
    line-height:2.1rem;
    border:4px solid #ffa65a;
    background: #fe4a3b; 
    color: #fff !important; 
    margin: 0 .2rem; 
    border-radius: .5rem; 
    font-size: 1.5rem; 
    box-sizing: border-box; 
    font-weight: 200; 
    padding: 0.4rem;
    text-decoration: none !important;
    -webkit-animation: free_download 1s linear alternate infinite;
    animation: free_download 1s linear alternate infinite;
}
.self-immediately-receive:hover{
background: red; 
}
.self-immediately-desc{
color: #3366ff  !important;
}
.self-immediately-desc::after{
content:'简单好用的360评估系统'
}
.self-immediately-receive::after{
content:'立即免费使用'
}
//点击免费试用
@-webkit-keyframes free_download{
    0%{-webkit-transform:scale(0.8);}
    100%{-webkit-transform:scale(1);}
}
@keyframes free_download{
    0%{transform:scale(0.8);}
    100%{transform:scale(1);}
}