.content{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

[v-cloak] {
    display: none;
}

/* 文本两行省略 */
.text_limit_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制为两行 */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.d-f-a {
    display: flex;
    align-items: center;
}


/* =================================================导航条=================================== */
.header {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2001;
}

.navbar {
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .08);
    margin: 0 auto;
}

.pc-nav-hide {
    flex: 1;
}

.pc-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 80px;
}

.pc-nav-out {
    background: #007EB1FF;
    width: 100%;
}

.pc-nav-top {
    height: 47px;
    color: #fff;
    font-size: 14px;
}

.nav-top-right > .nav-btns > a{
    display: inline-block;
    width: 48px;
    height: 32px;
    opacity: 1;
    border-radius: 1.42px;
    background: #FFFFFF19;
    color: #fff;
    line-height: 32px;
    text-align: center;
    margin-left: 8px;
    cursor: pointer;
}

.nav-top-right > .nav-btns > a:hover {
    background: #FFFFFF33;
    transition: background 0.3s, color 0.3s;
}

.nav-top-right > .nav-user-info .user-info-name{
    cursor: pointer;
    color: #fff;
}

/* .pc-nav-top > .nav-user-info > a{
    margin-left: 20px;
    color: #fff;
} */

.nav-top-left {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.nav-top-left > .nav-icon-text {
    display: flex;
    align-items: center;
}

.nav-top-left > .nav-top-line {
    width: 0.5px;
    height: 10px;
    opacity: 1;
    background: #FFFFFFFF;
}

.nav-icon-text > span {
    margin-left: 9px;
}

.nav-top-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav-top-search {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 4px;
    background: #FFFFFF26;
    padding: 0 10px;
}

.nav-top-search > input {
    width: 200px;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 13px;
}

.nav-top-search > input::placeholder {
    color: #ffffffb3;
}

.nav-top-search > .search-icon-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #ffffffcc;
    flex-shrink: 0;
}

.nav-top-search > .search-icon-btn:hover {
    color: #fff;
}

.nav-top-left > .nav-icon-text > img {
    width: 16px;
    height: 16px;
    object-fit: cover;
}

.pc-nav-title {
    margin-left: 12px;
}

.pc-nav-title > .zh{
    height: 30px;
    opacity: 1;
    /** 文本1 */
    font-size: 25.3px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 29.65px;
    margin-bottom: 2px;
}

.pc-nav-title > .en{
    height: 12px;
    opacity: 1;
    /** 文本1 */
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 11.72px;
}

.nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo {
    display: block;
    font-weight: bold;
    width: 93px;
}

.logo img {
    display: block;
    width: 100%;
}

.nav-menu {
    display: flex;
    list-style: none;
}

.nav-menu li {
    margin-left: 32px;
    cursor: pointer;
    font-size: 16px;
    
    position: relative;
}
.nav-menu li span{
    color: #000000D8;
    font-weight: 400;
}

.nav-menu li:hover span {
    color: #007EB1FF;
}
.nav-menu .active span{
    color: #007EB1FF;
}
.nav-menu .active::after{
    position: absolute;
    left: 0;
    bottom: -10px;
    content: " ";
    display: block;
    width: 100%;
    height: 4px;
}

.index-main {
    width: 100%;
    min-height: calc(100vh - 192px);
    box-sizing: border-box;
}

