﻿.pagebg {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background: url(../images/pagebg.jpg);
    background-color: #f1f5fe;
}
.yz-s-card {
    background-color:transparent;
}
.yz-s-topic span:last-child {
    background: linear-gradient(to right, #996aff, #4980fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.yz-s-topic span:first-child::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    margin-left: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
.yz-s-card .yz-s-subtopic
{
font-size:16px;
}
/* 自定义按钮样式，实现渐变和图标 */
.btn-trial {
    background: linear-gradient(to right, #8e6bff, #4a7ffe);
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    border: none;
    color: #fff !important;
    font-weight: 600;
    cursor: pointer;
}

    .btn-trial svg{
   margin-left: 10px;
    }
    .btn-trial:hover {
        transform: scale(1.05);
        opacity: 0.9;
    }