* {
    margin: 0;
    padding: 0;
}
.disabled{
    pointer-events: none;
}
.new-pages-ul .active{
    background: #010528;
    color: #fff;
    margin-left: 10px;
}

html,
body {
    overflow: hidden;
    overflow-y: auto;
}

.tabs-bgimg {
    padding: 10px;
    display: flex;
    /* border: 1px solid red; */
    margin-top: 10px;
    /* margin-left:  330px !important; */
}

/* 05/19导航 */
.daohang_bg {
    width: 150px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #333;
    font-size: 12px;
    background: url(/personal/static/imgs/pc/grey-arrow.png) 100%;
    background-size: cover;
}

.title02 {
    margin-left: -40px;
}

/* 05/19导航 */

/* 移动端显示内容 */
.mobile-terminal-navigation {
    margin-top: 10px;
    /* padding: 10px 5px; */
}

.navigation-one {
    color: #B9B9B9;
    font-size: 12px;
    padding-left: 10px;
}

.navigation-others {
    color: #B9B9B9;
    font-size: 12px;
}

.nav-active {
    color: #2b4272;
}


.mobile-small-title {
    color: #fff;
    width: 100%;
    position: absolute;
    color: #fff;
    padding: 0 10px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 29, 93, 0) 0%, rgba(0, 0, 0, 0.31) 100%);
    opacity: 1;
}

.mst-title {
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.mst-text {
    color: #F2F2F2;
    font-size: 12px;
    /* text-overflow: -o-ellipsis-lastline; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mst-watch-time {
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.watchNums {
    /* height: 30px; */
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
}

.watchNums img {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

/* 移动端显示内容 */

/* ipad pro pc */
/* PC端显示页面 */
.pc-small-title {
    color: #fff;
    width: 100%;
    position: absolute;
    color: #fff;
    /* padding:0 10px; */
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 29, 93, 0) 0%, rgba(0, 0, 0, 0.31) 100%);
    opacity: 1;
    padding-left: 10px;
    height: 114px;
}

