.banner {
    width: 100%;
    height: 8rem;
    background: url('../img/app/app-banner-bg.png');
    background-size: cover;
    overflow: hidden;
}

.bannerBox {
    width: 19.2rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 3.2rem;
    padding-left: 2rem;
}

.bannerTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
    width: max-content;
}

.bread {
    color: #ffffff;
    width: max-content;
    display: flex;
    gap: 0.05rem;
    align-items: center;
    margin-top: 0.4rem;
}

.bread img {
    width: 0.14rem;
    height: 0.14rem;
}

.bread div {
    display: flex;
    gap: 0.05rem;
}

.bread div span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: left
}

/* nav */
.navMain {
    width: 100%;
    height: 0.75rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(80, 80, 80, 0.14);
    border-radius: 0rem 0rem 0rem 0rem;
    margin: 0 auto;
}

.navBox {
    width: 15.7rem;
    height: 100%;
    margin: 0 auto;
}

.nav-swiper {
    height: 100%;
}

.nav-swiper .swiper-wrapper {
    width: 15.4rem !important;
    margin: 0 auto;
    height: 100%;
}

.nav-swiper .swiper-slide {
    width: calc(100% / 6) !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-swiper .swiper-slide:hover a {
    color: #0055A7;
}

.nav-swiper .swiper-slide a {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
}

.nav-swiper .swiper-slide:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0.02rem;
    background: #0055A7;
    width: 0%;
    transition: all 0.3s;
}

.nav-swiper .swiper-slide:hover:after {
    width: 100%;
}

.nav-swiper .navNext::after,
.nav-swiper .navPrev::after {
    content: '' !important;
}

.nav-swiper .navNext,
.nav-swiper .navPrev {
    width: 0.1rem;
    height: 0.15rem;
    margin-top: -0.05rem;

}

.nav-swiper .navPrev img {
    transform: rotate(180deg);
}

.slide-act a {
    color: #0055A7 !important;
}

.slide-act:after {
    width: 100% !important;
}

.nav-swiper .navPrev img,
.nav-swiper .navNext img {
    filter: brightness(0.3) invert(0.5);
}

.nav-swiper .navPrev img:hover {
    filter: unset;
}

.nav-swiper .navNext img:hover {
    filter: unset;
}

/* 安全监测 */
.appList {
    margin: 0.8rem auto 0;
    width: 15.2rem;
}

.appListTit {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    text-align: center;
}

.appListBox {
    width: 100%;
    padding-bottom: 1.4rem;
}

.appItem {
    width: 100%;
    height: 4rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    border: 0.01rem solid #ECECEC;
    transition: all 0.3s;
    margin-top: 0.5rem;
}

.appItem-bg {
    padding: 0 1rem 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appItem-l {
    width: 5.8rem;
}

.itemTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    text-align: left;
}

.itemHr {
    margin-top: 0.15rem;
    width: 0.46rem;
    height: 0.02rem;
    background: linear-gradient(323deg, #00A0E9 0%, #0055A7 100%);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}

.itemTxt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
    text-align: left;
    margin-top: 0.25rem;
     display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.appItem .side-more{
    margin-left: 0;
    margin-top: 0.35rem;
}

.appItem:hover {
    background: linear-gradient(180deg, #EFF6FB 0%, #FFFFFF 100%);
}

.appItem-r1 {
    width: 5rem;
    height: 3.5rem;
    background: url('../img/app/item-r1.png');
    background-size: cover;
    position: relative;
}

.item-r2 {
    width: 4.27rem;
    height: 2.63rem;
    position: absolute;
    top: 0.28rem;
    left: 0.38rem;
}

.item-img {
    width: 3.75rem;
    height: 2.4rem;
    position: absolute;
    top: 0.42rem;
    left: 0.63rem;
}

.appListBox .appItem:nth-child(2n) .appItem-bg {
    flex-direction: row-reverse;
}