/* 首页标题 -------------------------------------------------------------------------------- 开始 */
.home-title {
    background-image: url(/static/images/home-title_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-title__decor {
    display: flex;
    gap: 14px;
    align-items: center;
}

.home-title__decor img {
    width: 46px;
    height: 46px;
}

.home-title h2 {
    font-weight: 700;
    font-size: 58px;
    color: #482B20;
}

/* 首页标题 -------------------------------------------------------------------------------- 结束 */

/* 首页banner -------------------------------------------------------------------------------- 开始 */
.box1 {
    background-color: #CF5D2C;
    background-image: url(/static/images/box1_bg.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 60% auto;

    padding: 170px 0;
}

.box1__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.box1__info {
    flex: 1;
    flex-shrink: 0;
    padding-left: 145px;
}

.box1__info img {
    height: 24px;
}

.box1__info h1 {
    font-weight: 700;
    font-size: 90px;
    line-height: 1.4;
    margin-bottom: 13px;
    color: #fff;
}

.box1__info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    color: #fff;
}

.box1__pics {
    width: 580px;
    height: auto;
    transition: transform .5s ease;
    -webkit-mask-image: url(/static/images/box1_mask_540x580.png);
    mask-image: url(/static/images/box1_mask_540x580.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    overflow: hidden;
}

.box1__swiper img {
    width: 100%;
    height: 100%;
}
 .swiper-slide {
    opacity: 0 !important;
}
 .swiper-slide-active {
    opacity: 1 !important;
}

.box1__pagination {
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 19px !important;
}

.box1__pagination .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 1 !important;
}

.box1__pagination .swiper-pagination-bullet-active {
    background-color: #CF5D2C !important;
}



@media (max-width:1799px) {
    .box1__container {
        gap: 70px;
    }

    .box1__info {
        padding-left: 200px;
    }

    .box1__pics {
        margin-right: 10px;
    }
}

@media (max-width:1699px) {
    .box1__info {
        padding-left: 210px;
    }

    .box1__pics {
        width: 560px;
    }
}

@media (max-width:1599px) {

    .box1__container {
        gap: 50px;
    }

    .box1__info {
        padding-left: 230px;
    }
}

@media (max-width:1499px) {

    .box1__container {
        gap: 40px;
    }

    .box1__info h1 {
        font-size: 80px;
    }

    .box1__info p {
        font-size: 16px;
    }

    .box1__info {
        padding-left: 240px;
    }

    .box1__pics {
        margin-right: 20px;
    }
}

@media (max-width:1439px) {
    .box1__pics {
        width: 520px;
    }
}


@media (max-width:1365px) {
    .box1__pics {
        width: 500px;
    }
}

@media (max-width:1299px) {

    .box1__info {
        padding-left: 200px;
    }

    .box1__pics {
        width: 480px;
        margin-right: 20px;
    }
}

@media (max-width:1199px) {

    .box1__info {
        padding-left: 170px;
    }

    .box1__info h1 {
        font-size: 70px;
    }

    .box1__pics {
        width: 460px;
    }


}

@media (max-width:1099px) {
    .box1__info h1 {
        font-size: 65px;
    }

    .box1__pics {
        width: 400px;
    }
}


@media (max-width:1023px) {
    .box1 {
        padding: 70px 0;
        background-image: none;
    }

    .box1__container {
        flex-direction: column;
        gap: 60px;
    }

    .box1__info {
        padding-left: 0;
        text-align: center;
    }

    .box1__pics {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .box1__info img{
        height: 16px;
        display: block;
        margin: 0 auto 11px;
    }

    .box1__info h1{
        font-size: 40px;
        margin-bottom: 17px;
    }

    .box1__pics{
        width: 90%;
    }
}

/* 首页banner -------------------------------------------------------------------------------- 结束 */




/* 首页修行 -------------------------------------------------------------------------------- 开始 */
.box2 {
    background-color: #f4f0eb;
    padding-bottom: 83px;
}

.box2__container {
    display: flex;
    justify-content: space-between;
}

.box2__info {
    display: flex;
}

.box2__status img {
    display: block;
    width: 260px;
    border-radius: 80px;
    object-fit: cover;
}

.box2__status p {
    font-weight: 600;
    font-size: 16px;
    /* line-height: 1.4; */
    color: #482B20;
}

.box2__status span {
    font-size: 64px;
    margin-right: 10px;
}

.box2__title {
    margin: 0 4vw;
}

.box2__title h3 {
    font-weight: 700;
    font-size: 40px;
    color: #482B20;
    white-space: nowrap;
    line-height: 1.4;
    margin-bottom: 20px;
}

.box2__title p {
    font-weight: 700;
    font-size: 28px;
    color: #482B20;
    line-height: 1,4;
    white-space: nowrap;
}

.box2__description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #5C5C5C;
}


.box2__description .btn1{
    margin-top: 40px;
}


@media (max-width:1023px) {

    .box2__info{
        align-items: center;
        flex-direction: column;
    }

    .box2__title{
        text-align: center;
    }

    .box2__status p{
       display: flex;
       flex-direction: column;
       align-items: center;
       gap: 10px;
    }

    .box2__container{
        flex-direction: column;
        gap: 30px;
    }

    .box2__status{
        width: 100%;
    }

    .box2__status img{
        width: 100%;
        margin-bottom: 12px;
    }

    .box2__description{
        text-align: center;
    }

    .box2__description .btn1{
        margin: 40px auto 0;
    }
}



@media (max-width:767px) {
    .home-title .home-title__decor img{
        width: 28px;
        height: 28px;
    }

    .home-title .home-title__decor svg{
        width: auto;
        height: 12px;
    }

    .home-title{
        padding: 40px 0;
    }

    .home-title h2{
        font-size: 36px;
    }

    .box2__status{
        width: 100%;
    }

    .box2__status p span{
        font-size: 32px;
    }

    .box2__status img{
        width: 100%;

    }

    .box2__container{
        gap: 23px;
    }

    .box2__title h3{
        font-size: 30px;
    }

    .box2__title p{
        font-size: 24px;
    }

    .box2{
        padding-bottom: 64px;
    }
}

/* 首页修行 -------------------------------------------------------------------------------- 结束 */




/* 首页捐赠 -------------------------------------------------------------------------------- 开始 */
.box3 {
    position: relative;
}

.box3__bg img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    display: block;
}

.box3__container {
    width: 100%;
    background-color: #CF5D2C;
    padding: 70px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.box3 .page-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box3__title {
    color: #fff;
}

.box3__title p {
    font-weight: 600;
    font-size: 20px;
    line-height: 2;
}

.box3__title h2 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 20px;
}

.box3__item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D87B51;
    padding: 20px 0;
    gap: 20vw;
    justify-content: space-between;
}


