.style6 {
    margin: 5px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.style6 .top {
    padding: 10px 10px 10px 10px;
    padding-bottom: 0;
    margin: 0;
    justify-content: flex-start;
    align-items: center;
}

.style6 .top .logo {
    width: 66px;
    height: 66px;
    margin-right: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    overflow: hidden;
}

.style6 .top .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.style6 .top .desc h1 {
    font-size: 18px;
    color: #444;
    margin: 0;
}

.style6 .top .desc p {
    margin-top: 5px;
    font-size: 12px;
    color: #888;
    margin: 0;
}

.style6 .btn {
    display: block;
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #24C77E;
    border-radius: 6px;
    text-align: center;
    margin: 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.style6 .btn:active {
    opacity: 0.8;
}