.activation-block{
    display: flex;
    justify-content: space-between;
    margin-top:20px
}
.activation-btn{
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 40%;
    margin-top: 20px;
    cursor: pointer;
}
.danger-tip{
    color:red
}
.activation-deal,.activation-deal:focus{
    margin-left:-6px
}
.pt_md{
    padding-top: 15px
}
.mt-md{
    margin-top: 50px
}
.show-name{
    font-weight: 500;
    font-size: 24px;
}
.finished-icon{
    position: absolute;
    right: 145px;
    top: 12px;
    background: url('/images/course/vip/yes.png') no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}

