.banner_n{
    width:100%;
    height:500px;
    background:url('/wp-content/uploads/2026/02/solution_banner.webp');
    background-size:cover;
}
.banner_n>div{
    width:86%;
    margin:0 auto;
}
.banner_n>div h2{
    margin:0;
    padding-top:244px;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 75px;
    letter-spacing: 2px;
    color: #FFFFFF;
}
.banner_n>div .banner_line{
    width:100px;
    height:10px;
    background:#00A37A;
}
.crumbs{
    width:100%;
    height:58px;
    border-bottom:1px solid #e5e5e5;
}
.crumbs .crumbs_info{
    width:86%;
    margin:0 auto;
    display:flex;
    flex-direction:row;
}
.crumbs .crumbs_info .crumbs_left{
    width:75%;
    height:58px;
}
.crumbs .crumbs_info .crumbs_right{
    width:25%;
    height:58px;
    display:flex;
    justify-content:flex-end;
}
.crumbs .crumbs_info .crumbs_right .crumbs_content{
    display:flex;
    flex-direction:row;
    width:auto;
    align-items:center;
}
.crumbs .crumbs_info .crumbs_right .crumbs_content img{
    width:22px;
    height:21px;
    margin-right:6px;
    margin-top:-3px;
    objectify-fit:cover;
}
.crumbs .crumbs_info .crumbs_right .crumbs_content .crumb_link{
    cursor:pointer;
    list-style: none;
    border: none;
    font-size: 16px;
    font-family: Arial;
    color: #343434;
}
.crumbs .crumbs_info .crumbs_right .crumbs_content .crumb_link:hover{
    color:#E6830E;
}
.crumbs .crumbs_info .crumbs_right .crumbs_content .osvg{
    width:14px;
    height:14px;
    box-sizing:border-box;
}
.crumbs .crumbs_info .crumbs_right .crumbs_content .osvg svg{
    color:#999;
    border-color:#999;
    fill:#999;
    width:14px;
    height:14px;
}
.curmb_cate{
    overflow:hidden;
}
.curmb_cate>div{
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    height:58px;
}
.curmb_cate .shop_cate{
    font-size:16px;
    font-weight:bold;
    color:#343434;
    position:relative;
    height:58px;
    width:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0 50px;
    cursor:pointer;
    transition: 0.36s;
}
.curmb_cate .shop_cate.active{
    color: #fff;
    background: #00A37A;
    transition: 0.36s;
}
.curmb_cate .shop_cate::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #333;
    left: 0px;
    bottom: 0px;
    z-index: -2;
    transform: translateY(100%);
    transition: 0.36s cubic-bezier(0.68, 0.54, 0.14, 0.96);
}
.curmb_cate .shop_cate::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00A37A;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transform: translateY(100%);
    transition: 0.36s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.26s;
}
.curmb_cate .shop_cate:hover{
    color:#fff;
}
.curmb_cate .shop_cate:hover::before {
    transform: translateY(0);
    animation-delay: 3s;
}
.curmb_cate .shop_cate:hover::after {
    transform: translateY(0);
    animation-delay: 2s;
}
.single_content_bg{
    width:100%;
    height:auto;
}
.single_content_bg .single_content{
    width:80%;
    height:auto;
    margin:0 auto;
    color:#333;
}
.single_content_bg .single_content .single_title{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding: 30px 0;
    line-height: 45px;
}
.single_content_bg .single_content .detail{
    margin-top:10px;
    padding: 0 10%;
    font-size:16px;
    line-height:28px;
    color:#343434;
}
.single_content_bg .single_content .quote{
    width:100%;
    height:50px;
    margin-top:56px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.single_content_bg .single_content .quote>div{
    width:220px;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    border: 2px solid #00A37A;
    color: #00A37A;
    transition: all .5s ease;
    font-size:15px;
    font-weight:bold;
    cursor:pointer;
}
.single_content_bg .single_content .quote>div:hover{
    border-radius: 40px;
    background: #00A37A;
    color: #fff;
}
.post-navigation{
    width:100%;
    display:flex;
    flex-direction:row;
    margin-top:50px;
    margin-bottom:50px;
}
.post-navigation .previous-post{
    width:50%;
    padding: 0 10px 0 80px;
    background: #f4f4f4;
    transition: 0.36s ease 0s;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
    background-image:url('/wp-content/uploads/2025/04/news02.png');
    background-repeat:no-repeat;
    background-position:left center;
}
.post-navigation .previous-post a{
    color:#454545;
}
.post-navigation .previous-post:hover{
    background-color:#00A37A;
    background-image:url('/wp-content/uploads/2025/04/news02H.png');
}
.post-navigation .previous-post:hover a{
    color:#fff;
}
.post-navigation .next-post{
    width:50%;
    background: #eee;
    text-align: right;
    padding: 0 80px 0 20px;
    transition: 0.36s ease 0s;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
    background-image:url('/wp-content/uploads/2025/04/news03.png');
    background-repeat:no-repeat;
    background-position:right center;
    color:#343434;
}
.post-navigation .next-post a{
    color:#343434;
}
.post-navigation .next-post:hover{
    background-color:#00A37A;
    background-image:url('/wp-content/uploads/2025/04/news03H.png');
}
.post-navigation .next-post:hover a{
    color:#fff;
}
.post-navigation a{
    text-decoration:none;
}
.brands_logo{
    display:flex;
    justify-content:space-between;
    width:100%;
    margin-top:100px;
}
.brands_logo .brands_logo_l{
    width:13.4%;
}
.brands_logo img{
    max-width:100%;
}
.brands_logo .brands_logo_r{
    width:83%;
    color:#343434;
    font-size:16px;
    line-height:28px;
}
.advantage{
    width:100%;
    margin-top:100px;
}
.advantage .advantage_title{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    line-height:45px;
    font-size:40px;
    font-weight:bold;
}
.advantage .advantage_content{
    margin-top:56px;
    display:flex;
    flex-direction:row;
}
.advantage .advantage_content .advantage_image{
    width:50%;
    height:100%;
    position:relative;
}
.advantage .advantage_content .advantage_image .send_button{
    position:absolute;
    right:20px;
    bottom:20px;
    width:220px;
    height:50px;
    border: 2px solid #00A37A;
    color: #00A37A;
    display:flex;
    justify-content:center;
    align-items:center;
    transition: all .5s ease;
    font-size: 15px;
    font-weight: bold;
    cursor:pointer;
}
.advantage .advantage_content .advantage_image .send_button:hover{
    border-radius: 40px;
    background: #00A37A;
    color: #fff;
}
.advantage .advantage_content .advantage_image img{
    width:100%;
}
.advantage .advantage_content .advantage_detail{
    width:50%;
    padding:0 0 0 20px;
}
.advantage .advantage_content .advantage_detail h4{
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    margin: 15px 0 12px 0;
    font-weight: bold;
    line-height:1.25;
    color:#343434;
}
.advantage .advantage_content .advantage_detail p{
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    font-family: Arial;
    color: #343434;
    line-height: 28px;
}
.advantage .advantage_content .advantage_detail ul{
    padding-left:20px;
}
.advantage .our_content{
    margin-top:26px;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:40px 20px;
}
.advantage .our_content .our_item{
    width:calc(50% - 10px);
}
.advantage .our_content .our_item .our_image{
    width:100%;
    height:auto;
}
.advantage .our_content .our_item  .our_image img{
    max-width:100%;
}
.advantage .our_content .our_item .our_title{
    width: 100%;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 7px;
    margin-top: 22px;
    color: #000;
    line-height: 1.25;
}
.advantage .our_content .our_item .our_detail{
    line-height: 25px;
    color: #999;
    font-size: 16px;
}
.advantage .our_content .our_item .our_detail ul{
    padding-left:20px;
}


@media screen and (max-width:1024px) {
    .banner_n{
        width:100%;
        height:500px;
        background:url('/wp-content/uploads/2026/02/solution_banner.webp');
        background-size:cover;
    }
    .banner_n>div{
        width:92%;
        margin:0 auto;
    }
    .banner_n>div h2{
        margin:0;
        padding-top:200px;
        font-size: 40px;
        text-transform: uppercase;
        line-height: 60px;
        letter-spacing: 2px;
        color: #FFFFFF;
    }
    .banner_n>div .banner_line{
        width:100px;
        height:10px;
        background:#00A37A;
    }
    .crumbs{
        width:100%;
        height:58px;
        border-bottom:1px solid #e5e5e5;
    }
    .crumbs .crumbs_info{
        width:92%;
        margin:0 auto;
        display:flex;
        flex-direction:row;
    }
    .crumbs .crumbs_info .crumbs_left{
        width:75%;
        height:58px;
    }
    .crumbs .crumbs_info .crumbs_right{
        width:25%;
        height:58px;
        display:flex;
        justify-content:flex-end;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content{
        display:flex;
        flex-direction:row;
        width:auto;
        align-items:center;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content img{
        width:22px;
        height:21px;
        margin-right:6px;
        margin-top:-3px;
        object-fit:cover;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .crumb_link{
        cursor:pointer;
        list-style: none;
        border: none;
        font-size: 16px;
        font-family: Arial;
        color: #343434;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .crumb_link:hover{
        color:#E6830E;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .osvg{
        width:14px;
        height:14px;
        box-sizing:border-box;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .osvg svg{
        color:#999;
        border-color:#999;
        fill:#999;
        width:14px;
        height:14px;
    }
    .curmb_cate{
        overflow:hidden;
    }
    .curmb_cate>div{
        width:100%;
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        height:58px;
    }
    .curmb_cate .shop_cate{
        font-size:16px;
        font-weight:bold;
        color:#343434;
        position:relative;
        height:58px;
        width:auto;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:0 50px;
        cursor:pointer;
        transition: 0.36s;
    }
    .curmb_cate .shop_cate.active{
        color: #fff;
        background: #00A37A;
        transition: 0.36s;
    }
    .curmb_cate .shop_cate::before{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #333;
        left: 0px;
        bottom: 0px;
        z-index: -2;
        transform: translateY(100%);
        transition: 0.36s cubic-bezier(0.68, 0.54, 0.14, 0.96);
    }
    .curmb_cate .shop_cate::after{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #00A37A;
        left: 0px;
        bottom: 0px;
        z-index: -1;
        transform: translateY(100%);
        transition: 0.36s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.26s;
    }
    .curmb_cate .shop_cate:hover{
        color:#fff;
    }
    .curmb_cate .shop_cate:hover::before {
        transform: translateY(0);
        animation-delay: 3s;
    }
    .curmb_cate .shop_cate:hover::after {
        transform: translateY(0);
        animation-delay: 2s;
    }
    .single_content_bg{
        width:100%;
        height:auto;
    }
    .single_content_bg .single_content{
        width:92%;
        height:auto;
        margin:0 auto;
        color:#333;
    }
    .single_content_bg .single_content .single_title{
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        padding: 30px 0;
        line-height: 45px;
    }
    .single_content_bg .single_content .detail{
        margin-top:10px;
        padding: 0 0%;
        font-size:16px;
        line-height:28px;
        color:#343434;
    }
    .single_content_bg .single_content .quote{
        width:100%;
        height:50px;
        margin-top:17px;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .single_content_bg .single_content .quote>div{
        width:220px;
        height:100%;
        display:flex;
        justify-content:center;
        align-items:center;
        border: 2px solid #00A37A;
        color: #00A37A;
        transition: all .5s ease;
        font-size:15px;
        font-weight:bold;
        cursor:pointer;
    }
    .single_content_bg .single_content .quote>div:hover{
        border-radius: 40px;
        background: #00A37A;
        color: #fff;
    }
    .post-navigation{
        width:100%;
        display:flex;
        flex-direction:row;
        margin-top:50px;
        margin-bottom:50px;
    }
    .post-navigation .previous-post{
        width:50%;
        padding: 0 10px 0 80px;
        background: #f4f4f4;
        transition: 0.36s ease 0s;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        font-size: 14px;
        background-image:url('/wp-content/uploads/2025/04/news02.png');
        background-repeat:no-repeat;
        background-position:left center;
    }
    .post-navigation .previous-post a{
        color:#454545;
    }
    .post-navigation .previous-post:hover{
        background-color:#00A37A;
        background-image:url('/wp-content/uploads/2025/04/news02H.png');
    }
    .post-navigation .previous-post:hover a{
        color:#fff;
    }
    .post-navigation .next-post{
        width:50%;
        background: #eee;
        text-align: right;
        padding: 0 80px 0 20px;
        transition: 0.36s ease 0s;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        font-size: 14px;
        background-image:url('/wp-content/uploads/2025/04/news03.png');
        background-repeat:no-repeat;
        background-position:right center;
        color:#343434;
    }
    .post-navigation .next-post a{
        color:#343434;
    }
    .post-navigation .next-post:hover{
        background-color:#00A37A;
        background-image:url('/wp-content/uploads/2025/04/news03H.png');
    }
    .post-navigation .next-post:hover a{
        color:#fff;
    }
    .post-navigation a{
        text-decoration:none;
    }
    .brands_logo{
        display:flex;
        justify-content:space-between;
        width:100%;
        margin-top:100px;
    }
    .brands_logo .brands_logo_l{
        width:13.4%;
    }
    .brands_logo img{
        max-width:100%;
    }
    .brands_logo .brands_logo_r{
        width:83%;
        color:#343434;
        font-size:16px;
        line-height:28px;
    }
    .advantage{
        width:100%;
        margin-top:100px;
    }
    .advantage .advantage_title{
        width:100%;
        display:flex;
        justify-content:center;
        align-items:center;
        line-height:45px;
        font-size:40px;
        font-weight:bold;
    }
    .advantage .advantage_content{
        margin-top:22px;
        display:flex;
        flex-direction:column;
    }
    .advantage .advantage_content .advantage_image{
        width:100%;
        height:100%;
        position:relative;
    }
    .advantage .advantage_content .advantage_image .send_button{
        position:absolute;
        right:20px;
        bottom:20px;
        width:auto;
        padding: 0 20px;
        box-sizing: border-box;
        height:50px;
        border: 2px solid #00A37A;
        color: #00A37A;
        display:flex;
        justify-content:center;
        align-items:center;
        transition: all .5s ease;
        font-size: 15px;
        font-weight: bold;
        cursor:pointer;
    }
    .advantage .advantage_content .advantage_image .send_button:hover{
        border-radius: 40px;
        background: #00A37A;
        color: #fff;
    }
    .advantage .advantage_content .advantage_image img{
        width:100%;
    }
    .advantage .advantage_content .advantage_detail{
        margin-top: 20px;
        width:100%;
        padding:0 0 0 0px;
    }
    .advantage .advantage_content .advantage_detail h4{
        width: 100%;
        overflow: hidden;
        font-size: 20px;
        margin: 15px 0 12px 0;
        font-weight: bold;
        line-height:1.25;
        color:#343434;
    }
    .advantage .advantage_content .advantage_detail p{
        width: 100%;
        overflow: hidden;
        font-size: 16px;
        font-family: Arial;
        color: #343434;
        line-height: 28px;
    }
    .advantage .our_content{
        margin-top:26px;
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        gap:40px 20px;
    }
    .advantage .our_content .our_item{
        width:calc(50% - 10px);
    }
    .advantage .our_content .our_item .our_image{
        width:100%;
        height:auto;
    }
    .advantage .our_content .our_item  .our_image img{
        max-width:100%;
    }
    .advantage .our_content .our_item .our_title{
        width: 100%;
        overflow: hidden;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 7px;
        margin-top: 22px;
        line-height: 1.25;
    }
    .advantage .our_content .our_item .our_detail{
        line-height: 25px;
        color: #999;
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .banner_n{
        width:100%;
        height:450px;
        background:url('/wp-content/uploads/2026/02/solution_banner.webp');
        background-size:cover;
    }
    .banner_n>div{
        width:92%;
        margin:0 auto;
    }
    .banner_n>div h2{
        margin:0;
        padding-top:200px;
        font-size: 30px;
        text-transform: uppercase;
        line-height: 40px;
        letter-spacing: 2px;
        color: #FFFFFF;
    }
    .banner_n>div .banner_line{
        width:120px;
        height:10px;
        background:#00A37A;
    }
    .crumbs{
        width:100%;
        height:58px;
        border-bottom:1px solid #e5e5e5;
    }
    .crumbs .crumbs_info{
        width:92%;
        margin:0 auto;
        display:flex;
        flex-direction:row;
    }
    .crumbs .crumbs_info .crumbs_left{
        width:75%;
        height:58px;
    }
    .crumbs .crumbs_info .crumbs_right{
        width:100%;
        height:58px;
        display:flex;
        justify-content:flex-end;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content{
        display:flex;
        flex-direction:row;
        width:auto;
        align-items:center;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content img{
        width:22px;
        height:21px;
        margin-right:6px;
        margin-top:-3px;
        object-fit:cover;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .crumb_link{
        cursor:pointer;
        list-style: none;
        border: none;
        font-size: 16px;
        font-family: Arial;
        color: #343434;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .crumb_link:hover{
        color:#E6830E;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .osvg{
        width:14px;
        height:14px;
        box-sizing:border-box;
    }
    .crumbs .crumbs_info .crumbs_right .crumbs_content .osvg svg{
        color:#999;
        border-color:#999;
        fill:#999;
        width:14px;
        height:14px;
    }
    .curmb_cate{
        overflow:hidden;
    }
    .curmb_cate>div{
        width:100%;
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        height:58px;
    }
    .curmb_cate .shop_cate{
        font-size:16px;
        font-weight:bold;
        color:#343434;
        position:relative;
        height:58px;
        width:auto;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:0 50px;
        cursor:pointer;
        transition: 0.36s;
    }
    .curmb_cate .shop_cate.active{
        color: #fff;
        background: #00A37A;
        transition: 0.36s;
    }
    .curmb_cate .shop_cate::before{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #333;
        left: 0px;
        bottom: 0px;
        z-index: -2;
        transform: translateY(100%);
        transition: 0.36s cubic-bezier(0.68, 0.54, 0.14, 0.96);
    }
    .curmb_cate .shop_cate::after{
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background: #00A37A;
        left: 0px;
        bottom: 0px;
        z-index: -1;
        transform: translateY(100%);
        transition: 0.36s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.26s;
    }
    .curmb_cate .shop_cate:hover{
        color:#fff;
    }
    .curmb_cate .shop_cate:hover::before {
        transform: translateY(0);
        animation-delay: 3s;
    }
    .curmb_cate .shop_cate:hover::after {
        transform: translateY(0);
        animation-delay: 2s;
    }
    .single_content_bg{
        width:100%;
        height:auto;
    }
    .single_content_bg .single_content{
        width:92%;
        height:auto;
        margin:0 auto;
        color:#333;
    }
    .single_content_bg .single_content .single_title{
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        padding: 15px 0;
        line-height: 40px;
    }
    .single_content_bg .single_content .detail{
        margin-top:10px;
        padding: 0 0%;
        font-size:16px;
        line-height:24px;
        color:#343434;
    }
    .single_content_bg .single_content .quote{
        width:100%;
        height:50px;
        margin-top:17px;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .single_content_bg .single_content .quote>div{
        width:auto;
        padding: 0 20px;
        height:100%;
        display:flex;
        justify-content:center;
        align-items:center;
        border: 2px solid #00A37A;
        color: #00A37A;
        transition: all .5s ease;
        font-size:15px;
        font-weight:bold;
        cursor:pointer;
    }
    .single_content_bg .single_content .quote>div:hover{
        border-radius: 40px;
        background: #00A37A;
        color: #fff;
    }
    .post-navigation{
        width:100%;
        display:flex;
        flex-direction:row;
        margin-top:40px;
        margin-bottom:40px;
    }
    .post-navigation .previous-post{
        width:50%;
        padding: 0 10px 0 80px;
        background: #f4f4f4;
        transition: 0.36s ease 0s;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        font-size: 14px;
        background-image:url('/wp-content/uploads/2025/04/news02.png');
        background-repeat:no-repeat;
        background-position:left center;
    }
    .post-navigation .previous-post a{
        color:#454545;
    }
    .post-navigation .previous-post:hover{
        background-color:#00A37A;
        background-image:url('/wp-content/uploads/2025/04/news02H.png');
    }
    .post-navigation .previous-post:hover a{
        color:#fff;
    }
    .post-navigation .next-post{
        width:50%;
        background: #eee;
        text-align: right;
        padding: 0 80px 0 20px;
        transition: 0.36s ease 0s;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        font-size: 14px;
        background-image:url('/wp-content/uploads/2025/04/news03.png');
        background-repeat:no-repeat;
        background-position:right center;
        color:#343434;
    }
    .post-navigation .next-post a{
        color:#343434;
    }
    .post-navigation .next-post:hover{
        background-color:#00A37A;
        background-image:url('/wp-content/uploads/2025/04/news03H.png');
    }
    .post-navigation .next-post:hover a{
        color:#fff;
    }
    .post-navigation a{
        text-decoration:none;
    }
    .brands_logo{
        display:flex;
        justify-content:space-between;
        width:100%;
        margin-top:100px;
    }
    .brands_logo .brands_logo_l{
        width:13.4%;
    }
    .brands_logo img{
        max-width:100%;
    }
    .brands_logo .brands_logo_r{
        width:83%;
        color:#343434;
        font-size:14px;
        line-height:24px;
    }
    .advantage{
        width:100%;
        margin-top:40px;
    }
    .advantage .advantage_title{
        width:100%;
        display:flex;
        justify-content:center;
        align-items:center;
        line-height:40px;
        font-size:30px;
        font-weight:bold;
    }
    .advantage .advantage_content{
        margin-top:22px;
        display:flex;
        flex-direction:column;
    }
    .advantage .advantage_content .advantage_image{
        width:100%;
        height:100%;
        position:relative;
    }
    .advantage .advantage_content .advantage_image .send_button{
        position:absolute;
        right:20px;
        bottom:20px;
        width:auto;
        padding: 0 20px;
        box-sizing: border-box;
        height:50px;
        border: 2px solid #00A37A;
        color: #00A37A;
        display:flex;
        justify-content:center;
        align-items:center;
        transition: all .5s ease;
        font-size: 15px;
        font-weight: bold;
        cursor:pointer;
    }
    .advantage .advantage_content .advantage_image .send_button:hover{
        border-radius: 40px;
        background: #00A37A;
        color: #fff;
    }
    .advantage .advantage_content .advantage_image img{
        width:100%;
    }
    .advantage .advantage_content .advantage_detail{
        margin-top: 20px;
        width:100%;
        padding:0 0 0 0px;
    }
    .advantage .advantage_content .advantage_detail h4{
        width: 100%;
        overflow: hidden;
        font-size: 20px;
        margin: 15px 0 12px 0;
        font-weight: bold;
        line-height:1.25;
        color:#343434;
    }
    .advantage .advantage_content .advantage_detail p{
        width: 100%;
        overflow: hidden;
        font-size: 16px;
        font-family: Arial;
        color: #343434;
        line-height: 28px;
    }
    .advantage .our_content{
        margin-top:26px;
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        gap:20px 20px;
    }
    .advantage .our_content .our_item{
        width:calc(100% - 10px);
    }
    .advantage .our_content .our_item .our_image{
        width:100%;
        height:auto;
    }
    .advantage .our_content .our_item  .our_image img{
        max-width:100%;
    }
    .advantage .our_content .our_item .our_title{
        width: 100%;
        overflow: hidden;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 7px;
        margin-top: 22px;
        line-height: 1.25;
    }
    .advantage .our_content .our_item .our_detail{
        line-height: 25px;
        color: #999;
        font-size: 16px;
    }
}