.zdy_news .news_style_1 {
    --pd: 43px;
    margin-top: 14px
}

.zdy_news .news_style_1:nth-child(even) .lll {
    order: 2
}

.zdy_news .news_style_1 .img {
    padding-bottom: 77.9%;
    border-radius: 12px 12px 12px 12px
}

.zdy_news .news_style_1 p {
    color: #666666
}

.flex_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    --l-w: 300px;
    --pd: 60px
}

.flex_main.flex_main2 .lll,
.flex_main.flex_main2 .rrr {
    width: calc(50% - var(--pd) / 2)
}

.flex_main.flex_main3 .lll,
.flex_main.flex_main3 .rrr {
    width: 50%
}

.flex_main .lll,
.flex_main .rrr {
    flex-shrink: 0
}

.flex_main .lll {
    width: var(--l-w)
}

.flex_main .rrr {
    width: calc(100% - var(--l-w) - var(--pd))
}

.com_bodys p {
    margin-top: 20px;
    line-height: 1.6em;
    font-weight: 400
}

.com_bodys p:nth-child {
    margin-top: 0
}

.com_bodys img {
    max-width: 100%
}

.com_bodys a {
    display: inline-block;
    color: var(--color-main);
    font-weight: bold
}

.com_bodys a:hover {
    text-decoration: underline
}

