/*购墓流程 开始*/
.tomb_process {
    width: 100%;
    padding: 100px 0;
    background: #f5f5f5;
}

.tomb_process .container .process_wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
}

.tomb_process .container .process_wrapper li {
    background: #FFFFFF;
    box-shadow: 21px 0px 50px 0px rgba(0, 0, 0, 0.2);
    border-radius: 40px 40px 40px 40px;
    overflow: hidden;
    cursor: pointer;
}

.tomb_process .container .process_wrapper li .img {
    overflow: hidden;
}

.tomb_process .container .process_wrapper li .img img {
    transition: 0.5s;
}

.tomb_process .container .process_wrapper li .img:hover img {
    transform: scale(1.15);
}

.tomb_process .container .process_wrapper li .msg {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    height: 100px;
}

.tomb_process .container .process_wrapper li .msg>p {
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    margin-bottom: 10px;
    text-align: center;
    width: 200px;
}

.tomb_process .container .process_wrapper li .msg>img {
    width: 75px;
}

.tomb_process .container .process_wrapper li .msg .count {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.tomb_process .container .process_wrapper li:nth-child(1) {
    order: 1;
}

.tomb_process .container .process_wrapper li:nth-child(2) {
    order: 2;
}

.tomb_process .container .process_wrapper li:nth-child(3) {
    order: 3;
}

.tomb_process .container .process_wrapper li:nth-child(4) {
    order: 4;
}

.tomb_process .container .process_wrapper li:nth-child(5) {
    order: 8;
}

.tomb_process .container .process_wrapper li:nth-child(6) {
    order: 7;
}

.tomb_process .container .process_wrapper li:nth-child(7) {
    order: 6;
}

.tomb_process .container .process_wrapper li:nth-child(8) {
    order: 5;
}

/*购墓流程 结束*/

/*法律法规 开始*/
.rule {
    width: 100%;
    padding: 100px 0;
}

.rule .container .tabbar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
    margin-bottom: 32px;
}

