    .preciouspa h1 {
        font-size: 35px;
        color: #d09f5d;
        margin-bottom: 20px;
    }

    .footer {
        margin-top: 0 !important;
    }

    .preciouspa {
        width: 100%;
        background-color: #000;
        padding: 50px 12%;
        box-sizing: border-box;
    }

    .preciouspa .img-box {
        display: flex;
        justify-content: space-between;

    }

    .border-box {
        border: 1px solid #d09f5d;
        border-radius: 15px;
        padding: 2px 2px 10px;
        box-sizing: border-box;
    }

    .one .item {
        width: 50%;
        justify-content: center;
        align-items: center;
    }

    .preciouspa .top-logo {
        width: 80% !important;
        height: auto;
        padding-bottom: 30px;
    }

    .preciouspa .item {
        color: #fff;
        padding-left: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .preciouspa .item .text {
        font-size: 24px;
    }

    .preciouspa .item .pdd {
        line-height: 45px;
    }

    .preciouspa .scale {
        transform: scale(1.4);
    }

    .preciouspa .img {
        width: 380px;
        overflow: hidden;
    }

    .preciouspa img {
        width: 100%;
        height: 100%;
    }

    .preciouspa .video {
        width: 100%;
    }

    .preciouspa .video-box {
        padding: 5% 0px;
        position: relative;
    }

    .preciouspa .btn-video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .preciouspa .btn-video img {
        width: 40px;
        height: 40px;
    }

    .preciouspa .tow {
        flex-direction: row-reverse;
        border: none;
        padding: 0;
    }

    .preciouspa .img2 {
        width: 50%;
    }

    .preciouspa .img-box-Three {
        padding: 5% 0px;
    }

    .preciouspa .img-box-Three .pdd-lin {
        line-height: 60px;
    }

    .preciouspa .img-box-Three h1 {
        margin-top: 0;
    }

    .preciouspa .img-box-Three .item {
        padding-left: 0;
        padding-bottom: 50px;
    }

    .preciouspa .Three-box {
        width: 45%;
    }

    .preciouspa .img-Three {
        width: 100%;
        overflow: hidden;
        height: 300px;
    }

    .preciouspa .scaleTwo {
        transform: scale(0.9);
    }

    .preciouspa .scaleTwo img {
        transform: translate(0px, -110px);
    }

    .preciouspa .annotation {
        padding-top: 10px;
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

    .preciouspa .four {
        flex-direction: row-reverse;
        padding: 5% 0px;
    }

    .preciouspa .four .item {
        padding-left: 0;
        padding-bottom: 50px;
    }

    .preciouspa .four .img2 {
        width: 45%;
    }

    .preciouspa .bottom-item {
        width: 100%;
        text-align: right;
        color: #fff;
    }

    .preciouspa .bottom-item p {
        padding: 0;
        margin: 0;
    }

    @media (max-width:761px) {
        .preciouspa .scale {
            transform: scale(1);
        }

        .preciouspa {
            padding: 30px 2%;
        }

        .preciouspa .img-box {
            border: none;
            padding: 0;
            flex-direction: column !important;
        }

        .preciouspa .img {
            width: 100%;
            line-height: 0;
            padding-bottom: 30px;
        }

        .preciouspa .item {
            text-align: center;
            padding-left: 0;
            padding-top: 50px;
        }

        .one .item {
            width: 100%;
        }

        .preciouspa .top-logo {
            display: block;
            width: 250px !important;
        }

        .preciouspa .img2 {
            width: 100%;
        }

        .preciouspa .Three-box {
            width: 100%;
            padding-bottom: 30px;
        }

        .preciouspa .img-Three {
            height: auto;
        }

        .preciouspa .scaleTwo img {
            transform: translate(0px, 0px);
        }

        .preciouspa .four .img2 {
            width: 100%;
            padding-bottom: 20px;
        }

        .preciouspa h1 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .preciouspa .item .pdd {
            line-height: 25px;
        }

        .preciouspa .item .text {
            font-size: 16px;
        }

        .preciouspa .annotation {
            font-size: 12px;
            text-align: right;
            padding-top: 0;
        }

        .preciouspa .bottom-item p {
            padding: 0;
            margin: 0;
            font-size: 10px;
        }
    }