@charset "UTF-8";

html body {
    background-color: #faf8f2;
}

.white_nav_top {
    height: max(100px, 5vw);
}

.nei_banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.nei_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, black 0%, transparent 50%);
    opacity: .6;
    z-index: 1;
}


.nei_banner .nei_ban {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: .8;
}

.nei_banner .nei_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
}

.nei_banner .nei_txt .n_ban_tit {
    font-size: max(22px, 1.563vw);
    font-weight: 200;
}

.nei_banner .nei_txt .n_ban_sum {
    font-size: max(40px, 4.167vw);
    line-height: 100%;
    font-weight: 900;
    margin-top: 2%;
}

.company_one {
    background: #faf8f2;
    padding: 6% 0 8%;
}

.company_one .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company_one .left,
.company_one .right {
    width: 48%;
}

.company_one .line {
    width: 100%;
    border-bottom: 1px solid #000;
    opacity: .1;
    margin: 4% 0;
}

.company_one p {
    font-size: max(16px, 0.938vw);
    color: #000;
    opacity: .7;
    font-weight: 300;
    line-height: 167%;
    margin-bottom: 1.5vw;
}

.com_sub {
    text-transform: uppercase;
    color: var(--li);
    font-size: max(16px, 0.938vw);
}

.con_tit {
    font-size: max(42px, 3.125vw);
    color: #000;
    text-transform: uppercase;
    line-height: 100%;
    margin-top: 1vw;
}

.ab_img {
    padding-bottom: 50%;
    width: 94%;
    margin-top: 1vw;
}

.scr_num {
    margin-top: 3vw;
    display: flex;
    flex-direction: column;
}

.scr_num i {
    font-size: max(32px, 2.5vw);
    font-weight: 100;
    text-transform: uppercase;
    color: #000000;
}

.scr_num .counter {
    color: var(--li);
    font-size: max(60px, 6.25vw);
    line-height: 100%;
    font-weight: 900;
}

.company_one img {
    width: 100%;
    vertical-align: top;
}

.company_one .mar_top {
    margin: 3% 0 0;
}

.company_two {
    background: var(--li);
}

.company_two li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company_two li>div {
    width: 50%;
}

.company_two li img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.company_two li:nth-of-type(2n) .left {
    order: 2;
}

.company_two li .nr {
    max-width: max(345px, 26.042vw);
    width: 90%;
    margin: auto;
    color: #fff;
}

.company_two li h2 {
    text-transform: uppercase;
    font-size: max(16px, 0.938vw);
}

.company_two li h3 {
    font-size: max(32px, 2.5vw);
    line-height: 125%;
    margin: 1% 0 5%;
}

.company_two li p {
    font-size: max(16px, 0.938vw);
    font-weight: 300;
    opacity: .7;
}

.company_three {
    background: #faf8f2;
    text-align: center;
    padding: 5% 3%;
}


.company_three h2 {
    text-transform: uppercase;
    font-size: max(16px, 0.938vw);
    color: var(--li);
}

.company_three h3 {
    font-size: max(32px, 2.5vw);
    color: #000;
    line-height: 150%;
}

.honor_swiper {
    margin-top: 3%;
}

.honor_swiper .swiper .swiper-pagination {
    text-align: center;
    transform: none;
    line-height: 0;
    position: static;
    margin-top: 2%;
}

.honor_swiper .swiper .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #aaaaaa;
    border-radius: 50%;
    line-height: 100%;
}

.honor_swiper .swiper .swiper-pagination-bullet-active {
    background: var(--li);
}

.honor_swiper .Limg_con {
    padding-bottom: 70%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2));
}

.honor_swiper p {
    font-size: max(16px, 0.938vw);
    color: #666;
    line-height: 133%;
    margin: 3% auto;
    text-align: center;
    font-weight: 300;
    width: 80%;
}


.H_five .center {
    padding: 5% 0 6%;
}


.H_five ul.news {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
}

.H_five ul.news li {
    width: calc((100% - 3vw) / 3);
    background: #fff;
    padding: 2% 3%;
    border-radius: 10px;
    transition: all .5s ease;
}

.H_five ul.news li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.H_five ul.news li .news_time {
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 300;
    padding-bottom: 5%;
    margin-bottom: 5%;
}

.H_five ul.news li .news_tit {
    font-size: max(20px, 1.25vw);
    color: #000000;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    font-weight: 500;
    line-height: 125%;
    transition: all .5s ease;
    min-height: max(75px, 4.688vw);
}

