﻿
p {
    margin-bottom: 0 !important;
}
.video-loading {
    display:none !important ;
}
.hot {
    width: 40px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    background: #bb0a0a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    /* top: 0px; */
    margin-top: -10px;
}
em {
    font-style: normal !important
}

.bp-text {
    font-size: 14px;
}
.three{
width:45px;
height:45px;
margin:0 6px
}
    .three img {
        width: 40px;
        height: 40px;
        border-radius:50%;
    }
    @media(max-width:600px){
        .three img {
            width: 30px !important;
            height: 30px !important;
            border-radius: 50%;
            margin-top:10px;
        }
    }
    /*注册*/
    .register {
        width: 90%;
        margin: 10px auto
    }
.register-title{
    text-align:center;
    font-size:18px;
    font-weight:600;
    margin:15px auto
}
.titlename {
    align-items: center;
    color: var(--gray-120);
    display: inline-flex;
    font-size: 14px;
    height: 40px;
    max-width: 100%;
    font-weight: 600;
}
    .titlename label {
        color: #ff0000;
        line-height: 40px;
        font-size: 20px;
        position: relative;
        top: 6px;
        right: 2px;
    }
.register-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 45px;
    display: inline-block;
    width: 360px;
    position: relative;
}
    .register-input .inputyanzhen {
        border: none;
        outline: none;
        float: left;
        width: 238px;
        height: 43px;
        line-height: 43px;
        font-size: 14px;
        padding-left: 10px;
        border-radius: 5px;
        color: #b5b8be;
    }
    .register-input .button {
        background: #1a97d7;
        color: #fff;
    }

    .register-input .button {
        background: #f5f6f8;
        color: #b5b8be;
        border: none;
        outline: none;
        height: 43px;
        line-height: 43px;
        width: 120px;
        font-size: 15px;
        border-left: 1px solid #ccc;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        text-align: center;
        float: left;
        cursor: pointer;
    }
.register-button .btnzhuce {
    width: 360px;
    position: relative;
    text-align: center;
    background: #005aa8;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    margin-top: 15px;
}
.register-button .btnzhuce:hover {
    background:#1e80ff
}

.register-input .shu {
        width: 80px;
        height: 45px;
        text-align: center;
        float: left;
        padding: 10px;
        border-right: 1px solid #ccc;                
    }
.register-input .inputphone {
    border: none;
    outline: none;
    float: left;
    width: 278px;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    padding-left: 5px;
    color: #b5b8be;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

/*注册*/
.video-info h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c3e50;
    font-weight: 600;
    display: inline-block;
}

.video-info p {
    color: #7f8c8d;
    line-height: 1.6;
}
/*功能模块*/
.moregong {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px;
    color: #878787;
    font-size: 14px;
}

.btnthree {
    display: inline-block;
}

#dianzhan, #fenxiang, #bofang {
    color: #878787;
    font-size: 22px;
    margin-right: 3px;
}
#fenxiang {
    position: relative;
    top: 4px;
}
#bofang {
    position: relative;
    top: 3px;
}
.gongneng:hover #dianzhan,
.gongneng.select #dianzhan,
.gongneng:hover #fenxiang,
.gongneng:hover #bofang {
    color: #ff0000 !important
}

.gongneng {
    margin: 5px;
    cursor: pointer
}

    .gongneng:hover,
    .gongneng.select {
        color: #ff0000 !important
    }

.a1, .a2, .a3 {
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px;
}

.a1 {
    background: #1890ff;
    color: white;
}

.a2 {
    background: #52c41a;
    color: white;
}

.a3 {
    background: #faad14;
    color: white;
}

.a1:hover {
    color: #fff;
    background: #3f6cff
}

.a2:hover {
    color: #fff;
    background: #18fa4d
}

.a3:hover {
    color: #fff;
    background: #f8cb6d;
}