.pc-mst-title {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-mst-text {
    color: #F2F2F2;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.pc-mst-watch-time {
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.watchNums {
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
}

.pr-date {
    padding-right: 8px;
}

/* PC端显示页面 */
.tas-content {
    display: flex;
}

.tab-box {
    position: relative;
    border: 13px solid;
    border-left-color: #fff;
    border-right-color: #f2f2f2;
    border-top-color: #f2f2f2;
    border-bottom-color: #f2f2f2;
    box-sizing: border-box;
    width: 100px;
    margin-top: 10px;
}

.tabs-item {
    width: 100%;
    position: absolute;
    color: #333;
    top: -10px;
    text-align: center;
}

.top-triangle {
    position: absolute;
    border-left: 13px solid transparent;
    border-right: 13px solid #fff;
    border-bottom: 13px solid transparent;
    right: -13px;
    top: -13px;
}

.bottom-triangle {
    position: absolute;
    border-top: 13px solid transparent;
    border-bottom: 13px solid #fff;
    border-left: 13px solid transparent;
    right: -13px;
    bottom: -13px;

}

.my-navprocess {
    margin-bottom: 10px;
    margin-top: 10px;
}

.content-all {
    padding-top: 10px;
}

/* .left-content {
    border: 1px solid red ;
} */

.left-top-cloum {
    margin-top: 20px;
}

.left-top-con {
    height: 314px;
    background: #010528;
    padding-left: 50px;

}

.left-con-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.bottom-line {
    width: 77px;
    border: 2px solid #7FCDFF;
}

.lf-img {
    height: 314px;
    position: relative;
    overflow: hidden;

}

/* 手机端顶部图文字样式 */
.iphone-style {
    position: absolute;
    /* height: 200px; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 100%);
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 30px;
    padding-bottom: 10px;
}

.ips-title {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    letter-spacing: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    padding: 0 10px;
}

.ips-text {
    color: #f2f2f2;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    padding: 0 10px;
}

.ips-bootom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ips-bc-yanjings {
    width: 50px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

.ips-bc-yanjings .eye_icon {
    width:15px;
    height: 9.6px;
    margin-left: 8px;
}

.ips-bc-count {
    font-size: 12px;
    color: #fff;
    /* padding-left: 8px; */
}

.ips-bc-time {
    font: 12px;
    color: #fff;
    padding-right: 8px;
}

/* end */

.lf-img .lg_bgImg {
    height: 314px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.left-introduce {
    color: #F2F2F2;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 30px;
    margin-top: 25px;
}

.left-bottom-con {
    margin-top: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lf-more-but {
    width: 105px;
    height: 29px;
    background: #BC0015;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
}

.date-style {
    color: #fff;
    font-size: 13px;
}

.ds-watchnums {
    color: #B9B9B9;
    font-size: 16px;
    margin-right: 15px;
}

.ds-watchnums img {
    width: 15px;
    height: 9.6px;
}

.ds-time {
    color: #B9B9B9;
    font-size: 16px;
}

.left-con-bottom {
    margin-top: 60px;
}

/* center-content */
.left-center-content {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border: 1px solid #f2f2f2;
    vertical-align: middle;
}

.center-lf-item {
    width: 150px;
    height: 150px;
    margin: 10px 0;
}

.left-center-content:hover {
    background: #f2f2f2;
}

.left-center-content:hover .center-rg-item h3 {
    color: #7FCDFF;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.left-center-content:hover .rg-item-bottom .more-button {
    background: red;
    color: #fff;
}

.center-rg-item {
    width: 75%;
}

.center-rg-item h3 {
    color: #585858;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rg-item-text {
    color: #585858;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 3px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}

.rg-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.more-button {
    background: #888888;
    color: #fff;
    font-size: 14px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 8px;
}

.bottom-date {
    font-size: 13px;
    color: #D1D1D1;
    padding-right: 8px;
}

.right-content {
    background: #fff;
}

.rg-cont-center {
    margin-top: 20px;
}

.rg-second-content {
    background: #f2f2f2;
    margin-top: 20px;
    padding: 0 10px;
    padding-bottom: 10px;
}

.center-title {
    width: 100%;
    height: 80px;
    text-align: left;
    line-height: 80px;
    background: #010528;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;

}

.center-img {
    width: 100%;
    position: relative;
    display: inline-block;
}

.number-icon {
    width: 17px;
    height: 17px;
    background: #BC0015;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 0;
}

.img-text {
    width: 100%;
    height: 114px;
    position: absolute;
    color: #fff;
    padding-left: 10px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 29, 93, 0) 0%, rgba(0, 0, 0, 0.31) 100%);
    opacity: 1;
}

.text-one {
    font-size: 16px;
    position: absolute;
    bottom: 20px;
}

.text-two {
    font-size: 13px;
    position: absolute;
    bottom: 0;
}

.rg-con-details {
    background: #F2F2F2;
    margin-top: 20px;
}

.head-bg {
    background: #010528;
    width: 100%;
    height: 10px;
}

.rg-con-title {
    color: #010528;
    font-size: 20px;
    padding-top: 24px;
    margin-left: 10px;
    line-height: 23px;
    letter-spacing: 3px;
}

.rg-line {
    margin-left: 10px;
}

.rg-de-items {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 30px 10px;
}

.rg-item-title {
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 15px 0;
    padding-left: 10px;
}

.dots-style {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #fff;
    margin-right: 5px;
}

.i-title {
    color: #888;
    font-size: 16px;

}

.i-title a:hover {
    color: #010528
}

.rg-item-title:hover .dots-style {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #010528;
}

.rg-item-title:hover .i-title {
    color: #010528
}

.rg-active .i-title {
    color: #010528;
}

.rg-active .dots-style {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #000;
}

.rg-cont-center-item {
    display: flex;
    margin: 20px 5px;
    border-bottom: 1px dotted #B9B9B9;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0;
}

.item-img {
    width: 30%;
    position: relative;
}

.second-item-numicon {
    width: 17px;
    height: 17px;
    background: #FFB300;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
}

.rgitem-content {
    display: flex;
    flex-direction: column;
    width: 65%;
    margin-left: 20px;
}

.rgitem-content h5 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

/* LEM */
.left-bottom-content {
    width: 100%;
    margin-left: 15px;
}

.second-iten-text {
    font-size: 12px;
    color: #585858;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.second-item-bottom-context {
    display: flex;
    justify-content: space-between;
}

.watch-num {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.watch-num img {
    width: 22px;
    height: 12px;
    margin-right: 5px;
}

.watch-num span {
    font-size: 13px;
    color: #D1D1D1
}

.second-bottom-date {
    color: #D1D1D1;
    font-size: 13px;
}

.contact-us {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact-us-details {
    display: flex;
    width: 100%;
    padding: 10px 10px;
}

.mobile-num-text {
    display: flex;
    width: 100%;
    margin-left: 8px;
}

.address-text {
    width: 105px;
    height: 20px;
    color: #333333;
    text-align: right;
}

.qr_code {
    width: 185px;
    height: 185px;
    padding: 10px;
    border: 1px dotted #333;
    margin-left: 20px;
}

.add-wx {
    font-size: 16px;
    margin-left: 15px;
    margin-top: 5px;
    color: #B9B9B9;
    padding-bottom: 10px;
}

.fenye {
    width: 100%;
    margin-bottom: 20px;
}

.fenye-nav {
    width: 100%;
}

.new-margin-style {
    margin-right: 10px !important;
    color: #B9B9B9 !important;
}

/* 点击分页样式 */
.active-fenye-item {
    background-color: #010528;
    color: #fff;
}

/* hover分页样式 */
.active-fenye-item:hover {
    background: #010528 !important;
    color: #fff !important;
}

.fenye-total {
    /* font-size: 14px !important; */
    color: #fff !important;
    background: #333 !important;
}

.fenye-fontsize {
    font-size: 14px;
    color: #B9B9B9;
}

.weiye-style {
    margin-left: 10px !important;
}

/* 分页new */

.new-pages-ul {
    display: flex;
    padding: 10px;
    padding-left: 0;
}

.total-pages {
    background: #010528;
    color: #fff;
    font-size: 12px;
    padding: 10px;
}

.pages-item {
    background: #fff;
    color: #B9B9B9;
    border: 1px solid #B9B9B9;
    margin-left: 10px;
}

.first {
    font-size: 14px;
    padding: 8px;
    color: #B9B9B9;
}

.first a {
    color: #B9B9B9;
    font-size: 14px;
}

.prev {
    font-size: 14px;
    padding: 8px;
}

.next-weiye {
    font-size: 14px;
    padding: 8px;
}

.p-num {
    font-size: 12px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #B9B9B9;
}

.pages-item:hover {
    background: #010528;
    color: #fff;
    margin-left: 10px;
}

.pages-item:hover a {
    color: #fff;
}

/* 分页new */
.lem-footer {
    border: 1px dotted #B9B9B9;
}

/* 05/18 */
.m-watchDate {
    /* margin-top: 10px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wmd-nums {
    display: flex;
    padding: 8px 0;
    justify-content: flex-start;
    align-items: center;
}

.wmd-nums img {
    width: 12px;
    height: 9px;
}

.wmd-counts {
    color: #D1D1D1;
    font-size: 12px;
    padding-left: 8px;
}

.wmd-times {
    color: #D1D1D1;
    font-size: 12px;
    padding-right: 10px;
}

/* 519 */
.new-pages-ul li {
    background: #fff;
    color: #B9B9B9;
    border: 1px solid #B9B9B9;
    margin-left: 10px;
    padding: 10px;
}

/* .new-pages-ul li:first-child {
    background: #010528;
    color: #fff;
    font-size: 12px;
    padding: 10px;
} */

.new-pages-ul li:hover {
    background: #010528;
    color: #fff;
    margin-left: 10px;
}

.disabled:hover {
    background: #f2f2f2;
    color: #333;
    margin-left: 10px;
    cursor: not-allowed;
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .rgitem-content {
        width: 60%;
        display: flex;
        flex-direction: column;
        margin-left: 10px;
    }

    .rgitem-content h5 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .item-img img {
        width: 60px;
        height: 60px;
    }

    .watch-num {
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
    }

    .watch-num img {
        width: 15px;
        height: 9.6px;
        margin-right: 5px;
    }
    .watch-num span{
        font-size: 12px;
        color: #D1D1D1
    }

    .second-bottom-date {
        color: #D1D1D1;
        font-size: 12px;
    }

    /* 检测服务右侧地址css */
    .address-text {
        width: 80px;
        height: 20px;
        color: #333333;
        font-size: 12px;
        text-align: left;
    }
    .iphonenum-text{
        width: 70px;
        height: 20px;
        color: #333333;
        font-size: 12px;
        text-align: left;
    }

    .mobile-num-text {
        /* width: 130px; */
        display: flex;
        width: 14px;
        width: 100%;
        font-size: 12px;
    }
    .mobile-num-text span{
        font-size: 12px;

    }

    /* 检测服务里的检测服务小标题css */
    .rg-item-title {
        width: 50%;
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .i-title {
        font-size: 12px;
        margin-left: -5px;
    }

    .dots-style {
        width: 10px !important;
        height: 10px !important;
        border-radius: 100%;
        background: #fff;
        margin-right: 10px;
    }

    /* 列表数据css */
    .rg-item-text {
        color: #585858;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 2px;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width:992px) {
    /* 顶部图片 */
    .lf-img{
        /* height: 260px; */
        position: relative;
        overflow: hidden;
        /* margin: 0 10px; */
        padding: 0 !important;
    }
    .iphone-style{
        margin: 0;
        padding: 0 5px;
        padding-bottom: 5px;
    }
    .lf-img .lg_bgImg {

        width: 100%;
        height: 500px;
        /* position: relative;
        overflow: hidden; */
        /* padding: 0 10px; */
    }
    .ips-bc-yanjings {
        width: 80px;
        height: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 0px;
    }
    
    .ips-bc-yanjings .eye_icon {
        width:15px;
        height: 11px;
    }


    .ips-text {
        color: #f2f2f2;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: box;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 10px;
        padding: 0 10px;
    }
    
    .ips-bc-count {
        font-size: 12px;
        color: #fff;
        padding-left: 8px;
    }

    .rg-second-content {
        background: #fff
    }

    .second-iten-text {
        display: -webkit-box;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .rgitem-content {
        width: 60%;
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }

    .item-img {
        width: 25%;
        height: 25%;

    }

    /* 针对分页 992px */
    .new-pages-ul {
        padding-left: 10px;
    }

    /* 列表列间距 */
    .center-rg-item h3 {
        margin-top: 20px;
    }

    .rg-item-text {
        color: #585858;
        font-size: 14px;
        line-height: 20px;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


}

@media screen and (min-width:768px) and (max-width:992px) {
    .rgitem-content {
        width: 60%;
        display: flex;
        flex-direction: column;
        margin-left: 20px;
        height: 180px;
    }

    .center-rg-item h3 {
        margin-top: 20px;
        font-size: 20px;
    }

    .left-center-content:hover .center-rg-item h3 {
        color: #7FCDFF;
        font-size: 20px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .second-item-bottom-context {
        margin-top: 70px !important;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {

    .mobile-shiying .center-lf-item {
        margin-left: 15px;
    }

    .second-item-bottom-context {
        margin-top: 15px;
    }

    .rg-con-details {
        margin-top: 20px
    }

    .center-rg-item {
        /* border: 1px solid red; */
    }

    .center-rg-item h3 {
        margin-top: 20px;
        font-size: 16px;
    }

    .rg-item-text {
        color: #585858;
        font-size: 14px;
        line-height: 25px;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .left-center-content:hover .center-rg-item h3 {
        color: #7FCDFF;
        font-size: 16px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .m-watchDate {
        margin-top: 15px;
        /* border: 1px solid red; */
    }

    .wmd-nums img {
        width: 15px;
        height: 11px;
    }
}

@media screen and (max-width:480px) {
    .lf-img {
        height: 260px;
        position: relative;
        overflow: hidden;
        margin: 0 10px;
    }
    .lf-img .lg_bgImg {

        width: 100%;
        height: 314px;
    }
    .iphone-style{
        padding: 0 5px;
        padding-bottom: 5px;
    }
    .ips-bc-yanjings {
        width: 80px;
        height: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 0px;
        /* margin: 0 7px; */
    }
    
    .ips-bc-yanjings .eye_icon {
        width:22px;
        height: 15px;
    }
    
    .ips-bc-count {
        font-size: 12px;
        color: #fff;
        padding-left: 8px;
    }

    .center-rg-item {
        width: 73%;
        padding: 0 8px;
    }

    .center-rg-item h3 {
        color: #585858;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 12px;

    }

    .left-center-content:hover .center-rg-item h3 {
        color: #7FCDFF;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .rg-item-text {
        color: #585858;
        font-size: 12px;
        line-height: 15px;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .center-rg-item .rg-item-bottom {
        font-size: 12px;
    }

    .center-lf-item {
        width: 80px;
        height: 80px;
        margin-left: 15px;
    }

    .center-lf-item img {
        width: 100%;
    }

    .tab-mobile {
        width: 80px;
    }

    .tab-mobile .tabs-item {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobiel-box {
        width: 70px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid red;
        font-size: 12px !important;
        /* margin: 0 !important; */
        padding: 5px !important;
        border-radius: 5px;
    }

    .mobiel-box-other {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid red;
        font-size: 12px !important;
        padding: 5px !important;
        border-radius: 5px;
    }

    .fore-and-aft {
        width: 40px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 12px !important;
        padding: 5px !important;
        border-radius: 5px;
    }
}



@media screen and (max-width:375px) {
    .lf-img{
        height: 213px;
        position: relative;
        overflow: hidden;
        /* margin: 0 10px !important; */
    }
    .lf-img .lg_bgImg {

        width: 100%;
        height: 314px;
        /* position: relative;
        overflow: hidden; */
        /* padding: 0 10px; */
    }
    .iphone-style{
        padding: 0 5px;
        padding-bottom: 5px;
    }
    .ips-bc-yanjings {
        width: 80px;
        height: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 0px;
        /* margin: 0 7px; */
    }
    
    .ips-bc-yanjings .eye_icon {
        width:22px;
        height: 15px;
    }
    
    .ips-bc-count {
        font-size: 12px;
        color: #fff;
        padding-left: 8px;
    }
    .small-size {
        display: none;
    }

    .center-rg-item {
        width: 73%;
    }

    .center-rg-item h3 {
        color: #585858;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 12px;
    }

    .rg-item-text {
        color: #585858;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 3px;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .rg-item-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 8px;
    }

    .more-button {
        background: #888888;
        color: #fff;
        font-size: 12px;
        width: 60px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 5px;
    }

}