.H_five ul.news li:hover .news_tit {
    color: var(--li);
}

.H_five ul.news li .news_summ {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    color: #666;
    font-weight: 300;
    line-height: 162%;
    margin: 8% 0 17%;
}

.H_five ul.news li .news_more {
    display: block;
    border-top: 1px solid #e5e5e5;
    text-transform: uppercase;
    color: var(--li);
    padding: 7% 0 0%;
}

.H_five .public_more {
    margin: 0 auto;
}


.news_text_word {
    padding: 5% 0 10%;
}
.news_text_word table td,table th {
    border: 1px solid #ccc;
    padding: 5px;
}

.news_text_word  table {
    border-collapse: collapse;
}
.news_text_word .new_tt {
    font-size: max(24px, 2vw);
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 0.781vw;
    margin-bottom: 0.781vw;
    color: #000;
    line-height: 120%;
}

.news_flex {
    text-align: center;
    font-size: max(14px, 0.833vw);
    color: #999;
    line-height: 200%;
}

.news_flex span {
    display: inline-block;
    margin: 0 0.781vw;
}

.news_word {
    font-size: max(14px, 0.833vw);
    line-height: 200%;
    color: #333;
    font-weight: 300;
    margin-top: 2%;
}

.news_word h2 {
    font-size: max(max(16px, 0.938vw), 1.2vw);
}

.news_word ol,
.news_word ul {
    padding-inline-start: 1.302vw;
}

.news_word li {
    list-style-type: disc;
}

.news_word ol li {
    list-style-type: decimal;
}

.news_word img {
    max-width: 100% !important;
    height: auto !important;
}

div#autoMenu {
    width: auto !important;
}

div#autoMenu .tan_title {
    font-size: max(16px, 1.05vw);
    color: #000;
    line-height: 167%;
    font-weight: bold;
}

div#autoMenu ul {
    border: 1px solid #eee;
    padding: 20px;
    background: #fefefe;
    margin: 10px 0 20px;
}

div#autoMenu li a {
    font-size: max(16px, 0.938vw);
    color: #000;
    line-height: 167%;
}

div#autoMenu li.sub a {
    font-size: max(14px, 0.833vw);
    color: #666;
    padding-left: 1.042vw;
    font-weight: 400;
}

div#autoMenu li {
    margin: 1% 0 5px;
}

div#autoMenu li.sub {
    margin: 0;
} 
/* 产品 */
.bread_crumbs {
    position: absolute;
    left: 0;
    bottom: 2%;
    width: 100%;
    z-index: 2;
}

.bread_crumbs * {
    color: #fff;
}

.bread_cru {
    margin-top: 3%;
}

.bread_cru * {
    color: #000;
}

.prolst_word {
    color: #000;
    margin-bottom: 4%;
}

.pro_bottom {
    padding: 5% 0 6%;
}

ul.product_box {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
}

.pro_morebox .Limg_cov {
    padding-bottom: 120%;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all .5s linear;
}

.pro_morebox:hover img {
    transform: scale(1.05);
}

.pro_morebox p {
    font-size: max(16px, 0.938vw);
    color: #000;
    display: block;
    text-align: center;
    margin: 7% 0;
    line-height: 200%;
}

.pro_morebox:hover p {
    color: var(--li);
}

ul.product_box li {
    width: calc((100% - 6vw) / 3);
}
 
.pro_morebox:hover .Limg_cov {
    border-color: var(--li);
}