.video-text p {
    line-height: 30px;
    color: #555;
    font-size: 14px;
    margin-bottom: 1rem;
}
/* 新增的公司信息栏样式 */
.company-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
 
   
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    width: 100%;
}

.company-info-top {
    display: flex;
    align-items: center;
    width: 100%;
}

.company-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 12px;
}
.company-gz{
font-size:15px;
margin-right:20px;
width:45px;
height:45px;
color:#fff;
background:#1e80ff;
border-radius:50%;
}
    .company-gz>p{
        line-height:45px;
        text-align:center;
        font-weight:600;
    }
    .company-details {
        flex-grow: 1;
    }
    .company-details a img{
        border-radius:50%;
        width:45px;
        height:45px;
        margin-right: 10px;
    }
    .company-name {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
        color: #333;
    }

.company-slogan {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.trial-button-container {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.trial-button {
    background: #1E88E5;
    color: white;
    border: none;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    outline: none
}

    .trial-button:hover {
        background: #1976D2;
        outline: none
    }

/* 布局调整 - 确保公司信息与视频信息在同一水平线 */
.player-top {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    margin-top: 50px;
}
@media(max-width:792px) {
    .video-top {
        flex: 7;
        border-radius: 12px;
        overflow: hidden;
        padding: 15px 10px 0 10px !important;
    }
    .video-item-title{
        font-size:15px;
    }
    .video-info h3 {
        font-size: 16px !important;
        margin-bottom: 3px !important;
        color: #2c3e50;
        display: inline-block;
        text-align: left !important;
    }
    .video-info {
        text-align: left !important;
    }
    .video-info span {
        color: #7f8c8d;
        line-height: 1.6;
        font-size:15px;
    }
}
.video-top {
    flex: 7;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px 0px 0px 10px;
}

.playlist-top {
    flex: 3;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.video-player {
    flex: 1;
}

.playlist {
    width: 300px;
    flex-shrink: 0;
}

/* 响应式调整 */
@media (max-width: 968px) {
    .player-container {
        flex-direction: column;
    }

    .playlist {
        width: 100%;
    }
}
@media (min-width: 568px) {
    .tranfloat {
        display: none !important
    }
}




@media (max-width: 768px) {
    .btnthree {
        display: inline-block;
        margin-top: 10px;
    }

    .company-info-top {
        flex-direction: column;
        text-align: center;
    }

    .company-avatar {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

    .containervideo {
        max-width: 1400px;
        margin: 0 auto;
        padding: 10px 0;
        
    }

    #pass {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        z-index: 10;
    }

        #pass img {
            width: 80px;
            height: 80px;
            opacity: 0.8;
        }

    /* 主容器布局 - 电脑端 */
    .containervideo {
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
    }

    /* 视频播放区域 */
    .video-container {
        display: flex;
        flex: 1;
        gap: 20px;
        align-items: flex-start; /* 取消高度对齐 */
    }

    .video-play {
        flex: 7;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        width: 100%;
    }

    .video-wrapper {
        position: relative;
        width: 100%;
        padding-top: 56.25%; /* 16:9 比例 */
        background: #000;
    }

    .vids {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #pass {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
        z-index: 10;
        cursor: pointer;
    }

        #pass img {
            width: 80px;
            height: 80px;
            opacity: 0.8;
            transition: opacity 0.3s;
        }

    .video-wrapper:hover #pass {
        opacity: 1;
    }

    .video-wrapper.paused #pass {
        opacity: 1;
    }

    .video-text {
        padding: 10px;
        line-height: 36px;
        font-size: 15px;
        color: #555;
    }

    .hight-main-name2 {
        margin-bottom: 10px !important;
        font-size: 14px !important;
        color: #444 !important;
    }



    /* 视频列表区域 */
    .video-list {
        flex: 3;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        width: 100%;
        /* 移除固定高度，让高度根据内容自适应 */
    }

    .tabs {
        display: flex;
        border-bottom: 1px solid #eee;
        background: #eee;
    }

    .tab {
        flex: 1;
        text-align: center;
        padding: 16px;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.3s;
    }

        .tab.active {
            color: #1e80ff;
            border-bottom: 2px solid #1e80ff;
            background:#fff
        }

        .tab:hover {
            background: #f8f9fa;
        }

    .video-items {
        flex: 1;
        overflow-y: auto;
        padding: 10px;
    }

    .video-item {
        display: flex;
        gap: 12px;
        padding: 12px;
        border-radius: 8px;
        margin-bottom: 10px;
        cursor: pointer;
        transition: background 0.2s;
    }

        .video-item:hover {
            background: #f5f7fa;
        }

        .video-item.active {
            background: #e6f4ff;
        }

    .video-item-thumb {
        width: 130px;
        height: 78px;
        border-radius: 6px;
        overflow: hidden;
        background: #ddd;
        position: relative;
    }

        .video-item-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .video-item-thumb::after {
            content: "▶️";
            position: absolute;
            top: 70%;
            left: 85%;
            transform: translate(-50%, -50%);
            width: 24px;
            height: 24px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
        }

    .video-item-info {
        flex: 1;
    }

    .video-item-title {
        font-weight: 600;
        margin-bottom: 6px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .video-item-desc {
        font-size: 14px;
        color: #888;
    }

    .more-btn {
        text-align: center;
        padding: 16px;
        cursor: pointer;
        color: #1e80ff;
        font-weight: 500;
        border-top: 1px solid #eee;
        transition: background 0.2s;
    }

        .more-btn:hover {
            background: #f5f7fa;
        }

    /* 浮动视频窗口 */
    .float-video {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 300px;
        height: 170px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        background: #000;
        display: none;
        transition: opacity 0.3s;
    }

    .float-controls {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

        .float-controls i {
            cursor: pointer;
            font-size: 20px;
            border-radius: 4px;
        }

    /* 移动端浮动条 */
    .tranfloat {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        background: #fff;
        padding: 12px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
        z-index: 999;
        transition: transform 0.3s;
        transform: translateY(-100%);
    }

        .tranfloat.visible {
            transform: translateY(0);
        }

        .tranfloat a {
            color: #1e80ff;
            text-decoration: none;
            font-size: 14px;
            background: #f8f8f8;
            border-radius: 15px;
            padding: 2px 13px;
        }

    @media (min-width: 992px) {
        .containermain {
            padding: 20px;
            max-width: 1400px;
            margin: 0 auto;
            margin-top: 40px;
        }
    }
@media (min-width: 567px) and (max-width: 800px) {
    /* 移动端置顶视频 */
    .video-play.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 998;
        border-radius: 0;
        height: auto !important;
    }

    body {
        min-width: 500px !important
    }

    .containervideo {
        width: 98%;
        margin: 10px auto;
        margin-top:50px;
    }
}
.all{
    background:#1e80ff !important;
    color:#fff !important
}
    /* 响应式设计 */
    @media (max-width: 792px) {
        .onlywindowpc {
            display: none
        }

        .containervideo {
            flex-direction: column;
            padding: 0px !important;
            padding-top: 30px;
        }

        .video-container {
            flex-direction: column;
        }

        .containermain {
            margin-top: 60px
        }


        .float-video {
            width: 200px;
            height: 120px;
        }

        /* 移动端置顶视频 */
        .video-play.sticky {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 998;
            border-radius: 0;
            height: 210px;
        }
        
            .video-play.sticky .video-wrapper {
                padding-top: 56.25%;
            }

        .sticky-spacer {
            display: none;
        }

        .video-play.sticky + .sticky-spacer {
            display: block;
            height: 210px;
        }

        /* 移动端tranfloat在置顶视频下方 */
        .video-play.sticky ~ .tranfloat {
            position: fixed;
            top: 210px;
        }
    }

    .onlyphone {
        display: none;
    }
.video-item-count{
    color:#ccc;
    line-height:36px;
    font-size:14px;
}
@media (max-width: 800px) {
    #pass img {
            width: 55px;
            height: 55px;
        }
        .vids{
            height:210px;
        }
        .video-item {
            flex-direction: column;
            padding: 0 !important;
            margin-bottom: 20px;
        }

        .video-items {
            padding: 0 !important
        }

        .video-item-info {
            padding: 0px 15px;
        }

        .video-item-thumb {
            width: 100%;
            height: 190px;
            border-radius: 0 !important
        }

        .float-video {
            width: 150px;
            height: 90px;
            bottom: 10px;
            right: 10px;
        }

        .video-item-thumb::after {
            font-family:'Microsoft YaHei' !important;
            content: "▶️";
            color:#666;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 52px;
            height: 52px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
        }
        .video-item.active .video-item-thumb::after {
            display:none;
        }

        .onlywindow {
            display: none;
        }

        .onlyphone {
            display: block !important;
         
            /*font-weight:600*/
        }
    .expand {
        text-align: center;
        padding: 12px;
        font-size: 15px;
       text-decoration: none;
        color: #808080;
    }
        .expand img {
            width: 18px;
            margin-left: 5px;
           
            position: absolute;
            margin-top: 2px;
        }
        .video-text {
            display: -webkit-box;
            -webkit-line-clamp: 3; /* 限制显示两行 */
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.5em; /* 设置行高 */
            max-height: 5em; /* 两行高度 */
            font-size: 14px;
        }
    }

    /* 移动端关闭按钮 */
    .mobile-close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1000;
        width: 30px;
        height: 30px;
        background: rgba(0,0,0,0.5);
        color: white;
        border: none;
        border-radius: 50%;
        font-size: 20px;
        cursor: pointer;
        display: none;
    }

    /* 视频加载指示器 */
    .video-loading {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        border: 4px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        border-top: 4px solid #fff;
        animation: spin 1s linear infinite;
        display: none;
    }

    @keyframes spin {
        0% {
            transform: translate(-50%, -50%) rotate(0deg);
        }

        100% {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }








    /*分享样式*/
    .share-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        animation: fadeIn 0.3s ease;
    }

    .share-container {
        background-color: white;
        border-radius: 12px;
        width: 90%;
        max-width: 400px;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        transform: translateY(20px);
        opacity: 0;
        animation: slideUp 0.3s ease forwards;
    }

    .share-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

    .share-title {
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }

    .close-btn {
        background: none;
        border: none;
        font-size: 24px;
        color: #999;
        cursor: pointer;
        transition: color 0.2s;
    }

        .close-btn:hover {
            color: #333;
        }

    .share-buttons {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .share-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
        transition: transform 0.2s;
    }

        .share-btn:hover {
            transform: translateY(-5px);
        }

    .share-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8px;
        font-size: 24px;
        color: white;
    }

        .share-icon img {
            width: 35px;
        }

    .wechat {
        background-color: #07C160;
    }

    .qq {
        background-color: #12B7F5;
    }

    .weibo {
        background-color: #E6162D;
    }

    .qzone {
        background-color: #FDBE3D;
    }

    .share-label {
        font-size: 12px;
        color: #666;
    }

    .qrcode-container {
        margin-top: 20px;
        text-align: center;
        display: none;
        animation: fadeIn 0.3s ease;
    }

    .qrcode-title {
        margin-bottom: 10px;
        font-size: 14px;
        color: #666;
    }

    #qrcode {
        margin: 0 auto;
        padding: 10px;
        background: white;
        border-radius: 8px;
        display: inline-block;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes slideUp {
        from {
            transform: translateY(20px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    /*点赞*/

    @-webkit-keyframes niceIn {
        0% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        50% {
            opacity: 1;
            -webkit-transform: scale(1.5);
            transform: scale(1.5)
        }

        70% {
            -webkit-transform: scale(.8);
            transform: scale(.8)
        }

        100% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    @keyframes niceIn {
        0% {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

        50% {
            opacity: 1;
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5)
        }

        70% {
            -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
            transform: scale(.8)
        }

        100% {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }
    }

    @-o-keyframes niceIn {
        0% {
            opacity: 1;
            -o-transform: scale(1);
            transform: scale(1)
        }

        50% {
            opacity: 1;
            -o-transform: scale(1.5);
            transform: scale(1.5)
        }

        70% {
            -o-transform: scale(.8);
            transform: scale(.8)
        }

        100% {
            opacity: 1;
            -o-transform: scale(1);
            transform: scale(1)
        }
    }

    @-moz-keyframes niceIn {
        0% {
            opacity: 1;
            -moz-transform: scale(1);
            transform: scale(1)
        }

        50% {
            opacity: 1;
            -moz-transform: scale(1.5);
            transform: scale(1.5)
        }

        70% {
            -o-transform: scale(.8);
            transform: scale(.8)
        }

        100% {
            opacity: 1;
            -moz-transform: scale(1);
            transform: scale(1)
        }
    }

    .niceIn {
        -webkit-animation: niceIn 0.8s .2s ease;
        -moz-animation: niceIn 0.8s .2s ease;
        -o-animation: niceIn 0.8s .2s ease;
        animation: niceIn 0.8s .2s ease;
    }

    /*弹出注册*/
    .theme-popover-mask {
        z-index: 99998;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.4;
        filter: alpha(opacity=40);
        display: none
    }

    .theme-popover {
        z-index: 99999;
        position: fixed;
        top: 50%;
        left: 50%;
        margin: -193px 0 0 -216px;
        border-radius: 8px;
        background-color: #fff;
        display: none;
        overflow: visible !important;
    }

        .theme-popover * {
            font-size: 12px;
            box-sizing: content-box;
        }

    .theme-popover-close {
        position: absolute;
        right: -25px;
        top: -25px;
        width: 52px;
        height: 52px;
        background-image: url('../images/close.png');
        cursor: pointer;
    }

    .theme-popover .tab_container {
        float: left;
        width: 100%;
        position: relative;
    }

    .theme-popover .tabs {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        height: 46px;
        border: none;
        width: 100%;
    }

        .theme-popover .tabs li {
            float: left;
            margin: 0;
            padding: 0;
            height: 45px;
            width: 50%;
            line-height: 45px;
            border: none;
            margin-bottom: -1px;
            background: #e0e4e8;
            overflow: hidden;
            position: relative;
        }

        .theme-popover .tabs .activeTab, .theme-popover .tabs {
            background: #fff;
            border-bottom: 1px solid #fff;
        }

    .tabs {
        border-radius: 8px;
    }

    .tab_content {
        display: none
    }

    .activeTab a:hover {
        background: #f2f3f5;
    }


    .theme-popover .tabs li a {
        text-decoration: none;
        color: #242424;
        display: block;
        padding: 0 20px;
        outline: none;
        text-align: center;
        font-size: 16px;
    }

    #activeTab1 {
        background: #e0e4e8;
    }

    .theme-popover .line1 {
        border-bottom: 1px solid #bfbfbf !important;
    }

    .theme-popover .fields {
        padding: 0 20px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        width: 345px;
        margin: 35px auto;
    }

    .theme-popover .require {
        color: red;
        padding: 0 5px;
    }

    .theme-popover .field {
        height: 45px;
        line-height: 45px;
        color: #888888;
    }

    .theme-popover .btn {
        display: block;
        border: none;
        height: 45px;
        width: 385px;
        border-radius: 5px;
        background-color: #49a7e0;
        margin: 0 auto;
        color: #ffffff;
        cursor: pointer;
        font-size: 16px;
    }

    .theme-popover button, .theme-popover input[type="button"] {
        box-sizing: border-box;
    }

    .theme-popover #getCode {
        border: none;
        height: 30px;
        background-color: #49a7e0;
        color: #ffffff;
        float: right;
        margin-top: 7px;
        cursor: pointer;
        line-height: normal;
        outline: none;
        font-size: 12px;
        padding: 1px 6px;
    }

    .theme-popover .disable {
        background-color: #d5d5d5 !important;
        cursor: auto !important;
    }

    .theme-popover select {
        width: 244px !important;
    }

    .theme-popover input[type=text] {
        border: none;
        outline: none;
        background-color: #ffffff;
        font-size: 15px;
        line-height: normal;
        width: 258px;
        margin-right: 5px;
    }

    .theme-popover .page {
        display: none;
    }

    .theme-popover .regPage {
        display: block;
        width: 433px;
        height: 315px;
    }

    .theme-popover .wxQcode, .theme-popover .mobiQcode {
        width: 735px;
        height: 448px;
    }

    .theme-qcode {
        margin-left: -367px;
        margin-top: -224px;
    }
    /*操作培训*/
    :root {
        --color-primary: #3498db;
        --color-secondary: #2ecc71;
        --color-tertiary: #e74c3c;
        --color-quaternary: #f39c12;
        --color-quinary: #9b59b6;
    }

    .flow-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 5px;
        position: relative;
    }

        /* 阶段之间的连接线 */
        .flow-container::before {
            content: '';
            position: absolute;
            left: 15px;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(to bottom, var(--color-primary), var(--color-secondary), var(--color-tertiary), var(--color-quaternary), var(--color-quinary));
            transform: translateX(-50%);
            z-index: 0;
        }

        /* 连接线上的圆点 */
        .flow-container::after {
            content: '';
            position: absolute;
            left: 15px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--color-primary);
            transform: translate(-50%, -50%);
            z-index: 1;
            box-shadow: 0 0 0 2px white;
        }

    /* 为每个阶段之间的连接线添加圆点 */
    .flow-stage:not(:last-child)::after {
        content: '';
        position: absolute;
        left: 10px;
        bottom: -30px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--stage-color);
        transform: translateX(-50%);
        z-index: 1;
        box-shadow: 0 0 0 2px white;
    }

    .flow-stage {
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: relative;
        z-index: 1;
    }

    .stage-items {
        display: inline-block;
        flex-wrap: wrap;
        margin: 15px;
        justify-content: center;
    }

