a {
    cursor: pointer !important;
}

.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

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

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

    100% {
        transform: rotate(360deg);
    }
}

/* 防止布局闪烁 */
.layout {
    opacity: 0;
    animation: fadeIn 0.3s ease-in forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




.news-head {
    margin-bottom: .42rem;
    padding-bottom: .2rem;
    border-bottom: #ddd solid 1px;
    position: relative;
}

.news-head .news-tit {
    font-size: .3rem;
    line-height: .38rem;
    margin-bottom: .3rem;
    color: #222;
}

.news-head .news-tit sup,
.news-head .news-tit sub {
    font-size: 30%;
    line-height: 1.2;
    color: #222;
}

.news-head .news-date {
    font-size: .16rem;
    color: #666;
}

@media only screen and (max-width: 991px) {
    .news-head {
        padding-bottom: 0;
    }

    .news-head .news-tit {
        font-size: .36rem;
        line-height: .48rem;
        margin-bottom: .18rem;
    }

    .news-head .news-date {
        font-size: .26rem;
    }
}

.news-area .social-sharing-container {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0.06rem
}

.news-area .social-sharing-container .share-box {
    display: flex;
    justify-content: flex-end;
    margin-top: .2rem;
}

.news-area .social-sharing-container .share-box li {
    margin-right: .2rem;
}

.news-area .social-sharing-container .share-box li:last-child {
    margin-right: 0;
}

.news-area .social-sharing-container .share-box .line {
    text-align: center;
    font-size: .16rem;
    line-height: .4rem;
    color: #666;
}

.news-area .social-sharing-container .share-box li img {
    width: .5rem;
    height: .5rem;
}

.news-area .social-sharing-container .share-box li img {
    width: .4rem;
    height: .4rem;
}

.news-area .social-sharing-container .share-box li .news_qrcode img {
    width: 100%;
    height: auto;
}

.news-area .social-sharing-container .share-box li .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -13px;
    width: 0;
    height: 0;
    border-width: 6px 6px 8px 6px;
    border-style: solid;
    border-color: transparent transparent #f3f3f3 transparent;
}

.news-area .social-sharing-container .share-box .wechat-qrcode button,
.social-sharing-container .share-box .wechat-qrcode .share-close {
    background: transparent;
    border: 0;
    font-size: 25px;
    position: absolute;
    top: -6px;
    right: 2px;
    color: #000 !important;
}

.news-area .social-sharing-container .share-box li .wechat-qrcode h4 {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
    text-align: center;
}

.news-area .social-sharing-container .share-box li .wechat-qrcode .qrcode {
    width: 138px;
    margin: 5px auto;
}

.news-area .social-sharing-container .share-box li .wechat-qrcode p {
    text-align: center;
    margin: 0;
    padding: 0;
}

.news-area .social-sharing-container .share-box li .wechat-qrcode .mob-wechat img {
    width: .8rem;
    height: .8rem;
}

.news-area .social-sharing-container .share-box li .wechat-qrcode .mob-wechat h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
}

.news-area .social-sharing-container .share-box li .wechat-qrcode .mob-wechat p {
    text-align: center;
    color: #999;
    font-size: 20px;
    margin-top: 10px;
}

.news-area .social-sharing-container .share-box li .wechat-qrcode .mob-wechat .close-btn {
    display: block;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.news-area .social-sharing-container .share-box li .wechat-qrcode .mob-wechat .close-btn button {
    position: static;
    font-size: 20px;
    color: #1f8dd6 !important;
}

.news-area .social-sharing-container .share-box .wechat-qrcode.show {
    display: block;
}

.news-area .social-sharing-container .share-box li span {
    cursor: pointer !important;
    display: block;
}

.news-area .social-sharing-container .share-box li span.btn-wechat {
    position: relative;
}

.news-area .social-sharing-container .share-box li span .hover,
.news-area .social-sharing-container .share-box li span:hover .normal {
    display: none;
}

.news-area .social-sharing-container .share-box li span:hover .hover {
    display: block;
}

.news-area .social-sharing-container .share-box li span:hover img {
    transform: scale(1);
}

.news-area .social-sharing-container .share-box .wechat-qrcode,
.social-sharing-container .wx-share-container {
    display: none;
}

.news-area #share-url-input {
    opacity: 0;
    width: 100%;
    height: .1rem;
}