.product-details {
    margin-top: 3%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-details .product_swiper {
    width: 50%;
    padding-right: 12%;
    position: relative;
}

.product-details .product_swiper .mySwiper2 {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.product-details .swiper_bottom {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
}

.product-details .product_swiper .Limg_cov {
    padding-bottom: 120%;
}

.product-details .swiper_bottom .Limg_cov {
    background: #fff;
    border: 2px solid #f1f1f1;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.product-details .swiper_bottom .swiper-slide-thumb-active .Limg_cov {
    border-color: var(--li);
}

.prduct_details_right {
    width: 43%;
    position: relative;
}

h1.prod_tit {
    font-size: max(30px, 2.5vw);
    color: #000;
    line-height: 134%;
}

.prod_tabbox {
    font-size: max(16px, 0.938vw);
    color: #666666;
    font-weight: 300;
    line-height: 167%;
    margin: 3% 0;
}

.prod_tabbox h3 {
    color: var(--li);
    font-weight: 500;
}

.prod_detaikls_bottom {
    font-size: max(16px, 0.938vw);
    color: #666666;
    font-weight: 300;
    line-height: 167%;
    margin: 4% 0 0;
    padding: 4% 0 5%;
    border: 1px solid #eee;
    border-style: solid none;
}

.prod_detaikls_bottom h3 {
    color: var(--li);
    font-weight: 500;
}

.prode_tab {
    font-size: max(16px, 0.938vw);
    color: #666666;
    font-weight: 300;
    line-height: 150%;
    margin: 3% 0 5%;
}

.prode_tab+p {
    font-size: max(16px, 0.938vw);
    color: #000;
    font-weight: 300;
    line-height: 150%;
}

.prod_info_slide {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.prod_info_left {
    width: 50%;
    color: #000;
    font-weight: 500;
}

.pagebox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    line-height: 200%;
    font-weight: 300;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pagebox a {
    font-size: max(16px, 0.938vw);
    color: #000;
}

.pagebox a span {
    color: #aaa;
    text-decoration: underline;
}

.pagebox a:hover span {
    color: var(--li);
    text-decoration: underline !important;
}

.proder_footer h2 {
    color: #000;
    font-size: var(--f18);
    margin: 7% 0 2%;
}

.related_yuan {
    text-align: center;
}

.related_yuan span.swiper-pagination-bullet {
    background: #999999;
    opacity: 1;
}

.related_yuan .swiper-pagination-bullet-active {
    background: var(--li) !important;
}


/* 联系我们 */
.contact_box .foot_top {
    display: none;
}

.contact_box .yx_foot {
    padding-top: 0;
}

body.contact_box {
    background: #fff;
}

.contact_box footer.yx_foot .foot_bottom {
    padding: 2% 0;
}

.conbig_box {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.conbig_box .ifram {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 58%;
    width: 100%;
    transform: translateY(-50%);
    z-index: -2;
}

.conbig_box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #faf8f2);
    left: 0;
    top: 0;
    z-index: -1;
}

.conbig_box .tc {
    padding: 8% 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.con_trigg {
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 2%;
    max-width: max(425px, 22.135vw);
}

.con_trigg .fo_sharing {
    border: none;
    margin: 0;
    padding: 0;
}

.con_trigg h2 {
    font-size: max(18px, 1.25vw);
    color: #000000;
    text-transform: uppercase;
}

.con_trigg .con_txt {
    border: 1px solid #e5e5e5;
    border-style: solid none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5vw;
    margin: 5% 0;
    padding: 5% 0;
}

.con_trigg .con_txt p a,
.con_trigg .con_txt p {
    width: 100%;
    margin: 0;
    color: #666;
    font-size: max(16px, 0.938vw);
    font-weight: 300;
}

.message_bigbox {
    max-width: max(680px, 35.417vw);
    width: 60%;
}

.message_bigbox p {
    font-size: max(18px, 1.25vw);
    color: #121212;
    line-height: 134%;
    margin-bottom: 5%;
}

.form_left {
    display: flex;
    gap: 1vw;
}

.input-group {
    width: 100%;
    position: relative;
    margin-bottom: 2vw;
}

.input-group input.form-control {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #d9d8d4;
    height: 50px;
    line-height: 50px;
    font-size: max(16px, 0.938vw);
    font-weight: 300;
    color: #000;
    transition: all .5s ease;
}

.e_textarea-66 .form-control {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #d9d8d4;
    height: 120px;
    line-height: 200%;
    font-size: max(16px, 0.938vw);
    font-weight: 300;
    color: #000;
    transition: all .5s ease;
}


.Message_Form .flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2vw;
    user-select: none;
}

.Message_Form .flex>div {
    width: calc(100% / 2);
    text-align: right;
}


.Message_Form>div .form_left input.form-control {
    width: 100%;
    border: none;
    border-radius: 0;
    height: max(45px, 2.7vw);
    font-size: max(16px, 0.94vw);
    color: #000;
    font-weight: 300;
    background: transparent;
    border-bottom: 1px solid #d5d8db;
}

input.p_imagecode:focus-visible,
input.form-control:focus-visible,
.form-control:focus-visible {
    padding-left: 10px;
    outline: none;
}

.Message_Form .public_more {
    display: inline-block;
}

.Message_Form .e_textarea-67 {
    display: flex;
    border-bottom: 1px solid #d5d8db;
}

.Message_Form .e_textarea-67 input.p_imagecode {
    width: 65%;
    border: none;
    border-radius: 0;
    height: max(45px, 2.7vw);
    font-size: max(16px, 0.94vw);
    color: #333;
    font-weight: 300;
    margin-right: 1%;
    background: transparent;
    transition: all .5s ease;
}

.Message_Form .verbox {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 30%;
}

.Message_Form .verbox img {
    width: 100%;
}

.Message_Form .verbox:after {
    content: '';
    margin-left: 0.781vw;
    background: url(/src/img/Update.png) center/cover no-repeat;
    min-width: 0.781vw;
    height: 0.938vw;
    opacity: .4;
}


/* 优势 */
.adv_one {
    padding: 6% 0;
}

.adv_one .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.adv_one .center h2 {
    color: #000;
    font-size: max(42px, 3.125vw);
    text-transform: uppercase;
    line-height: 100%;
    max-width: max(375px, 26.042vw);
}

.adv_one .center .right {
    width: 43%;
}

.adv_one .center p.info {
    font-size: max(16px, 0.938vw);
    color: #000;
    font-weight: 300;
    opacity: .7;
    max-width: max(515px, 26.823vw);
}

.adv_one .center .scr_n {
    margin-top: 5%;
}

.adv_one .center .scr_n .dut {
    font-size: max(60px, 6.25vw);
    font-weight: 900;
    color: var(--li);
    line-height: 100%;
}

.adv_one .center .scr_n p {
    font-size: max(32px, 2.5vw);
    font-weight: 100;
    line-height: 100%;
    text-transform: uppercase;
}

.adv_two .center {
    padding: 5% 0;
    border: 1px solid #e1dfd9;
    border-style: solid none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.adv_two .center .left {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 43%;
}

.adv_two .center .left img {
    width: calc((100% - 10px) / 2);
}

.adv_two .center .right {
    width: 43%;
}

.adv_two .center .right h2 {
    font-size: max(28px, 1.875vw);
    color: #000;
    line-height: 115%;
}

.adv_two .center .right .info {
    font-size: max(16px, 0.938vw);
    color: #000;
    font-weight: 300;
    opacity: .7;
    margin: 2vw 0 3vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.adv_two .center .right ul.num_scs {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.adv_two .center .right ul.num_scs .counter {
    font-size: max(42px, 3.75vw);
    color: var(--li);
    line-height: 100%;
}

.adv_two .center .right ul.num_scs i {
    color: var(--li);
    font-size: max(22px, 1.563vw);
}

.adv_two .center .right ul.num_scs p {
    font-family: 'Onsite';
    font-weight: 300;
    margin-top: 4%;
}

.adv_two .center .right ul.num_scs:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #000;
    opacity: .1;
    left: 50%;
    top: 0;
}

.adv_three {
    padding: 5% 0;
}

.adv_three .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.adv_three .center .left {
    width: 43%;
    order: 2;
}

.adv_three .center .left img {
    width: 100%;
    vertical-align: revert;
}

.adv_three .center .right {
    width: 43%;
}

.adv_three .center h2 {
    font-size: max(28px, 1.875vw);
    color: #000;
    line-height: 115%;
}

.adv_three .center p {
    font-size: max(16px, 0.938vw);
    color: #000;
    font-weight: 300;
    opacity: .7;
    margin: 2vw 0 4vw;
}

.adv_three .center .fkex-3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4vw;
}

.adv_three .center .fkex-3 span {
    color: var(--li);
    font-size: max(17px, 1.042vw);
    text-transform: uppercase;
    font-weight: 700;
}

.adv_four {
    background: var(--li);
    padding: 8% 0;
}

.adv_four ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5vw;
}

.adv_four ul li {
    width: 40%;
}

.adv_four ul li .img_1 {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adv_four ul li .img_1 img {
    max-width: 100%;
    max-height: 100%;
}

.adv_four ul li h3 {
    font-family: 'DUTCH';
    font-size: max(24px, 2.083vw);
    color: #fff;
    font-weight: 400;
    line-height: 115%;
    margin: 1vw 0;
}

.adv_four ul li .info {
    font-size: max(16px, 0.938vw);
    color: #fff;
    font-weight: 300;
    opacity: .7;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.adv_six {
    padding: 11% 0;
    background: url(/src/img/adv_4.jpg) center center/cover;
    text-align: center;
}

.adv_six h2 {
    color: #fff;
    font-size: max(42px, 3.125vw);
    text-transform: uppercase;
    line-height: 115%;
    margin-bottom: 2%;
}

.adv_six p {
    font-size: max(16px, 0.938vw);
    color: #fff;
    font-weight: 300;
    opacity: .7;
}

@media only screen and (max-width:1480px) {}

@media only screen and (max-width:1140px) {}

@media only screen and (max-width:768px) {
    .nei_banner {
        height: 50vh;
    }

    .H_five ul.news li {
        width: 100%;
        padding: 20px;
    }

    .H_five ul.news li .news_tit {
        font-size: 16px;
        min-height: auto;
    }

    .H_five ul.news li .news_summ {
        margin: 15px 0;
    }

    .nei_banner .nei_txt .n_ban_sum {
        font-size: 32px;
    }

    .company_one {
        background: #faf8f2;
        padding: 50px 0;
    }

    .company_one .center>div {
        width: 100% !important;
    }

    .con_tit {
        font-size: 24px;
    }

    .con_tit br {
        display: none;
    }

    .company_one p {
        font-size: 14px;
        margin: 20px 0 40px;
    }

    .company_two li>div {
        width: 100%;
    }

    .company_two li {
        flex-wrap: wrap;
    }

    .company_two li .nr {
        max-width: 100%;
        width: 94%;
        margin: 20px auto 40px;
    }

    .company_two li:nth-of-type(2n) .left {
        order: 0;
    }

    .company_two li h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    .company_three h3 {
        font-size: 24px;
    }

    .company_three {
        padding: 50px 3%;
    }

    ul.product_box li {
        width: calc((100% - 6vw) / 2);
    }

    ul.product_box {
        gap: 20px;
    }

    ul.product_box li {
        width: calc((100% - 20px) / 2);
    }

    .pro_morebox p {
        font-size: 14px;
    }

    .product-details .product_swiper {
        width: 100%;
        padding-right: 0;
    }

    .product-details .swiper_bottom {
        position: static;
        width: 100%;
        margin-top: 25px;
    }

    .prduct_details_right {
        width: 100%;
        position: relative;
        margin-top: 25px;
    }

    .pagebox {
        position: static;
        margin-top: 25px;
    }

    .adv_one .center h2 {
        font-size: 24px;
        line-height: 120%;
    }

    .adv_one {
        padding: 50px 0;
    }

    .adv_one .center .right {
        width: 100%;
        margin-top: 15px;
    }

    .adv_one .center .scr_n .dut {
        font-size: 45px;
    }

    .adv_one .center .scr_n p {
        font-size: 24px;
    }

    .adv_two .center .left {
        width: 100%;
    }

    .adv_two .center .right {
        width: 100%;
        margin-top: 20px;
    }

    .adv_two .center .right h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .adv_three .center .right {
        width: 100%;
    }

    .adv_three .center .left {
        width: 100%;
        order: 0;
    }

    .adv_three .center h2 {
        font-size: 24px;
        margin: 15px 0;
    }

    .adv_two .center .right .info,
    .adv_three .center p {
        font-size: 14px;
    }

    .adv_three .center .fkex-3 span {
        font-size: 14px;
    }

    .adv_three .center .fkex-3 img {
        max-width: 75px;
    }

    .adv_four ul li {
        width: 100%;
    }

    .adv_three {
        padding-bottom: 50px;
    }

    .adv_four {
        background: var(--li);
        padding: 50px 0;
    }

    .adv_four ul li .img_1 {
        width: 50px;
        height: 50px;
    }

    .adv_four ul li h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    .adv_four ul li .info {
        font-size: 14px;
    }

    .adv_four ul {
        gap: 40px;
    }

    .adv_six h2 {
        font-size: 24px;
    }

    .adv_six p {
        font-size: 14px;
    }

    .adv_six {
        padding: 70px 0;
    }

    .conbig_box .ifram {
        position: static;
        transform: none;
        max-width: 100%;
    }

    .conbig_box:before {
        opacity: 0;
    }

    .con_trigg {
        padding: 20px;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .message_bigbox {
        width: 100%;
    }

    .Message_Form .flex>div {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}