@import '_content/Blazorise.RichTextEdit/Blazorise.RichTextEdit.bundle.scp.css';

/* /Pages/Components/Tourist.razor.rz.scp.css */
.tourist-bg[b-7ihj76pap4] {
    /*background: url('/libs/img/幼师背景图.png') no-repeat center top;
    background-size: cover;
    height:50vh;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 150vw;
    height: 150vh;
    background-image: url('/libs/img/幼师背景图.png'); /* 替换为你的图片路径 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.tourist-title[b-7ihj76pap4] {
    width: 1000px;
    margin-bottom: 2vw;
    border: 2px solid;
    border-color: rgb(255, 255, 255);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.35);
    border-radius: 0 0 0 0;
    text-align: center;
    font-size: 3rem;
    /*color: #2580ff;*/
    color: rgba(51, 51, 51, 0.91);
    font-weight: bold;
    background: #fff;
    position: absolute;
    left: 13%;
    top: 11%;
}

.tourist-link[b-7ihj76pap4] {
    position: absolute;
    top: 112px;
    right: 50px;
    /*color: #2580ff;*/
    color: rgba(51, 51, 51, 0.91);
    font-weight: bold;
    font-size: 1.3rem;
    text-decoration: none;
    cursor: pointer;
}

.tourist-main[b-7ihj76pap4] {
    width: 100%;
    min-height: 990px;
}

.tourist-login-box[b-7ihj76pap4] {
    width: 1000px;
    min-height: 660px;
    background: #fff;
    /*border: 2px solid;*/
    border-color: rgba(255, 255, 255, 0);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.35);
    border-style: solid;
    border-width: 0;
    border-radius: 0 0 0 0;
    overflow: hidden;
    position: absolute;
    top: 23%;
    left: 13%;
}

.tourist-login-header[b-7ihj76pap4] {
    /*color: #2580ff;*/
    color: rgba(51, 51, 51, 0.91);
    font-weight: bold;
    font-size: 2.3rem;
}

.tourist-form-row[b-7ihj76pap4] {
    display: flex;
    align-items: center;
    margin: 13% 51px 40px 0;
    justify-content: flex-start;
}

.tourist-label[b-7ihj76pap4] {
    font-size: 2rem;
    /*color: #2580ff;*/
    color: rgba(51, 51, 51, 0.91);
    font-weight: bold;
    width: 120px;
    text-align: right;
    margin-right: 32px;
}

.tourist-input[b-7ihj76pap4] {
    width: 450px;
    height: 70px;
    border: 2px solid #3b7cff;
    border-radius: 6px;
    font-size: 1.1rem;
    padding-left: 18px;
    outline: none;
    color: #333;
    background: #f8faff;
}

.tourist-btn-row[b-7ihj76pap4] {
    margin-left: 152px;
    margin-top: 59px;
}

.tourist-errmess[b-7ihj76pap4] {
    color: red;
    position: absolute;
    left: 17%;
    top: 121%;
}

.tourist-form-row1[b-7ihj76pap4] {
    display: flex;
    align-items: center;
}

.tourist-label1[b-7ihj76pap4] {
    font-size: 2rem;
    /*color: #2580ff;*/
    color: rgba(51, 51, 51, 0.91);
    font-weight: bold;
    width: 135px;
    text-align: right;
    margin-right: 32px;
}

.tourist-input1[b-7ihj76pap4] {
    width: 283px;
    height: 70px;
    border: 2px solid #3b7cff;
    border-radius: 6px;
    font-size: 1.1rem;
    padding-left: 18px;
    outline: none;
    color: #333;
    background: #f8faff;
}

.tourist-btn[b-7ihj76pap4] {
    width: 140px;
    height: 60px;
    border-radius: 6px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    margin-left:6%;
}

.tourist-btn-confirm[b-7ihj76pap4] {
    background-color: #8e6ac1;
    border: 2px solid #8e6ac1;
    color: #fff;
    transition: background-color 0.2s, border-color 0.2s;
}

    .tourist-btn-confirm:hover[b-7ihj76pap4] {
        background-color: #7349af;
        border-color: #7349af;
        color: #fff;
    }

.profile-card[b-7ihj76pap4] {
    margin: 28px 40px 0 40px;
    border: none;
    padding: 32px 32px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    background: rgba(255,255,255,0);
}

.profile-left[b-7ihj76pap4] {
    width: 240px;
}

.profile-right[b-7ihj76pap4] {
    flex: 1;
    font-size:1.5rem;
    margin-top:4%;
}

.profile-row[b-7ihj76pap4] {
    display: flex;
    align-items: center;
    margin: 16px 0;
    gap: 24px;
}

.profile-field[b-7ihj76pap4] {
    /*color: #2580ff;*/
    color: rgba(51, 51, 51, 0.91);
    font-weight: bold;
    min-width: 96px;
}

.profile-value[b-7ihj76pap4] {
    color: #2c3e50;
}

.qr-box[b-7ihj76pap4] {
    /*display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 24px;
    margin-right:6px;*/
    left:82%;
}

.qr-img[b-7ihj76pap4] {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0);
    background: rgba(255,255,255,0);
}

.qr-tip[b-7ihj76pap4] {
    margin-top: 8px;
    color: #666;
    font-size: 0.95rem;
    margin-left:31px;
}

.action-bar[b-7ihj76pap4] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    width:54%;
    margin-left:13%;
    /*margin: 28px 40px 12px 40px;
    position: relative;
    z-index: 1;*/
}