.box3__item p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
}

.box3__item a {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 15px;
    background-color: #fff;
    border-radius: 20px;
    width: max-content;
}

.box3__item a svg {
    width: 16px;
    height: 16px;
}

.box3__item a span {
    font-weight: 400;
    font-size: 14px;
    color: #482B20;
}

@media (max-width:1439px) {
    .box3__container{
        padding: 40px 0;
    }
}

@media (max-width:1199px) {
    .box3__bg img{
        height: 700px;
    }
}

@media (max-width:1023px) {

        .box3__bg img{
        height: 500px;
    }
    .box3 .page-container{
        flex-direction: column;

    }

    .box3__container{
        position: static;
    }

    .box3__list{
        width: 100%;
    }

    .box3__item{
        flex-direction: column;
        gap: 10px;
        padding: 25px 0 20px;
    }

    .box3__title h2{
        font-size: 40px;
    }

    .box3__title{
        text-align: center;
    }


    
}

@media (max-width:767px) {
    .box3__bg img{
        height: 300px;
    }
    .box3__title h2{
        font-size: 36px;
    }

    .box3__title p{
        font-size: 16px;
    }

    .box3__title h2{
        margin-bottom: 10px;
    }

    .box3 .page-container{
        gap: 10px;
    }
}

/* 首页捐赠 -------------------------------------------------------------------------------- 结束 */


/* 首页商品 -------------------------------------------------------------------------------- 开始 */
.box4 {
    background-color: #f4f0eb;
    padding-bottom: 97px;
}