.rule .container .tabbar .tab_item {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 40px 40px 40px 40px;
    padding: 32px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.rule .container .tabbar .tab_item>span {
    font-size: 20px;
    color: #3D3D3D;
    font-weight: 400;
    transition: 0.3s;
    margin-right: 12px;
}

.rule .container .tabbar .tab_item>p {
    font-weight: 400;
    font-size: 18px;
    color: #3D3D3D;
    transition: 0.3s;
}

.rule .container .tabbar .tab_item.active,
.rule .container .tabbar .tab_item:hover {
    background: #1CB85B;
}

.rule .container .tabbar .tab_item.active>span,
.rule .container .tabbar .tab_item.active>p,
.rule .container .tabbar .tab_item:hover>span,
.rule .container .tabbar .tab_item:hover>p {
    color: #fff;
}

.rule .container .corresponding {
    background: #F5F5F5;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
    padding: 40px 50px;
}

.rule .container .corresponding .corresponding_item {
    height: 535px;
    overflow-y: auto;
    display: none;
}

.rule .container .corresponding .corresponding_item:first-child {
    display: block;
}

.rule .container .corresponding .corresponding_item::-webkit-scrollbar {
    width: 2px;
    right: 50px;
}


.rule .container .corresponding .corresponding_item::-webkit-scrollbar-track {
    background: rgba(218, 184, 102, 0.2);
}


.rule .container .corresponding .corresponding_item::-webkit-scrollbar-thumb {
    background: #DAB866;
}

.rule .container .corresponding .corresponding_item .text-content {
    margin-bottom: 30px;
}

.rule .container .corresponding .corresponding_item .text-content:last-child {
    margin-bottom: 0;
}

.rule .container .corresponding .corresponding_item .text-content .title {
    font-weight: bold;
    font-size: 16px;
    color: #3D3D3D;
    margin-bottom: 25px;
}

.rule .container .corresponding .corresponding_item .text-content ul {
    padding-left: 25px;
}

.rule .container .corresponding .corresponding_item .text-content ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.rule .container .corresponding .corresponding_item .text-content ul li:last-child {
    margin-bottom: 0;
}

.rule .container .corresponding .corresponding_item .text-content ul li .label {
    display: flex;
    align-items: center;
    margin-right: 12px;
    flex-shrink: 0;
}

.rule .container .corresponding .corresponding_item .text-content ul li .label span {
    color: #DAB866;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
}

.rule .container .corresponding .corresponding_item .text-content ul li .label p {
    font-weight: bold;
    font-size: 14px;
    color: #3D3D3D;
}

.rule .container .corresponding .corresponding_item .text-content ul li .msg {
    font-weight: 300;
    font-size: 14px;
    color: #3D3D3D;
}

/*法律法规 结束*/



/*园区规定 开始*/
.stipulate {
    width: 100%;
    background: url(../images/stipulatebg.png) no-repeat center/cover;
    padding: 100px 0;
}

.stipulate .container .page_common_title .en {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.stipulate .container .page_common_title .zh-CN {
    color: #fff;
}

.stipulate .container .stipulate_content {
    display: flex;
    justify-content: space-between;

}

.stipulate .container .stipulate_content .left,
.stipulate .container .stipulate_content .right {
    padding: 40px 50px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 40px 40px 40px 40px;
    width: 49.5%;
}

.stipulate .container .stipulate_content .title {
    font-weight: bold;
    font-size: 24px;
    color: #3D3D3D;
    text-align: center;
    margin-bottom: 30px;
}

.stipulate .container .stipulate_content .content {
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 2;
}

/*园区规定 结束*/

@media(max-width:1680px) {

    .tomb_process,
    .rule,
    .stipulate {
        padding: 80px 0;
    }

    .rule .container .tabbar .tab_item {
        padding: 25px 20px;
    }
}

@media(max-width:1440px) {

    .tomb_process,
    .rule,
    .stipulate {
        padding: 60px 0;
    }

    .tomb_process .container .process_wrapper {
        gap: 25px 20px;
    }

    .rule .container .tabbar .tab_item>p {
        font-size: 16px;
    }

    .rule .container .tabbar .tab_item>span {
        font-size: 18px;
    }

    .rule .container .corresponding {
        border-radius: 30px;
        padding: 30px 40px;
    }

    .rule .container .corresponding .corresponding_item .text-content ul {
        padding-left: 20px;
    }

    .stipulate .container .stipulate_content .left,
    .stipulate .container .stipulate_content .right {
        padding: 30px 40px;
    }

    .stipulate .container .stipulate_content .title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media(max-width:1280px) {

    .tomb_process,
    .rule,
    .stipulate {
        padding: 50px 0;
    }

    .tomb_process .container .process_wrapper {
        gap: 15px 15px;
    }

    .tomb_process .container .process_wrapper li .msg>p {
        font-size: 14px;
    }

    .rule .container .tabbar {
        gap: 0 10px;
    }

    .rule .container .tabbar .tab_item {
        padding: 20px 20px;
    }

    .rule .container .tabbar .tab_item>span {
        margin-right: 10px;
    }

    .stipulate .container .stipulate_content .left,
    .stipulate .container .stipulate_content .right {
        padding: 30px 30px;
    }
}

@media(max-width:1024px) {

    .tomb_process,
    .rule,
    .stipulate {
        padding: 40px 0;
    }

    .tomb_process .container .process_wrapper li .msg {
        height: 89px;
    }

    .tomb_process .container .process_wrapper li .msg>p {
        margin-bottom: 5px;
        width: 150px;
    }

    .tomb_process .container .process_wrapper li .msg>img {
        width: 70px;
    }

    .tomb_process .container .process_wrapper li .msg .count {
        bottom: 8px;
        font-size: 14px;
    }

    .rule .container .tabbar {
        margin-bottom: 20px;
    }

    .rule .container .tabbar .tab_item {
        padding: 15px 10px;
    }

    .rule .container .tabbar .tab_item>span {
        font-size: 16px;
        margin-right: 5px;
    }

    .rule .container .tabbar .tab_item>p {
        font-size: 14px;
    }

    .rule .container .corresponding {
        border-radius: 25px;
        padding: 30px 25px;
    }

    .rule .container .corresponding .corresponding_item .text-content .title {
        margin-bottom: 15px;
    }

    .rule .container .corresponding .corresponding_item .text-content ul {
        padding-left: 15px;
    }

    .rule .container .corresponding .corresponding_item .text-content ul li .label span {
        margin-right: 10px;
    }

    .stipulate .container .stipulate_content .left,
    .stipulate .container .stipulate_content .right {
        padding: 20px;
    }

    .stipulate .container .stipulate_content .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .stipulate .container .stipulate_content .content {
        font-size: 14px;
    }
}

@media(max-width:768px) {

    .tomb_process,
    .rule,
    .stipulate {
        padding: 30px 0;
    }

    .tomb_process .container .process_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .tomb_process .container .process_wrapper li:nth-child(5) {
        order: 5;
    }

    .tomb_process .container .process_wrapper li:nth-child(6) {
        order: 6;
    }

    .tomb_process .container .process_wrapper li:nth-child(7) {
        order: 7;
    }

    .tomb_process .container .process_wrapper li:nth-child(8) {
        order: 8;
    }

    .rule .container .tabbar {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .rule .container .corresponding {
        padding: 20px 25px;
    }

    .rule .container .corresponding .corresponding_item {
        height: 480px;
    }

    .rule .container .corresponding .corresponding_item .text-content .title {
        margin-bottom: 10px;
    }

    .stipulate .container .stipulate_content {
        flex-direction: column;
    }

    .stipulate .container .stipulate_content .left,
    .stipulate .container .stipulate_content .right {
        width: 100%;
    }

    .stipulate .container .stipulate_content .left {
        margin-bottom: 20px;
    }
}

@media(max-width:600px) {}

@media(max-width:480px) {
    .tomb_process .container .process_wrapper {
        gap: 10px;
    }

    .tomb_process .container .process_wrapper li .msg {
        height: 76px;
    }

    .tomb_process .container .process_wrapper li .msg>p {
        font-size: 12px;
    }

    .tomb_process .container .process_wrapper li .msg .count {
        bottom: 4px;
    }

    .tomb_process .container .process_wrapper li .msg>img {
        width: 55px;
    }

    .rule .container .corresponding .corresponding_item {
        height: 450px;
    }

    .rule .container .corresponding .corresponding_item .text-content ul {
        padding-left: 0px;
    }

    .rule .container .corresponding .corresponding_item .text-content .title {
        text-align: center;
    }

    .rule .container .corresponding .corresponding_item .text-content ul li {
        flex-direction: column;
    }

    .rule .container .corresponding .corresponding_item .text-content ul li .label {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .rule .container .corresponding .corresponding_item .text-content ul li .msg {
        text-indent: 10px;
        line-height: 1.6;
    }

    .stipulate .container .stipulate_content .content {
        line-height: 1.8;
    }
}

@media(max-width:430px) {
    .tomb_process .container .process_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(max-width:390px) {}