.action-btn[b-7ihj76pap4] {
    height: 48px;
    background: #8e6ac1;
    color: #fff;
    border: 2px solid #8e6ac1;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

    .action-btn:hover[b-7ihj76pap4] {
        background: #7349af;
        color: #fff;
        border: 2px solid #7349af;
    }

    .action-btn.active[b-7ihj76pap4] {
        background: #7349af;
        color: #fff;
        border: 2px solid #7349af;
    }

.decor-circle[b-7ihj76pap4] {
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
    pointer-events: none;
    animation: circleFloat-b-7ihj76pap4 10s ease-in-out infinite;
    filter: blur(0.5px);
    z-index: 0;
}

.circle-login[b-7ihj76pap4] {
    width: 260px;
    height: 260px;
    /*background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.9), #6fa9ff);*/
    background: #6fa9ff;
}

.circle-login-top[b-7ihj76pap4] {
    top: -120px;
    right: -80px;
}

.circle-login-bottom[b-7ihj76pap4] {
    bottom: -140px;
    left: -60px;
    /*background: radial-gradient(circle at 25% 25%, rgba(255,255,255,0.9), #ff7b91);*/
    background: #ff7b91;
    animation-delay: 1.5s;
}

.circle-login-mid[b-7ihj76pap4] {
    bottom: -75px;
    right: -66px;
    width: 200px;
    height: 200px;
    /*background: radial-gradient(circle at 25% 25%, rgba(255,255,255,0.9), #ffd45e);*/
    background: #ffd45e;
    animation-delay: 2.5s;
}

.circle-intro[b-7ihj76pap4] {
    width: 220px;
    height: 220px;
    /*background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.9), #6ecbff);*/
    background: #6ecbff;
}

.circle-intro-top[b-7ihj76pap4] {
    top: -100px;
    right: -70px;
}

.circle-intro-bottom[b-7ihj76pap4] {
    bottom: -120px;
    left: -53px;
    /*background: radial-gradient(circle at 25% 25%, rgba(255,255,255,0.9), #ffd45e);*/
    background: #ffd45e;
    animation-delay: 1.2s;
}

.circle-intro-right[b-7ihj76pap4] {
    bottom: -60px;
    right: -80px;
    /*background: radial-gradient(circle at 25% 25%, rgba(255,255,255,0.9), #9d7bff);*/
    background: #9d7bff;
    width: 200px;
    height: 200px;
    animation-delay: 2s;
}

.intro-modal > *:not(.decor-circle)[b-7ihj76pap4],
.tourist-login-box > *:not(.decor-circle)[b-7ihj76pap4] {
    position: relative;
    z-index: 1;
}

@keyframes circleFloat-b-7ihj76pap4 {
    0% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-30px) scale(1.04);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

.intro-modal[b-7ihj76pap4] {
    position: absolute;
    top: 23%;
    left: 68%;
    width: 600px;
    min-height: 661px;
    background: rgba(255,255,255,0.85);
    border: 0px solid;
    /*border-style: solid;*/
    border-color: rgba(255, 255, 255, 0);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.35);
    /*border-radius: 18px;*/
    z-index: 100;
    /*box-shadow: 0 4px 24px 0 rgba(231,76,60,0.08);*/
    padding: 24px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 1;
}

.intro-header[b-7ihj76pap4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #2580ff;
    margin-bottom: 18px;
}

.intro-close[b-7ihj76pap4] {
    color: #2580ff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
}

.intro-content[b-7ihj76pap4] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.intro-section[b-7ihj76pap4] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /*gap: 18px;*/
    margin-bottom: 10px;
}

.intro-label[b-7ihj76pap4] {
    font-size: 1.1rem;
    color: #2580ff;
    font-weight: bold;
    min-width: 48px;
    margin-top: 8px;
}

.intro-img[b-7ihj76pap4] {
    width: 180px;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #eee;
    margin-right: 10px;
}

.intro-text[b-7ihj76pap4] {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
    flex: 1;
}

.news-intro-row[b-7ihj76pap4] {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    margin-bottom: 32px;
}

.news-intro-imgbox[b-7ihj76pap4] {
    flex: 0 0 160px;
    margin-right: 8px;
}

.news-intro-img[b-7ihj76pap4] {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 2px 12px rgba(59,124,255,0.08);
    background: #fafafa;
}

.news-intro-textbox[b-7ihj76pap4] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.news-intro-title[b-7ihj76pap4] {
    font-size: 1.3rem;
    color: #2346c7;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.news-intro-text[b-7ihj76pap4] {
    font-size: 1rem;
    color: #2346c7;
    line-height: 1.8;
    white-space: pre-line;
}

.panel[b-7ihj76pap4] {
    margin: 28px 40px 0 40px;
    background: rgba(255,255,255,0);
    padding: 24px 24px 8px 24px;
    height: 524px;
    overflow: auto;
}

.album-grid[b-7ihj76pap4] {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 28px;
}

.album-item[b-7ihj76pap4] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .album-item img[b-7ihj76pap4] {
        width: 200px;
        height: 120px;
        object-fit: cover;
        border-radius: 8px;
        border: 1px solid #eee;
    }

.album-caption[b-7ihj76pap4] {
    margin-top: 8px;
    color: #2580ff;
}

.roll-list[b-7ihj76pap4] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 24px;
}

.roll-item[b-7ihj76pap4] {
    display: flex;
    align-items: center;
    height: 56px;
    background: #fff;
    border: 1px solid #e9eefc;
    border-radius: 8px;
    padding: 0 18px;
    color: #2c3e50;
}

/* 循环滚动容器 */
.intro-scroller[b-7ihj76pap4] {
    height: 520px;
    overflow: hidden;
}

.intro-track[b-7ihj76pap4] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: introScroll-b-7ihj76pap4 20s linear infinite;
}

.intro-scroller:hover .intro-track[b-7ihj76pap4] {
    animation-play-state: paused;
}

@keyframes introScroll-b-7ihj76pap4 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}
