
.ft-ad {
    display: flex;
    align-items: flex-start;
    /* align-items: center; */
    max-width: 100%;
    background: #ffffff;
    /* background-color: #fcfcfc; */
    /* border: 1px solid #e5e7eb; */
    /* border-radius: 8px; */
    /* padding: 12px 14px; */
    position: relative;
    /* padding-left: 10px; */
    margin-top: 12px;
    margin-bottom: 12px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, .04); */
}

.ft-ad-hide{
    display: none;
    /* opacity: 0; */
}

.ft-ad-horizontal {
    width: 100%;
}

.ft-ad-left img {
    width: 130px;
    height: 100px;
    /* border-radius: 6px; */
    display: block;
}

.ft-ad-content {
    margin-top: 4px;/**content距离上方的距离*/
    flex: 1;
    margin-left: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ft-ad-content-text {
    color: #111827;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
}

.ft-ad-content-text b {
    color: #ef4444;
    margin-right: 4px;
}

.ft-ad-content-text:hover {
    text-decoration: none;
}

.ft-ad-poweredby {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #9ca3af;
    text-decoration: none;
    width: fit-content;
}

.ft-ad-logo {
    width: 14px !important;
    height: 14px !important;
    background: #22c55e;
    border-radius: 3px;
    margin-right: 4px;
    display: inline-block;
}

.ft-ad-logo-text {
    font-size: 12px;
}

.ft-ad-hide-link {
    position: absolute;
    top: -4px;/**叉号的上方*/
    right: -5px;/**叉号的右方*/
    cursor: pointer;
    padding: 4px;
    color: #9ca3af;
}

.ft-ad-hide-link:hover {
    color: #ef4444;
}

.ft-ad-hide-switch {
    width: 15px;
    height: 15px;
    display: block;
    background: url("/assets/images/global/clear_1.png") no-repeat center / contain;
}