.common {
    width: 100%;
    min-height: 100vh;
}
.index .banner1 .iBox {
    width: 100%;
    height: 100%;
}
.index .banner1 .b1Box,
.index .banner2 .b2Box,
.index .banner3 .b3Box {
    width: 100%;
    min-height: 100vh;
    gap: 80px;  
    min-width: 0;
    padding-top: clamp(80px, 5vw, 120px);
}
.index .banner2 .b2Box > img,
.index .banner3 .b3Box > img {
    min-width: 0;
    max-width: 100%; 
}
.index .banner1 .b1Box .right,
.index .banner2 .b2Box .left,
.index .banner3 .b3Box .right {
    max-width: 640px;
}
.index .banner1 .b1Box .right h1,
.index .banner2 .b2Box .left h1,
.index .banner3 .b3Box .right h1,
.index .banner4 .b4Box .right h1 {
    font-size: 78px;
    color: #fff;
    font-weight: 700;
}
.index .banner1 .b1Box .right h1 {
    margin-left: -35px;
}
.index .banner1 .b1Box .right p,
.index .banner2 .b2Box .left p,
.index .banner3 .b3Box .right p {
    font-size: 42px;
    color: #fff;
    font-weight: 400;
}
.index .banner1 .b1Box .right .star,
.index .banner2 .b2Box .left .star,
.index .banner3 .b3Box .right .star,
.index .banner4 .b4Box .right .star {
    width: 36px;
    height: 36px;
}
.index .banner1 .b1Box .right span {
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
}
.index .banner1 .b1Box img,
.index .banner2 .b2Box img,
.index .banner3 .b3Box img,
.index .banner4 .b4Box img {
    width: clamp(220px, 30vw, 360px);
    height: auto;
    flex-shrink: 1;
    transition: all .3s ease-in-out;
    transform: scale(1);   
}
.index .banner4 .b4Box img {
    flex-shrink: 1; 
}
.index .banner4 .b4Box {
    position: relative;
    width: 100%;
    max-width: 1200px;
}
.index .banner4 .b4Box .right {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    white-space: nowrap;
    background: rgba(0, 0, 0, .5);
    padding: 24px;
    z-index: 5;
    border-radius: 24px;
}
.index .banner4 .b4Box .right .b4Card span {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
}
.index .banner4 .b4Box .right .star {
    margin-top: 20px;
}
@media screen and (max-width: 1400px) {
    .index .banner1 .b1Box img,
    .index .banner2 .b2Box img,
    .index .banner3 .b3Box img,
    .index .banner4 .b4Box img {         
        max-width: 260px;
        height: auto;
    }
    .index .banner1 .b1Box .right h1,
    .index .banner2 .b2Box .left h1,
    .index .banner3 .b3Box .right h1,
    .index .banner4 .b4Box .right h1 {   
        font-size: 56px;
    }
    .index .banner1 .b1Box .right p,
    .index .banner2 .b2Box .left p,
    .index .banner3 .b3Box .right p,
    .index .banner4 .b4Box .right p {
        font-size: 30px;
    }
}