.box4_hot {
    padding-top: 70px;
    padding-bottom: 37px;
    margin-bottom: 48px;
    position: relative;
}

.box4_hot_box {
    position: relative;
    display: flex;
    justify-content: center;
    height: 550px;
    overflow: hidden;
    margin-bottom: 38px;
}

.box4_hot_pic {
    z-index: 2;
    height: 100%;
}

.box4_hot_pic img {
    display: block;
    height: 100%;
    opacity: 0;
    transform: translateY(100px);
}

.flower {
    position: absolute;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.flower .petal {
    height: 530px;
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: bottom center;
    z-index: 1;
}

.flower .petal img {
    height: 100%;
}

.flower .decor {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    text-align: center;
}

.flower .decor p {
    font-weight: 700;
    font-size: 128px;
    color: #ECE4DF;
    white-space: nowrap;
}

.box4_hot_title {
    text-align: center;
    margin-bottom: 25px;
}

.box4_hot_title h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
    color: #482B20;
    margin-bottom: 10px;
}

.box4_hot_title p {
    font-weight: 300;
    font-size: 16px;
}

.box4_hot_params {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 39px;
}

.box4_hot_param {
    flex-shrink: 0;
    text-align: center;
    position: relative;
    padding-right: 51px;
}

.box4_hot_param:last-child {
    padding-right: 0;
}

.box4_hot_param:not(:last-child)::after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background-color: #66666666;
}

.box4_hot_param p {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}

.box4_hot_param span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}


.box4_hot_operate {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 39px;
    padding: 11px 28px;
    background-color: #fff;
    border-radius: 70px;
    width: max-content;
}

.box4_hot_operate svg {
    cursor: pointer;
}

.box4_hot_operate div {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 32px;
}

.swiper-pagination-fraction {
    width: auto !important;
}

.swiper-button-disabled {
    opacity: .3;
}

.box4_list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-bottom: 60px; 
    gap: 1vw;
}

.box4_list a {
    flex: 2;
    flex-shrink: 0;
}

.box4_item {
    background-color: #ECE5DF;
    padding: 21px 20px 28px;
    text-align: center;
    position: relative;
}

.box4_item img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    margin-bottom: 16px;
}

.box4_item h4 {
    font-weight: 700;
    font-size: 20px;
    color: #482B20;
    margin-bottom: 32px;
}

.box4_item_params {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.box4_item_param {
    flex-shrink: 0;
    padding-right: 31px;
    position: relative;
}

.box4_item_param:last-child{
    padding-right: 0;
}

.box4_item_param:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #66666666;
}


.box4_item_param p {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
    line-height: 1.4;
}

.box4_item_param span {
    font-weight: 400;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    display: block;
}


.box4 .btn2 {
    margin: 0 auto;
}


@media (max-width:1439px) {
    .flower{
        height: 500px;
    }

    .flower .petal{
        height: 480px;
    }

    .flower .decor p{
        font-size: 110px;
    }

    .box4_hot_box{
        height: 500px;
    }

    .box4_hot_params{
        gap: 30px;   
    }

    .box4_hot_param{
        padding-right: 31px;
    }

    .box4_item_params {
        gap: 15px;
    }

    .box4_item_param {
        padding-right: 16px;
    }

    .box4 .box4_list {
        gap: 20px;
    }
}

@media (max-width:1199px) {
    .box4 .box4_list a:last-child{
        display: none;
    }

    .box4_list {
        grid-template-columns: repeat(2,1fr);
    }
}


@media (max-width:1023px) {
    .box4_hot_box{
        height: 400px;
    }

    .flower{
        height: 400px;
    }

    .flower .petal{
        height: 380px;
    }

    .flower .decor p{
        font-size: 85px;
    }

    .box4_hot_param:nth-child(n+3) {
        display: none;
    }

    .box4_hot_param:nth-child(2){
        padding-right: 0;
    }

     .box4_hot_param:nth-child(2)::after{
        display: none;
     }

     .box4_item{
        padding: 20px 16px;
     }

}