.entrance,
.entrance a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.entrance a {
    box-sizing: border-box;
    display: block;
    width: 128px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.entrance .entrance-left {
    background: #26C976;
}

.entrance .entrance-right {
    background: #F16126;
}

.entrance a img {
    display: block;
    width: 20px;
    margin-right: 5px;
}

.entrance a span {
    font-size: 16px;
    color: #fff;
}

.navuser{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navuser .nav-head-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #F16126;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF9F1;
    margin-right: 5px;
	cursor: pointer;
}
.navuser .nav-head-img img{
    display: block;
    width: 80%;
}
.dropdown-item-div{
    width: 80px;
    text-align: center;
}


.mobile-menu-btn {
    display: none;
    font-size: 24px;
    cursor: pointer;
    width: 34px;
    height: 34px;
}

.mobile-menu-btn img {
    display: block;
    width: 100%;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background-color: white;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    z-index: 999;
    padding-top: 60px;
}

.mobile-sidebar.active {
    left: 0;
}

.mobile-nav-menu {
    list-style: none;
}

.mobile-nav-menu li {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 18px;
    color: #000;
}
.mobile-nav-menu li:active{
    background: #F16126 !important;
    opacity: 1 !important;
    color: #fff !important;
}
.mobile-nav-menu li:hover {
    background-color: #F16126;
    color: #fff;
}
.mobile-nav-menu .active{
    color: #F16126;
}

.mobile-entrance {
    padding: 20px;
    box-sizing: border-box;
}

.mobile-entrance a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.mobile-entrance .entrance-left {
    background: #26C976;
}

.mobile-entrance .entrance-right {
    background: #F16126;
    margin-top: 20px;
}

.mobile-entrance a img {
    display: block;
    width: 20px;
    margin-right: 5px;
}

.mobile-entrance a span {
    font-size: 16px;
    color: #fff;
}
.mobile-navuser{
    width: 100%;
    margin-top: 20px;
}
.mobile-navuser .nav-head-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #F16126;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF9F1;
    margin: 0 auto;
}
.mobile-navuser .nav-head-img img{
    display: block;
    width: 80%;
}
.mobile-navuser .nav-head-name{
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 1;
    margin-top: 10px;
}
.mobile-navuser .logout{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 998;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* 修改动画速度 */
.animate__animated {
  animation-duration: 0.3s!important; /* 将默认动画时间从 1s 缩短到 0.3s */
}

.overlay .login_modal_close{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.login_modal_close .el-icon-close {
    font-size: 32px;
}

.index-foot {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-wrap: wrap;
    
}
.index-foot>p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    margin: 0 10px;
    text-align: center;
   line-height: 17px;
}

.index-swiper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.index-swiper .swiper-slide {
    width: auto;
}

.index-swiper .swiper-slide .footLink {
    height: 50px;
}

.index-swiper .swiper-slide .footLink img {
    display: block;
    height: 50px;
}
/* =================================================导航条下登录=================================== */

.login_bg{
    width: 822px;
    height: 779px;
    background: url("/images/login_bg.png") no-repeat top left;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding-top: 50px;
}

.login_bg > img {
    width: 123px;
    height: 54px;
    margin: 0 auto;
    margin-bottom: 56px;
    object-fit: cover;
}

.login_bg .login_box {
    width: 395px;
    height: 510px;
    border-radius: 4.02px;
    padding: 48px 50px;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), rgba(245, 245, 245, 1);
    box-shadow: 0px 0px 10px  rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.login_box .login_title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(0, 126, 177, 1);
    text-align: center;
    margin-bottom: 12px;
}

.login_title_line {
    width: 294px;
    height: 0px;
    opacity: 1;
    border: 1px solid rgba(240, 240, 240, 1);
    margin-bottom: 36px;
}

.login_form {
    margin-bottom: 26px;
}

.login_form el-input{
    margin-bottom: 24px;
}

.login_form .el-form-item{
    margin-bottom: 30px;
}

.login_form .login_icon_input {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 5px;
}

.login_form .login_icon_input > img{
    width: 16px;
    height: 16px;
    object-fit: cover;
}

.login_form .el-input > input {
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(217, 217, 217, 1);
}

.login_form .el-input > input:focus {
    border: 1px solid rgba(217, 217, 217, 1);
}

.login_form .el-input .login_verification_code{
    width: 112px;
    height: 32px;
    padding-top: 4px;
    cursor: pointer;
}
.login_verification_code > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login_form .input_verification_code input{
    padding-right: 120px;
}

.login_remenber_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 16px;
}

.login_forget{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 19px;
    color: rgba(0, 126, 177, 1);
    cursor: pointer;
}

.login_remenber_box .el-checkbox__inner{
    border: 1px solid #000;
}

.login_box_submit{
    width: 100%;
    background: rgba(0, 126, 177, 1);
}
.login_remenber_box .login_need_read{
    cursor: pointer;
    color: #f78356;
}

.register_modal_content h3 {
    font-size: 18px;
    margin: 20px 0 12px 0;
    color: #2d6a4f;
}

