﻿html{font-size:100px;}
#app {
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "PingFangSC-Regular", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    font-size: 0.32rem;
    width: 7.5rem;
    overflow-x: hidden;
    margin: 0 auto;
    background: #fff;
}
/*头部*/
.package-topnav-wrap[data-v-659ca309] {
    position: fixed;
    top: 0;
    height:0.8rem;
    width: 100%;
    max-width:7.5rem;
    z-index: 100;
    background: #fff;
    border-bottom: 0.01rem solid #f4f4f4;
}
.head-tabbar {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid #e7e7e7;
    line-height: 0.832rem;
    background: #fff;
    z-index: 11;
}
.package-topnav-wrap .head-tabbar {
    position: initial;
}
.head-back-btn {
    width: .704rem;
    text-align: center;
}
.icon_prev:before {
    content: "\e608";
    margin-right: 0.064rem;
}
.head-tabbar-title {
    font-size: 0.28rem;
}
.head-tabbar-other {
    width: .704rem;
}
.head-tabbar-other img {
    margin-top: 0.4rem;
    width: 0.33rem;
    margin-left: 0.1rem;
}
.icon-icon_prev {
    font-size: .26rem;
    margin-left: 0.2rem;
}
/*第一行横向的滚动*/
.newsindex_toptitle {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.2rem 0.1rem 0 0.1rem;
    margin-left: 2%;
    font-size: 0.28rem;
}
.news-sub-wrap {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-top: 0.1rem;
    overflow-x: scroll;
    margin-left: 2%;
}
.news-sub-tit {
    padding: 0.1rem 0.1rem;
    text-align:center;
    position:relative;
}
.tit-item {
    font-weight: 500;
    font-size: 0.28rem;
    color: #696969;
}
.news-sub-selected {
    font-weight: bold;
    font-size: 0.32rem;
    color: #0E0E0E;
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, white 0.3rem, #FE552E 0.3rem, #FE552E 100%);
    line-height: 0.4rem;
}

.active_line {
    border-bottom: 0.04rem solid #ff6a00;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    height: 0.02rem;
    background: #ff0000;
}
.news-sub-tit a{
    font-size:0.28rem;
    color: #909090;
}
.news-sub-tit img{
    width: 2rem;
    height: 1.2rem;
}
.news-sub-tit .active_line{
    border-bottom:0.04rem solid #ff6a00;
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:25%;
    height:0.02rem;
    background:#ff0000;
}
.index-newslist-img{
    margin-top:0.2rem;
}
.news_title {
    box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    font-size: 0.3rem;
    color: #000;
}
    .news_title span {
        border-left: 0.08rem solid #FF7414;
        display: inline-block;
        font-size: 0.32rem;
        padding-left: 0.1rem;
        font-weight: bold;
        color: #0E0E0E;
    }
    .news_title a {
        float: right;
        margin-top: 0.08rem;
        font-weight: 500;
        font-size: 0.26rem;
        color: #696969;
        text-decoration: none;
    }
/*移动联通电信*/
.padslr {
    box-sizing: border-box;
    padding: 0 0.4rem;
}
.yyslisbox{
    width:100%;
    overflow:hidden;
}
.yyslis{
    position:relative;
}
    .yyslisbox .news-tab {
        float: left;
        font-weight: 500;
        font-size: 0.24rem;
        color: #696969;
        box-sizing: border-box;
        height: 0.5rem;
        line-height: 0.5rem;
        background: #F1F1F1;
        border-radius: 0.25rem;
        padding: 0 0.27rem;
        margin-right: 0.14rem;
    }
    .yyslisbox .selected {
        background: #FFEAE5;
        color: #FE552E;
    }

.index-newslist {
    font-size: 0;
    margin-bottom: 0.3rem;
    box-sizing: border-box;
}
.clearfix {
    clear: both;
}
.newslis {
    width: 100%;
    box-sizing: border-box;
    padding: 0.32rem 0.4rem;
    overflow: hidden;
    border-bottom: 0.02rem solid #F2F2F2;
}
    .newslis .newslis-title {
        font-weight: bold;
        font-size: 0.28rem;
        color: #0E0E0E;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .newslis .newslis-content {
        display: flex;
        padding-top: 0.16rem;
        justify-content: space-between;
    }
        .newslis .newslis-content .content {
            width: 4.08rem;
        }
        .newslis .newslis-content .cnt-txt {
            font-weight: 500;
            font-size: 0.24rem;
            color: #696969;
            line-height: 0.34rem;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .newslis .newslis-content .cnt-info {
            font-weight: 500;
            font-size: 0.22rem;
            color: #C1C1C1;
            display: flex;
            align-items: center;
            margin-top: 0.14rem;
        }
            .newslis .newslis-content .cnt-info img {
                width: 0.2rem;
                height: 0.2rem;
                margin-left: 0.4rem;
                margin-right: 0.1rem;
            }
        .newslis .newslis-content .cnt-img {
            width: 2.36rem;
            height: 1.34rem;
            margin-top: 0.04rem;
        }

/*流量卡大全*/
.twlist {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.twlist ul {
    font-size: 0;
    box-sizing:border-box;
    padding: 0.36rem 0.4rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 0.4rem 0.3rem;
}
.twlist ul li {
    display: inline-block;
    text-align: center;
}

    .twlist .tw-box {
        width: 3.2rem;
    }
        .twlist .tw-box .tw-img {
            width: 100%;
            height: 1.8rem;
        }
            .twlist .tw-box .tw-img img {
                width: 100%;
                height: 100%;
            }

        .twlist .tw-box .tw-tit {
            width: 100%;
            font-weight: bold;
            font-size: 0.28rem;
            color: #0E0E0E;
            margin-top: 0.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .twlist .tw-box .tw-cnt {
            font-weight: 500;
            font-size: 0.24rem;
            color: #696969;
            line-height: 0.34rem;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }


.proltit {
    display: block;
    padding: 0.2rem 0 0 0.2rem;
    height: 0.6rem;
    line-height: 0.6rem; /* min-height: 40px; */
    color: #666;
    font-size: 0.28rem;
    background: #F8F8F8;
}
.proltit2 {
    display: block;
    padding: 10px 0 10px 10px;
    height: 50px;
    margin-bottom:0.2rem;
    background: #f8f8f8;
}
.proltit2 a {
    font-size: 12px;
    color: #666;
    font-weight: 400;
}
.foot_bottom .foot_about {
    width: 94%;
    font-size: 0;
    margin: 0 auto;
    padding: 0.1rem 0 0.16rem 0;
}
.foot_bottom .foot_about a {
    width: 25%;
    display: inline-block;
    text-align: center;
    font-size: 0.28rem;
}
.foot_bottom .copyright {
    position: relative;
}
.foot_bottom .copyright p {
    display: block;
    padding: 0.06rem 0;
    text-align: center;
    font-size: 0.26rem;
}
