.homepage {
    padding-top: 80px;
    font-family: HelveticaNeueLTPro-Md;
}

.homepage .mobile {
    display: none;
}

.homepage .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
    width: 270px;
    border-radius: 34px;
}

.homepage .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 260px;
    height: 58px;
    font: normal normal 400 16px/32px HelveticaNeueLTPro-Md;
    color: #FFFFFF;
    border-radius: 11px;
    cursor: pointer;
    transition: all 0.1s linear;
    overflow: hidden;
    box-sizing: border-box;
}

.homepage .btn .btn-logo {
    margin-right: 14px;
    width: 24px;
    height: 24px;
}

.homepage .btn .btn-img-right{
    margin-left: 8px;
    width: 19px;
    height: 9px;
}

.homepage .btn:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #0F45F5;
    z-index: -1;
    transition: all 0.2s linear;
}

.homepage .btn:after{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    opacity: 0;
    background-color: #FFA640;
    z-index: -1;
    transition: all 0.2s linear;
}

.homepage .btn.color1:after{
    background-color: #000000;
}

.homepage .btn:hover:before{
    opacity: 0;
}

.homepage .btn:hover:after{
    width: 100%;
    opacity: 1;
}





.homepage .module1 {
    position: relative;
    height: 770px;
    background-image: url('/dist/img/index/module1-bg.png');
    background-size: cover;
}

.homepage .module1 .title-box {
    position: absolute;
    top: 160px;
    left: 370px;
    width: 690px;
}

.homepage .module1 .title-box .title-box-logo {
    margin-bottom: 15px;
    width: 274px;
    height: 42px;
}

.homepage .module1 .title-box .title-box-txt1 {
    margin-bottom: 16px;
    line-height: 70px;
    font-weight: bold;
    font-size: 50px;
    color: #231F20;
    font-family: BowlbyOne;
}

.homepage .module1 .title-box .title-box-txt2 {
    margin-bottom: 30px;
    width: 560px;
    font-size: 18px;
    color: #444;
}

.homepage .module2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 96px 0 40px;
}

.homepage .module2 .title {
    margin-bottom: 28px;
    width: 1370px;
    height: 120px;
    color: #000000;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    font-family: BowlbyOne;
}

.homepage .module2 .title-txt {
    margin-bottom: 32px;
    color: #444;
    font-size: 18px;
    text-align: center;
}

.homepage .module2 .content-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage .module2 .content-box .content-best {
    margin-left: 18px;
    width: 340px;
    height: 335px;
}

.homepage .module2 .content-box .content-item {
    display: flex;
    align-items: center;
}

.homepage .module2 .content-box .content-item .content-item-card-box {
    margin: 0 8px;
    position: relative;
    width: 250px;
    height: 236px;
    transition: all 0.2s linear;
    border-radius: 20px;
}

.homepage .module2 .content-box .content-item .content-item-card {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 250px;
    height: 236px;
    color: #000000;
    background-size: cover;
    cursor: pointer;
    z-index: 3;
}

.homepage .module2 .content-box .content-item .content-item-card .text1 {
    font-size: 48px;
    font-weight: bold;
}

.homepage .module2 .content-box .content-item .content-item-card .color1 {
    width: 127px;
    height: 75px;
}

.homepage .module2 .content-box .content-item .content-item-card .color2,
.homepage .module2 .content-box .content-item .content-item-card .color3{
    width: 119px;
    height: 75px;
}

.homepage .module2 .content-box .content-item .content-item-card .text2 {
    font-size: 14px;
    font-weight: bold;
}

.homepage .module2 .content-box .content-item .content-item-card-box:hover {
    border-radius: 20px;
    transform: translatey(-5px);
}

.homepage .module2 .content-box .content-item .content-item-card-box:nth-child(1):hover {
    box-shadow: 0 20px 20px rgba(0, 193, 200, 0.3);
}

