    body,
    html {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-family: 微軟正黑體, open sans, sans-serif;
        scroll-behavior: smooth;
    }
    
    body {
        overflow-x: hidden;
    }
    
    ul,
    ol {
        list-style: none;
        padding: 0;
        margin: 0
    }
    
    a,
    a:hover,
    button {
        cursor: pointer;
        text-decoration: none!important;
        transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out
    }
    
    img {
        width: 100%;
        max-width: 100%;
    }
    
    body:not(.user-is-tabbing) button:focus,
    body:not(.user-is-tabbing) input:focus,
    body:not(.user-is-tabbing) select:focus,
    body:not(.user-is-tabbing) textarea:focus {
        outline: none!important
    }
    
    .navbar {
        background: #f6f5f2 !important;
    }
    
    .navbar-collapse {
        flex-grow: inherit !important;
    }
    
    .navbar-brand img {
        width: 10rem;
    }
    
    .navbar-toggler {
        border: none !important;
        outline: none !important;
    }
    
    .nav-link {
        color: #222 !important;
        font-size: .85rem !important;
        font-weight: bold !important;
        padding: 0 1rem !important;
    }
    
    .nav-link.active {
        color: #EFA200 !important;
    }
    
    .nav-link:hover {
        color: #85a57c !important;
    }
    
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    
    .dropdown-menu {
        top: 1.25rem !important;
        font-size: .85rem !important;
        padding: .5rem 0 !important;
        background: #ffffffe0 !important;
        border: none !important;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    }
    
    .dropdown-menu li {
        border-bottom: 3px solid #f7faf000;
    }
    
    .dropdown-menu li:hover {
        border-bottom: 3px solid #fabe00;
    }
    
    .dropdown-menu li a {
        display: block;
        padding: .35rem .5rem!important;
        color: #85a57c !important;
        font-weight: bold !important;
    }
    
    .dropdown-menu li a:hover {
        color: #222 !important;
        background: #fff !important;
    }
    
    .dropdown-toggle:hover::after {
        content: '\f103' !important;
        color: #85a57c !important;
        transition: .35s;
    }
    
    .dropdown-toggle::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: .5rem;
        content: '\f107' !important;
        vertical-align: 1 !important;
        border: 0 !important;
        color: #faaf00 !important;
    }
    
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    
    .slideInDown {
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
    
    @-webkit-keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            visibility: visible;
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    @keyframes slideInDown {
        from {
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            visibility: visible;
        }
        to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    .nav-fixed {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background: #f1efed;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }
    
    header .headerNav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
        padding: .5rem 0;
    }
    
    .darkmask {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        overflow: hidden;
        z-index: 8;
    }
    
    .headerNav nav img.nav-logo,
    .headerNav nav .social-links,
    .headerNav nav .close {
        display: none;
    }
    
    .headerNav nav .close {
        position: absolute;
        top: -15px;
        right: -10px;
        background: #daba95;
        color: #fff;
        border: 2px solid #daba95;
        width: 2rem;
        height: 2rem;
        line-height: 1.7rem;
        font-size: 1rem;
        border-radius: 100%;
        opacity: 1;
    }
    
    .headerNav nav img.nav-logo {
        width: 50% !important;
        margin: 1rem auto;
    }
    
    .headerNav nav .social-links {
        position: relative;
        justify-content: center;
        padding: 3rem 0 0 0;
    }
    
    .headerNav nav .social-links::before {
        position: absolute;
        content: "";
        background: #b09374;
        top: 1.85rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 12vw;
        height: 1px;
    }
    
    .headerNav nav .social-links a {
        border: none;
        padding: .5rem .75rem;
        font-weight: normal;
        font-size: 1.65rem !important;
        text-shadow: inherit !important;
    }
    
    .headerNav nav a.active {
        color: #d4b38c;
    }
    
    .headerNav nav a:hover {
        color: #d4b38c;
        transform: translateY(-3px);
    }
    
    .banner {
        height: 200px;
        overflow: hidden;
    }
    
    main.bgPaper {
        background: url(../images/bg.jpg) repeat top/cover;
    }
    
    main section {
        padding: 0 0 5rem 0;
    }
    
    .content {
        position: relative;
        z-index: 1;
        width: 90%;
        margin: 0 auto;
        padding: 2rem 0;
    }
    
    .readmore {
        display: block;
        padding: .5rem 1rem;
        margin: 1rem 0 0 7rem;
        border-radius: 50px;
        color: #85a57c;
        font-size: .85rem;
        letter-spacing: 1px;
        border: 1px solid #85a57c;
    }
    
    .readmore a {
        color: #85a57c;
    }
    
    .readmore span {
        margin-right: .75rem;
        transition: .3s;
    }
    
    .readmore:hover span,
    .readmore a:hover span {
        color: #85a57c;
        margin-right: 1.25rem;
        transition: .3s;
    }
    
    .readmore i {
        color: #d4b38c;
        transition: .3s;
    }
    
    .readmore:hover i {
        color: #85a57c;
    }
    
    .btn-more {
        display: inline-block;
        text-align: center;
        margin: 3rem auto 0 auto;
        padding: .5rem 2rem;
        color: #85a57c;
        font-weight: 600;
        font-size: 0.85rem;
        letter-spacing: 1px;
        border-radius: 50px;
        border: 1px solid #85a57c;
    }
    
    .btn-more:hover {
        color: #85a57c;
    }
    
    .btn-more i {
        position: relative;
        left: 5px;
        color: #85a57c;
        transition: .3s;
    }
    
    .btn-more:hover i {
        position: relative;
        left: 12px;
        color: #fabe00;
    }
    
    .sectionTit {
        text-align: center;
        margin-bottom: 3rem;
    }
    
    .sectionTit h2 {
        font-size: 1.5rem;
        font-weight: bold;
        color: #222;
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
    }
    
    .sectionTit span {
        font-size: .85rem;
        color: #85a57c;
        margin-top: 0.75rem;
        font-family: inherit;
    }
    
    .sectionTit::after {
        display: block;
        content: '';
        position: relative;
        top: 10px;
        width: 30px;
        height: 4px;
        margin: auto;
        background: linear-gradient(70deg, #fabe00 0%, #facc00 55%, #fabe00 100%);
        border-radius: 50px;
    }
    
    .w-1200 {
        width: 1200px;
        margin: auto;
    }
    
    .w-1000 {
        width: 1000px;
        margin: auto;
    }
    
    .w-800 {
        width: 800px;
        margin: auto;
    }
    
    .breadCrumb {
        font-size: .85rem;
        margin-bottom: 2rem;
    }
    
    .breadCrumb a {
        color: #85a57c;
    }
    
    .breadCrumb a:hover {
        color: #fabe00;
    }
    
    .breadCrumb a::after,
    .breadCrumb span::after {
        content: '．';
        font-size: 1rem;
        color: #85a57c;
        margin-left: 4px;
    }
    
    .breadCrumb span:nth-last-child(1)::after {
        content: none;
    }
    
    .breadCrumb a .fa-home {
        color: #fabe00;
    }
    
    .otherBlock {
        position: relative;
        background: #ffffff;
        padding-top: 3rem;
    }
    /* .otherBlock::before,
.otherBlock::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 19px;
    background-image: url(../images/bg_jagged_w.png?1);
    background-repeat: repeat-x;
} */
    
    .otherBlock::before {
        top: -19px;
    }
    
    .otherBlock::after {
        bottom: -19px;
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    
    .pdInfo {
        text-align: center;
    }
    
    .pdInfoTop {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 600px;
        margin: 0 auto 8rem auto;
    }
    
    .pdInfoTop .pdtop_l {
        position: relative;
    }
    
    .pdInfoTop .pdtop_l img {
        width: 350px;
    }
    
    .pdInfoTop .pdtop_r {
        width: 40%;
        text-align: left;
        padding-left: 5rem;
    }
    
    .pdInfoTop .pdtop_r h3 {
        position: relative;
        font-size: 1.16rem;
        font-weight: bolder;
        padding: 0 0 0 1.5rem;
        margin: 0;
    }
    
    .pdInfoTop .pdtop_r h3::before {
        content: url(../images/pdtop_tit.png);
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .pdInfoTop .pdtop_r .pdContactTxt {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding: 1.5rem;
    }
    
    .chickenparts .ckpoint {
        position: absolute;
        color: #fff;
        font-weight: bold;
        width: 30px;
        height: 30px;
        line-height: 30px;
        opacity: .65;
        background: url('../images/orangpoint.png')top center no-repeat;
        background-size: contain;
        transition: .25s;
    }
    
    .op1 {
        transform: scale(1.2);
        opacity: 1 !important;
    }
    
    .ck1 {
        top: 2%;
        left: 18%;
    }
    
    .ck2 {
        top: 49%;
        left: 10%;
    }
    
    .ck3 {
        top: 50%;
        left: 36%;
    }
    
    .ck4 {
        bottom: 21%;
        left: 40%;
    }
    
    .ck5 {
        top: 29%;
        left: 36%;
    }
    
    .ck6 {
        bottom: 10%;
        left: 42%;
    }
    
    .partslinks {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 350px;
        padding: 0;
        margin: 0;
    }
    
    .partslinks li {
        width: 109px;
        height: 49px;
        background: url('../images/part_bg.png')top center no-repeat;
        filter: brightness(.95);
        transition: .25s;
    }
    
    .partslinks li:hover {
        filter: brightness(1);
    }
    
    .partslinks li a {
        display: block;
        color: #ffffff;
        font-size: 1.16rem;
        font-weight: bold;
        line-height: 50px;
        letter-spacing: 1px;
        padding: 0 0 0 2rem;
        margin: 0;
    }
    
    .partslinks li span {
        position: absolute;
        left: -35px;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
        font-size: .85rem;
        color: #fff;
        background: url('../images/ywpoint.png')top center no-repeat;
        background-size: contain;
    }
    
    .pdContactTxt h4 {
        font-size: 1rem;
        font-weight: bold;
        color: #f67f00;
        margin: 0 0 10px 0;
        padding: 0;
    }
    
    .pdContactTxt p,
    .pdContactTxt .lineid a {
        font-size: .85rem;
        font-weight: bold;
        color: #000000;
        padding: 0;
        margin: 8px 0;
    }
    
    .pdContactTxt p span {
        position: 3px;
        font-size: 1.25rem;
        color: #f67f00;
    }
    
    .pdContactTxt .lineid a i {
        position: relative;
        top: 3px;
        color: #4caf50;
        font-size: 1.25rem;
        font-weight: normal;
        margin-right: 5px;
    }
    
    .pdInfo img.w-1200 {
        display: block;
        margin-bottom: 5rem;
    }
    
    .pdInfo .btn-more {
        margin-bottom: 20rem;
    }
    
    .pd_processing_top {
        display: grid;
        align-items: flex-start;
        grid-template-columns: 30% 70%;
        margin-bottom: 4rem;
    }
    
    .pd_processing_bottom {
        display: grid;
        grid-template-columns: 60% 40%;
    }
    
    .pd_processing_bottom .pdp_img {
        order: 2;
    }
    
    .pd_processing_top .pdp_text {
        text-align: left;
    }
    
    .pd_processing_bottom .pdp_text {
        order: 1;
    }
    
    .pd_processing .pdp_img h2 {
        font-size: 1.65rem;
        margin-bottom: 2rem;
    }
    
    .pd_processing .pdp_text h5 {
        font-size: 1.16rem;
        font-weight: bold;
        color: #85a57c;
        margin: 1.75rem 0 .5rem 0;
    }
    
    .pd_processing .pdp_img {
        padding: 1.25rem;
        width: 95%;
    }
    
    .pd_processing .pdp_text {
        padding: 1.25rem 2rem;
    }
    
    .pd_processing .pdp_img img {
        width: 90%;
    }
    
    .pd_processing .pdp_text h3 {
        font-size: 1.48rem;
        margin-bottom: 1rem;
    }
    
    .pd_processing .pdp_text p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    
    .breed .tabsContent {
        text-align: center;
    }
    
    .breed .breedClass {
        margin-bottom: 2rem;
    }
    
    .breed .breedClass .bc1,
    .breed .breedClass .bc2 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        padding: 1rem 0;
        border-bottom: 1px solid #ccc;
    }
    
    .breed .breedClassTxt {
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: center;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }
    
    .breed .breedClassTxt img {
        text-align: center;
        margin: .5rem auto;
    }
    
    .bcimg100 {
        width: 100%;
        max-width: 800px;
    }
    
    .breed .marktit {
        font-size: 1.25rem;
        font-weight: bold;
        color: #85a57c;
        margin: 0 0 4rem 0;
    }
    
    .breed .marktit i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 1rem;
        color: #ffffff;
        background: #EFA200;
        padding: 5px;
        border-radius: 50px;
    }
    
    .newsTxt {
        text-align: left;
    }
    
    ul.newsList {
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }
    
    ul.newsList li {
        position: relative;
        display: grid;
        grid-template-columns: 30% 1fr 6%;
        margin-bottom: 2rem;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .25);
    }
    
    ul.newsList li .nlImg {
        position: relative;
    }
    
    ul.newsList li .nlImg img {
        transform: translateX(0) translateY(0) scale(1);
        max-width: 100%;
        width: 100%;
        transition: .4s;
    }
    
    ul.newsList li .nlImg a:hover img {
        filter: blur(2px);
        transform: translateX(0) translateY(0) scale(1.01);
    }
    
    ul.newsList li .nlTxr {
        padding: 1.25rem 0 1.25rem 1.5rem;
        box-sizing: border-box;
        background: url(../images/bg.png);
    }
    
    ul.newsList li .nlTxr span.date {
        display: block;
        font-size: .95rem;
        color: #aa9d86;
        font-family: monospace;
    }
    
    ul.newsList li .nlTxr h3 {
        position: relative;
        margin: .25rem 0 2rem 0;
        padding: 0;
        font-size: 1.16em;
    }
    
    ul.newsList li .nlTxr h3::after {
        content: '';
        position: absolute;
        bottom: -1rem;
        left: 0;
        background: #85a57c3a;
        width: 30px;
        height: 1px;
    }
    
    ul.newsList li .nlTxr h3 a {
        color: #85a57c;
        transition: .3s;
    }
    
    ul.newsList li .nlTxr h3 a:hover {
        color: #ff6700;
    }
    
    ul.newsList li .nlTxr p {
        color: #777777;
        font-size: .95rem;
        margin: .5rem 0;
        width: 70%;
        line-height: 1.5;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
    }
    
    ul.newsList li .btn-more {
        position: absolute;
        bottom: 1.5rem;
        right: 1.5rem;
        color: #85a57c;
        transition: .4s;
        margin: .5rem 0 0 2rem;
        padding: .65rem 1.25rem;
        font-size: 0.8rem;
        border: 1px solid #85a57c;
    }
    
    ul.newsList li .btn-more:hover {
        filter: brightness(1.1);
    }
    
    .newsDetail .btn-more {
        display: table;
    }
    
    .newsDetail .btn-more i {
        margin-right: 3px;
    }
    
    .newsDetail .btn-more:hover i {
        position: relative;
        left: -12px;
        color: #EFA200;
    }
    /* 
ul.newsList li {
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

ul.newsList>li>a {
    display: flex;
    align-items: flex-start;
}

.newsList li a img {
    width: 220px;
    padding: 7px;
    margin-right: 1rem;
    border: 1px solid #eee;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    filter: brightness(.95);
    transition: .3s;
}

.newsList li a span.date {
    display: block;
    font-size: .75rem;
    color: #aa9d86;
    font-family: monospace;
}

.newsList li a h3 {
    color: #85a57c;
    font-size: 1.16rem;
    margin: .25rem 0;
    padding: 0;
    transition: .3s;
}

.newsList li a p {
    color: #888888;
    font-size: .85rem;
    margin: .5rem 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.newsList li a:hover h3 {
    color: #ff6700;
} */
    
    .aboutBox {
        margin-bottom: 8rem;
    }
    
    .ab_2col {
        display: flex;
        align-items: center;
        width: 80%;
        margin: 0 auto;
    }
    
    .ab_2col .abImg {
        width: 50%;
        margin: 0 2rem;
        border-radius: 6px;
    }
    
    .ab_2col .abTxt {
        width: 50%;
        text-align: left;
    }
    
    .ab_grid {
        display: flex;
        align-items: baseline;
        justify-content: center;
        margin: 0 auto 5rem auto;
        width: 90%;
    }
    
    .ab_grid .aboutBox {
        width: 50%;
        margin: 0 3rem;
    }
    
    .ab_grid .abImg {
        display: block;
        margin: 0 auto 1rem auto;
        border-radius: 6px;
    }
    
    .ab_grid .abTxt {
        text-align: left;
    }
    
    .abTxt h3 {
        font-size: 1.45rem;
    }
    
    .abTxt h4 {
        color: #85a57c;
        font-weight: bold;
        font-size: 1rem;
        margin: 0;
    }
    
    .ab_grid .abTxt ul {
        margin: 0;
        padding: 0;
    }
    
    .ab_grid .abTxt ul li {
        display: grid;
        grid-template-columns: 4rem 1fr;
        margin-bottom: 1rem;
    }
    
    .ab_grid .abTxt ul li img {
        width: 70%;
    }
    
    .aboutBrands ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
        margin: 0 auto;
    }
    
    .aboutBrands ul li {
        margin: 1rem;
        width: calc(100% / 3 - 2rem);
        text-align: center;
    }
    
    .aboutBrands ul li img {
        max-width: 200px;
    }
    
    .aboutBrands ul li h3 {
        position: relative;
        font-size: 1.16rem;
        font-weight: bold;
        margin: .75rem auto;
    }
    
    .aboutBrands ul li h3::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        width: 1rem;
        height: 3px;
        background: #fabe00;
    }
    
    .newsContent {
        text-align: left;
        color: #333333;
        line-height: 1.75;
    }
    
    .aboutBox .featureBox {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: space-between;
        width: 70%;
        margin: auto;
        padding-bottom: 2rem;
    }
    
    .aboutBox .feature-item {
        text-align: center;
    }
    
    .aboutBox .feature-item img {
        width: 100px;
    }
    
    .aboutBox .feature-item h5 {
        display: block;
        font-size: .9rem;
        font-weight: bold;
        margin-top: 8px;
        padding: 0;
        color: #555;
        letter-spacing: 1px;
    }
    
    .aboutBox .feature-item p {
        display: block;
        width: 170px;
        font-size: .85rem;
        margin-top: 8px;
        color: #85a57c;
    }
    
    .articleList {
        display: flex;
        flex-wrap: wrap;
        justify-self: center;
        width: 90%;
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .articleList .al-item {
        display: block;
        margin: 1rem 1rem 2rem 1rem;
        text-align: center;
    }
    
    .articleList .al-item.circle a {
        position: relative;
        display: block;
        width: 12rem;
        height: 12rem;
        margin: auto;
        border-radius: 100%;
        overflow: hidden;
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .5);
    }
    
    .articleList .al-item a:hover {
        box-shadow: 0 0 0 5px #EFA200;
    }
    
    .articleList .al-item a .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 13rem;
        font-size: .9rem;
        font-weight: bold;
        line-height: 1.75;
        letter-spacing: 1px;
        text-align: center;
        color: #dddddd;
        opacity: 0;
        background: rgba(0, 0, 0, .7);
        transition: .5s;
        z-index: 88;
    }
    
    .articleList .al-item a:hover .mask {
        opacity: 1;
        transition: .5s;
    }
    
    .articleList .al-item a .mask .readmore {
        position: relative;
        display: block;
        padding: 0;
        border-radius: 50px;
        color: #EFA200;
        font-size: .85rem;
        letter-spacing: 1px;
        border: none;
        margin: 6rem 0 0 0;
    }
    
    .articleList .al-item a img {
        position: absolute;
        top: 0;
        left: -70%;
        width: 240%;
        max-width: inherit;
        z-index: 9;
        filter: blur(0);
        transform: scale(1);
        transition: 4s;
    }
    
    .articleList .al-item a:hover img {
        filter: blur(2px);
        transform: scale(1.01);
    }
    
    .articleList .al-item .al-txt {
        margin: 1rem 0 0 0;
    }
    
    .articleList .al-item .al-txt h4 {
        font-size: 1rem;
        margin: 0 0 .25rem 0;
        padding: 0;
        color: #85a57c;
    }
    
    .articleList .al-item .al-txt p {
        font-size: 0.85rem;
        margin: 0;
        padding: 0;
        color: #aa9d86;
    }
    
    .recipeImg {
        position: relative;
        margin: 3rem auto;
    }
    
    .recipeImg img {
        padding: 7px;
        border: 1px solid #eee;
        box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, .2);
        background: #ffffff;
    }
    
    .recipeImg .part {
        position: absolute;
        right: -2rem;
        bottom: -2rem;
        width: 12rem;
        height: 12rem;
        border-radius: 100%;
        overflow: hidden;
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .5);
    }
    
    .recipeImg .part img {
        position: relative;
        top: -5%;
        left: -27%;
        width: 150%;
        max-width: inherit;
    }
    
    .recipe {
        text-align: center;
    }
    
    .recipeBox {
        display: flex;
        justify-content: space-between;
    }
    
    .recipeBox h4 {
        font-size: 1.16rem;
        color: #85a57c;
    }
    
    .recipeBox .ingredient {
        width: 40%;
    }
    
    .ingredient ul li {
        font-size: .9rem;
        text-align: left;
        padding: .75rem 0;
    }
    
    .ingredient ul li span {
        position: relative;
        display: inline-block;
        width: 100px;
        text-align: right;
        margin-right: 6rem;
    }
    
    .ingredient ul li span::after {
        content: '';
        position: absolute;
        bottom: 8px;
        left: 115px;
        width: 70px;
        height: 1px;
        background: #85a57c3a;
    }
    
    .recipeBox .method {
        width: 55%;
    }
    
    .recipeBox .method ul {
        list-style: decimal;
        margin: 0 0 0 2rem;
        text-align: left;
    }
    
    .recipeBox .method ul li {
        padding: .75rem 1rem;
        color: #333333;
    }
    
    .contact {
        text-align: center;
    }
    
    .contactInfo {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
        margin: auto;
    }
    
    .contactInfo a:hover {
        filter: brightness(1.1);
    }
    
    .contactInfo .ciL {
        display: flex;
        align-items: flex-start;
        position: relative;
        padding: 0 2rem 0 0;
        margin-right: 5rem;
        text-align: center;
    }
    
    .contactInfo .ciL a {
        display: block;
        text-align: center;
        margin: 0 1rem;
    }
    
    .contactInfo .ciL i {
        font-size: 2.65rem;
        text-align: center;
        margin: .5rem;
    }
    
    .contactInfo .ciL::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -5%;
        transform: translateY(-50%);
        background: #85a57c3a;
        width: .5px;
        height: 50px;
    }
    
    .contactInfo .ciL img {
        width: 3rem;
        margin-top: .5rem;
    }
    
    .contactInfo .ciL span {
        display: block;
        font-size: .75rem;
        color: #222;
    }
    
    .contactInfo .ciR {
        color: #666;
    }
    
    .contactInfo .ciR a {
        color: #666;
    }
    
    .contactInfo .ciR i {
        color: #85a57c;
        margin-right: 5px;
    }
    
    .contactInfo .ciL i {
        color: #35b321;
        margin-right: 5px;
    }
    
    .contact iframe {
        width: 80%;
        height: 400px;
        margin: 1rem auto;
        background: #ffffff;
        padding: 8px;
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .5);
    }
    
    .faq .tabsNav {
        margin: 0 auto 1rem auto !important;
        text-align: center;
        border: none !important;
        justify-content: center;
    }
    
    .faq .tabsNav .nav-link {
        font-size: 1rem !important;
        letter-spacing: 1px;
        font-weight: bold;
        color: #888;
        text-align: center;
        cursor: pointer;
        transition: .5s;
        border: none !important;
        border-right: 1px solid #d4b38c48 !important;
    }
    
    .faq .tabsNav .nav-link:hover {
        transform: translateY(-3px);
        transition: .5s;
    }
    
    .faq .tab-content {
        width: 90%;
        max-width: 800px;
        margin: 2rem auto;
    }
    
    .faq .card {
        border-radius: 0;
        border: none;
        border-bottom: 1px;
        background: transparent;
    }
    
    .faq .card .card-header {
        border: none;
        padding: 5px;
        background: transparent;
    }
    
    .faq .card .card-header .orderQ {
        color: #504a3e;
        margin: 0;
        padding: .75rem;
        font-size: 1rem;
        line-height: 1.5;
        text-align: left;
        background: transparent;
        border-bottom: 1px solid #eeebe6;
    }
    
    .faq .card .card-header .orderQ:hover {
        color: #85a57c;
        transition: .3s;
    }
    
    .faq .card .card-body {
        text-align: left;
        padding: 1rem 3rem;
        line-height: 1.75;
        color: #504a3e;
    }
    
    .faq .card .card-body ul {
        list-style: disc;
    }
    
    .faq .card .card-body a {
        color: #85a57c;
    }
    
    .faq .card .card-body a:hover {
        color: #EFA200;
    }
    
    .faq .card .card-header h2::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: .85rem;
        content: "\2b";
        color: #EFA200;
        margin-right: 5px;
    }
    
    .faq .cartsteps {
        text-align: center;
        margin: 4rem 0;
    }
    
    .faq .cartsteps p {
        font-weight: bold;
    }
    
    .faq .cartsteps img {
        width: 90%;
        max-width: 400px;
        margin-bottom: 3rem;
        border-radius: 8px;
        box-shadow: 1px 3px 8px rgba(0, 0, 0, .2);
    }
    
    ul.pdlist {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto 3rem auto;
        padding: 0;
    }
    
    ul.pdlist.center {
        justify-content: center !important;
    }
    
    ul.pdlist li {
        width: calc(100% / 5 - 1rem);
        margin: .5rem;
    }
    
    ul.pdlist li img {
        width: 100%;
        max-width: 100%;
        border-radius: 8px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    }
    
    ul.pdlist li p {
        color: #504a3e;
        margin: .25rem auto;
        font-size: .95rem;
    }
    
    footer {
        position: relative;
        padding-top: 1.75rem;
        color: #dddddd;
        background: url(../images/bg.jpg);
        background-size: contain;
    }
    /* footer::before {
    content: '';
    position: absolute;
    top: -19px;
    left: 0;
    width: 100%;
    height: 19px;
    background-image: url(../images/bg_jagged_gray.png);
    background-repeat: repeat-x;
    z-index: 5;
} */
    
    footer .bottomNav {
        width: 50%;
        margin: 0 auto 1rem auto;
        padding: .75rem 0;
        text-align: center;
        border-bottom: 1px solid #ffffff34;
    }
    
    footer .bottomNav a {
        font-size: 0.85rem;
        font-weight: bold;
        letter-spacing: 1px;
        color: #85a57c;
        margin: 0 .25rem;
    }
    
    footer .bottomNav a:hover {
        color: #85a57c;
    }
    
    footer .bottomNav a::after {
        content: '．';
        color: #d4b38c;
        margin-left: 16px;
    }
    
    footer .bottomNav a:nth-last-child(1)::after {
        content: '';
    }
    
    footer .infomation {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: .5rem 0;
    }
    
    footer .infomation .i_L {
        text-align: center;
        margin-right: 1rem;
    }
    
    footer .infomation h1 {
        width: 180px;
        margin: 0 0 .25rem 0;
    }
    
    footer .infomation .i_L h1 img {
        max-width: 100%;
        width: auto;
        margin: 0 0 .75rem .85rem;
    }
    
    footer .social-links {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 0 1rem;
    }
    
    footer .social-links a {
        display: inline-block;
        margin: 0 .75rem;
    }
    
    footer .social-links a i {
        font-size: 2rem;
        color: #35b321;
    }
    
    footer .social-links a:hover i {
        color: #fabe00;
        transition: .3s;
    }
    
    footer .social-links a img {
        width: 2rem;
    }
    
    footer .infomation p {
        padding: 0;
        margin: 0 0 5px 0;
        font-size: 0.85rem;
        color: #827b6f;
    }
    
    footer .infomation p i {
        margin-right: 10px;
        color: #85a57c;
    }
    
    footer .copyright {
        text-align: center;
        font-size: 0.75rem;
        font-weight: bold;
        padding: 1rem 0;
        color: #827b6f;
    }
    
    footer .copyright a {
        color: #827b6f;
    }
    
    #back-to-top {
        position: fixed;
        bottom: 1.5rem;
        right: 1.25rem;
        z-index: 9999;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.8rem;
        text-align: center;
        background: #85a57c6b;
        color: #ffffff;
        cursor: pointer;
        border-radius: 50%;
        text-decoration: none;
        transition: .2s;
        opacity: 0;
    }
    
    #back-to-top i {
        position: relative;
        top: -2px;
        font-size: 1rem
    }
    
    #back-to-top:hover {
        background: #85a57cda;
        transition: .2s ease-out;
    }
    
    #back-to-top.show {
        opacity: 1
    }
    
    .asidetool {
        position: fixed;
        right: 1.25rem;
        z-index: 9999;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        text-align: center;
        background: #85a57c6b;
        color: #ffffff;
        cursor: pointer;
        border-radius: 50%;
        transition: .2s;
    }
    
    .asidetool:hover {
        transform: translateY(-4px);
    }
    
    .asidetool.phone {
        bottom: 5rem;
        background: #fabe00;
    }
    
    .asidetool.line {
        bottom: 8.5rem;
        background: #35b321;
    }
    
    @media(max-width:1440px) {
        .wrapTop header .headerNav {
            width: 96%;
        }
        .articleList .al-item.circle {
            width: 20%;
        }
        ul.newsList li {
            height: 350px;
        }
        ul.newsList li .nlTxr h3 {
            margin: 0.25rem 0 3rem 0;
            font-size: 1.25rem;
        }
        ul.newsList li .nlTxr h3::after {
            bottom: -2rem;
        }
        .faq .tabsNav {
            width: 80%;
        }
        .w-1200 {
            width: 90%;
        }
        .articleList {
            max-width: 1200px;
        }
        footer .bottomNav {
            width: 50%;
        }
        .headerNav nav a {
            margin: 0 .25rem;
        }
    }
    
    @media(max-width:1025px) {
        body,
        html {
            font-size: 20px !important
        }
        .w-1200,
        .w-1000,
        .w-800 {
            width: 94%;
        }
        .mobileNavBtn {
            display: block;
        }
        .navbar>.container-fluid {
            padding: 0 !important;
        }
        .navbar-brand {
            margin-left: .5rem;
        }
        .navbar-toggler {
            margin-right: .5rem;
        }
        .nav-link {
            font-size: 1.16rem !important;
            padding: .75rem 1rem !important;
        }
        .dropdown-menu {
            font-size: 1.05rem !important;
            background: #ece9e2 !important;
            border-radius: 0 !important;
            padding: .25rem 0 .25rem 1rem !important;
            box-shadow: none !important;
        }
        .dropdown-menu li a {
            padding: .5rem 1rem !important;
            border-bottom: 1px dashed rgba(0, 0, 0, .2) !important;
        }
        .dropdown-menu li:nth-last-child(1) a {
            border-bottom: none !important;
        }
        .dropdown-menu li:hover {
            border-bottom: 1px dashed rgba(0, 0, 0, .2) !important;
        }
        .dropdown-menu li a:hover {
            color: #222 !important;
            background: #ece9e2 !important;
        }
        main section {
            padding: 0 0 3rem 0;
        }
        .content {
            padding: 0;
        }
        .contact {
            min-height: 600px;
        }
        .sectionTit {
            margin-bottom: 2rem;
        }
        .banner:not(.homeBanner) img {
            position: absolute;
            max-width: inherit;
            width: 150%;
            left: 0;
            transform: translateX(-25%);
        }
        .recipeBox {
            display: block;
        }
        .recipeBox .ingredient {
            width: 100%;
            margin-bottom: 2rem;
        }
        .recipeBox .method {
            width: 100%;
        }
        .recipeBox .method ul {
            display: table;
            text-align: left;
            margin: auto;
        }
        .breed .tabsContent img {
            width: 100%;
            max-width: 500px;
        }
        .pdInfo .btn-more {
            margin-bottom: 10rem;
        }
        .btn-more {
            margin: 2rem auto 0 auto;
        }
        .btn-more::before {
            bottom: 2rem;
        }
        footer .bottomNav {
            width: 100%;
        }
        /* footer::before {
        top: 0;
    } */
        .breadCrumb {
            font-size: 1rem;
            margin-top: 1rem;
            margin-bottom: 2rem;
        }
        .faq .tabsNav {
            width: 100%;
            margin-bottom: .5rem;
        }
        .tabsContent {
            margin-top: 3rem;
        }
        .faq .tabsNav .tabmenu::after {
            padding: 0 20px;
        }
        .articleList .al-item.circle {
            width: 26%;
            margin: 1rem;
        }
        .articleList .al-item .al-txt h4 {
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
        }
        .articleList .al-item.circle a {
            width: 8rem;
            height: 8rem;
        }
        .articleList .al-item a:hover {
            box-shadow: 0 0 0 4px #EFA200;
        }
        .articleList .al-item a .mask {
            height: 8rem;
        }
        .articleList .al-item a .mask .readmore {
            display: none;
        }
        .recipeImg .part {
            width: 10rem;
            height: 10rem;
        }
        .contactInfo {
            margin: 2rem auto;
        }
        .contactInfo .ciL {
            width: 50%;
            padding: 0 1rem;
            margin-right: 2rem;
            justify-content: end;
        }
        .contactInfo .ciL a {
            margin: .5rem 1rem;
        }
        .contactInfo .ciL::after {
            height: 100px;
        }
        .contactInfo .ciR {
            width: 60%;
        }
        .contact iframe {
            width: 80%;
            height: 300px;
        }
        ul.newsList {
            width: 100%;
        }
        ul.newsList li {
            position: relative;
            height: inherit;
            grid-template-columns: 40% 1fr;
            margin-bottom: 1.5rem;
        }
        ul.newsList li .nlTxr {
            padding: .75rem .5rem 0 1rem;
        }
        ul.newsList li .nlTxr h3 {
            margin: .25rem 0 .5rem 0;
            font-size: 1rem;
        }
        ul.newsList li .nlTxr h3::after {
            content: none;
        }
        ul.newsList li .nlTxr p {
            font-size: .85rem;
            margin: .25rem 0;
            width: 95%;
            line-height: 1.5;
        }
        ul.newsList li .btn-more {
            display: none;
        }
        .pdInfoTop {
            width: 100%;
            margin: 0 auto 4rem auto;
        }
        .partslinks li {
            width: 125px;
        }
        ul.pdlist {
            width: 100%;
        }
        ul.pdlist li {
            width: calc(100% / 3 - 1rem);
        }
        footer {
            padding-top: 1rem;
        }
        .otherBlock {
            padding-top: 0;
        }
        .pd_processing_top {
            display: block;
            margin-bottom: 4rem;
        }
        .pd_processing_bottom {
            display: block;
        }
        .pd_processing .pdp_text {
            padding: 1.25rem;
            text-align: center;
        }
        .faq .tabsContent {
            width: 96% !important;
        }
        .ab_2col {
            display: block !important;
            width: 100%;
            text-align: center;
        }
        .ab_2col .abImg {
            width: 85%;
            margin: 1rem auto;
        }
        .ab_2col .abTxt {
            display: table;
            width: 85%;
            margin: 0 auto;
        }
        .ab_grid {
            width: 100%;
        }
        .ab_grid .aboutBox {
            margin: 0 1rem;
        }
        .aboutBrands ul li {
            width: calc(100% / 3 - 3rem);
        }
        .asidetool {
            font-size: 1.5rem;
            right: 1.25rem;
            width: 3rem;
            height: 3rem;
            line-height: 3rem;
        }
        .asidetool.phone {
            bottom: 6rem;
        }
        .asidetool.line {
            bottom: 10rem;
        }
        #back-to-top {
            font-size: 1.5rem;
            bottom: 2rem;
            right: 1.25rem;
            width: 3rem;
            height: 3rem;
            line-height: 3rem;
        }
    }
    
    @media(max-width:821px) {
        .sectionTit h2 {
            font-size: 1.45rem;
        }
        ul.newsList li {
            display: block;
            height: 100%;
            overflow: visible;
        }
        ul.newsList li .nlImg {
            position: inherit;
            width: 100%;
            height: inherit;
        }
        ul.newsList li .nlImg img {
            width: 100%;
            margin: auto;
        }
        ul.newsList li .nlTxr {
            width: 100%;
            padding: 2rem;
        }
        ul.newsList li .nlTxr p {
            width: 100%;
            margin-bottom: 4rem;
        }
        ul.newsList li:nth-of-type(even) .btn-more {
            left: inherit;
            right: 1.5rem;
        }
        .ab_grid {
            flex-wrap: wrap;
            width: 100%;
            text-align: center;
            margin: 0 auto 3rem auto;
        }
        .ab_grid .aboutBox {
            width: 100%;
            margin: 0 1rem;
        }
        .abTxt h3 {
            font-size: 1.45rem;
            text-align: center;
            margin: .75rem 0;
        }
        .ab_grid .abTxt {
            margin-bottom: 2rem;
        }
        .ab_grid .abTxt ul li p {
            margin-bottom: 0;
        }
        .aboutBox .featureBox {
            width: 100%;
            justify-content: center !important;
        }
        .aboutBox .feature-item {
            width: 40%;
            text-align: center;
        }
        .aboutBox .feature-item p {
            width: 100%;
        }
        .aboutBox .feature-item img {
            width: 80px;
        }
        .aboutBox {
            margin-bottom: 2rem;
        }
        .aboutBrands ul li {
            width: calc(100% / 2 - 3rem);
        }
        .breed .breedClass .bc1,
        .breed .breedClass .bc2 {
            flex-wrap: wrap;
        }
        .breed .breedClass .bc2 img:nth-child(1) {
            order: 2;
        }
        .breed .breedClass .bc2 img:nth-child(2) {
            order: 1;
        }
    }
    
    @media(max-width:540px) {
        body,
        html {
            font-size: 16px !important
        }
        .w-1200,
        .w-1000,
        .w-800 {
            width: 90%;
        }
        .navbar {
            padding: 0 !important;
        }
        .banner:not(.homeBanner) {
            position: relative;
            height: 100px;
        }
        .banner:not(.homeBanner) img {
            width: 200%;
        }
        .headerNav h1 img {
            max-width: 8rem;
        }
        .pdInfo .btn-more {
            display: none;
        }
        .bottomNav {
            display: none;
        }
        footer .infomation {
            display: block;
            padding: 1rem 0 0 0;
        }
        footer .infomation .i_L {
            text-align: center;
            margin: 0 auto;
        }
        footer .infomation h1 {
            width: 180px;
            margin: 0 auto;
        }
        footer .social-links {
            margin: 0;
        }
        footer .infomation p {
            display: table;
            margin: 0 auto 4px auto;
        }
        footer .infomation p i {
            margin-right: 5px;
            color: #aa9d86;
        }
        footer .copyright {
            padding: .5rem 0;
        }
        .otherBlock::after {
            content: none;
        }
        ul.newsList>li>a {
            display: block;
            text-align: center;
        }
        ul.newsList li .btn-more {
            display: block;
        }
        .newsList li a p {
            text-align: left;
            -webkit-line-clamp: 2;
        }
        .faq .tabsNav .tabmenu::after {
            padding: 0px;
        }
        .articleList .al-item.circle {
            width: 44%;
            margin: 1rem .5rem;
        }
        .articleList .al-item.circle a {
            width: 8rem;
            height: 8rem;
        }
        .articleList .al-item a .mask {
            height: 8rem;
        }
        .recipeImg .part {
            width: 7rem;
            height: 7rem;
            right: -1rem;
            bottom: -2rem;
        }
        .contact {
            min-height: inherit;
        }
        .contactInfo {
            display: block;
            text-align: left;
        }
        .contactInfo .ciL,
        .contactInfo .ciR {
            width: 90%;
            padding: 0;
            margin: 1.5rem auto;
        }
        .contactInfo .ciL {
            justify-content: center;
        }
        .contactInfo .ciL a {
            margin: .5rem;
        }
        .contactInfo .ciL::after {
            display: none;
        }
        .contactInfo .ciR p {
            margin-left: 2rem;
        }
        .contact iframe {
            width: 90%;
            height: 250px;
        }
        .pdInfoTop .pdtop_r .pdContactTxt {
            flex-direction: column;
            align-items: center;
            padding: 1.5rem;
        }
        .pdInfoTop .pdtop_l img {
            width: 200px;
        }
        .chickenparts .ckpoint {
            font-size: .85rem;
            width: 24px;
            height: 24px;
            line-height: 24px;
        }
        .pdInfoTop .pdtop_r {
            padding-left: 2rem;
        }
        .partslinks {
            height: 220px;
        }
        .partslinks li {
            width: 80px;
            height: 35px;
            background-size: contain;
        }
        .partslinks li a {
            font-size: 1rem;
            line-height: 38px;
            padding: 0 0 0 1.75rem;
        }
        .partslinks li span {
            left: -25px;
            width: 24px;
            height: 24px;
            line-height: 24px;
        }
        .pdContactTxt h4 {
            font-size: 1.25rem;
        }
        .pdContactTxt p,
        .pdContactTxt .lineid a {
            font-size: 1rem;
            margin: 12px 0;
        }
        .pdContactTxt .qrcode {
            margin-top: 1rem;
        }
        .faq .card .card-body {
            padding: 1rem 1.5rem;
        }
        footer .infomation .i_L h1 img {
            margin: 0 0 .75rem 0;
        }
        ul.pdlist {
            width: 96%;
            margin: 3rem auto;
        }
        ul.pdlist li {
            width: calc(100% / 3 - .5rem);
            margin: .25rem;
        }
        ul.pdlist li p {
            font-size: 1rem;
        }
        ul.newsList li .nlTxr {
            padding: 1rem 2rem;
        }
        .pd_processing .pdp_text {
            padding: 2rem 0;
        }
        .pd_processing .pdp_img {
            padding: 0;
            width: 100%;
        }
        .pd_processing .pdp_img img {
            width: 100%;
        }
        .pd_processing .pdp_img h2 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }
        .aboutBox .featureBox {
            width: 94%;
            flex-wrap: wrap;
        }
        .aboutBrands ul li {
            width: 100%;
            margin: 1rem;
        }
        .breed .breedClassTxt {
            display: block;
            margin-top: 1rem;
        }
        .breed .tabsContent img {
            max-width: 300px;
        }
        .animate__animated {
            opacity: 0;
            /* 初始隱藏 */
            transition: opacity 0.5s ease-in-out;
        }
        .faq .cartsteps {
            margin: 2rem auto;
        }
        .faq .cartsteps p {
            text-align: left;
            margin: 1rem;
        }
    }