@media (max-width:767px) {
    .box4_hot_box{
        height: 260px;
    }

    .flower{
        height: 260px;
    }

    .flower .petal{
        height: 255px;
    }

    .box4_hot{
        padding-top: 0;
    }

    .flower .decor p{
        font-size: 60px;
    }

    .box4_hot_title h3{
        font-size: 30px;
    }

    .box4_hot_params{
        margin-bottom: 30px;
    }

    .box4_hot{
        padding-bottom: 32px;
        margin-bottom: 0;
    }

    .box4_item_param:last-child{
        display: none;  
    }

    .box4_item_param:first-child{
        padding-right: 0;
    }

    .box4_item_param:first-child::after{
        display: none;
    }

    .box4_item h4{
        font-size: 18px;
        margin-bottom: 18px;
        line-height: 1.4;
    }

    .btn2{
        font-size: 14px;
        padding: 9px 34px;
    }

    .box4_list{
        margin-bottom: 28px;
         grid-template-columns: repeat(1,1fr);
    }

   .box4_hot_operate .next svg,
    .box4_hot_operate .prev svg{
        width: 20px;
        height: 20px;
    }

    .box4{
        padding-bottom: 34px;
    }
}

/* 首页商品 -------------------------------------------------------------------------------- 结束 */


/* 定制服务 -------------------------------------------------------------------------------- 开始 */
.box5 {
    background-image: url(/static/images/box5_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    padding-top: 207px;
}

.box5_title {
    position: relative;
}

.box5_title h2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 96px;
    color: #482B20;
    z-index: 1;
}

.box5_title img {
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 2;
}

.box5_items {
    background-color: #CF5D2C;
    display: flex;
    justify-content: center;
    padding: 26px 0;
    gap: 81px;
}

.box5_item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.box5_item p {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}


@media (max-width:1023px) {
    .box5 .box5_title img{
        width: 90%;
    }
}

@media (max-width:767px) {

    .box5{
        padding-top: 78px;
    }

    .box5_title h2{
        font-size: 36px;
        white-space: nowrap;
    }

    .box5_item p{
        font-size: 18px;
    }

    .box5_items{
        gap: 26px;
    }

    .box5_item svg{
        width: 18px;
        height: 18px;
    }

    .box5_item{
        gap: 6px;
    }
}



/* 留言 */
.box6 {
    padding: 125px 0;
    background-color: #f4f0eb;
    position: relative;

}

.box6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-image: url(/static/images/box6_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.box6 .page-container {
    display: flex;
    gap: 73px;
    align-items: center;
}

.box6_left {
    background-color: #ECE4DF;
    padding: 51px 49px 99px;
    position: relative;
    z-index: 2;
}

.box6_left h3 {
    font-weight: 700;
    font-size: 40px;
    color: #482B20;
    margin-bottom: 33px;
    text-align: center;
}

.box6_left form .form_group {
    display: flex;
    gap: 22px;
}

.box6_left form{
    width: 500px;
}

.box6_left form input {
    width: 100%;
    height: 56px;
    padding-left: 22px;
    border: 1px solid #D1C9C4;
    margin-bottom: 18px;
    background-color: #F4F0EC;
    font-weight: 400;
    font-size: 16px;
    color: #989796;
}

.box6_left form textarea {
    flex: 1;
    flex-shrink: 0;
    height: 161px;
    padding-left: 22px;
    padding-top: 15px;
    border: 1px solid #D1C9C4;
    background-color: #F4F0EC;
    margin-bottom: 21px;
    font-weight: 400;
    font-size: 16px;
    color: #989796;
    resize: none;
}


.box6_left form button {
    display: block;
    width: 100%;
    height: 56px;
    background-color: #CF5D2C;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
}


.box6_right>p {
    font-weight: 700;
    font-size: 20px;
    color: #482B20;
    margin-bottom: 24px;
}

.box6_right h3 {
    font-weight: 700;
    font-size: 48px;
    color: #482B20;
    margin-bottom: 47px;
}

.box6_item {
    padding-top: 26px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
}

.box6_item_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box6_item_title h4 {
    font-weight: 700;
    font-size: 20px;
    color: #482B20;
    transition: color .3s ease;
}

.box6_item_title .arrow {
    transition: transform .5s ease;
}

.box6_item:hover .box6_item_title h4 {
    color: #D87B51;
}

.box6_item_content {
    margin-top: 0;
    overflow: hidden;
    height: 0;
    transition: height .3s ease;
}

.box6_item_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #5C5C5C;
}