.homepage .module2 .content-box .content-item .content-item-card-box:nth-child(2):hover {
    box-shadow: 0 20px 20px rgba(0, 185, 243, 0.3);
}

.homepage .module2 .content-box .content-item .content-item-card-box:nth-child(3):hover {
    box-shadow: 0 20px 20px rgba(255, 171, 25, 0.3);
}

.homepage .module3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 959px;
    background-size: cover;
    box-sizing: border-box;
}

.homepage .module3 .title {
    margin-top: 96px;
    width: 900px;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    font-family: BowlbyOne;
}

.homepage .module3 .title .color {
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, #FFBD01, #00C89F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.homepage .module3 .content {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    color: #444;
}

.homepage .module3 .card-box {
    position: relative;
    margin-top: 44px;
    width: 1170px;
    height: 540px;
    background-color: #D5F1FF;
    border-radius: 20px;
    overflow: hidden;
}

.homepage .module3 .card-box .card-img {
    position: absolute;
    top: 55px;
    right: 0;
    width: 586px;
    height: 430px;
}

.homepage .module3 .card-box .card-item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 752px;
    height: 512px;
    padding: 120px 0 0 80px;
    background-size: cover;
    cursor: pointer;
}

.homepage .module3 .card-box .card-item .card-text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 450px;
    font-size: 18px;
    color: #000000;
    font-family: HelveticaNeueLTPro-Md;
}

.homepage .module3 .card-box .card-item .card-text:nth-child(3) {
    margin-bottom: 34px;
}

.homepage .module3 .card-box .card-item .card-text img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.homepage .module3 .card-box .card-item .card-text .hoverAfter {
    display: none;
}

.homepage .module3 .card-box .card-item .card-text:hover {
    color: #068FFF;
}

.homepage .module3 .card-box .card-item .card-text:hover .hoverAfter {
    display: block;
}

.homepage .module3 .card-box .card-item .card-text:hover .hoverBefore {
    display: none;
}

.homepage .module4 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 80px 0 40px;
    box-sizing: border-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 484px;
}

.homepage .module4 .title {
    width: 900px;
    color: #FFFFFF;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    font-family: BowlbyOne;
}

.homepage .module4 .first-card {
    margin: 44px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage .module4 .first-card .left-card {
    margin-right: 36px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 400px;
    height: 473px;
    background-color: #F5F5F5;
    border-radius: 20px;
}

.homepage .module4 .first-card .right-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 460px;
    height: 541px;
    background-color: #E6FFFF;
    border-radius: 20px;
    box-shadow: 0px 2px 26px #0095D45C;
}

.homepage .module4 .first-card .left-card .text1,
.homepage .module4 .first-card .right-card .text1 {
    margin-top: 48px;
    font-size: 20px;
    font-weight: bold;
}

.homepage .module4 .first-card .left-card .left-card-img {
    margin-top: 20px;
    width: 256px;
    height: 191px;
}

.homepage .module4 .first-card .right-card .right-card-img {
    margin-top: 20px;
    width: 299px;
    height: 217px;
}

.homepage .module4 .first-card .left-card .card-item {
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 360px;
    font-size: 14px;
    color: #000000;
}

.homepage .module4 .first-card .left-card .card-item.mt15 {
    margin-top: 15px;
}

.homepage .module4 .first-card .left-card .card-item .card-item-icon {
    margin-right: 8px;
    width: 9px;
    height: 9px;
}

.homepage .module4 .first-card .right-card .card-item {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 310px;
    font-size: 14px;
    color: #000000;
}

.homepage .module4 .first-card .right-card .card-item.mt35 {
    margin-top: 30px;
}

.homepage .module4 .first-card .right-card .card-item .card-item-icon {
    margin-right: 8px;
    width: 16px;
    height: 11px;
}

.homepage .module4 .title2 {
    padding-top: 90px;
    width: 1040px;
    color: #000000;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    font-family: BowlbyOne;
}

