body.pillar {
    font-family: "Microsoft JhengHei", sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #fefefe;
    color: #333;
    width: 100%;
    position: relative;
    background: url(../../static/upload/image/20250613/1749794837896737.webp)
              center / cover no-repeat;
    background-attachment: fixed;
}
body.pillar:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.8);
    pointer-events: none;
    z-index: -1;
}
body.pillar .xinring_list_box{
    display: inline-block;
}
body.pillar .footer_asidelink{
    position: absolute;
    right: 10px;
    bottom:5%;
    display: inline-block;
}
body.pillar footer {
    background-color: #222;
    background-image: linear-gradient(to top, #f78ca0 0%, #fe9a8b 100%);
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    height: 65px;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.pillar footer p{
    margin: 10px;
}
body.pillar footer a{
    text-decoration: none;
    color: #fff;
}
body.pillar .nav_banner{
    display: none;
}
body.pillar .nav_banner_page{
    display: block;
}
main.page_txt {
    width: 100%;
    margin: 0px auto 0;
    padding: 0;
}
main.page_txt > .container{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    box-sizing: border-box;
}
main.page_txt h1{
    margin-bottom: 32px;
    color: #795826;
    font-size: 32px;
    font-weight: bold;
    margin: 1em 0;
    padding-left: 50px;
    position: relative;
}
main.page_txt h1::before{
    content: "";
    position: absolute;
    background-color: #795826;
    width: 43px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
main.page_txt h1 a{
    color: #795826;
}
main.page_txt p{
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}
main.page_txt p a{
    color: #333;    
}
main.page_txt h2{
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6;
    background-color: #f75f7b;
    color: #fff;
    padding: 5px 80px 5px 30px;
    margin: 20px 10px;
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 99%, 0 0);
    display: inline-block;
    position: relative;
}
main.page_txt h2::before{
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 2px;
    width: 7px;
    height: 7px;
    background-color: #795826;
    z-index: 2;
}
main.page_txt h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #F6F2EF;
    z-index: 1;
}
main.page_txt .articleBox{
    margin-bottom: 32px;
    padding: 24px;
    background: #F6F2EF;
    border-radius: 12px;
    border-left: 4px solid #795826;
}
main.page_txt .articleBox ul li a{
    color: #795826;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.8rem;
}
main.page_txt ul li a {
    color: #0073e6;
    text-decoration: none;
}
main.page_txt ul li a:hover {
    text-decoration: underline;
}
main.page_txt main.page_txt .item1{
    width: 100%;
    margin: 0px 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(246, 242, 239, 0.7);
}
main.page_txt .item1::before{
    content: "";
    position: absolute;
    display: block;
    background-color: #DAD0C2;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    z-index: 0;
}
main.page_txt .item1 .container{
    max-width: 1150px;
    width: 100%;
    margin: 64px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 5;
}
main.page_txt .item1 .container .left{
    width: 45%;
}
main.page_txt .item1 .container .left img{
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
main.page_txt .item1 .container .right{
    width: 55%;
    padding-left: 50px;
    box-sizing: border-box;
}
main.page_txt .item1 .container .right h1{
    margin: 0 0 1.5rem;
    color: #795826;
    font-size: 2rem;
    font-weight: bold;
}
main.page_txt .item1 .container .right p{
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #333;
}
main.page_txt .item2{
    width: 100%;
    margin: 0px 0;
    overflow: hidden;
}
main.page_txt .item2 .container{
    max-width: 900px;
    width: 100%;
    margin: 50px auto;
}
@media screen and (max-width:1000px) {
    main.page_txt .item1 .container .left{
        width: 100%;
    }
    main.page_txt .item1 .container .right{
        width: 100%;
    }
    main.page_txt {
        padding: 0 20px;
        box-sizing: border-box;
    }
    main.page_txt .item1::before{
        left: -20px;
    }
}

/*原本首頁*/
main.page_txt > .container.index_seo{
    background-color: #fff;
    max-width: none;
}
main.page_txt > .container.index_seo section{
    max-width: 1182px;
    width: 100%;
    margin: 0 auto;
}
main.page_txt .top_bottom {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 0 20px;
}
main.page_txt .link_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 250px;
    height: 63px;
    font-size: 30px;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
}
main.page_txt .module7 .link_bottom a,main.page_txt .link_bottom p {
    color: #fff;
    font-size: 30px;
}
main.page_txt .link_bottom:first-child {
    background-image: linear-gradient(to top, #f75f7b 0%, #f8705b 100%);
}
main.page_txt .link_bottom:nth-child(2) {
    background-image: linear-gradient(to top, #f78ca0 0%, #fe9a8b 100%);
}
main.page_txt .link_bottom:hover {
    transition: 0.5s;
    transform: scale(1.2);
}
main.page_txt .link_bottom a {
    color: #fff;
    text-decoration: underline;
}
main.page_txt .link_bottom p{
    margin: 0;
    padding: 0;
}
main.page_txt .nav_banner .module7 {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin: 0px auto;
    font-family: sans-serif;
}
main.page_txt .nav_banner #newmodulePc {
    padding-top: 0px;
}
main.page_txt .nav_banner .module7 .banner {
    width: 100%;
    text-align: center;
    background-image: url(../static/upload/image/20250613/1749794837896737.webp)!important;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
main.page_txt .nav_banner .module7 .banner:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    z-index: 1;
}
main.page_txt .nav_banner .module7 .banner a{
    display: flex;
}
main.page_txt .nav_banner .module7 .banner img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
main.page_txt .module7 .comT .title {
    position: relative;
    width: 100%;
    padding-top: 60px;
    text-align: center;
}
main.page_txt .module7 .comT .title .line {
    width: 100%;
    height: 1px;
    background-color: #303030;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 0;
}
main.page_txt .module7 .comT .title .t_text {
    display: inline-block;
    background-color: #fff;
    color: #303030;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 5px;
    padding: 5px 10px;
    margin-top: -40px;
    vertical-align: top;
    position: relative;
}
main.page_txt .module7 .comT .title .t_text2 {
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
    color: #303030;
}
main.page_txt .module7 .comT .title h1::before{
    display: none;
}
main.page_txt .module7{
    background-color: transparent;
}
main.page_txt .module7 .goods{
    background-color: transparent;
}
main.page_txt .module7 .goods .g_lists {
    position: relative;
}
main.page_txt .module7 .goods .t_list {
    width: 44%;
    position: relative;
}
main.page_txt .module7 .goods .g_lists .list {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
main.page_txt .about_intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 50px 0px;
}
main.page_txt .about_intro:nth-child(3) {
    flex-direction: row-reverse;
}
main.page_txt .about_img {
    width: 48%;
}
main.page_txt .about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main.page_txt .about_content {
    width: 48%;
}
main.page_txt .about_num {
    font-size: 84px;
    font-weight: 600;
    color: #febbb1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    filter: drop-shadow(2px 4px 2px #c4c4c4);
}
main.page_txt .about_num h2{
    clip-path:none;
    background-color: transparent;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
main.page_txt .about_num > p{
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 84px;
    color: #febbb1;
}
main.page_txt .about_num h2::before, main.page_txt .about_num h2::after{display: none;}
.about_title main.page_txt {
    font-size: 30px;
    font-weight: 600;
    background-color: #febbb1;
    color: #fff;
    padding: 0px 50px 0px 20px;
    margin-left: 10px;
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 99%, 0 0);
    display: inline-block;
}
main.page_txt .about_title h3 {
    font-size: 24px;
    color: #fff;
    line-height: 2;
    margin: 0;
    padding: 0;
}
main.page_txt .about_title h3 a{
    color: #fff;
}
main.page_txt .about_sub p {
    display: inline;
    color: #000;
    font-size: 18px;
}
main.page_txt .about_sub p a{
    color: #000;
    text-decoration: none;
}
main.page_txt .bottom_Box {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}
main.page_txt .bottom_Box h2{
    text-align: center;
    font-size: 22px;
    color: pink;
    margin: 5px;
    padding: 0;
    clip-path:none;
    background-color: transparent;
    display: block;
}
main.page_txt .bottom_Box h2 a{
    color: pink;
}
main.page_txt .bottom_Box h2::before, main.page_txt .bottom_Box h2::after{display: none;}
.bottom_Box h3main.page_txt {
    margin: 0;
    padding: 0;
    line-height: 1.1;
}
main.page_txt .bottom_Box > p{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}
main.page_txt .avoid_lightbox {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #00000065;
    z-index: 99999999;
    display: none;
}
main.page_txt .avoid_light {
    background-color: #FFF;
    position: fixed;
    max-width: 500px;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 25px;
    font-size: 30px;
    text-align: center;
    box-sizing: border-box;
}
main.page_txt .avoid_light_txt p {
    margin: 0;
    padding: 0;
}
main.page_txt .avoid_light_txt p:nth-child(1) {
    color: red;
    font-size: 20px;
}
main.page_txt .avoid_light_txt p:nth-child(2) {
    font-weight: 600;
}
main.page_txt .avoid_light_txt p span {
    font-size: 60px;
    font-weight: 600;
    font-style: italic;
    color: red;
    margin-right: 5px;
}
main.page_txt .avoid_light_txt p span:nth-child(2) {
    font-style: normal;
    font-size: 36px;
    margin-left: 5px;
    color: #000;
}
main.page_txt .avoid_light>span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #333;
    opacity: 0.45;
    transition: 0.3s;
    font-size: 20px;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
    cursor: pointer;
}
main.page_txt .avoid_light_check {
    transition: 0.3s;
}
main.page_txt .avoid_light_check a{
    color: #fff;
}
main.page_txt .avoid_light_check a p {
    background-color: #5a5a5a;
    color: #FFF !important;
    padding: 5px;
    border-radius: 5px;
    margin-top: 20px;
}
main.page_txt .avoid_light_check:last-child a p {
    margin-top: 10px;
    background-image: linear-gradient(to top, #f78ca0 0%, #fe9a8b 100%);
}
main.page_txt .avoid_light>span:hover {
    opacity: 1;
    transition: 0.3s;
}
main.page_txt .avoid_light_check:hover {
    filter: brightness(1.1);
    transition: 0.3s;
}
@media (max-width: 768px) {
    main.page_txt .about_intro {
        flex-direction: column !important;
    }
    main.page_txt .about_img {
        width: 80%;
    }
    main.page_txt .about_content {
        width: 100%;
    }
    main.page_txt .module7 .content .centerPro {
        height: 250px;
        left: 50%;
        top: 55px;
        width: 87%;
    }
    main.page_txt .module7 .content .centerPro img {
        overflow: hidden;
    }
    main.page_txt .module7 .content .rightBanner {
        position: static;
    }
    main.page_txt .module7 .rightBanner .title {
        margin-top: -4px;
        font-size: 24px;
        text-align: center;
    }
    main.page_txt .module7 .rightBanner .title1 {
        font-size: 20px;
    }
    main.page_txt .icon_img {
        width: 80px;
        margin: 15px auto;
    }
    main.page_txt .module7 .bottonsAdd {
        text-align: center;
    }
    main.page_txt .module7 .bottonsAdd a {
        padding: 0 18px;
        font-size: 15px;
        margin-left: 10px;
        height: 40px;
        line-height: 40px;
        margin-right: 3px;
    }
    main.page_txt .posiBanner {
        display: none;
    }
    main.page_txt .module7 .products ul.ulBottom li {
        width: 90%;
        margin-bottom: 10px;
        margin-left: 5%;
        margin-right: 5%;
    }
    main.page_txt .module7 .products ul.ulBottom li p.title_pro {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    main.page_txt .module7 .products ul.ulBottom li .remark,
    main.page_txt .module7 .products ul.ulBottom li .remark1 {
        margin-top: 10px;
        font-size: 12px;
        height: auto;
        overflow: unset;
        line-height: initial;
    }
    main.page_txt .module7 .products ul.ulBottom li .buttons a {
        font-size: 14px;
        margin-bottom: 10px;
        height: 40px;
        line-height: 40px;
    }
    main.page_txt .module7 .products ul.ulBottom li .buttons a:last-child {
        margin-left: 0;
    }
    main.page_txt .module7 .goods {
        padding-bottom: 0;
    }
    main.page_txt .module7 .cases ul {
        margin-top: 25px;
    }
}