@media (max-width:1439px) {
    .box6_left{
        padding: 51px 49px 59px;
    }

    .box6_left form{
        width: 460px;
    }
}

@media (max-width:1199px) {
    .box6 .page-container{
        gap: 50px;
    }

    .box6_right h3{
        font-size: 38px;
    }

    .box6_left h3{
        font-size: 32px;
    }

    .box6_left{
        padding: 40px 40px 50px;
    }

    .box6_left form{
        width: 400px;
    }
}


@media (max-width:1023px) {
    .box6 .page-container{
        flex-direction: column;
    }

    .box6::before{
        display: none;
    }

    .box6_left{
        width: 100%;
    }

    .box6_left form{
        width: 100%;
    }

    .box6{
        padding: 50px 0 84px;
    }

}

@media (max-width:767px) {
    .box6_left h3{
        font-size: 30px;
    }

    .box6_left form button{
        font-size: 18px;
    }

    .box6_left form .form_group{
        flex-direction: column;
        gap: 0;
    }

    .box6_left form input{
        margin-bottom: 13px;
    }

    .box6_right h3{
        font-size: 30px;
        margin-bottom: 25px;
    }

    .box6_item_title h4{
        font-size: 18px;
    }

    .box6_left{
        padding: 40px 18px;
    }
}

/* 定制服务 -------------------------------------------------------------------------------- 结束 */

/* Doot介绍 -------------------------------------------------------------------------------- 开始 */
.box7 {
    background-color: #CF5D2C;
    padding-top: 82px;
    padding-bottom: 82px;
}

.box7 .box7_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box7_left {
    color: #fff;
    max-width: 525px;
}

.box7_left span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 24px;
}

.box7_left h2 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.box7_left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
}

.box7_left a {
    display: block;
    width: max-content;
    background-color: #ffff;
    border-radius: 30px;
    padding: 11px 37px;
    color: #616161;
    margin-top: 50px;
}

.box7_right {
    display: flex;
    gap: 20px;
}

.box7_right .pic_group {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.box7_right .pic_group .pic1 {
    margin-bottom: 19px;
    width: 275px;
    height: 185px;
}

.box7_right .pic_group .pic2 {
    width: 190px;
    height: 185px;
}

.box7_right .pic_group .pic3 {
    width: 275px;
    height: 430px;
}

.box7_right .pic_group img {
    object-fit: cover;
}

@media (max-width:1439px) {
    .box7 .box7_container{
        gap: 50px;
    }
}

@media (max-width:1199px) {
    .box7_right .pic_group .pic3{
        width: 220px;
        height: auto;
    }

    .box7_right .pic_group .pic1{
        width: 200px;
        height: auto;
    }

    .box7_right .pic_group .pic2{
        width: 180px;
        height: auto;
    }
}

@media (max-width:1023px) {
    .box7 .box7_container{
        flex-direction: column;
    }

    .box7_left{
        max-width: none;
    }

    .box7_right{
        width: 100%;
        /* flex-direction: column; */
    } 
    
    .box7_right .pic_group{
        flex: 1;
    }
    

    /* .box7_right .pic_group{
        width: 100%;
    } */

    .box7_right .pic_group img{
        width: 100% !important;
        height: 100% !important;
    } 
}


@media (max-width:767px) {
    .box7{
        padding-top: 42px;
    }

    .box7_left{
        text-align: center;
    }

    .box7_left h2{
        font-size: 36px;
    }

    .box7_left span{
        font-size: 18px;
        margin-bottom: 20px;
    }

    /* .box7_left p{
        margin-bottom: 0;
    } */

    .box7_left a{
        margin: 30px auto 0;
    }
}

/* Doot介绍 -------------------------------------------------------------------------------- 结束 */

/* 文化交流  -------------------------------------------------------------------------------- 开始*/
.box8 {
    background-color: #f4f0eb;
}

.box8_info_subtitle {
    margin-bottom: 24px;
}

.box8_info_subtitle span {
    font-weight: 700;
    font-size: 20px;
    color: #482B20;
}

.box8_info_titlebox {
    display: flex;
    align-items: flex-end;
    margin-bottom: 65px;
    justify-content: space-between;
}

.box8_info_titlebox h3 {
    font-weight: 700;
    font-size: 48px;
    color: #482B20;
}

.box8_info_titlebox p {
    font-weight: 400;
    font-size: 16px;
    color: #5C5C5C;
    max-width: 404px;
    margin-left: auto;
    margin-right: 219px;
}

.box8_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px;
}