.homepage .module4 .title2 .color {
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, #21F2F2, #00B0FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.homepage .module4 .content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1550px;
    height: 852px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1550px 524px;
}

.homepage .module4 .content-box .info-card {
    width: 842px;
    height: 232px;
    border-radius: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.homepage .module4 .content-box .info-card:nth-child(1) {
    margin: 44px 160px 0 0;
    background-color: #FFEEC5;
    border: 2px solid #FFDA72;
}

.homepage .module4 .content-box .info-card:nth-child(2) {
    margin: 32px 0 0 160px;
    background-color: #C4EDFE;
    border: 2px solid #8DE4FF;
}

.homepage .module4 .content-box .info-card:nth-child(3) {
    margin: 32px 160px 0 0;
    background-color: #C8FAFA;
    border: 2px solid #AAF2F3;
}

.homepage .module4 .content-box .info-card:nth-child(1):hover {
    background-color: #FFF8E6;
}

.homepage .module4 .content-box .info-card:nth-child(2):hover {
    background-color: #E1F6FF;
}

.homepage .module4 .content-box .info-card:nth-child(3):hover {
    background-color: #E2FDFD;
}

.homepage .module4 .content-box .info-card {
    display: flex;
    align-items: center;
    padding: 0 18px 0 48px;
}

.homepage .module4 .content-box .info-card .card-left {
    margin-right: 20px;
    flex-grow: 1;
    color: #000000;
}

.homepage .module4 .content-box .info-card .card-left .text-info {
    height: 130px;
    font-size: 12px;
    line-height: 23px;
}

.homepage .module4 .content-box .info-card .card-left .text-info .b {
    margin-bottom: 5px;
    font-weight: bold;
}

.homepage .module4 .content-box .info-card .card-left .name {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.homepage .module4 .content-box .info-card .card-image {
    width: 220px;
    height: 196px;
}


.homepage .module5 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 140px;
    height: 650px;
    box-sizing: border-box;
    background-size: cover;
}

.homepage .module5 .image-logo {
    width: 205px;
    height: 54px;
}

.homepage .module5 .title {
    margin: 32px 0 48px 0;
    width: 1000px;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    font-family: BowlbyOne;
}

@media (max-width: 1200px) {
    .homepage{
        padding-top: 0;
    }
    .homepage .pc {
        display: none;
    }
    .homepage .mobile {
        display: block;
    }
    .homepage .mobile-module1 {
        padding: calc((56 / 414) * 100vw) 0 0 calc((21 / 414) * 100vw);
        height: calc((770 / 414) * 100vw);
        background-size: cover;
        box-sizing: border-box;
    }

    .homepage .mobile-module1 .logo{
        width: calc((147 / 414) * 100vw);
        height: calc((23 / 414) * 100vw);
    }

    .homepage .mobile-module1 .title{
        margin-top: calc((6 / 414) * 100vw);
        width: calc((360 / 414) * 100vw);
        line-height: calc((38 / 414) * 100vw);
        font-size: calc((26 / 414) * 100vw);
        font-family: BowlbyOne;
    }

    .homepage .mobile-module1 .content{
        margin: calc((10 / 414) * 100vw) 0 calc((28 / 414) * 100vw);
        width: calc((300 / 414) * 100vw);
        font-size: calc((16 / 414) * 100vw);
        line-height: calc((28 / 414) * 100vw);
        color: #444;
    }

    .homepage .mobile-bnt{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc((240 / 414) * 100vw);
        height: calc((58 / 414) * 100vw);
        font-size: calc((16 / 414) * 100vw);
        color: #FFFFFF;
        border-radius: calc((11 / 414) * 100vw);
        background-color: #0F45F5;
    }

    .homepage .mobile-bnt .btn-logo{
        margin-right: calc((14 / 414) * 100vw);
        width: calc((24 / 414) * 100vw);
        height: calc((24 / 414) * 100vw);
    }

    .homepage .mobile-bnt .btn-img-right{
        margin-left: calc((8 / 414) * 100vw);
        width: calc((19 / 414) * 100vw);
        height: calc((9 / 414) * 100vw);
    }

    .homepage .mobile-module2 {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: calc((64 / 414) * 100vw) 0  calc((50 / 414) * 100vw) 0;
        box-sizing: border-box;
    }

    .homepage .mobile-module2 .title{
        margin-bottom: calc((18 / 414) * 100vw);
        width: calc((356 / 414) * 100vw);
        font-size: calc((26 / 414) * 100vw);
        text-align: center;
        font-family: BowlbyOne;
    }

    .homepage .mobile-module2 .content{
        margin-bottom: calc((30 / 414) * 100vw);
        width: calc((364 / 414) * 100vw);
        font-size: calc((16 / 414) * 100vw);
        text-align: center;
        color: #444;
    }

    .homepage .mobile-module2 .card-box{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: calc((50 / 414) * 100vw);
        width: calc((374 / 414) * 100vw);
        font-size: calc((16 / 414) * 100vw);
        text-align: center;
    }

    .homepage .mobile-module2 .card-box .card-img{
        position: absolute;
        right: calc((-20 / 414) * 100vw);
        bottom: calc((-20 / 414) * 100vw);
        width: calc((232 / 414) * 100vw);
    }

    .homepage .mobile-module2 .card-box .card-item-box{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: calc((18 / 414) * 100vw);
        width: calc((178 / 414) * 100vw);
        height: calc((168 / 414) * 100vw);
        background-size: cover;
    }

    .homepage .mobile-module2 .card-box .card-item-box .text1{
        width: calc((84 / 414) * 100vw);
        height:  calc((53 / 414) * 100vw);
    }

    .homepage .mobile-module2 .card-box .card-item-box .text2{
        margin-top: calc((6 / 414) * 100vw);
        width: calc((130 / 414) * 100vw);
        font-size: calc((12 / 414) * 100vw);
        font-weight: bold;
    }

    .homepage .mobile-module3 {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: calc((38 / 414) * 100vw) 0  calc((60 / 414) * 100vw) 0;
        /*height: calc((918 / 414) * 100vw);*/
        box-sizing: border-box;
        background-size: cover;
    }

    .homepage .mobile-module3 .title{
        width: calc((380 / 414) * 100vw);
        font-size: calc((26 / 414) * 100vw);
        text-align: center;
        font-family: BowlbyOne;
    }

    .homepage .mobile-module3 .title .color {
        font-weight: bold;
        background-image: -webkit-linear-gradient(left, #FFBD01, #00C89F);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .homepage .mobile-module3 .content{
        margin-top: calc((12 / 414) * 100vw);
        width: calc((360 / 414) * 100vw);
        font-size: calc((16 / 414) * 100vw);
        text-align: center;
        color: #444;
    }

    .homepage .mobile-module3 .tips-box{
        margin-top: calc((36 / 414) * 100vw);
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: calc((44 / 414) * 100vw);
        padding-bottom: calc((20 / 414) * 100vw);
        width: calc((374 / 414) * 100vw);
        background-color: #D5F1FF;
        border-radius: calc((20 / 414) * 100vw);
        overflow: hidden;
    }

    .homepage .mobile-module3 .tips-box .card-text{
        margin-bottom: calc((16 / 414) * 100vw);
        display: flex;
        align-items: flex-start;
        width: calc((290 / 414) * 100vw);
        font-size: calc((16 / 414) * 100vw);
        background-color: #D5F1FF;
        border-radius: calc((20 / 414) * 100vw);
    }

    .homepage .mobile-module3 .tips-box .card-text:nth-child(3){
        margin-bottom: 0;
    }

    .homepage .mobile-module3 .tips-box .card-text .hoverBefore{
        margin-top: calc((3 / 414) * 100vw);
        margin-right: calc((8 / 414) * 100vw);
        width: calc((20 / 414) * 100vw);
        height: calc((20 / 414) * 100vw);
    }

    .homepage .mobile-module3 .tips-box .image-box{
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: calc((6 / 414) * 100vw);
        padding-top: calc((18 / 414) * 100vw);
        width: 100%;
        height: calc((400 / 414) * 100vw);
        background-size: cover;
        box-sizing: border-box;
    }

    .homepage .mobile-module3 .tips-box .image-box .card-img{
        position: absolute;
        bottom: calc((-20 / 414) * 100vw);
        left: 50%;
        width: calc((330 / 414) * 100vw);
        height: calc((306 / 414) * 100vw);
        transform: translateX(-50%);
    }

    .homepage .mobile-module4 {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: calc((38 / 414) * 100vw);
        padding-bottom: calc((43 / 414) * 100vw);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: calc((414 / 414) * 100vw) calc((840 / 414) * 100vw);
        box-sizing: border-box;
        text-align: center;
    }

    .homepage .mobile-module4 .title{
        margin-bottom: calc((36 / 414) * 100vw);
        width: calc((380 / 414) * 100vw);
        font-size: calc((26 / 414) * 100vw);
        color: #FFFFFF;
        font-family: BowlbyOne;
    }

    .homepage .mobile-module4 .content-card{
        display: flex;
        flex-direction: column;
        padding-top: calc((34 / 414) * 100vw);
        width: calc((374 / 414) * 100vw);
        height: calc((443 / 414) * 100vw);
        border-radius: calc((20 / 414) * 100vw);
    }

    .homepage .mobile-module4 .content-card .card-title{
        font-size: calc((18 / 414) * 100vw);
        font-weight: bold;
    }

    .homepage .mobile-module4 .content-card .card-img{
        margin: calc((21 / 414) * 100vw) auto 0;
        width: calc((239 / 414) * 100vw);
        height: calc((178 / 414) * 100vw);
    }

    .homepage .mobile-module4 .content-card.card1 .card-img{
        margin: calc((21 / 414) * 100vw) auto 0;
        width: calc((239 / 414) * 100vw);
        height: calc((178 / 414) * 100vw);
    }

    .homepage .mobile-module4 .content-card.card2 .card-img{
        margin: calc((16 / 414) * 100vw) auto 0;
        width: calc((243 / 414) * 100vw);
        height: calc((177 / 414) * 100vw);
    }

    .homepage .mobile-module4 .content-card.card1{
        background-color: #F5F5F5;
    }
    .homepage .mobile-module4 .content-card.card2{
        margin: calc((24 / 414) * 100vw) 0 calc((30 / 414) * 100vw);
        background-color: #E6FFFF;
        box-shadow: 0 calc((2 / 414) * 100vw) calc((26 / 414) * 100vw) #0095D45C;
    }

    .homepage .mobile-module4 .content-card .card-item{
        margin: calc((6 / 414) * 100vw) auto 0;
        display: flex;
        align-items: center;
        width: calc((310 / 414) * 100vw);
        font-size: calc((12 / 414) * 100vw);
    }
    .homepage .mobile-module4 .content-card.card1 .card-item .card-item-icon{
        margin-right: calc((8 / 414) * 100vw);
        width: calc((9 / 414) * 100vw);
        height: calc((9 / 414) * 100vw);
    }
    .homepage .mobile-module4 .content-card.card2 .card-item .card-item-icon{
        margin-right: calc((8 / 414) * 100vw);
        width: calc((13 / 414) * 100vw);
        height: calc((9 / 414) * 100vw);
    }
    .homepage .mobile-module4 .content-card.card1 .card-item.mt15{
        margin-top: calc((10 / 414) * 100vw);
    }
    .homepage .mobile-module4 .content-card.card2 .card-item.mt35{
        margin-top: calc((20 / 414) * 100vw);
    }


    .homepage .mobile-module4 .info-box{
        margin-top: calc((56 / 414) * 100vw);
        width: 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: calc((414 / 414) * 100vw) calc((382 / 414) * 100vw);
        box-sizing: border-box;
        overflow: hidden;
    }

    .homepage .mobile-module4 .info-box .info-title{
        margin: 0 auto calc((30 / 414) * 100vw);
        width: calc((340 / 414) * 100vw);
        font-size: calc((26 / 414) * 100vw);
        font-family: BowlbyOne;
    }

    .homepage .mobile-module4 .info-box .info-title .color{
        font-weight: bold;
        background-image: -webkit-linear-gradient(left, #21F2F2, #00B0FF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .homepage .mobile-module4 .info-box .swiper-container{
        position: relative;
        height: calc((576 / 414) * 100vw);
    }

    .homepage .mobile-module4 .info-box .swiper-container .swiper-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 0 calc((40 / 414) * 100vw) calc((38 / 414) * 100vw);
        width: calc((374 / 414) * 100vw);
        height: calc((500 / 414) * 100vw);
        border-radius: calc((20 / 414) * 100vw);
        box-sizing: border-box;
    }

    .homepage .mobile-module4 .info-box .swiper-container .swiper-item.item1{
        background-color: #FFEEC5;
        border: calc((2 / 414) * 100vw) solid #FFDA72;
    }
    .homepage .mobile-module4 .info-box .swiper-container .swiper-item.item2{
        background-color: #C4EDFE;
        border: calc((2 / 414) * 100vw) solid #8DE4FF;
    }
    .homepage .mobile-module4 .info-box .swiper-container .swiper-item.item3{
        background-color: #C8FAFA;
        border: calc((2 / 414) * 100vw) solid #AAF2F3;
    }

    .homepage .mobile-module4 .info-box .swiper-container .swiper-item .info-image{
        margin-top: calc((28 / 414) * 100vw);
        width: calc((220 / 414) * 100vw);
        height: calc((196 / 414) * 100vw);
    }

    .homepage .mobile-module4 .info-box .swiper-container .swiper-item .info-txt1{
        flex-grow: 1;
        margin-top: calc((26 / 414) * 100vw);
        line-height: calc((20 / 414) * 100vw);
        font-size: calc((12 / 414) * 100vw);
        text-align: left;
    }

    .homepage .mobile-module4 .info-box .swiper-container .swiper-item .info-txt1 .b{
        font-weight: bold;
    }

    .homepage .mobile-module4 .info-box .swiper-container .swiper-item .info-txt2{
        font-size: calc((18 / 414) * 100vw);
        font-weight: bold;
        align-self: flex-start;
    }

    .homepage .mobile-module4 .info-box .swiper-container .swiper-button-prev1,
    .homepage .mobile-module4 .info-box .swiper-container .swiper-button-next1{
        position: absolute;
        left: 50%;
        bottom: calc((18 / 414) * 100vw);
        display: inline-block;
        width: calc((40 / 414) * 100vw);
        height: calc((40 / 414) * 100vw);
        background-size: cover;
        z-index: 5;
    }
    .homepage .mobile-module4 .info-box .swiper-container .swiper-button-prev1{
        transform: translateX(-120%);
    }
    .homepage .mobile-module4 .info-box .swiper-container .swiper-button-next1{
        transform: translateX(20%);
    }



    .homepage .mobile-module5 {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: calc((144 / 414) * 100vw);
        height: calc((650 / 414) * 100vw);
        background-size: cover;
        box-sizing: border-box;
        text-align: center;
    }

    .homepage .mobile-module5 .logo{
        margin-bottom: calc((24 / 414) * 100vw);
        width: calc((205 / 414) * 100vw);
        height: calc((54 / 414) * 100vw);
    }

    .homepage .mobile-module5 .title{
        margin-bottom: calc((38 / 414) * 100vw);
        width: calc((370 / 414) * 100vw);
        font-size: calc((26 / 414) * 100vw);
        font-family: BowlbyOne;
    }
}
