@charset "utf-8";

.artist_box {
    background: url("../images/artist_bg.jpg") repeat-x;
    margin-top: -1px;
    background-color: #97C1E4;
    min-height: 100vh;
    border: #97C1E4 2.4rem solid;
    position: relative;
}

.artist_imgbox {
    margin-left: 4.8rem;
    z-index: 2;
    text-align: center;
    position: relative;
    z-index: 2;
}

.artist img {
    transform: rotate(-7.86deg);
    transition: transform 0.6s ease, filter 0.6s ease;
}

.artist img:hover {
    transform: rotate(-7.86deg) scale(1.05);
    filter: brightness(1.15) contrast(1.05);
}

.artist .luxfont {
    font-size: 6.4rem;
}

.artist .artist_desc {
    margin-left: 4.8rem;
    background-color: #fff;
    padding: 8rem 11rem 10rem 11rem;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.artist .artist_desc p {
    margin-bottom: 3rem;
    line-height: 2.8rem;
    /* text-align: justify; */
}


.about_box {
    background: url(../images/imgbg.png) no-repeat;
    background-position: center right -16rem;
    background-color: #f9f0dc;
    color: #1e4886;
    padding: 17rem 0;
}

.about_box .left {
    margin-left: 17rem;
    max-width: 70rem;
}


.about_box .right {
    margin-left: 10rem;
    text-align: center;
}

.about_box .right img {
    transform: rotate(-7.86deg);
    transition: transform 0.6s ease, filter 0.6s ease;
}

.about_box .right img:hover {
    transform: rotate(-7.86deg) scale(1.05);
    filter: brightness(1.15) contrast(1.05);
}

.product_box {
    padding: 20rem 0 0 0;
    background-color: #97C1E4;
}


.product_box .toptext {
    padding: 0 26rem 6rem 26rem;
}

.product_box .toptext h2 {
    margin-bottom: 3.5rem;
}

/* videos  */
.video_box {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
}

.video_box .video-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_box .video-player {
    object-fit: contain;
    background-color: #000;
}

/* 自定义播放按钮 */
.video_box .play-btn {
    font-size: 4rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s ease;
}

.video_box .play-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 992px) {
    .video_box {
        max-height: 600px;
    }
}

@media (max-width: 768px) {
    .video_box {
        max-height: 450px;
    }
}

@media (max-width: 500px) {
    .video_box {
        max-height: 240px;
    }
}

/* videos  */


.info_box {
    background-color: #fbf0da;
    color: #04498c;
    padding: 20rem 0 30rem 0;
}

.info_box .luxfont {
    font-size: 12.8rem;
}

.info_box p {
    font-size: 3.2rem;
    padding: 1rem 0 3rem 0;
}

.info_box .Khand {
    font-size: 4.3rem;
}




/* ---------- 响应式（平板 / 手机） ---------- */

@media (max-width: 992px) {

    .artist_box {
        background: url("../images/artist_bg_mc.jpg") repeat-y;
        padding-bottom: 10rem;
    }

    .artist_imgbox {
        margin: 6rem 3rem 0rem 4rem;

    }

    .artist .artist_desc {
        width: 80%;
        margin: -1rem 10rem;
        padding: 10rem 6rem 10rem 6rem;
        transform: rotate(7.86deg);

    }

    .artist .artist_desc p {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .about_box {
        background-position: bottom right -50rem;
        padding: 6rem 0;
    }

    .about_box .left {
        margin-left: 0rem;
        padding: 0 5rem;
        max-width: 100%;
    }

    .about_box .left h2 {
        font-size: 7rem;
    }

    .about_box .left p {
        font-size: 1.6rem;
    }

    .about_box .right {
        margin-left: 0rem;
        padding: 2rem 6rem;
    }

    .product_box {
        padding: 4rem 0 8rem 0;
    }

    .product_box .toptext {
        padding: 4rem 4rem 0 4rem;
    }

    .product_box .toptext h2 {
        font-size: 7rem;
    }

    .product_box .toptext p {
        font-size: 1.6rem;
    }



    .info_box {
        padding: 10rem 0;
    }

    .info_box .luxfont {
        font-size: 10rem;
    }

    .info_box p {
        font-size: 2.4rem;
        padding: 2rem 0 0.1rem 0;
    }

    .info_box .Khand {
        font-size: 3.6rem;
    }

    /* 小屏幕1:1图片太靠近右侧 */
    .sawtooth .proud-mid {
        padding-right: 2.5rem;
        padding-left: 1rem;
    }

    /* 手机端底部白底太高 */
    .proud-botbg2 {
        background: #fff url("../images/proud-botbg2.png") no-repeat center bottom;
        aspect-ratio: 458 / 15;
    }


}

@media screen and (max-width:768px) {
    .artist .artist_desc {
        width: 90%;
        margin-left: 3.8rem;
        padding: 6rem 4rem 4rem 6rem;

    }

    .artist_desc h3.luxfont {
        font-size: 4rem;
    }

    .proud-mid h3 {
        font-size: 3rem;
    }

    .info_box {
        padding: 7rem 0;
    }

    .info_box .luxfont {
        font-size: 6rem;
    }

    .info_box .Khand {
        font-size: 2.6rem;
    }
}

@media (max-width: 480px) {
    .artist_box {
        padding-bottom: 6rem;
    }

    .artist_imgbox {
        margin: 3rem 1rem 0rem 1rem;
    }

    .artist .artist_desc {
        margin: -2rem 12rem;
        margin-left: 2rem;
        padding: 4rem 2rem 2rem 2rem;
        transform: rotate(3deg);
    }

    .about_box {
        background: url(../images/imgbg_mc.png) no-repeat;
        background-position: bottom +6rem right -20rem;
        background-color: #fbf0da;
        padding: 6rem 0 9rem 0;
    }

    .about_box .left {
        /* padding: 0 3rem; */
        padding: 0 3rem 6rem 3rem;
    }

    .about_box .right {
        /* padding: 2rem 3rem; */
        padding: 6rem 3rem;
    }


    .product_box .toptext {
        padding: 3rem 3rem 0 3rem;
    }



    .sawtooth .img-box {
        margin-right: 0.7rem;
    }



}
