.smartideo { z-index: 0; text-align: center; background: transparent; line-height: 0; text-indent: 0; margin: 0; padding: 0; }
.smartideo embed, .smartideo iframe { padding: 0; margin: 0; }
.smartideo .player { width: 100%; height: 500px; margin: auto; overflow: hidden; position: relative; }
.smartideo .player a.smartideo-play-link { display: block; width: 50px; height: 50px; text-decoration: none; border: 0; position: absolute; left: 50%; top: 50%; margin: -25px; }
.smartideo .player a.smartideo-play-link p { display: none; }
.smartideo .player .smartideo-play-button { width: 0; height: 0; border-top: 25px solid transparent; border-left: 50px solid #FFF; border-bottom: 25px solid transparent; }
.smartideo .tips {
    background: linear-gradient(to right, #f6d365 0%, #fda085 100%);
    text-align: center;
    padding: 10px 20px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    margin: 15px auto;
    max-width: 95%;
    backdrop-filter: blur(5px);
}
.smartideo .tips:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.smartideo .tips a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 2px 4px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.smartideo .tips a:hover {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.smartideo .tips a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}
.smartideo .tips a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* 添加遮盖层相关样式 */
.smartideo .smartideo-tishi-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: all 0.5s ease;
}

.smartideo .smartideo-tishi-content {
    text-align: center;
    padding: 30px 25px 25px;
    max-width: 85%;
    color: #fff;
    background: rgba(30, 30, 30, 0.8);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: tishiContentFadeIn 0.6s ease forwards;
}

@keyframes tishiContentFadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.smartideo .smartideo-tishi-user {
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto 24px;
    color: #ffcc5c;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    text-align: center;
    max-width: 95%;
}

.smartideo .smartideo-tishi-user:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background: linear-gradient(to right, transparent, #ffcc5c, transparent);
    bottom: 0;
    left: 10%;
}

.smartideo .smartideo-tishi-fixed {
    font-size: 15px;
    margin-bottom: 26px;
    line-height: 1.6;
    opacity: 0.9;
    padding: 0 15px;
    text-align: center;
}

.smartideo .smartideo-tishi-button {
    background: linear-gradient(135deg, #ff9a44 0%, #fc6076 100%);
    border: none;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(252, 96, 118, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    margin: 0 auto;
    display: block;
}

.smartideo .smartideo-tishi-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.6s ease;
}

.smartideo .smartideo-tishi-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(252, 96, 118, 0.5);
}

.smartideo .smartideo-tishi-button:hover:before {
    left: 100%;
}

.smartideo .smartideo-tishi-button:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(252, 96, 118, 0.4);
}

.smartideo .smartideo-copyright {
    position: absolute;
    bottom: 12px;
    right: 15px;
    font-size: 12px;
    opacity: 0.7;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    transition: opacity 0.3s ease;
}

.smartideo .smartideo-copyright a {
    color: #ffcc5c;
    text-decoration: none;
}

.smartideo .smartideo-copyright:hover {
    opacity: 1;
}

/* 手机端适配 */
@media screen and (max-width: 767px) {
    .smartideo .smartideo-tishi-content {
        padding: 25px 15px 20px;
        max-width: 90%;
    }
    
    .smartideo .smartideo-tishi-user {
        font-size: 18px;
        margin: 0 auto 18px;
        padding-bottom: 8px;
    }
    
    .smartideo .smartideo-tishi-fixed {
        font-size: 13px;
        margin-bottom: 22px;
        padding: 0 5px;
    }
    
    .smartideo .smartideo-tishi-button {
        padding: 10px 22px;
        font-size: 14px;
    }
    
    .smartideo .smartideo-copyright {
        bottom: 8px;
        right: 10px;
        font-size: 10px;
    }
}

@media screen and (max-width:959px){
    .smartideo .player { height: 450px; }
}
@media screen and (max-width:767px){
    .smartideo .player { height: 400px; }
}
@media screen and (max-width:639px){
    .smartideo .player { height: 350px; }
}
@media screen and (max-width:479px){
    .smartideo .player { height: 250px; }
}

/* 编辑器区块样式 */
.smartideo-shipintishi-block {
    padding: 15px;
    background: #f8f9fa;
    border: 1px solid #e2e4e7;
    border-radius: 5px;
}

.smartideo-shipintishi-block h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #23282d;
    font-weight: 600;
}

.smartideo-shipintishi-preview {
    margin-top: 15px;
    padding: 10px;
    background: #ffffff;
    border: 1px dashed #8d96a0;
    border-radius: 3px;
    color: #555;
    font-family: monospace;
    word-break: break-all;
}
