/*.bwp-toggle {*/
/*    margin: 20px 0;*/
/*    padding: 15px;*/
/*    background: #fff;*/
/*    border: 1px solid #ccd0d4;*/
/*    box-shadow: 0 1px 1px rgba(0,0,0,0.04);*/
/*}*/
.bwp-prime-button {
    background: #1a98ff !important;
    color: white !important;
}
.bwp-prime-button:hover {
    background: #1a9bcb !important;
    color: white !important;
}
.description img {
    transition: transform 0.3s ease; /* 平滑过渡效果 */
    cursor: pointer; /* 可选：显示为手型指针 */
}

.description img:hover {
    transform: scale(3); /* 鼠标悬停时放大 3 倍 */
}