.platform::before {
    background: url('../imgs/platform/platform-banner.jpg') center/cover no-repeat;

}

.news-title{
    font-size: 40px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin: 30px 0;
}
.plat-desc{
    font-size: 20px;
    color: rgb(129, 128, 128);
    text-align: left;
    letter-spacing: 1px;
}
.platForm_arrows2 {
    width: 75%;
    height: 13%;
    position: absolute;
    top: 20px;
    left: 167px;
}
.platForm_arrow_text2{
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 550;
    color: #3393d8;
    text-align: center;
    position:absolute;
    width: 20rem;  
    bottom: 0rem;
    left: 0rem;
  }




  .l-item-bg{
    width: 100%;
    height: 100%;
    border-radius: 6%;
    background-color: #dbedff;
    opacity: 0;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    /* transform: translateY(-100%); */
    /* display: none; */
    position: absolute;
    top: -14px;
    left: 0px;
    padding: 25% 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}


.platform-line2-item:hover .l-item-bg{
    /* display: inline-block; */
    transform: translateY(0);
    opacity: 1;
}


.subscribe-btn {
    background: linear-gradient(45deg, #2a7ec0, #40b4fd);
    color: white;
    border: none;
    font-size: 1.1rem;
    border-radius: 25px;
    font-weight: 500;
    cursor: pointer;
    
    gap: 8px;
    padding: 5px 15px;
}
.platform-header{
    opacity: 0;
}

.platform-header-right2{
    position: absolute;
    width: 394px;
    height: 100px;
    top: 14px;
    right: 43px;
    background-color: #F2F2F2;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    padding: 24px 20px;
}


.kuai{
    display: block;
    position: absolute;
    cursor: pointer;
    opacity:0 ;
}
.kuai1{
    width: 15vw;
    height: 9vw;
    background-color: #3393d8;
    left: 26%;
    top: 37%;
}
.kuai1more{
    width: 17vw;
    height: 4vw;
    background-color: #3393d8;
    left: 37%;
    top: 34%;
}
.kuai2{
    width: 15vw;
    height: 10vw;
    background-color: #3393d8;
    left: 52%;
    top: 46%;
}
.kuai3{
    width: 15vw;
    height: 8vw;
    background-color: #3393d8;
    left: 16%;
    top: 78%;
}
.kuai3more{
    width: 14vw;
    height: 2vw;
    background-color: #3393d8;
    left: 36%;
    top: 82%;
}