
.pop-up-notification {
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 100%;
    transition: all 0.3s ease; 
    background-color: #fff;
    z-index: 150;
}
body.categories.list.d-flex.flex-column.min-vh-100, body.home.d-flex.flex-column.min-vh-100 {
         opacity: 1;
    }
.pop-up-notification .head{
border-bottom: 1px solid #CED5E0;
height: 74px;
}
.pop-up-notification .logo {
    margin-left: 4vw;
    float: left;
    line-height: 74px;
    width: 20vw;
}
.pop-up-notification .logo img {
    width: 20vw;
}
.pop-up-notification .close {
    position: relative;
    width: 30px;
    height: 74px;
    margin-right: 10px;
    line-height: 74px;
    float: right;
}
.pop-up-notification .close::after{
    content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #333;
    border-radius: 100px;
  transform: rotate(-45deg);     /* 旋转 -45 度 */
  top: 50%;
  left: 0;
  transform-origin: center;
}
.justify-content-center.pagination{
    padding-left: 0px;
}
.pop-up-notification .close::before {
      content: '';                   /* 伪元素必须有 content */
  position: absolute;            /* 绝对定位 */
  width: 20px;                   /* 线宽等于容器宽度 */
  height: 1px;                   /* 线的粗细 */
    border-radius: 100px;
  background-color: #333;        /* 线的颜色 */
  transform: rotate(45deg);      /* 旋转 45 度 */
  top: 50%;                      /* 垂直居中 */
  left: 0;
  transform-origin: center;      /* 旋转中心点为中心 */
}
.menu-icon {
    opacity: 0;
    width: 20px;
    height: 25px;
}
.pop-up-notification  .central{
padding: 0 0px;
overflow: hidden;
}
.pop-up-notification  .central .central-item{
    color: #323233;
    width: 100%;
    display: block;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #ECEEF6;
    overflow: hidden;
}
.pop-up-notification  .central .central-item .left{
    float: left;
}
.pop-up-notification  .central .central-item .right{
    float: right;
}
/* 箭头 */
.pop-up-notification  .central .central-item .jump-symbol{
    width: 13px;
    height: 54px;
}
.pop-up-notification  .central .central-item .jump-symbol>svg{
    width: 100%;
    height: 100%;
}
/* 箭头 */
.pop-up-notification .bottoms{
    width: 100%;
    margin-top: 150px;
}
.pop-up-notification .bottoms a {
    display: block;
    width: 80%;
    height: 48px;
    line-height: 48px;
    border-radius: 10000px;
    text-align: center;
    margin: 20px auto;
    text-decoration: none; /* 核心：去除下划线 */
}
.pop-up-notification .bottoms .login {
    background-color: #D43537;
    color: #fff;
}
.pop-up-notification .bottoms .register {
    border: 1px solid #CED5E0;
    background-color: #fff;
    color: #323233;
}

.min1000{
            display: none;
            margin-bottom: 4.1vw;
        }
        .register{
            display: none;
        }
        .page-list .card-body {
            padding: 13px 0;
            height: 100%;
            height: 135px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex: 1;
            box-sizing: border-box;
        }
    .page-home .card-body {
        padding: 13px 0;
        height: 100%;
        height: 135px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
        box-sizing: border-box;
    }
    div.py-3{
        display: block;
    }
    div#mainCarousels{
        width: 100%;
        height: 300px;
    }
    .carousel-item{
        height: 100%;
        display: flex;
    }
    .carousel-wrapper .carousel-item{
      margin-right: 0px;
    }
    .activity.mainCarouselsSide{
        width: 240px;
        height: 135px;
        object-fit: cover;
        border-radius: 10px;
        margin-top: 18px;
        margin-bottom: 12px;
    }
    .logos{
        width: 98px;
        height: auto;
    }
    .page-carousel .carousel-caption{
        padding: 5% 20px 0;
        text-align: justify;
    }
    .indicator-dot{
        padding: 0;
    }