.register_modal_content h3:first-of-type {
    margin-top: 0;
}

.register_modal_content h4 {
    font-size: 16px;
    margin: 16px 0 8px 0;
    color: #374151;
}

.register_modal_content p {
    margin-bottom: 12px;
}

.register_modal_content ul {
    margin: 8px 0 12px 24px;
}

.register_modal_content li {
    margin: 6px 0;
}

/* =================================================页面顶部banner=================================== */
.page-banner {
    width: 100%;
}

.page-banner a {
    display: block;
}

.page-banner a img {
    display: block;
    width: 100%;
}

/* =================================================页面路径导航=================================== */
.page-nav {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #E7E7E7;
}

.page-nav-w {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.page-url {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 46px;
}

.page-url p,
.page-url a {
    font-size: 14px;
    color: #707070;
}

.page-url img {
    display: block;
    width: 10px;
    margin: 0 10px;
}
/* =================================================页面底部=================================== */
.footer{
    width: 100%;
    padding: 36px 0 32px 0;
    box-sizing: border-box;
    background: url("/images/footer_bg.png") no-repeat;
    background-size: cover;
}
.footer-main{
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}
.footer-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.foot-menu {
    flex: 1;
}

.foot-menu > .menu-li {
    display: flex;
    align-items: center;
}

.menu-li > div {
    width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    color: #FFFFFFFF;
    margin-bottom: 16px;
}

.menu-li > .foot-menu-title {
    color: #ffffff50;
    cursor: pointer;
}

.menu-li > .foot-menu-child {
    cursor: pointer;
}

/* .footer-top::after{
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
} */

.foot-logo img{
    display: block;
    width: 100%;
    width: 92px;
}
.foot-info{
    margin-top: 20px;
}
.foot-info li{
    font-size: 14px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
}
.foot-info li span{
    font-size: 14px;
    color: #999;
}

.foot-code-item{
    /* width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #3f3f45; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin-left: 20px;
    position: relative;
}
.foot-code-item .foot-code-img{
    display: block;
    width: 30px;
}
.foot-code-item p{
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.foot-code-item .wechat-img{
    display: block;
    width: 90px;
    /* positpxn: absolute;
    bottom: 56px;
    left: 50%;
    margin-left: -40px;
    display: block;
    width: 80px;
    height: 80px;
    z-index: 89; */
}
.footer-bot{
    border-top: 0.5px solid #FFFFFF50;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 19px;
    margin-top: 15px;
}
.footer-bot p{
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    line-height: 1;
    margin-right: 15px;
}


/* =============================================顶部用户信息=========================== */
.user-head{
    width: 100%;
    height: 210px;
    background: url(../images/user-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
.user-info{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user-info-left,.user-status,.user-status-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.user-info-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.user-img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 10px  rgba(135, 63, 35, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-img img{
    display: block;
    width: 50px;
}
.user-text{
    margin-left: 30px;
}
.user-text .user-head-name{
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.user-status{
    margin-top: 10px;
}
.user-status-item{
    margin-right: 15px;
}
.user-status-item img{
    display: block;
    width: 24px;
}
.user-status-item p{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    margin-left: 5px;
}
.user-status-item .fontColor{
    color: #F16126;
}
.user-status-item p span{
    color: #F16126;
}
.uset-btn{
    margin-left: 20px;
}
.uset-btn a{
    display: block;
    width: 120px;
    height: 44px;
    border-radius: 22px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    transition: all .3s;
}
.uset-btn .user-pass-btn{
    background: #fff;
    color: #F16126;
}
.uset-btn .user-pass-btn:hover{
    background: #fcf0eb;
}
.uset-btn .user-sign-btn{
    background: #F16126;
    color: #fff;
}
.uset-btn .user-sign-btn:hover{
    background: #f78356;
}

.user-tab-bg{
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.user-tab-bg-line{
    height: 46px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid #E7E7E7;
}
.user-tab-bg .el-tabs__nav-wrap::after{
    display: none;
}
.user-tab-bg .el-tabs__header{
    margin-bottom: 2px;
}
.user-tab{
    max-width: 1400px;
    margin: 0 auto;
}
.user-tab .el-tabs__item{
    height: 46px;
    line-height: 46px;
}
.user-tab-row{
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 89;
}
.user-tab-row>a{
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #000;
    margin: 0 20px;
}
.user-tab-row>a:hover{
    color: #F16126;
}

/* =============================================顶部提示信息=========================== */
.account-tip{
    background: #FFF9F1;
    border-radius: 8px;
    padding: 20px 30px;
    box-sizing: border-box;
}
.account-tip-item{
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.account-tip-item img{
    display: block;
    width: 15px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.account-tip-item p{
    font-size: 14px;
    color: rgba(112, 112, 112, 1);
    line-height: 1;
}
.account-tip-item .tip-color-orange{
    color: rgba(241, 97, 38, 1);
}
.account-tip-item .tip-color-green{
    color: rgba(48, 146, 85, 1);
}
.account-tip-item .tip-color-red{
    color: rgba(237, 25, 24, 1);
}
/* =============================================弹窗=========================== */
.el-dialog__header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.el-dialog__footer{
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
/* =============================================tab=========================== */
.el-tabs__nav-scroll{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* =============================================element=========================== */
/* .el-tabs__item.is-active{
    color: #F16126;
}
.el-tabs__active-bar{
    background: #F16126;
}
.el-tabs__item.is-active:hover{
    color: #F16126;
} */
/* .color-button{
    background: #F16126 !important;
    border-color: #F16126 !important;
}
.color-button:hover{
    background: #f17a4b !important;
}
.plain-button:hover{
    border-color: #F16126 !important; 
    color: #F16126 !important;
}
.el-button--text{
    color: #F16126;
} */

.el-dialog-password .form-icon{
	width: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.el-dialog-password .el-dialog{
    width: 400px;
}
.el-dialog-password .enroll-info-item-tip{
    margin-top: 10px;
    margin-left: 0;
}
.passSwitch{
    position: relative;
    top: -2px;
}
.passTipTitle{
    font-size: 18px;
    color: #000;
    line-height: 26px;
}
.enroll-info-item-tip{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 10px;
}
.enroll-info-item-tip img{
    display: block;
    width: 15px;
    margin-right: 5px;
}
.enroll-info-item-tip p{
    font-size: 14px;
    color: #666;
}
.teacher-dialog-list .el-form-item{
    margin-left: 0;
    margin-bottom: 0;
}
.teacher-dialog-list .enroll-info-item-tip{
    margin-top: 10px;
    margin-left: 0;
}

.video-item{
    width: 35%;
    border-radius: 10px;
    position: relative;
}
.video-item .el-upload{
    display: block;
    /* min-height: 180px; */
}
.annex-content{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}
.annex{
    width: 300px;
    height: 180px;
    border: 1px dashed #E7E7E7;
    border-radius: 5px;
    position: relative;
}
.annex .annexImg,.annex .annexVideo{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 68;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.annex-content .annexBtn{
    position: relative;
    margin-left: 10px;
}
.annexImg img{
    display: block;
    width: 100%;
    margin: 0 auto;
    
}
.annex::after{
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 69;
}
.preview{
    margin: 0 15px;
    box-sizing: border-box;
}
.preview>div{
    line-height: 1;
    margin-bottom: 15px;
}
.feedback{
    width: 100%;
    height: 180px;
    position: relative;
}
.feedback::after{
    content:  " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    z-index: 70;
}
.feedback>div{
    position: relative;
    z-index: 69;
}
.feedback .feedbackimg{
    width: 100%;
    height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feedback .feedbackimg p{
    margin: 0;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 4px;
    color: #666;
}
.feedback .feedbackimg img{
    display: block;
	width: 100%;
    /* height: 100%; */
    margin: 0 auto;
}
.video-item .upload-demo{
    border: 1px dashed #d9d9d9; 
    border-radius: 6px; 
    overflow: hidden;
    height: 180px;
}
.video-item .uptip{
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.grouptag{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.grouptag .grouptag-item{
    margin-right: 10px;
}
.orgSelect .el-input__suffix{
    left: 5px;
}
.form-icon img{
    display: block;
    width: 100%;
}
.el-textarea__inner {
  font-family: inherit; /* 继承父元素字体 */
  font-size: 14px; /* 设置具体字体大小 */
  /* 其他样式属性 */
}

.el-dialog-bookimg .bookImg{
    width: 100%;
}
.el-dialog-bookimg img{
    display: block;
    width: 100%;
}
.seniority-form-item-check{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.notata{
	width: 100%;
	padding: 50px 0;
}
.notata img{
	display: block;
	width: 128px;
	margin: 0 auto;
}
.notata p{
	font-size: 14px;
	text-align: center;
	color: #999;
	margin-top: 20px;
}

.importantVisible{
    width: 100%;
}
.importantVisible p{
    font-size: 14px;
    color: #000;
}
.importantVisible a{
    display: block;
    font-size: 16px;
    color: #26C976;
    font-weight: 600;
    margin-top: 15px;
}
.importantItem{
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}
.importantItem:last-child{
    border: none;
}
.importantItem a{
    display: inline;
    margin: 0;
}
.importantBody .el-dialog__body{
    padding: 15px 20px;
    box-sizing: border-box;
}
.passwordLink{
    text-align: right;
}
.passwordLink a{
    font-size: 14px;
    color: #F16126;
}

/* ==============================打印内容样式========================== */
.el-dialog-print .el-dialog__body{
    padding: 0;
}
.print-content {
    width: 210mm;
    min-height: 297mm;
    padding: 10mm;
    box-sizing: border-box;
    margin: 0 auto;
    background: white;
}
.tip-top{
    font-size: 14px;
    color: #666;
    line-height: 1;
    text-align: left;
}
.top-img{
    display: block;
    width: 100px;
    margin: 10px 0 0 10px;
}
.print-title {
    text-align: center;
    margin: 10px auto 0;
    font-size: 20px;
    color: #000;
    line-height: 1;
    width: 100%;
}
.print-name{
    width: 100%;
    font-size: 20px;
    margin: 10px auto 0;
    color: #000;
    text-align: center;
}
.certificatetable{
    width: 100%;
    margin-top: 20px;
}
.certificatetable table{
    width: 100%;
    border-collapse: collapse;
}
.certificatetable table td{
    border: 1px solid #333;
    padding: 10px;
    box-sizing: border-box;
}
.certificatetable table .labeltd{
    width: 110px;
    font-size: 16px;
    color: #666;
}
.takecare{
    margin-top: 20px;
    width: 100%;
}
.takecare h4{
    font-size: 18px;
    color: #333;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}
.takecare p{
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    margin-top: 5px;
    line-height: 20px;
}
.takecare p span{
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    margin-right: 5px;
}
.foot-tip{
    font-size: 14px;
    text-align: right;
    color: #666;
    line-height: 1;
    margin-top: 10px;
    margin-right: 65px;
}
.foot-img{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
.foot-img img{
    display: block;
    width: 180px;
    margin-top: 20px;
}

.music-text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.takecare-logo{
    width: 200px;
    position: relative;
}
.takecare-logo img{
    display: block;
    width: 100%;
}
.takecare-logo p{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #F16126;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    line-height: 1;
    width: 100%;
    text-indent: 0;
}
.takecare-text{
    flex: 1;
    padding-left: 30px;
    box-sizing: border-box;
}

/* 打印时隐藏不需要的元素 */
@media print {
    body * {
        visibility: hidden;
    }
    #print-content, #print-content * {
        visibility: visible;
    }
    #print-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        margin: 0;
        padding: 10mm;
        box-shadow: none;
    }
    
    /* 隐藏ElementUI表格的某些元素 */
    .el-table__header-wrapper, .el-table__body-wrapper {
        overflow: visible !important;
    }
    
    /* 隐藏按钮和其他不需要打印的元素 */
    .el-dialog__header, .dialog-footer, .el-dialog__wrapper {
        display: none !important;
    }
}
.video-main .el-upload-dragger{
    width: auto;
}

/* =============================== 顶部通用banner样式 =================================== */
.top_banner{
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid  #E7E7E7;
  }
  .banner_bg {
    height: 300px;
    padding-top: 152px;
    box-sizing: border-box;
    /* background: url('/images/banner_bg.png') no-repeat center center;
    background-size: cover; */
  }
  .banner_title {
    width: 1400px;
    margin: 0 auto;
  }
  .banner_title_circle {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 8px;
    cursor: pointer;
  }
  .banner_title_circle > img {
    width: 21px;
    height: 21px;
  }
  .banner_title_to {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .banner_title_to > div{
    height: 60px;
    opacity: 1;
    /** 文本1 */
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
  }
  .banner_title_to > img {
    width: 100px;
    height: 60px;
    cursor: pointer;
  }
  .banner_now_page {
    height: 46px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
  }
  .banner_now_inner{
    width: 1400px;
    margin: 0 auto;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(112, 112, 112, 1);
  }

/* =============================== 搜索分页合并样式 =================================== */

.list_page_search_card {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px  #eee;
    padding: 24px;
    margin-bottom: 51px;
}
.list_page_search {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.list_page_search_left{
    display: flex;
    align-items: center;
    flex: 1;
    gap: 16px;
}

.list_page_search_left > .el-input {
    height: 60px;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #0C82BD;
    width: calc(100% - 212px);
    box-sizing: border-box;
}
.list_page_search_left > .el-input > input {
    border: unset;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 0 24px;
    background: #F5F5F5;
}
.list_page_search_btn{
    width: 212px;
    height: 60px;
    border-radius: 0px 8px 8px 0px;
    background: #007EB1;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    cursor: pointer;
}
.list_page_search_btn img {
    width: 24px;
    height: 24px;
}

.list_page_search_right {

}

.list_page_search_right > .search_right_btn{
    width: 212px;
    height: 60px;
    opacity: 1;
    border-radius: 8px;
    background: linear-gradient(270deg, rgba(0, 126, 177, 1) 0%, rgba(111, 195, 122, 1) 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
}

.list_page_search_right > .search_right_btn img {
    width: 24px;
    height: 24px;
}

.page_select_li{
    min-height: 70px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.page_select_li:not(:nth-last-of-type(1)){
    border-bottom: 0.5px solid #ccc;
}

.page_select_item {
    display: flex;
    align-items: center;
}

.select_item_label {
    width: 120px;
    font-size: 16px;
    color: #000;
}

.item_select_btn_label{
    height: 100%;
    padding-top: 22px;
    box-sizing: border-box;
}

.select_item_input {
    width: 320px;
}

.search_item_select_btn{
    width: calc(100% - 120px);
    /* display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center; */
    min-height: 70px;
    box-sizing: border-box;
    padding-top: 22px;
}

.search_item_select_btn > span {
    margin-right: 40px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}

.search_item_select_btn > span:hover {
    color: #007EB1;
}

.search_item_select_btn > .checked {
    color: #007EB1;
}

.list_page_title {
    margin-bottom: 25px;
}

.list_page_title > .title_name{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
    color: #000000;
    margin-right: 24px;
}

.list_page_title > .title_totel {
    color: #707070;
    /** 文本2 */
    font-size: 14px;
    font-weight: 400;
}

.list_page_title > .title_totel > span {
    color: #0C82BD;
}

.list_page_bottom {
    display: flex;
    justify-content: center;
    padding-top: 54px;
}

/* 适用于 Chrome/Safari/Edge/Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;  /* Chrome 版本 4+ */
    width: 0;       /* Safari 某些版本的备用方案 */
    height: 0;
  }
  
  /* 适用于 Firefox 64+ */
  .hide-scrollbar {
    scrollbar-width: none;
  }
  
  /* 适用于 IE 10-11 和 Edge 旧版 */
  .hide-scrollbar {
    -ms-overflow-style: none;
  }
  
  /* 完整兼容方案 */
  .hide-scrollbar {
    overflow: auto;
    scrollbar-width: none;           /* Firefox 64+ */
    -ms-overflow-style: none;        /* IE 10+, Edge 旧版 */
  }
  
  .hide-scrollbar::-webkit-scrollbar {
    display: none;                   /* Chrome 4+, Safari 3.1+, Edge 79+ */
    width: 0;
    height: 0;
  }

  .el-select-dropdown {
    z-index: 9999 !important;
  }