﻿:root {
    --contentWidth: 1300px;
    --transY: -80px;
}

body {
    color: #3D3D3D;
    line-height: 2em;
    min-width: 1500px;
}

/* 头部 */
header .top {
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    color: #fff;
    position: relative;
    z-index: 100;
    background: linear-gradient(180deg, #262FD2 0%, #5D77D8 100%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

header .top .sys-name {
    font-size: 26px;
    font-weight: 600;
}

header .top .sys-name img {
    width: 160px;
    vertical-align: middle;
    margin-right: 10px;
}

header .top .menu {
    display: flex;
}

header .top .menu li {
    width:100px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

/*header .top .menu li+li {
    margin-left: 30px;
}*/

header .top .menu li.this-page {
    color: #50F0FA;
    font-weight: 600
}

header .top-carousel img {
    width: 100%;
    height: 100%;
}

header,
footer,
div,
li {
    box-sizing: border-box;
}

header .top-carousel {
    --headerCarouselHeight: 560px;
    height: var(--headerCarouselHeight);
}

header .el-carousel__container {
    height: 100%;
}

header .top .login {
    padding: 2px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
}

header .top .login i {
    color: #000;
    font-size: 16px;
}

.page-content {
    min-height: calc(100% - 450px);
}


.login-box {
    width: 100px;
}

/* 底部样式 */
.footer {
    background: #1a1a1a;
    color: #e0e0e0;
    padding: 40px 0;
    border-top: 1px solid #444;
}

.footer-grid {
    display: flex;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-column {
    flex: 1 0 auto;
    min-width: 200px;
    padding: 0 15px;
    margin-bottom: 20px;
}

    .footer-column h3 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #ffffff;
        position: relative;
        padding-bottom: 8px;
    }

        .footer-column h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            background: #4a90e2;
        }

    .footer-column p {
        font-size: 14px;
        line-height: 1.6;
        color: #b0b0b0;
        margin-bottom: 10px;
    }

.copyright-bar {
    border-top: 1px solid #444;
    padding-top: 20px;
    text-align: center;
}

.copyright {
    font-size: 12px;
    color: #888;
}

    .copyright span {
        color: #4a90e2;
    }
.index .top-carousel img {
    width: 100%;
    height: 100%;
}

.index .index-ul>li {
    /* padding: 45px 0; */
}

.white {
    background: #fff;
}

/* .index .index-ul>li:nth-child(even) {
    background: #F7F7F7;
} */

.index .index-ul>li>div {
    width: var(--contentWidth);
    margin: auto;
}

.index .index-ul .jsct-dom {
    background: #F0F3FA;
    padding-bottom: 70px;
}

.index .index-ul .jsct-dom .zxun {
    box-sizing: border-box;
    padding: 50px 40px;
}

.index .index-ul .jsct-dom .left {
    /*    width: 700px;*/
    flex: 1;
    margin-right: 46px;
}

/*模块标题*/
.index-ul li .titlest {
    text-align: center;
    padding: 48px 0 38px 0;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    justify-content: space-around;
}

.index-ul li .titlest .span {
    display: inline-block;
    width: 63px;
    height: 52px;
    /* background: #E5221F; */
}

.index .index-ul .jsct-dom .right {
    /*    width: calc(100% - 730px);*/
    flex: 1;
}

.index .index-ul .jsct-dom .titles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.index .index-ul .jsct-dom .titles .model {
    font-size: 15px;
    position: relative;
    cursor: pointer;
    padding: 10px 22px;
    background: #D8D8D8;
    color: #000;
}

.index .index-ul .jsct-dom .titles .model.choose {
    font-weight: 600;
    font-size: 16px;
    background: #507AFC;
    color: #fff;
}

.index .index-ul .jsct-dom .titles .model+.model {
    margin-left: 20px;
}

.index .index-ul .jsct-dom .more {
    cursor: pointer;
    color: #B3B3B3;
}

.index .index-ul .jsct-dom .list {
    height: calc(100% - 50px);
    overflow: hidden;
    line-height: 4em;
    font-size: 16px;
}

.index .index-ul .jsct-dom .list>li {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
}

.index .index-ul .jsct-dom .list .name {
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .index-ul .jsct-dom .list .time {
    color: #B3B3B3
}

.index .index-ul .jsct-dom .list img {
    vertical-align: middle;
    margin-right: 5px;
}

.index .index-ul .jsap-dom {
    background: url(/Content/image/backgr.png) no-repeat center center;
    background-size: contain;
    padding: 0;
}

.index .jsap-dom .name,
.index .wjhg-dom .name,
.index .jsyl-dom .name {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.index .jsap-dom .ch-name,
.index .wjhg-dom .ch-name,
.index .jsyl-dom .ch-name {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 100;
}

.index .jsap-dom .en-name,
.index .wjhg-dom .en-name,
.index .jsyl-dom .en-name {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 30px;
    color: #E5E5E5;
    z-index: 10;
    top: -15px;
}

.jsap .line .model .time {
    transform: translate(calc(-50% + 20px), 10px);
    font-weight: 600;
    /*text-align: center;*/
}

.jsap .line .model:nth-child(even) .time {
    transform: translate(calc(-50% + 20px), calc(-100% - 10px));
}

.jsap .line .model .ststus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.jsap .line .model .ststus>div:last-child.grey {
    border-color: #B3B3B3;
    color: #B3B3B3;
    cursor: no-drop;
}

.jsap .line .model .ststus>div:first-child {
    font-weight: bold;
}

.jsap .line .model .ststus>div:first-child:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.jsap .line .model .ststus>div.running {
    color: #F5B61F;
}

.jsap .line .model .ststus>div.running:before {
    background: linear-gradient(180deg, #FFAE00 0%, #FFDD90 100%);
}

.jsap .line .model .ststus>div.end {
    color: #FF6F6F;
}

.jsap .line .model .ststus>div.end:before {
    background: linear-gradient(180deg, #FF6F6F 0%, #FBC5C5 100%);
}

.jsap .line .model .ststus>div.nostart {
    color: #B3B3B3;
}

.jsap .line .model .ststus>div.nostart:before {
    background: linear-gradient(180deg, #B8B8B8 0%, #DDDDDD 100%);
}

.jsap .line .model .ststus>div:last-child {
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #DEB660;
    padding: 0px 15px;
    color: #DEB660;
    cursor: pointer;
}

.index .wjhg-dom .more {
    cursor: pointer;
    color: #767676;
}

.index .wjhg-dom .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.index .wjhg-dom .list li {
    width: calc(100% / 3 - 30px);
    margin-right: 45px;
    line-height: 1;
}

.index .wjhg-dom .list li:nth-child(3n) {
    margin-right: 0;
}

.index .wjhg-dom .list li:nth-child(n + 4) {
    margin-top: 45px;
}

.index .wjhg-dom .list li video {
    width: 100%;
    height: 240px;
}

.index .wjhg-dom .name {
    margin-bottom: 0px;
}

.index .jsyl-dom .content {
    display: flex;
    justify-content: space-between;
    height: 250px;
}

.index .jsyl-dom .content .left {
    width: calc(60% - 40px);
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.index .jsyl-dom .content .right {
    width: calc(40% - 20px);
    background-image: url(/Content/image/jsyl-bg.png);
    background-size: 100% 100%;
}

.index .jsyl-dom .content .left .word {
    text-indent: 2em;
}

.index .jsyl-dom .content .left .tabs {
    display: flex;
    justify-content: end;
}

.index .jsyl-dom .content .left .tabs>div+div {
    margin-left: 15px;
}

.index .jsyl-dom .content .left .tabs>div {
    border-radius: 15px;
    border: 1px solid #000000;
    padding: 0 15px;
    cursor: pointer;
}

.pagePosition {
    text-align: center;
    margin-top: 10px;
}

.red-tabs {
    display: flex;
    justify-content: center;
}

.red-tabs li {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 600;
    padding: 3px 25px;
}

.red-tabs li+li {
    margin-left: 20px;
}

.red-tabs li.choose {
    background: #FF7272;
    color: #fff;
}

.jszy>ul li {
    padding: 60px 0;
}

.jszy>ul li>div {
    width: var(--contentWidth);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jszy>ul li:nth-child(even) {
    background: #F7F7F7;
}

.jszy>ul li img {
    width: 500px;
    height: 268px;
    z-index: 100;
    position: relative;
}

.jszy>ul li .img {
    position: relative;
    line-height: 1;
    z-index: 100;
}

.jszy>ul li .right {
    width: calc(100% - 650px);
}

.jszy>ul li .right .name {
    font-weight: 600;
    font-size: 16px;
}

.jszy>ul li .right .content {
    margin: 20px 0;
    text-indent: 2em;
}

.jszy>ul li .right .btn {
    text-align: center;
}

.jszy>ul li .right .btn button {
    background: #DD3230;
    border-radius: 5px;
    color: #fff;
    border-color: #DD3230;
}

.jsap-dom .small-name {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
}

.jsap-dom .hr {
    height: 1px;
    background: #dfdfdf;
    margin: 40px 0;
}

/*首页*/
.signup .apply .modelst .imag {
    position: absolute;
    top: 40%;
}

/*走马灯--校徽*/
.circulating {
    padding: 60px 0;
    background: #fff;
}

.cabinet {
    width: 1300px;
    margin: 60px auto;
    padding: 20px 0;
    display: flex;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(255, 0, 128, 0.08), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    background: rgba(255, 255, 255, 0.85);
    border: 1.5px solid #ffe0ec;
    position: relative;
}

.cabinet ul {
    width: 2940px;
    min-width: 2940px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    animation: identifier 40s linear infinite;
    align-items: center;
    gap: 30px;
}

.cabinet ul:nth-child(1) {
    margin-right: 30px;
}

.cabinet li {
    width: 300px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(255, 0, 128, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.cabinet li:nth-child(9n) {
    margin-right: 0;
}

.cabinet li:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 8px 24px rgba(255, 0, 128, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.cabinet li img {
    width: 80%;
    height: 80%;
    border-radius: 12px;
    transition: box-shadow 0.2s;
}

@keyframes identifier {

    /* 左右 */
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

/*证书查询*/
.page-content {
    background: #F7F7F7;
    padding:1px 0;
    background: url('/Content/image/js-back.png') no-repeat center;
    background-size: cover;
}

.award {
    width: 1300px;
    height: 100%;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    
}

.award-top {
    height: 44px;
    line-height: 44px;
    border-bottom: 2px solid #dcdfe6;
    margin-bottom: 0;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.award-layout {
    display: flex;
    min-height: 600px;
}

/* 左侧查询面板 */
.award-search-panel {
    flex: 0 0 45%;
    border-right: 1px solid #e4e7ed;
    padding: 30px;
    display: flex;
    flex-direction: column;
}


.search-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.form-item-custom {
    margin-bottom: 20px;
}

    .form-item-custom .el-form-item__label {
        color: #606266;
        font-weight: 500;
        font-size: 14px;
    }

.form-select,
.form-input {
    width: 100%;
}

    .form-select .el-input__inner,
    .form-input .el-input__inner {
        height: 40px;
        border-radius: 6px;
        border: 1px solid #dcdfe6;
        transition: all 0.3s;
    }

        .form-select .el-input__inner:focus,
        .form-input .el-input__inner:focus {
            border-color: #409eff;
            box-shadow: 0 0 0 2px rgba(64, 158, 255, 0.1);
        }

.search-button-item {
    margin-bottom: 0;
}

.search-btn {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    transition: all 0.3s;
}

    .search-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(64, 158, 255, 0.3);
    }

/* 右侧展示面板 */
.award-display-panel {
    flex: 0 0 55%;
    background: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.display-panel-header {
    margin-bottom: 30px;
    text-align: center;
}

    .display-panel-header h3 {
        color: #303133;
        font-size: 20px;
        margin: 0 0 8px 0;
        font-weight: 600;
    }

.display-tip {
    color: #909399;
    font-size: 14px;
    margin: 0;
}

.certificate-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificate-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.certificate {
    border-radius: 12px;
}

    .certificate svg {
        max-width: 100%;
        height: auto;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    }

/* 无数据提示样式 */
.no-data {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.no-data-content {
    text-align: center;
    padding: 40px 20px;
}

.no-data-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.no-data-text {
    font-size: 18px;
    color: #303133;
    font-weight: 500;
    margin: 0 0 12px 0;
}

.no-data-desc {
    font-size: 18px;
    font-weight: 500;
    color: #909399;
    margin: 0 0 20px 0;
}

.no-data-hint {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .no-data-hint span {
        font-size: 12px;
        color: #c0c4cc;
        padding: 4px 0;
    }

/*    奖项公布*/
.page-content {
    background: #F7F7F7;
/*    padding-top: 30px;*/
}
.m-t30 {
    margin-top: 30px;
}
.jstz {
    width: var(--contentWidth);
    margin: auto;
    padding: 0px 20px;
    background: #fff;
    position: relative;
    z-index: 1000;
}

    .jstz .header {
        display: flex;
        border-bottom: 2px solid #D8D8D8;
        line-height: 3em;
    }

        .jstz .header li + li {
            margin-left: 20px;
        }

        .jstz .header li {
            cursor: pointer;
        }

            .jstz .header li.choose {
                color: #3662EC;
                font-weight: 600;
                font-size: 16px;
            }

    .jstz .content {
        padding: 20px 0;
    }

.header {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.content > ul li {
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    line-height: 4em;
    font-size: 16px;
}

    .content > ul li .name {
        width: calc(100% - 180px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .content > ul li .time {
        color: #B3B3B3;
    }

    .content > ul li img {
        vertical-align: sub;
        width: 21px;
        margin-right: 5px;
    }

    .content > ul li .time span {
        cursor: pointer;
        color: #4481b4;
        margin-left: 10px;
    }

/*    首页样式重置*/
.modelst {
    position: relative;
}

.bocen {
    flex-wrap: wrap;
    justify-content: space-around;
}

    .bocen .desc {
        margin-bottom: 120px;
    }

    .bocen > div:nth-child(1) {
        position: relative;
        left: -95px;
    }

    .bocen > div:nth-child(2) {
        position: relative;
        left: -40px;
    }

    .bocen > div:nth-child(3) {
        position: relative;
        left: 0;
    }

    .bocen > div:nth-child(4) {
        position: relative;
        left: 845px;
    }

    .bocen > div:nth-child(5) {
        position: relative;
        left: 12px;
    }

    .bocen > div:nth-child(6) {
        position: relative;
        left: -816px;
    }

    .bocen > div:nth-child(7) {
        position: relative;
        left: 0;
        top: 20px;
    }

    .bocen > div:nth-child(8) {
        position: relative;
        left: -150px;
        top: 20px;
    }

/*    下标*/
.inte {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #507AFC;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    position: absolute;
    bottom: 50px;
}

.bocen > div:nth-child(1) .inte {
    left: 143px;
    bottom: 50px;
}

.bocen > div:nth-child(2) .inte {
    left: 143px;
    bottom: 50px;
}

.bocen > div:nth-child(3) .inte {
    left: 143px;
    bottom: 50px;
}

.bocen > div:nth-child(4) .inte {
    left: 143px;
    bottom: 27px;
}

.bocen > div:nth-child(5) .inte {
    left: 143px;
    bottom: 27px;
}

.bocen > div:nth-child(6) .inte {
    left: 143px;
    bottom: 27px;
}

.bocen > div:nth-child(7) .inte {
    left: 143px;
    bottom: 26px;
}

.bocen > div:nth-child(8) .inte {
    left: 143px;
    bottom: 26px;
}

.logoin-up {
    padding: 50px 0;
    background-color: #fff;
}

.entry {
    width: 90%;
}

.logoin-up span {
    font-size: 22px;
    font-weight: 600;
    font-family: '宋体', 'Microsoft YaHei', sans-serif;
    color: #fff;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    box-shadow: 0 2px 5px rgba(58, 141, 206, 0.3);
    padding: 12px 48px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .logoin-up span:hover {
        background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        transform: scale(1.1);
        box-shadow: 0 4px 8px rgba(58, 141, 206, 0.4);
    }