#style-switch-button {
    position: fixed;
    top: 120px;
    left: 0px;
    border-radius: 0;
    z-index: 2;
}

#style-switch {
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 160px;
    left: 0;
    background: #fff;
    border: solid 1px #ced4da;
    z-index: 2000;
}

#style-switch h4,
#style-switch .h4 {
    color: #495057;
}


/* 动态 and vip*/

.el-divider--horizontal {
    margin: 0;
    margin-top: 20px;
}

.news-first-p {
    font-size: 24px;
    color: #ffffff;
    /* margin-top: -130px; */
    margin-top: -90px;
    padding: 0 30px 20px 30px;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
}

.news-image {
    max-width: 97%;
    height: 200px;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container:hover {
    .img-change {
        transform: scale(1.05);
        overflow: hidden !important;
    }
}

.image-container {
    transition: 0.5s;
    overflow: hidden !important;
}

.image-container::after {
    border-radius: 10px;
    content: '';
    position: absolute;
    border-radius: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.image-container img {
    display: block;
    width: 780px;
    height: 520px;
    border-radius: 10px !important
}

.pagination-div {
    display: flex;
    justify-content: center
}

.pagination {
    position: absolute;
    bottom: -5px;
    text-align: center;
}

.pagination .el-pager li {
    background-color: transparent;
    /* 设置页码的背景透明 */
}

.pagination .btn-prev,
.pagination .btn-next {
    background-color: transparent;
    /* 设置上一页和下一页按钮的背景透明 */
}

.pagination .el-pagination {
    background-color: transparent;
    /* 设置分页组件的背景透明 */
}

.img-change:hover {
    transform: scale(1.1);
}

.img-change {
    transition: 0.5s;
}

.img-change {
    border-radius: 5px !important;
}

.pagination {
    position: absolute;
    bottom: -5px;
    text-align: center;
}

.pagination .el-pager li {
    background-color: transparent;
    /* 设置页码的背景透明 */
}

.pagination .btn-prev,
.pagination .btn-next {
    background-color: transparent;
    /* 设置上一页和下一页按钮的背景透明 */
}

.pagination .el-pagination {
    background-color: transparent;
    /* 设置分页组件的背景透明 */
}

.img-change:hover {
    transform: scale(1.1);
}

.img-change {
    transition: 0.5s;
}

.img-change {
    border-radius: 5px !important;
}

.web-content {
    background: url(/img/background.png) no-repeat;
    background-size: cover;
    padding-bottom: 0 !important;
    padding-top: 5%;
}

@media (max-width: 980px) {
    .img-row {
        margin-bottom: 20px;
    }
    .phone-div {
        width: 780px;
        margin: 0 auto;
    }
    .img-row {
        text-align: center;
    }
    .img-row a {
        display: block;
    }
    .el-link--inner {
        font-size: 24px;
    }
    .news-image {
        height: 457px;
    }
    .news-first-p {
        text-align: center;
    }
    .extra-news {
        width: 750px;
        margin: 0 auto;
    }
    .web-content,
    .patsea-content {
        min-height: 2124px;
        padding-top: 18%;
    }
    .web-footer {
        position: fixed;
        margin: 0 auto;
        bottom: 0;
        min-width: 980px;
    }
}


/* 导航栏通用 */

.navbar-brand-custom {
    height: 32px;
    margin-block: 0;
    margin-inline: 0;
    margin-inline-start: 8px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.88);
    font-size: 20px;
    line-height: 32px;
}

.navbar-custom {
    height: 56px;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0);
}

.header-custom {
    display: flex;
    align-items: center;
    height: 50;
    font-weight: 600;
    font-size: 18;
    color: #4ac1ee !important;
    margin: 0 10px;
    font-size: large;
}


/* vip */

.navbar.active {
    background-color: #daeaff;
}

.with-pattern-1::before {
    display: none;
}

.div-round {
    width: 15px;
    height: 15px;
    background-color: #417bff;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 16px;
    display: inline-block;
}

@media (max-width: 980px) {
    .vip-list {
        justify-content: space-around !important;
        ;
        flex-direction: column;
    }
    .vip-container {
        min-height: 2141px;
    }
    .item {
        height: 700px !important;
    }
    .item:nth-child(1) {
        left: 0!important;
    }
    .item:nth-child(2) {
        margin-left: 0 !important;
    }
}


/* 会员权益 */

.is-active {
    background-color: #1890ff;
    color: #fff;
}

.edition-btn {
    text-align: center;
    width: 180px;
    padding: 5px;
    height: 32px;
    border-radius: 16px;
}

