.banner {
    width: 100%;
    height: 240px;
}

.banner-img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.containerBox {
    width: 1200px;
    margin: auto;
}

.cursor {
    cursor: pointer;
}

#productId, #downloadId {
    display: none
}

.cb_bottomTitle {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 37px;
}

.cb_bottomContent {
    display: flex;
}

.cb_bottomContent .cb_content {
    height: 150px;
    text-align: center;
    background: #FFFFFF;
}

.cb_content1 {
    width: 33.33%;
}

.cb_bottomContent div p {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin: 0 auto;
}

.cb_p1 {
    width: 144px;
}

.cb_p2 {
    width: 117px;
}

.cb_p3 {
    width: 64px;
}

.cb_Text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin-top: 56px;
    margin-bottom: 100px;
}

.cb_Text1 {
    height: 90px;
}

.cb_Text2 {
    height: 30px;
}

.cb_Text3 {
    height: 60px;
}

.cb_Text4 {
    height: 30px;
}

.cb_content2 {
    width: 50%;
    height: 150px;
    text-align: center;
    background: #FFFFFF;
}

.cb_login4 {
    margin-left: 300px;
}

.cb_login5 {
    margin-right: 300px;
}

.cb_content3 {
    margin: 0 auto;
}

.cb_content4 {
    width: 25%;
}

.cb_p4 {
    width: 64px;
}

.cb_p6 {
    width: 80px;
}

.cb_p7 {
    width: 96px;
}

.cb_p8 {
    width: 112px;
}

.cb_p9 {
    width: 144px;
}

.cb_p10 {
    width: 32px;
}

.cb_content-img {
    width: 140px;
    height: 140px;
    border-radius: 20px;
    transition: all 0.5s;
}

.cb_content-img:hover {
    transform: translateY(-10px);
    box-shadow: 0px 2px 6px 3px #F4F9FF;
    filter: blur(0px);
}
