.content {
    background: #ffffff;
    padding-top: 179px;

    .box {
        .box-top {

            display: flex;

            .box-top-img {
                display: flex;
                height: 661px;
                gap: 23px;
                margin-right: 50px;

                .bt-left {
                    display: flex;
                    flex-direction: column;
                    gap: 20px;

                    .bt-left-img {
                        width: 150px;
                        height: 150px;
                        border-radius: 10px;
                        background-color: #fff;
                        border: 1px solid #F2F2DF;

                        img {
                            width: 100%;
                            height: 100%;
                            border-radius: 10px;
                        }
                    }

                    .bt-left-img:hover {
                        border: 1px solid #789E96;
                    }
                }

                .bt-right {
                    width: 661px;
                    height: 660px;
                    border: 1px solid #789E96;
                    height: 100%;
                    background-color: #fff;
                    border-radius: 20px;
                    box-sizing: border-box;

                    img {
                        border-radius: 20px;
                        width: 100%;
                        height: 100%;
                    }
                }

            }

            .box-top-content {
                width: 521px;

                .btc-1 {
                    font-family: Futura PT;
                    font-weight: 600;
                    font-size: 28px;
                    line-height: 39.2px;
                    color: #3D534E;
                }

                .btc-2 {
                    font-family: Futura PT;
                    font-size: 16px;
                    line-height: 24px;
                    color: #737373;
                    margin: 31px 0 17px 0;
                }

                .btc-3 {
                    color: #737373;
                    font-size: 16px;
                    line-height: 24px;
                    font-family: Futura PT;
                }

                .btc-4 {
                    width: 100%;
                    border: 1px solid #E4E9EE;
                    margin: 20px 0;
                }

                .btc-5 {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;

                    .btc5-left {
                        width: 50%;


                        .bl-title {
                            font-weight: 600;
                            font-family: PingFang SC;
                            font-size: 18px;
                            line-height: 25.2px;
                            color: #3D534E;
                            margin-bottom: 12px;
                        }

                        .bl-text {
                            font-family: PingFang SC;
                            font-size: 15px;
                            font-weight: 400;
                            line-height: 24px;
                            color: #0B0F0E;
                            margin-bottom: 13px;
                        }

                    }
                }

                .btc-6 {
                    display: flex;
                    justify-content: space-between;

                    .btcstyle {
                        width: 253px;
                        height: 53px;
                        border-radius: 8px;
                        font-family: Futura PT;
                        font-size: 18px;
                        font-weight: 600;
                        line-height: 25.2px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

                    .btc-6left {
                        margin-right: 14px;
                        text-align: center;
                        background-color: #789E961A;
                        border: 1px solid #789E96;
                        box-sizing: border-box;
                        color: #789E96;
                    }

                    .btc-6right {
                        display: flex;
                        background-color: #789E96;

                        .btc-6right-img {
                            width: 24px;
                            height: 24px;
                        }

                        .btc-6right-text {
                            text-align: center;
                            color: #F3F1E0;
                        }
                    }
                }
            }
        }

        .box-bottom {
            margin-top: 97px;
            margin-bottom: 178px;

            .box-b-top {
                display: flex;
                justify-content: center;
                margin-bottom: 80px;
                font-family: Explora;
                font-size: 100px;
                font-weight: 400;
                line-height: 62.1008px;
                color: #3D534E;
            }

            .box-right {
                display: flex;

                .box-right-item {
                    margin-right: 23px;
                    display: flex;
                    flex-direction: column;
                    height: 400px;
                    background-color: #fff;
                    border-radius: 10px;
                    border: 1px solid #F2F1DF;

                    .box-right-item-img {
                        width: 329px;
                        height: 329px;
                    }

                    .box-right-item-text {
                        padding: 19px 0 19px 19px;
                        flex: 1;
                        box-sizing: border-box;
                        text-align: center;
                        background-color: #F2F1DF;
                        color: #3D534E;
                        font-family: PingFang SC;
                        font-size: 18px;
                        line-height: 26.2496px;
                    }
                }
            }
        }

    }
}

@media (max-width: 768px) {
    .content {
        background: #ffffff;
        padding-top: 100px;

        .box {
            padding: 10px;

            .box-top {
                flex-direction: column;

                .box-top-img {
                    display: flex;
                    flex-direction: column;
                    height: auto;
                    gap: 12px;
                    margin-right: 0;
                    width: 100%;

                    .bt-left {
                        display: flex;
                        flex-direction: row;
                        gap: 8px;
                        overflow-x: auto;
                        -webkit-overflow-scrolling: touch;
                        scrollbar-width: thin;
                        order: 2;
                        padding-bottom: 4px;

                        .bt-left-img {
                            width: 70px;
                            min-width: 70px;
                            height: 70px;
                            border-radius: 8px;
                            background-color: #fff;
                            border: 1px solid #F2F2DF;
                            overflow: hidden;
                            flex-shrink: 0;

                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                border-radius: 8px;
                            }
                        }

                        .bt-left-img:hover {
                            border: 1px solid #789E96;
                        }
                    }

                    .bt-right {
                        width: 100%;
                        height: auto;
                        aspect-ratio: 1 / 1;
                        max-height: 400px;
                        border: 1px solid #789E96;
                        background-color: #fff;
                        border-radius: 12px;
                        overflow: hidden;
                        order: 1;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: contain;
                        }
                    }
                }

                .box-top-content {
                    width: 100%;
                    margin-top: 20px;

                    .btc-1 {
                        font-size: 22px;
                        line-height: 1.3;
                    }

                    .btc-2 {
                        margin: 20px 0 12px 0;
                    }

                    .btc-5 {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 8px;

                        .btc5-left {
                            width: 48%;
                        }
                    }

                    .btc-6 {
                        flex-direction: column;
                        gap: 12px;

                        .btcstyle {
                            width: 100% !important;
                            min-width: unset !important;
                            height: 48px;
                            font-size: 16px;
                        }
                    }
                }
            }

            .box-bottom {
                margin-top: 60px;
                margin-bottom: 80px;

                .box-b-top {
                    font-size: 40px;
                    margin-bottom: 40px;
                    min-width: auto;
                }

                .box-right {
                    flex-direction: column;
                    gap: 16px;

                    .box-right-item {
                        margin: 0 auto;
                        width: 100%;
                        max-width: 400px;
                        height: auto;
                        background-color: #fff;
                        border-radius: 10px;
                        border: 1px solid #F2F1DF;

                        .box-right-item-img {
                            width: 100%;
                            height: auto;
                            aspect-ratio: 1 / 1;
                        }

                        .box-right-item-text {
                            padding: 14px 0;
                            text-align: center;
                            background-color: #F2F1DF;
                            color: #3D534E;
                            font-size: 16px;
                        }
                    }
                }
            }
        }
    }
}