.banner__inner {
    padding: 120px 0;
    position: relative;
}
.banner__inner .title {
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 40px;
}
.banner__inner .desc {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 70px;
}
.banner_btn {
    width: 226px;
    height: 48px;
    background-color: #ff3344;
}
.banner_btn a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 18px 0;
}
.banner__inner .img1 {
    position: absolute;
    right: 5%;
    top: 90px;
    width: 363px;
    height: 363px;
    z-index: -2;
}
.banner__inner .img2 {
    position: absolute;
    right: 0;
    top: 90px;
    width: 306px;
    height: 223px;
    z-index: -1;
}
.banner__inner .ball1 {
    position: absolute;
    left: -15%;
    top: 55%;
    width: 49px;
    height: 49px;
    background-color: #4857ec;
    border-radius: 50%;
}
.banner__inner .ball2 {
    position: absolute;
    left: 0;
    top: 3%;
    width: 18px;
    height: 18px;
    background: #F7E36D;
    border-radius: 50%;
}
.banner__inner .ball3 {
    position: absolute;
    left: 48%;
    top: 55%;
    width: 38px;
    height: 38px;
    background: #2FEFB1;
    border-radius: 50%;    
}
.banner__inner .ball4 {
    position: absolute;
    left: 55%;
    top: 70px;
    width: 19px;
    height: 19px;
    background: #2FEFB1;
    border-radius: 50%;   
}
.banner__inner .ball5 {
    position: absolute;
    left: 60%;
    top: 70%;
    width: 35px;
    height: 35px;
    background: #FF3344;
    border-radius: 50%;
}
.banner__inner .ball6 {
    position: absolute;
    right: -8%;
    top: 65%;
    width: 30px;
    height: 30px;
    background: #4857EC;
    border-radius: 50%;
}