.jike-class-div{
    width: 100%;
    height:auto;
    background-color: #ffffff;
    margin-top:20px;
    border-radius: 5px;
    border: 1px dashed #000;
    overflow: hidden;
}

.jike-class-div .jike-css-card{
    font-weight:700;text-align: center;
    color: #000000;
    width: 100%;
    height: 50px;
    background: #efefef;
    line-height: 50px;
}

.jike-class-div .jike-zyname{
    padding: 32px;
    text-align: center;
    color: #000000;
}


.jike-btn{
    padding: 2px 20px;
    background-color: #3498db;
    border-radius: 100px;
    color: #ffffff;
    border: none;
    margin-top: 20px
}
.jike-link{
    color: #0aa7e4;
}
.jike-link::hover{
    color: #0aa7e4;
}












.jike-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.jike-modal-content {
    background-color: #fefefe;
    margin: 0px auto;
    padding: 15px;
    border: 1px solid #888;
    width: 30%;
    color:#000000;
    border-radius: 12px;
}

.jike-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.jike-close:hover,
.jike-close:focus {
    color: black;
    text-decoration: none;
}




.jike-cus-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.jike-cus-load-content{
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 15px;
    border: 1px solid #888;
    width: 20%;
    color:#000000;
    border-radius: 12px;
}
.jike-cus-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 15px;
    border: 1px solid #888;
    width: 50%;
    color:#000000;
    border-radius: 12px;
}

.jike-cus-close {
    color: #aaa;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.jike-cus-close:hover,
.jike-cus-close:focus {
    color: black;
    text-decoration: none;
}

.loading-spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.modal-message {
    text-align: center;
    font-size: 18px;
}
.loading-container {
    display: flex;
    align-items: center;
}

.loading-spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

.loading-text {
    margin-left: 10px; /* 调整文本和加载符号之间的距离 */
    /* 其他需要的样式 */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}