.manager-banner {
    width: 19.2rem;
    height: 7.8rem;
    margin: 0 auto 1.3rem;
    background: #f2f2f2;
    position: relative;
}
.manager-banner-left {
    width: 4.5rem;
    height: 2.39rem;
    position: absolute;
    top: 2.7rem;
    left: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.manager-title {
    font-size: 0.35rem;
    font-weight: 400;
    color: #2E2E2E;
}
.manager-subtitle{
    font-size: 0.54rem;
    font-weight: bold;
    color: #2E2E2E;
}
.manager-btn {
    width: 2.25rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background: #00D473;
    font-size: 0.35rem;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
.manager-banner img {
    width: 10.51rem;
    height: 7.38rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
/* 轮播图 */
.pc_banner_box .swiper-container1 .swiper-slide {
    height: 487px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.computer-item{
    width: 532px;
    height: 487px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.computer-item-title {
    width: 100%;
    height: 76px;
    text-align: center;
    line-height: 38px;
    font-size: 35px;
    font-weight: bold;
    color: #2E2E2E;
}
.computer-item-line {
    width: 44px;
    height: 2px;
    background: #2a4198;
}
.computer-item-img {
    width: 532px;
    height: 329px;
}
/* ---------- */
.after-sale {
    width: 19.2rem;
    height: 7.8rem;
    position: relative;
    margin: 1.43rem auto 0;
}
.after-sale-img {
    /* 移除固定宽高，改用最大尺寸限制 */
    max-width: 50%;
    max-height: 60%; /* 缩减高度占比，预留更多间距 */
    /* 居中显示 */
    display: block;
    margin: 2rem auto 0; /* 增加顶部间距（2rem比原来12%更大） */
padding-top:12%;
    /* 确保图片等比例缩放且完整显示 */
    object-fit: contain;
}
.after-sale-title {
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.35rem;
    font-weight: bold;
    color: #2E2E2E;
    position: absolute;
    top: 0.8rem;
    left: 0;
    text-align: center;
}
.after-sale-line {
    width: 0.44rem;
    height: 0.02rem;
    background: #2a4198;
    position: absolute;
    top: 1.36rem;
    left: 50%;
    transform: translateX(-50%);
}
.after-sale-subtitle {
    width: 100%;
    height: 0.22rem;
    font-size: 0.22rem;
    font-weight: 400;
    color: #666666;
    text-align: center;
    position: absolute;
    top: 1.67rem;
    left: 0;
}
.use-app {
    width: 19.2rem;
    height: 7.8rem;
    margin: 0.8rem auto;
    position: relative;
}
.use-app-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.use-app-title {
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.35rem;
    font-weight: bold;
    color: #2E2E2E;
    text-align: center;
    position: absolute;
    top: 0.79rem;
    left: 0;
}
.use-app-line {
    width: 0.44rem;
    height: 0.02rem;
    background: #2a4198;
    position: absolute;
    top: 1.36rem;
    left: 50%;
    transform: translateX(-50%);
}
.use-app-subtitle {
    width: 100%;
    height: 0.22rem;
    font-size: 0.22rem;
    font-weight: 400;
    color: #666666;
    text-align: center;
    position: absolute;
    top: 1.67rem;
    left: 0;
}

#captcha {
    z-index: 999;
}

#msg {
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    z-index: 999;
    width: 100px;
    position: relative;

}