@media screen and (max-width: 991px) {
    .news-area .social-sharing-container .share-box .line {
        font-size: .22rem;
    }

    .news-area .social-sharing-container .share-box {
        display: flex;
        justify-content: flex-start;
    }

    .news-area .social-sharing-container {
        /* margin: 30px 0; */
        position: inherit;
    }
}

@media screen and (min-width: 750.9px) {
    .news-area .social-sharing-container .share-box .wechat-qrcode {
        top: 30px;
        position: absolute;
        z-index: 999;
        left: -89px;
        width: 200px;
        min-height: 222px;
        color: #666;
        font-size: 12px;
        text-align: center;
        -webkit-transition: all 200ms;
        transition: all 200ms;
        border: 1px solid #eee;
        background-color: #fff;
        box-shadow: 0 2px 10px #aaa;
    }
}

@media screen and (max-width: 750px) {
    .news-area .wechat-qrcode.show .visible-xs {
        position: fixed;
        background: rgba(0, 0, 0, .4);
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        z-index: 121;
        overflow: hidden;
    }

    .news-area .wechat-qrcode.show .visible-xs-container {
        position: fixed;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        background: #fff;
        width: 350px;
        min-height: 200px;
        display: block;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        padding: 20px 24px 10px 24px;
        text-align: center;
        z-index: 122;
        border-radius: 16px;
    }

    .news-area .social-sharing-container .share-box li .wx-share-container img {
        width: 3.5rem;
        height: auto;
    }

    .news-area .social-sharing-container .wx-share-container {
        position: fixed;
        background: rgba(0, 0, 0, .4);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 123;
        width: 100%;
        height: 100%;
    }

    .news-area .social-sharing-container .wx-share-container .container-wrap {
        position: absolute;
        top: 25%;
        left: 50%;
        color: #fff;
        text-align: center;
        transform: translate(-50%, -50%);
        width: 80%;
    }

    .news-area .social-sharing-container .wx-share-container .container-wrap .icon {
        width: auto;
        height: auto;
        text-align: right;
        margin-bottom: 0.1rem;
    }

    .news-area .social-sharing-container .wx-share-container .container-wrap .tips .title {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 20px;
        color: #fff;
    }

    .news-area .social-sharing-container .wx-share-container .container-wrap .tips .desc {
        font-size: 24px;
        color: #fff;
    }
}



.main-wp {
    max-width: 13.14rem;
    margin: 1rem auto 0;
    margin-bottom: 1.2rem;
}

.main-wp.main-wp1 {
    margin: 1rem auto 0;
    padding: 0 1.62rem;
    box-sizing: border-box;
}

.main-cont {
    width: 8.85rem;
}

.news-detail {
    font-size: .16rem;
    line-height: .26rem;
    color: #666;
}

.news-detail .image.parbase img {
    width: 100%;
}

.news-detail .richtext img {
    width: 100%;
}

.image.parbase {
    text-align: center;
}

.news-detail .news-abstract p {
    display: list-item;
    font-weight: bold;
}

.news-detail .news-abstract p::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

.news-detail p {
    font-size: .18rem;
    line-height: .3rem;
    color: #666;
    text-align: justify;
    word-wrap: break-word;
}

.news-detail .news-img {
    text-align: center;
}

.news-detail .news-img img {
    width: 100%;
    object-fit: contain;
}

.news-detail .news-video-component .zte-solution-insight {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.news-detail .news-video-component .zte-solution-insight .item .img {
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    width: 100%;
}

.news-detail ul {
    list-style: disc;
    padding-left: .2rem;
}

.news-detail ul li {
    font-size: .2rem;
    line-height: .3rem;
}

.news-detail ul li::marker {
    margin: 0;
}

@media only screen and (min-width: 991px) {
    .main-wp {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .news-right {
        width: 3.44rem
    }

    .news-area {
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width: 991px) {

    /**mobile base**/
    .m-hide {
        display: none !important;
    }

    .m-show {
        display: block !important;
    }

    /**index**/
    .main-cont {
        width: auto;
        float: none;
        padding: 0 .4rem;
        box-sizing: border-box;
    }

    .news-detail {
        font-size: .22rem;
        line-height: .36rem;
        margin-bottom: 0;
    }

    .news-detail ul li {
        font-size: .26rem;
        line-height: .36rem;
    }

    .news-detail ul li::marker {
        margin: 0;
    }

    .news-detail p {
        font-size: .22rem;
        line-height: .36rem;
    }
}

