.content {
    padding-top: 104px;
}

.con-tit {
 font-family: 'Montserrat-SemiBold', "MiSansBold";
    line-height: 1.44;
    color: #000;
}

.recommend {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recommend-lf {
    flex: 0 0 62.41%;
    position: relative;
}

.recommend-rg {
    flex: 0 0 36.24%;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    position: relative;
    overflow: hidden;
}
.recommend-rg>a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.recommend-lf .recommend-img {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}
.recommend-lf:hover .recommend-img img {
    transform: scale(1.05);
}
.recommend-lf .recommend-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s;
}

.recommend-lf .recommend-lf:hover .recommend-img img {
    transform: scale(1.05);
}

.recommend-lf .recommend-txt {
    position: absolute;
    left: 3.125vw;
    width: 50%;
    bottom: 2.92vw;
}

.recommend-lf .recommend-time {
    line-height: 1.5;
    color: #fff;
    margin-bottom: 8px;

}

.recommend-lf .recommend-tit {
    line-height: calc(4 / 3);
    color: #fff;
 font-family: 'Montserrat-SemiBold', "MiSansBold";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: left;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.recommend-lf .recommend-tit a {
    color: #fff;
    transition: all .5s;
}
.recommend-lf .recommend-tit a:hover{
    /*color: var(--red);*/
 font-family: 'Montserrat-SemiBold', "MiSansBold";
}

.recommend-rg .recommend-time {
    line-height: 1.5;
    color: rgba(0, 0, 0, .6);
}

.recommend-rg .recommend-tit {
    line-height: calc(4 / 3);
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: left;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.recommend-rg .recommend-tit a {
    color: #000;
    transition: all .5s;
}
.recommend-rg:hover .recommend-tit a {
    /*color: var(--red);*/
 font-family: 'Montserrat-SemiBold', "MiSansBold";
}

.recommend-rg .recommend-des {
    line-height: 30px;
    color: #777;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-align: left;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.recommend-rg .recommend-more {
    margin-top: auto;
}
@keyframes icon_left {
    0% {
        transform:translateX(0);
    }
    50%{
        transform:translateX(100%);
    }
    50.1%{
        transform:translateX(-100%);
    }
    100%{
        transform:translateX(0%);
    }
}
     
.recommend-rg .recommend-more a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all .5s;
}

.recommend-rg:hover .recommend-more a {
    background-color: var(--red);
}
.recommend-rg:hover .recommend-more a svg{
animation:icon_left 0.5s linear;
}
.recommend-rg:hover .recommend-more a svg path {
    fill: #fff;
}

.new-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
}

.new-item .new-txt {
    flex: 0 0 55%;
    position: relative;
}
.new-item .new-txt>a{
   position: absolute;
   z-index: 5;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}

.new-item .new-img {
    flex: 0 0 36.24%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    height: 0;
    padding-bottom: 24.16%;
}

.new-item .new-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    transition: all .5s;
}

.new-item .new-img:hover img {
    transform: scale(1.05);
}

.new-item .new-time {
    line-height: 1.5;
    color: rgba(0, 0, 0, .6);
}



.new-item .new-tit a {
    color: #000;
    transition: all .5s;
}

.new-item:hover  .new-tit a {
    /*color: var(--red);*/
 font-family: 'Montserrat-SemiBold', "MiSansBold";
}

.new-item .new-des {
    line-height: 30px;
    color: #777;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: left;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-item .new-more {
    height: 0;
    margin-top: 0;
    transition: all .5s;
    overflow: hidden;
}

.new-item:hover .new-more {
    height: 50px;
    margin-top: 70px;
}

.new-item .new-more a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all .5s;
}

.new-item .new-more a {
    background-color: var(--red);
}
.new-item .new-more a:hover svg {
    animation:icon_left 0.5s linear;
}
.new-item .new-more a svg path {
    fill: #fff;
}

.newd {
    display: flex;
    justify-content: space-between;
}

.newd .newlf {
    flex: 0 1 63.76%;
}

.newd .newrg {
    flex: 0 0 29.54%;
}


.newd h1 {
    color: #000;
    line-height: 1.44;
   font-family: 'Montserrat-SemiBold', "MiSansBold";
}

.newd .new_d {
    line-height: 1.8;
    color: #777;
    border-top: 1px solid #e7e7e7;

}
.newd .new_d strong{
      font-family: 'Montserrat-SemiBold', "MiSansBold";
}
.newd .new_d p {
    /*margin-top: 2.6vw;*/
}

.newd .new_d img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100% !important;
}
.newd .newd-xx{
    display: flex;
}
.newd .hits{
    margin-left: 48px;
}
.newd .hits,
.newd .newd-time {
    line-height: 1;
    color: #777;
}
.newd .hits span,
.newd .newd-time span {
    color: #222;
    margin-left: 12px;
}