.com_bodys table {
    margin-top: 47px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.com_bodys table th,
.com_bodys table td {
    border: 1px solid #ccc !important;
    text-align: center;

}

.com_bodys table thead tr th {
    padding: 20px 30px
}

.com_bodys table thead tr:nth-child(odd) {
    background: rgba(var(--color-mains), .5)
}

.com_bodys table thead tr:nth-child(odd) th {
    color: #fff
}

.com_bodys table tbody tr:nth-child(even) {
    background: #91abdf
}

.com_bodys table tbody tr:nth-child(even) td {
    color: #333
}

.com_bodys table tbody tr td {
    padding: 20px 30px;
    color: #787878
}

.hover_scale:hover img {
    transform: scale(1.1)
}

.hover_scale,
.hover_scale2 {
    overflow: hidden;
    height: 0;
    position: relative;
    padding-bottom: 1%
}

.hover_scale img,
.hover_scale2 img,
.hover_scale iframe,
.hover_scale2 iframe,
.hover_scale lite-youtube,
.hover_scale2 lite-youtube {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tac {
    text-align: center
}

.cap {
    text-transform: capitalize
}

.upp {
    text-transform: uppercase
}

.column_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.tpl_review_imgs {
    margin-top: 24px
}

.tpl_review_imgs .img {
    padding-bottom: 27.42%
}

.tpl_faq_imgs {
    --pd: 33px;
    --mt: 33px
}

.tpl_faq_imgs .img {
    padding-bottom: 31.9%
}

.tpl_out_bot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 38px
}

.tpl_out_bot .txt_list {
    display: flex;
    flex-direction: column;
    width: 516px;
    width: calc((516 / 14.83) * 1%)
}

.tpl_out_bot .txt_list .item {
    margin-top: 32px
}

.tpl_out_bot .txt_list .item:first-child {
    margin-top: 0
}

.tpl_out_bot .txt_list .item .tit {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 28px
}

.tpl_out_bot .txt_list .item .des {
    margin-top: 9px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px
}

.tpl_out_bot .img {
    width: 445px;
    width: calc((445 / 14.83) * 1%);
    padding-bottom: 39.91%;
    border-radius: 12px
}

.box1_tit {
    position: relative;
    margin-top: 30px;
    padding: 0 0 60px;
}

.box1_tit.ab0 .box1_tit1 {
    position: absolute;
    margin-top: 0
}

.box1_tit.ab1 {
    margin-bottom: 8%
}

.box1_tit.ab1 .box1_tit1 {
    position: absolute;
    margin-top: 8%
}

.box1_tit .box1_tit1 {
    color: #5c3417;
    line-height: 96px;
    margin-top: -8%;
    z-index: 99
}

.box1_tit .img {
    width: 500px;
    padding-bottom: calc((193 / 14.83) * 1%)
}

.box1_tit .img img {
    object-fit: contain
}

.size64 {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 64px;
    color: #ffffff
}

.list_num {
    display: flex;
    flex-wrap: wrap;
    --len: 1
}

.list_num .item {
    margin-left: var(--pd);
    margin-top: var(--mt);
    width: calc(100% / var(--len) - var(--pd) * (var(--len) - 1) / var(--len));
    display: flex;
    flex-direction: column
}

.list_num .title,
.list_num .desc {
    display: block;
    overflow: hidden;
    margin-top: 15px
}

.list_num2 {
    justify-content: space-between;
    --len: 2
}

.list_num2 .item:nth-child(-n + 2) {
    margin-top: 0
}

.list_num2 .item:nth-child(2n + 1) {
    margin-left: 0
}

.list_num3,
.list_num3_ {
    --len: 3
}

.list_num3 .item:nth-child(-n + 3),
.list_num3_ .item:nth-child(-n + 3) {
    margin-top: 0
}

.list_num3 .item:nth-child(3n + 1),
.list_num3_ .item:nth-child(3n + 1) {
    margin-left: 0
}

.list_num4,
.list_num4_ {
    --len: 4
}

.list_num4 .item:nth-child(-n + 4),
.list_num4_ .item:nth-child(-n + 4) {
    margin-top: 0
}

.list_num4 .item:nth-child(4n + 1),
.list_num4_ .item:nth-child(4n + 1) {
    margin-left: 0
}

table {
    margin-top: 20px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

table th,
table td {
    border: 1px solid #ccc !important;
    /* text-align: center */
    width: auto;
}

@media screen and (max-width:1660px) {
    .size64 {
        font-size: 40px;
        line-height: 1.3 !important
    }
}

@media screen and (max-width:1366px) {

    .list_num4,
    .list_num4_ {
        --len: 2
    }

    .list_num4 .item,
    .list_num4_ .item {
        margin-left: var(--pd) !important;
        margin-top: var(--mt) !important
    }

    .list_num4 .item:nth-child(2n + 1),
    .list_num4_ .item:nth-child(2n + 1) {
        margin-left: 0 !important
    }

    .list_num4 .item:nth-child(-n + 2),
    .list_num4_ .item:nth-child(-n + 2) {
        margin-top: 0 !important
    }
}

@media screen and (max-width:950px) {
    .box1_tit {
        padding: 0;
    }

    .zdy_news .news_style_1 {
        margin-top: 0
    }

    .size64 {
        font-size: 24px
    }

    .flex_main .lll,
    .flex_main.flex_main2 .lll,
    .flex_main.flex_main3 .lll,
    .flex_main .rrr,
    .flex_main.flex_main2 .rrr,
    .flex_main.flex_main3 .rrr {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative
    }

    .flex_main .rrr,
    .flex_main.flex_main2 .rrr,
    .flex_main.flex_main3 .rrr {
        margin-top: 30px
    }

    .tpl_review_imgs .img {
        padding-bottom: 70%;
        margin-top: 15px !important
    }

    .tpl_faq_imgs .img {
        padding-bottom: 70%
    }

    .tpl_out_bot {
        flex-direction: column
    }

    .tpl_out_bot .txt_list,
    .tpl_out_bot .img {
        width: 100%
    }

    .tpl_out_bot .img {
        margin-top: 30px;
        padding-bottom: 70%
    }

    .box1_tit .img {
        width: 242px;
        height: 120px
    }

    .box1_tit .box1_tit1 {
        margin: 0;
        position: absolute
    }

    .list_num2,
    .list_num3,
    .list_num3_,
    .list_num4 {
        --len: 1
    }

    .list_num2 .item,
    .list_num3 .item,
    .list_num3_ .item,
    .list_num4 .item {
        width: 100% !important;
        margin: 0 !important;
        margin-top: var(--mt) !important
    }

    .list_num2 .item:nth-child(-n + 2),
    .list_num3 .item:nth-child(-n + 2),
    .list_num3_ .item:nth-child(-n + 2),
    .list_num4 .item:nth-child(-n + 2),
    .list_num2 .item:nth-child(-n + 3),
    .list_num3 .item:nth-child(-n + 3),
    .list_num3_ .item:nth-child(-n + 3),
    .list_num4 .item:nth-child(-n + 3) {
        margin: 0 !important;
        margin-top: var(--mt) !important
    }

    .list_num2 .item:first-child,
    .list_num3 .item:first-child,
    .list_num3_ .item:first-child,
    .list_num4 .item:first-child {
        margin-top: 0 !important
    }
}