.blzkp{
   width: 85%;
   min-height: 200px;
   margin: 30px auto;
   background: radial-gradient(circle,#E6D7BD,#dfdfdf);
   border-radius: 15px;
   padding: 15px;
   box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.05);
}
.blbt{
    height: 30px;
    border-radius: 10px;
    background-color: #DCDCDC;
    padding: 8px;
    box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.05);
    border: 1px solid #070707;
}
.blkp{
   width: 85%;
   min-height: 100px;
   margin: 15px auto;
   background: linear-gradient(to right,#ECEEB2,#CFF1B9);
   background: rgba(255,255,255,0.01);
   border-radius: 15px;
   padding: 12px;
   box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.1);
   position: relative;
   /*opacity: 0;
   transform: scale(0.5);
   transition: opacity 0.5s ease-out, transform 0.3s ease-out;
*/
}
.blkp .wbbt{
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(to right, #80e5a4, #a482f1, #ff85b8);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0 5px 15px rgba(0,0,0,0.05),0px 0px 1px rgba(0, 0, 0, 0.2), -2px -2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.blkp .tb{
    width: 50px;
    height: 50px;
    box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.05);
    border: 1px solid #070707;
    padding: 4px;
    border-radius: 10px;
    position: absolute;
    right: 14px;
    top: 10px;
}
.blkp .an{
    text-decoration: none;
    text-align: center;
    width: 50px;
    height: 30px;
    display: block;
    box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.05);
    border: 1px solid #070707;
    padding: 4px;
    border-radius: 10px;
    font-size: 18px;
    color: #212121;
    line-height: 30px;
    float: right;
    position: absolute;
    right: 13px;
    bottom: 8px;
}
.blkp .js{
    color: #AAAAAA;
    font-size: 11px;
    width: 150px;
    margin: 5px;
}
.blkp .new{
    position: absolute;
    top:-5px;
    right:-18px;
    display: block;
    width: 45px;
    transform: rotate(40deg);
}
/*重复动画时*/
.blkp.fddh {
   opacity: 1;
   transform: scale(1);
}
.blkp .ax{
    /*background-color: #CEB979;*/
    border-radius: 8px;
    padding: 3px;
    width: 100px;
    position: absolute;
    bottom: 5px;
    left: 3px;
}