.demo-container {
    position: relative;
    width: 100%;
    height: 1000px;
    overflow: hidden;
    padding: 30px;
}

.list {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 40px;
}

.item {
    position: relative;
    width: 600px;
    height: 680px;
    background-color: #fff;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
    transform-origin: center 200px;
    cursor: pointer;
}

.item-1 {
    transform: scale(1);
    z-index: 8;
}

.item-2 {
    transform: scale(1);
    z-index: 9;
}

.item-active {
    transform: scale(1.05);
    z-index: 11 !important;
    box-shadow: 0 5px 10px #c4c4c4;
}

.item:hover {
    transform: scale(1.05);
    z-index: 10;
}

.item:not(:hover) {
    z-index: 0;
}

.item:nth-child(1) {
    left: 20px;
    z-index: 8;
    /* background-color: blue; */
    border: 1px solid #efebeb;
}

.item:nth-child(2) {
    left: 0;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #efebeb;
}

.item:nth-child(3) {
    right: 30px;
    /* z-index: 10; */
    background: #fff;
    border: 1px solid #efebeb;
}

.content-title {
    width: 100%;
    background-color: #efebeb;
    padding: 40px 0;
    /* border-radius: 5px 5px 0 0; */
    /* min-height: 200px; */
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}

.content-title-img-1 {
    background-image: url(/img/cutimg-20.png);
}

.content-title-img-2 {
    background-image: url(/img/cutimg-21.png);
}

.content-title-img-3 {
    background-image: url(/img/cutimg-22.png);
}

.content-btn {
    background-color: rgba(0, 0, 0, 0);
    color: #1890ff;
    box-shadow: 0 2px 0 rgba(5, 175, 255, 0.1);
    height: 32px;
    font-size: 16px;
    padding: 4px 15px;
    border-radius: 6px;
    border: 1px solid #1890ff;
    margin-top: 5px;
    width: 150px;
}

.content-btn:hover {
    background-color: #1890ff;
    color: #fff;
}

.content-text {
    width: 100%;
    height: 100%;
    padding: 30px;
}

.content-text ul>li {
    margin-bottom: 15px;
    font-size: 14px;
}

.content-footer {
    text-align: center;
    margin-top: 20px;
}


/* 展示首页 */

.subject {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-image: url('/img/cutimg-10.png'); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    padding-top: 150px;
}

.col-card {
    width: 99%;
    margin: 0 auto;
}

.subject-content {
    height: 450px;
    /* background-image: url('/img/cutimg-15.png');  */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    transition: transform 0.3s ease-in-out;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    padding: 80px;
}

.subject-div {
    position: relative;
    overflow: hidden;
    width: 90%;
    height: 100%;
    border-radius: 40px;
    box-shadow: 0px 5px 15px 4px rgba(0, 0, 0, 0.5);
}

.subject-text {
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 25px;
}

.subject-py-5 {
    margin-bottom: 100px;
}

.subject-text-span {
    font-size: 18px;
}

.subject-content-div {
    font-size: 50px;
    color: #2b35b9;
    font-family: 'DingTalkProgressive', sans-serif !important;
    letter-spacing: normal;
}

.subject-div-copy {
    background-image: linear-gradient(to bottom, rgba(112, 121, 222, 0.7) 15%, rgba(255, 255, 255, 0) 85%);
}

.subject-btn-copy {
    background-color: #eaa83a;
    color: #fff;
    /* box-shadow: 0 2px 0 rgba(5, 175, 255, 0.1); */
    height: 32px;
    /* font-size: 25px; */
    font-size: 20px;
    padding: 4px 15px;
    border-radius: 6px;
    border: 1px solid #eaa83a;
    margin-top: 5px;
    width: 150px;
}

.subject-btn-copy:hover {
    background-color: #edc074;
    color: #fff;
}

.flip-image {
    perspective: 1000px;
    animation: flipCircle 3s ease-in-out forwards;
}

@keyframes flipCircle {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.subject-content-div-flex {
    display: flex;
    flex-direction: column;
}


/* .subject-img {
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
} */

@media (max-width: 980px) {
    .subject-content-div {
        font-size: 30px;
    }
    .subject-text {
        font-size: 15px;
    }
    .subject-img {
        top: 30px;
    }
}


/* 中知慧海 */

.patsea-btn {
    background-color: #1890ff;
    color: #fff;
    cursor: pointer;
}

.patsea-btn:hover {
    background-color: #49a7fd;
}