.ball {
    position: relative;
}

.ball span {
    position: relative;
    z-index: 2;
}

.ball::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 35px;
    left: -5px;
    border-radius: 50%;
}

.middle-menu-container {
    width: 100%;
}

.middle-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.middle-menu-item {
    /* flex: 1; */
}

.middle-menu-item a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin: 50px 0;
    box-sizing: border-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.middle-menu-item a:hover {
    font-weight: 800;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.middle-menu-item a img {
    height: 48px;
    margin-right: 12px;
}

.middle-menu-item p .line {
    display: block;
    width: 40%;
    height: 2px;
    margin-top: 3px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.middle-menu-item a:hover p .line {
    width: 100%;
}

.page-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 20px 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.page-item-left {
    width: calc(100% - 295px);
}

.page-item-right {
    width: 295px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.page-item-right img {
    width: 250px;
}

.page-item-title {
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
}

.page-item-desc {
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
}

.know-more {
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    padding: 0 8px 0 20px;
    margin-top: 10px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.know-more img {
    display: inline-block;
}

.know-more:hover {
    font-size: 18px;
    font-weight: bold;
}

.date-box {
    padding: 100px 0 50px;
    margin-top: -50px;
}
.countdown-container{
    text-align: center;
    padding: 40px 0;
}
.countdown-container h2{
    font-size: 36px;
    margin-bottom: 20px;
}

.countdown-content{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.countdown-box{
    padding: 20px 40px;
    border-radius: 5px;
}
.countdown-box{
    padding: 20px 40px;
    border-radius: 5px;
}

.news {
    padding: 35px 0 0;
}

.news-title {
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
}

.news-title span {
    font-size: 32px;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.news-list li {
    width: 30%;
}

.news-list li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 25px 0;
}

.news-list li:nth-child(4) a,
.news-list li:nth-child(5) a,
.news-list li:nth-child(6) a {
    border: none;
}

.news-list li a img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}

.news-list li a .news-info {
    width: calc(100% - 70px);
}

.news-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.news-item-more {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.news-item-more span {
    display: block;
    width: 60px;
    height: 20px;
    margin-left: 8px;
    background: url("../image/开始.png") no-repeat center right;
    background-size: auto 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    position: relative;
}

.news-item-more span::after {
    content: '';
    display: block;
    width: 76%;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 0;
    transition: all 0.5s ease-in-out;
}

.news-list li a:hover .news-item-title {
    font-weight: bold;
}

.news-list li a:hover .news-item-more span {
    width: 90px;
}

.news-list li a:hover .news-item-more span::after {
    width: 85%;
}

.show-photo {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}

.show-photo img {
    width: 100%;
    height: auto;
}

.meet-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 40px 0 30px;
}

.meet-info-left {
    width: 33%;
    box-sizing: border-box;
    /* padding: 30px 25px; */
}

.meet-info-center {
    box-sizing: border-box;
    width: 33%;
    padding-left: 7%;
}

.meet-info-right {
    box-sizing: border-box;
    width: 33%;
    padding-left: 5%;
}

.meet-info-left .occ2025 {
    width: 100%;
}

.meet-info-left .code-list {
    display: flex;
    margin-top: 30px;
}

.meet-info-left .code-item {
    flex: 1;
    text-align: center;
}

.meet-info-left .code-item img {
    width: 90%;
    margin: 0 auto;
}

.meet-info-left .code-item p {
    font-size: 14px;
    line-height: 2;
}

.info-row {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 2;
    padding: 10px 0;
}

.info-row img {
    height: 24px;
    width: auto;
    margin-right: 10px;
}


.meet-info-right-title {
    font-size: 36px;
    line-height: 78px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width: 1000px) {
    .middle-menu-item a {
        font-size: 14px;
        margin: 30px 0;
    }

    .middle-menu-item a img {
        height: 35px;
    }

    .news-list li {
        width: 48%;
    }

    .news-list li:nth-child(4) a {
        border-bottom: 1px solid #f59b9b;
    }

    .meet-info-left {
        width: 50%;
        margin: 0 25%;
    }

    .meet-info-center {
        width: 50%;
        padding-left: 0;
    }

    .meet-info-right {
        width: 50%;
        padding-left: 5%;
    }

    .meet-info-title {
        font-size: 20px;
    }

    .info-row {
        font-size: 14px;
        line-height: 2;
        padding: 5px 0;
    }

    .info-row img {
        width: 16px;
    }

}

@media (max-width: 768px) {
    .width {
        width: 90%;
    }

    .middle-menu-item a {
        font-size: 14px;
        margin: 30px 0;
        display: block;
    }

    .middle-menu-item a img {
        height: 35px;
        margin: 0 auto 10px;
    }

    .middle-menu-item p .line {
        display: none;
    }

    .page-item {
        padding: 20px;
    }

    .page-item-left {
        width: 100%;
    }

    .page-item-right {
        width: 100%;
        margin-top: 30px;
    }

    .page-item-title {
        font-size: 22px;
    }

    .meet-info-left {
        width: 50%;
    }

    .date-box {
        padding: 60px 0 15px;
        margin-top: -30px;
    }

    .date-list li {
        flex: 0 0 50%;
        margin-bottom: 15px;
    }


}

@media (max-width: 540px) {
    .date-list li .date {
        font-size: 16px;
    }

    .date-list li .date span {
        font-size: 24px;
    }

    .date-desc {
        font-size: 14px;
    }

    .news-list li {
        width: 100%;
    }

    .news-list li a {
        padding: 10px 0;
        font-size: 14px;
    }

    .news-list li:nth-child(5) a {
        border-bottom: 1px solid #f59b9b;
    }

    .news-list li a img {
        width: 45px;
    }

    .news-item-more {
        margin-top: 5px;
    }

    .meet-info-left {
        width: 100%;
        margin: 0;
    }

    .meet-info-center {
        width: 100%;
    }

    .meet-info-right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}



/* 新增底部模块css----------------------------- */

.product-comparison{
    width: 100%;
    border-radius: 2rem;
}

.product-cards,.product-cards-info{
    display: flex;
    box-sizing: border-box;
}
.product-card{
    padding: 3rem;
    box-sizing: border-box;
    transition: all .4s;
    transform: translateY(0);
}
.product-card span{
    font-size: 32px;
}
.product-card-info{
    padding: 2rem 3rem;
    transition: all .4s;
    transform: translateY(0);
}
.product-cards>div,.product-cards-info>div{
    width: 25%;
}
.product-cards .product-label{
    font-size: 2.4rem;
    font-weight: 700;
}

.product-title{
    font-weight: 700;
    margin-bottom: 0;
    font-size: 16px;
}
.product-card-info p{
    font-size: 15px;
    margin: 2px 0;
}
.product-card-info .product-p{
    margin-bottom: .8rem;
}
.product-card.active{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transform: translateY(-12px);
}
.product-card-info.active {
    transform: translateY(12px);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.product-card:nth-child(1){
    border-top-left-radius: 12px;
}
.product-card:nth-child(4){
    border-top-right-radius: 12px;
}





/* 频道页------------------------------------------------ */
.main-box {
    width: 117rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.box-left{
    width: 70%;
}
.box-right{
    width: 26%;
}
.main-box-title {
    padding: 1rem 0;
    box-sizing: border-box;
}

.main-box-title span:nth-child(1) {
    font-size: 2.2rem;
    font-weight: 700;
}

.main-box-title span:nth-child(2) {
    float: right;
    margin-top: 3px;
}

.main-box-content {
    padding: 2rem;
    min-height: 40rem;
}

.module{
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
}
.module:nth-child(n+2){
    margin-top: 15px;
}
.module-title{
    font-weight: 700;
    font-size: 20px;
    padding: 5px 20px;
}
.module-time{
    display: flex;
    justify-content: space-between;
    padding:20px;
}
.module-time>div span{
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
}
.module-time>div{
    text-align: center;
    font-size: 16px;
}
.module-btn{
    padding: 10px 20px;
}
.module-btn a{
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    border-radius: 6px;
}
.module-btn a:nth-child(n+2){
    margin-top: 12px;
}

.module-content{
    padding: 10px 20px;
}

.module-content-title{
    font-weight: 700;
    margin-bottom: 0;
    font-size: 16px;
}
.module-content p{
    margin: 2px 0;
    font-size: 16px;
}


.footer {
    margin-top: 20px;
}