.newd-other {
    padding-left: 60px;
    padding-right: 60px;
    background-color: #f9f9f9;
    border-radius: 8px;
    position: sticky;
    top: 100px;
}

.prevone p,
.nextone p {
    line-height: calc(4 / 3);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: left;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 14px;
}

.prevone p a,
.nextone p a {
    color: #000;
    transition: all .5s;
}

.prevone p a:hover,
.nextone p a:hover {
    /*color: var(--red);*/
 font-family: 'Montserrat-SemiBold', "MiSansBold";
}

.prevone span,
.nextone span {
    color: #777;
    line-height: 1.5;
}

.newd .return {
    color: #666;
    line-height: 1;
    display: flex;

}

.newd .return a {
    display: flex;
    color: #666;
    transition: all .5s;
    align-items: center;
}

.newd .return a:hover {
   /* color: var(--red);*/
 font-family: 'Montserrat-SemiBold', "MiSansBold";
}

.newd .return a svg,
.newd .return a img {
    margin-left: 14px;

}

.newd .share {
    display: flex;
    align-items: center;
    color: #777;
    border-bottom: 1px solid #e0e0e0;
}

.newd .share span {
    padding-right: 8px;
    flex: none;
}

.newd .share-list {
    display: flex;
}

.newd .share-button {
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    margin-left: 10px;
}

.newd .share-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    border: 1px solid #e2e2e2;
    align-items: center;
    justify-content: center;
    transition: all .5s;

}
.newd .share-icon:hover{
    background-color: var(--red);
    border-color: var(--red);
}
.newd .share-icon:hover svg path{
    fill: #fff;
    opacity: 1;
}

  .qrcode-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        .qrcode-container.active {
            opacity: 1;
            visibility: visible;
        }
        
        .qrcode-box {
            background: white;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            max-width: 300px;
            width: 90%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transform: scale(0.9);
            transition: all 0.3s ease;
            text-align: center;
        }
         .qrcode-box p{
             text-align: center;
         }
        
        .qrcode-container.active .qrcode-box {
            transform: scale(1);
        }
        
        .qrcode-title {
            margin-bottom: 20px;
            color: #333;
            font-size: 1.3rem;
            text-align: center;
        }
        
        #qrcode {
            width: 200px;
            height: 200px;
            margin: 0 auto 20px;
            background: #f5f5f5;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
        }
        
        .close-btn {
            background: #6a11cb;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1rem;
            transition: background 0.3s ease;
        }
        
        .close-btn:hover {
            background: #4d0d9c;
        }
        
        .toast {
            position: fixed;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 12px 24px;
            border-radius: 50px;
            font-size: 0.9rem;
            z-index: 1001;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        .toast.active {
            opacity: 1;
            visibility: visible;
        }

@media screen and (max-width:1600px) {
    .new-item:hover .new-more {
        margin-top: 3.5vw;
    }

    .newd-other {
        padding-left: 3vw;
        padding-right: 3vw;
    }

.recommend-rg .recommend-more a{
    width: 44px;
    height: 44px;
}
.new-item .new-more a {
    width: 44px;
    height: 44px;
}
}

@media screen and (max-width:1024px) {
    .content {
        padding-top: 60px;
    }
}

@media screen and (max-width:768px) {
    .content {
        padding-top: 60px;
    }

    .new-item {
        flex-direction: column-reverse;
    }
    .new-item .new-img {
        padding-bottom: 66.66%;
        width: 100%;
    }

    .new-item .new-more,
    .new-item:hover .new-more {
        height: 36px;
        margin-top: 6vw;
    }

    .recommend-rg .recommend-more a,
    .new-item .new-more a {
        width: 36px;
        height: 36px;
    }

    .new-item .new-txt {
        margin-top: 6vw;
        width: 100%;
    }

    .recommend-lf,
    .recommend-rg {
        flex: 0 0 100%;
    }

    .recommend-lf .recommend-txt {
        bottom: 5vw;
        left: 5vw;
        right: 5vw;
        width: auto;
    }

    .recommend-rg .recommend-more {
        margin-top: 5vw;
    }

    .recommend-rg {
        margin-top: 4vw;
        padding-left: 5%;
        padding-right: 5%;
    }

    .newd {
        flex-wrap: wrap;
    }

    .newd .newlf {
        flex: 0 0 100%;
    }

    .newd .newrg {
        flex: 0 0 100%;
        margin-top: 5vw;
    }

    .newd-other {
        padding-left: 5%;
        padding-right: 5%;
        position: static;
    }
}