.box8_item {
    background-color: #EBE5E0;
    padding: 45px 43px 40px 53px;
    cursor: pointer;
    transition: all .3s ease;
}

.box8_item time {
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #5C5C5C;
}

.box8_item h4 {
    margin-bottom: 19px;
    font-weight: 700;
    font-size: 24px;
    color: #482B20;
}

.box8_item p {
    margin-bottom: 73px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #5C5C5C;
}

.box8_item:hover {
    background-color: #5F4C42;
}


.box8_item:hover time {
    color: #fff;
}

.box8_item:hover h4 {
    color: #fff;
}

.box8_item:hover p {
    color: #fff;
}

.box9 {
    background-color: #f4f0eb;
    padding-top: 136px;
    padding-bottom: 126px;
}

.box9_container {
    display: flex;
    justify-content: space-between;
}

.box9_left>span {
    display: block;
    margin-bottom: 24px;
    color: #482B20;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
}

.box9_left h3 {
    font-weight: 700;
    font-size: 48px;
    color: #482B20;
    margin-bottom: 24px;
    line-height: 1.4;
}

.box9_left p {
    font-weight: 600;
    font-size: 20px;
    color: #482B20;
    margin-bottom: 54px;
}

.box9_left p span {
    font-size: 100px;
}

.box9_left p span:last-child {
    margin-right: 37px;
}

.box9_right {
    max-width: 700px;
}

.box9_right_quote h4 {
    font-weight: 700;
    font-size: 40px;
    color: #482B20;
    line-height: 1.4;
    margin-bottom: 38px;
}

.box9_right_main {
    display: flex;
    /* align-items: flex-end; */
    gap: 30px;
    /* margin-bottom: 53px; */
}

.box9_right_hot a img {
    display: block;
    width: 274px;
    height: 188px;
    object-fit: cover;
    object-position: center center;
}

.box9_right_list{
    flex: 1;
}

.box9_right_list a:last-child .box9_right_item {
    margin-bottom: 0;
}

.box9_right_item {
    padding-bottom: 15px;
    border-bottom: 1px solid #D0CAC5;
    margin-bottom: 32px;
}

.box9_right_item time {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #5C5C5C;
}

.box9_right_item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #5C5C5C;
}

.box9_right_others {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.box9_right_others a {
    flex: 1;
}

 .box9_right_other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #D0CAC5;
}

.box9_right_other p{
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #5C5C5C;
}

@media (max-width:1199px) {
    .box8_item:last-child{
        display: none;
    }

    .box9_container{
        flex-direction: column;
        gap: 100px;
    }

    .box9_right{
        max-width: 100%;
    }
}

@media (max-width:1023px) {
    .box8_list{
        gap: 20px;
    }

    .box8_item{
        padding: 40px;
    }

    .box8_item p{
        margin-bottom: 40px;
    }
}


