.aImg,.aImg img{
    display: block;
    width: 100%;
    height: 100%;
}
.official-account-box{
    width: 16rem;
    margin: 0 auto;
    background: url(./HiBeiJing-1-banner.jpg) top center no-repeat;
    background-size: contain;
    padding: 4.5rem 0 3rem;
}
.account-1-list{
    padding: 0 0.8rem;
}
.account-1-Business-Environment{
    position: relative;
}
.account-1-Business-Environment p{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 模块1 */
.account-1-box1{
    height: 4.9rem;
    border-radius: 0.3rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.85rem;
}
.account-1-box1 .swiper{
    width: 100%;
    height: 100%;
}
.account-1-box1 .swiper-pagination-bullets span{
    width: 0.25rem;
    height: 0.25rem;
    background: #fff;
}
/* 模块2 */
.account-1-box2-card1{
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    padding: 0 0 0.6rem 0;
    margin: 0.64rem 0;
    position: relative;
}
.account-1-box2-card1 a{
    color: #2248a2;
    position: relative;
}
.account-1-box2-card1::after{
    display: block;
    content: '';
    width: 6rem;
    height: 0.05rem;
    background: #84afd8;
    position: absolute;
    left: calc(50% - 3rem);
    bottom: 0;
}
.account-1-box2-card2{
    /* padding: 0 0.85rem; */
}
.account-1-box2-card2 ul{
    display: flex;
    height: 100%;
    gap: 0 0.51rem;
    align-items: center;
    justify-content: space-between;
}
.account-1-box2-card2 li{
    width: 4.48rem;
    height: 3.73rem;
    background: #d5ecfe;
    border-radius: 1rem;
}
.account-1-box2-card2 li:last-child .box2-card2-txt{
    color: #c80505;
}
.account-1-box2-card2 li a{
    height: 100%;
    display: flex;
    align-items: center;
}
.box2-card2-img{
    width: 3.48rem;
    height: 3.48rem;
    margin-bottom: 0.4rem;
}
.box2-card2-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.box2-card2-txt{
    text-align: center;
    padding: 0 0.64rem;
    font-size: 0.51rem;
    color: #0960b2;
    line-height: 1.786;
}
.account-1-more{
    border-radius: 16rem;
    height: 1.22rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eeeeee;
    margin-top: 0.6rem;
}
.account-1-more a{
    font-style: italic;
    font-size: 0.51rem;
    color: #848484;
}
/* 模块三 */
.account-1-box3{
    margin-bottom: 1rem;
}
.account-1-box3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.account-1-box3 li{
    position: relative;
}
.account-1-box3-img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.account-1-box3-txt{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-size: 0.51rem;
    line-height: 1.786;
    color: #0960b2;
    display: flex;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0.3rem;
    justify-content: center;
    align-items: center;
}
.account-1-box3 li.account-1-box3-li-1{
    width: 9.53rem;
    height: 3.73rem;
}
.account-1-box3 li.account-1-box3-li-2{
    width: 4.5rem;
    height: 3.73rem;
    font-size: 0.6rem;
    background: #ffebce;
    line-height: 1.563;
    box-sizing: border-box;
    padding: 0 1rem;
    border-radius: 1rem;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.account-1-box3 li.account-1-box3-li-2 a{
    color: #ff5d0e;
    font-style: italic;
}
.account-1-box3 .box2-card2-txt{
    font-size: 0.56rem;
}
/* 模块四 */
.account-1-box4 ul{
    flex-direction: row-reverse;
}
.account-1-box4 li.account-1-box3-li-2{
    background: #d5ecfe;
}
.account-1-box4 li.account-1-box3-li-2 a{
    color: #0960b2;
}