.flow-item {
    background: linear-gradient( 135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 100px;
    text-align: center;
    box-shadow: 0 2px 10px rgb(0 0 0 / 2%);
    position: relative;
    overflow: hidden;
    margin: 15px 1px;
    width: 230px;
}

        /* 边框流动效果 */
        .flow-item::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            border: 2px solid transparent;
            border-radius: 8px;
            background: linear-gradient(90deg, var(--item-color), rgba(255,255,255,0.5), var(--item-color)) no-repeat;
            background-size: 200%;
            animation: flowBorder 3s linear infinite;
            z-index: -1;
        }

    @keyframes flowBorder {
        0% {
            background-position: 0% 50%;
        }

        100% {
            background-position: 200% 50%;
        }
    }

    /* 项目之间的连接线 */
    .flow-item::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 15px;
        background: linear-gradient(to bottom, var(--item-color), rgba(255,255,255,0.5));
    }

    .flow-item:last-child::after {
        display: none;
    }

    .flow-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

        .flow-item:hover::before {
            animation-duration: 1.5s;
        }

    .item-text {
        font-size: 14px;
        font-weight: 500;
        color: #2c3e50;
        position: relative;
        z-index: 1;
    }

    /* 响应式调整 */
    @media (max-width: 768px) {
        .stage-items {
            gap: 10px;
        }

        .flow-item {
            min-width: 120px;
            padding: 12px 10px;
        }

        .item-text {
            font-size: 13px;
        }
    }

    @media (max-width: 480px) {
        .flow-container {
            gap: 20px;
        }

        .stage-items {
            justify-content: center;
        }

        .flow-item {
            min-width: 100px;
            padding: 10px 8px;
        }
    }