@media (max-width:767px) {
    .box8 .box8_container .box8_list{
        flex-direction: column;
    }

    .box8_info_titlebox h3{
        font-size: 36px;
    }

    .box8_info_titlebox{
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 38px;
    }

    .box8_info_subtitle{
        text-align: center;
    }

    .box8_item{
        padding: 45px 14px 40px;
        text-align: center;
    }

    .box8_item .btn2{
        margin: 0 auto;
    }

    .box8_item time{
        margin-bottom: 6px;
    }

    .box8_item h4{
        margin-bottom: 18px;
    }

    .box9_left{
        text-align: center;
    }

    .box9_left>span{
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 6px;
    }

    .box9_left h3{
        font-size: 36px;
        margin-bottom: 20px;
    }

    .box9_left p{
        text-align: center;
        font-size: 16px;
        margin-bottom: 33px;
    }

    .box9_left p span:last-child{
        margin-right: 0;
    }

    .box9_left p span{
        display: block;
        font-size: 32px;
        margin-bottom: 6px;
    }

    .box9_left .btn2{
        margin: 0 auto;
    }

    .box9{
        padding-top: 70px;
        padding-bottom: 20px;
    }

    .box9_container{
        gap: 33px;
    }

    .box9_right_quote h4{
        font-size: 30px;
        text-align: center;
    }

    .box9_right_main{
        flex-direction: column;
    }

    .box9_right_hot{
        width: 100%;
    }

    .box9_right_hot a img{
        width: 100%;
        height: auto;
    }

    .box9_right_list{
        width: 100%;
    }

    .box9_right_main{
        gap: 20px;
        margin-bottom: 0px;
    }

    .box9_right_item{
        margin-bottom: 20px;
    }

    .box9_right_others{
        flex-direction: column;
        gap: 20px;
    }

    .box9_right_others a{
        width: 100%;
    }

    .box9_right_others a:first-child .box9_right_other{
        border-top: none;
    }

}

/* 文化交流  -------------------------------------------------------------------------------- 结束*/


/* 阿西瓦德介绍 -------------------------------------------------------------------------------- 开始 */
.box10 {
    background-color: #EBE5DE;
    display: flex;
    padding-top: 164px;
    padding-bottom: 107px;
}

.box10 .box10_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box10 .box10_container .box10_left {
    max-width: 580px;

}

.box10 .box10_container .box10_left span {
    display: block;
    margin-bottom: 24px;
    color: #482B20;
    font-weight: 700;
    font-size: 20px;
}

.box10 .box10_container .box10_left h2 {
    margin-bottom: 30px;
    color: #482B20;
    font-weight: 700;
    font-size: 48px;
}

.box10 .box10_container .box10_left p {
    /* margin-bottom: 95px; */
    color: #5C5C5C;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.box10 .box10_container .box10_left p:last-child {
    margin-bottom: 0;
}

.box10 .box10_container .box10_left .btn2 {
    margin-top: 50px;
}

.box10 .box10_container .box10_right {
    display: flex;
    gap: 50px;
    align-items: flex-end;
}

.box10 .box10_container .box10_right .pic_big {
    width: 385px;
    height: 565px;
}

.box10 .box10_container .box10_right .pic_small {
    width: 209px;
    height: 340px;
}

.box10 .box10_container .box10_right img {
    object-fit: cover;
}


@media (max-width:1439px) {

    .box10 .box10_container{
        gap: 50px;
    }
    .box10 .box10_container .box10_right{
        gap: 30px;
    }

    .box10 .box10_container .box10_right .pic_small{
        display: none;
    }
}

@media (max-width:1023px) {
    .box10 .box10_container{
        flex-direction: column;
    }

    .box10 .box10_container .box10_left{
        max-width: none;
    }

    .box10 .box10_container .box10_right .pic_small{
        display: block;
    }

    .box10 .box10_container .box10_right{
        width: 100%;
        gap: 0;
        justify-content: space-between;
    }

    .box10 .box10_container .box10_right .pic_big{
        width: 60%;
        height: auto;
    }
}

@media (max-width:767px) {
    .box10 .box10_container .box10_right .pic_small{
        display: none;
    }

    .box10 .box10_container .box10_right .pic_big{
        width: 100%;
    }

    .box10{
        padding-top: 60px;
        padding-bottom: 64px;
    }

    .box10 .box10_container .box10_left span{
        font-size: 16px;
        text-align: center;
    }

    .box10 .box10_container .box10_left h2{
        font-size: 36px;
        text-align: center;
    }

    .box10 .box10_container .box10_left span{
        margin-bottom: 12px;
    }

    .box10 .box10_container .box10_left h2{
        margin-bottom: 28px;
    }

    .box10 .box10_container .box10_left{
        text-align: center;
    }

    .box10 .box10_container .box10_left .btn2{
       margin: 26px auto 0;
    }

    .box10 .box10_container{
        gap: 38px;
    }
}


.listshop_item_tag{
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 4px 15px;
    background-color: #CF5D2C;
    border-radius: 18px;
}

.listshop_item_tag p{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
}

/* 阿西瓦德介绍 -------------------------------------------------------------------------------- 结束 */