@media screen and (max-width: 1000px) {
    .indicator-dot {
        margin-bottom: 2vw;
    }
    .logos{
        width: 20vw;
    }
    .categories .container-sm, .container{
        max-width: 100%;
        width: 100% !important;
    }
    .container .register{
        margin-left: 20vw;
        font-size: 4vw;
    }
    .container svg {
        width: 16vw;
    }
    .py-3 .mb-4 .page-carousel .carousel-inner{
        border-radius: 0;
        height: 27.47vw;
        overflow: hidden;
    }
    div#mainCarousels{
        width: 100%;
        height: 27.47vw;
    }
    
    .py-3 .mb-4 .page-carousel .carousel-inner .carousel-item{
        height: 27.47vw;
    }
    div.py-3 .nav-link{
font-weight:300;
    }
    .col-auto {
        font-size: 4vw;
    }
    header.main-header .navbar{
        height: 50px;
    }
    header.main-header .navbar .container {
        padding: 0 20px !important;
    }
    .py-3 .col-auto .nav-link.active {
        color: #5D71C8;
        border: 0px solid #5D71C8;
        font-weight:500;
        border-radius: 0px;
    }
    .py-3 .col-auto .nav-link.active::before {
        content: ' ';
        position: absolute;
        height: 2px;
        width: 120%;
        background-color: #5D71C8;
        bottom: -2px;
        margin-left: -10%;
        z-index: 1;
    }
    .py-3 .col-auto .nav-link::after{
        content: ' ';
        position: absolute;
        height: 1px;
        width: 140%;
        background-color: #F2F4FB;
        bottom: -2px;
        margin-left: -20%;
        left: 0px;
    }
    .py-3 .col-auto .nav-link{
        position: relative;
    }
    .row.mb-3{
        border-bottom: 2px solid #F2F4FB;
        padding-left: 2vw;
    }
    .post-navigation .row.mb-3{
        padding-left: 0;
    }
    .post-navigation .row.mb-3{
        border-bottom: 0px solid #F2F4FB;
    }
    .py-3 .col-auto .nav-link {
        font-size: 4vw;
        padding: 10px 5px;
    }
    .py-3.page-home .card-box,.py-3.page-list .card-box{
        border-bottom: 1px solid #F2F4FB;
        padding: 0 4.1vw;
    }
    div.py-3 .card-box .card-image {
        width: 24vw;
        height: 13vw;
        margin-left: 16px;
        border-radius: 0;
    }
    .py-3 .min1000 .card-title {
        font-size: 4.4vw;
        margin-bottom: 0px;
        padding: 0 4.1vw;
    }
    .py-3 .card-box .card-text {
        font-size: 3.6vw;
        line-height: 4vw;
        height: auto;
    }
    div.py-3 .card-box{
        height: 18vw;
        max-height: 100vh;
        margin-bottom: 4vw;
    }
    div.py-3 .card-subtitle{
        font-size: 3.1vw;
    }
    .py-3 .card-box .card-body {
        height: 100px;
        padding: 0 0 !important;
        line-height: 18px;
    }
    .py-3 .card-box .card-body{
        display: inline-block  !important;
    }
    .py-3 .max1000 {
        display: none;
    }
    .py-3 .min1000 {
        display: block;
        line-height: 21px;
    }
    .page-carousel .carousel-image {
        height: auto !important;
    }
    .container .menu-icon {
        opacity: 1;
        width: 5vw;
    }
    .pop-up-notification {
        opacity: 1;
    }

    /* 详情样式 */
    .page-single.pb-3{
        display: block;
         box-sizing: border-box;
        padding: 0 10px;
    }
    .page-ads .carousel-inner .ads-image{
        width: 100%;
        display: none;
    }
    .page-single.pb-3 .content{
        width: calc(100% - 2px);
    }
    .page-single.pb-3 .right{
        max-width: 1000px;
        width: calc(100vw - 20px);
    }
    .page-single.pb-3 .right .activity {
        display: block;
        width: 100%;
    }
    .page-single.pb-3 .right .image {
        width: 100%;
        height: auto;
        max-width: 1000px;
    }
    .page-single.pb-3 .right .title{
        margin-top: 20px;
    }
    .row .text-muted>a,.row .text-muted{
        color: #5D71C8 !important;
        font-size: 16px;
    }
    .content img,.container img{
        width: 100%;
    }
    .container a img{
        width: 98px;
    }
    .stretched-link .stretched-link::after{
        display: none !important;
    }
    .register{
            display: inline-block;
        }
    .carousel-inner .page-carousel .carousel-image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
  .header-breadcrumb {
    margin-left: 0px;
  }
  .carousel-caption.d-none.d-md-block, a.title.fs-4.fw-bold{
    display: inline-block !important;
    font-size: 4vw !important;
    top: 21vw;
  }
  .pop-up-notification .central{
    width: 100%;
    margin: 0 4.1vw;
  }
  .mb-4{
    margin-bottom: 0.1rem !important;
  }
}