* {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif, '思源黑體', '微軟正黑體';
    transition: 0.3s;
}

body {
    display: block;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #ffffff;
}



/*介紹文案*/
.note-contnet {
    position: relative;
    margin: 0 auto 50px auto;
    padding: 20px 0;
    max-width: 800px;
    font: bold 24px/1.6 "微軟正黑體";
    color: #005890;
    text-align: center;
    letter-spacing: 2px;
}

.note-contnet::after,
.note-contnet::before {
    content: '';
    position: absolute;
    width: 36px;
    height: 144px;
    top: calc(50% - 72px);
    background: url(../images/menuContentDeco.png) center top no-repeat;
    background-size: auto 100%;
}

.note-contnet::after {
    left: 0;
}

.note-contnet::before {
    right: 0;
    transform: scaleX(-1);
}

/*本地頁面內跳轉按鈕*/
.localMenu {
    position: sticky;
    top: 0;
    display: flex;
    margin: 0 auto 50px auto;
    justify-content: center;
    z-index: 30;

}

.localMenu a {
    display: inline-block;
    padding: 5px 10px;
    font: 20px/1 "微軟正黑體";
    color: #005890;
    letter-spacing: 2px;
    transition: .5s;
    border-left: 1px solid #005890;


}

.localMenu a:first-child {
    border-left: none;
}

.localMenu a:hover {
    color: white;
    background: #005890;
    border-radius: 20px;
}


.localMenu>div {
    position: relative;
    border-radius: 20px;
    padding: 10px 20px;
    border: thick double #005890;
    background: rgba(255, 255, 255, 0.9);
}

.localMenu>div::after,
.localMenu>div::before {
    position: absolute;
    content: '';
    width: 99px;
    height: 19px;
    left: calc(50% - 49.5px);

    background: url(../images/menuListDeco.png) center top no-repeat;
}

.localMenu>div::after {
    top: -24px;
}

.localMenu>div::before {
    bottom: -24px;
    transform: scaleY(-1);
}

/*版頭*/
header.header {
    position: relative;
    height: 618px;
    background: url(../images/header-taiwan.jpg) top center no-repeat;
}

header.header h1 {
    display: none;
}


/* 商品模組*/
.item {
    margin: 0 auto 100px auto;
    width: 90%;
    max-width: 1400px;
}

.item-header {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 2px solid #e2495e;
}

.item-header>h2 {
    display: inline-block;
    width: 15%;
    padding: 10px;
    font: bold 30px/1 "微軟正黑體";
    color: #e2495e;
    letter-spacing: 2px;
}

.item-header .item-header-menu {
    display: inline-flex;
    width: 85%;
    align-items: end;
}

.item-header-menu a {
    display: inline-block;
    padding: 10px;
    font: 20px/1 "微軟正黑體";
    color: #e2495e;
    letter-spacing: 2px;
}

.item-header-menu a:hover {
    color: white;
    background: #ffb9c2;
}

.item-header-menu a.on,
.item-header-menu a.on:hover {
    color: white;
    background: #e2495e;
    pointer-events: none;
}



/*POI*/

.item-poi .item-poi-single {
    display: none;
}

.item-poi .item-poi-single.on {
    display: block;
}

.item-poi .ph-menu,
.item-poi .ph-group-title {
    display: none;
}

.item-poi .ph-group {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}



.item-poi .ph-group-content {
    position: flex;
    display: inline-flex;
    flex-shrink: 0;
    width: 50%;
    background: white;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}



.item-poi .ph-group-content-photo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10%;
}

.item-poi .ph-group-content-photo img {
    display: none;
}



.item-poi .ph-group-content-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50%;
    height: auto;
    width: 70%;
    font: 15px/1.4 "微軟正黑體";
    text-align: center;
    color: white;
    background: #e2495e;
}




.item-poi .ph-group-content-photo img {
    width: 100%;
}

.item-poi .ph-group-content-text {
    width: 90%;
    padding: 10px;
}



.item-poi .ph-group-content-text-name {
    display: initial;
    margin-bottom: 10px;
    font: bold 20px/1.4 "微軟正黑體";
    color: #005890;
    letter-spacing: 2px;

}

.item-poi .ph-group-content-text-sale {
    display: inline-block;
    margin-bottom: 0px;
    padding: 0 10px;
    font: 15px/1.4 "微軟正黑體";
    color: white;
    border-radius: 99em;
    background: #005890;
    transform: translateY(2px);
}



.item-poi .ph-group-content-text-detail {
    display: none;
    margin-bottom: 10px;
    font: 16px/1.6 "微軟正黑體";
    color: black;
    letter-spacing: 2px;
}

.item-poi .ph-group-content-text-price {
    display: block;
    font: bold 24px/1.4 "微軟正黑體";
    color: #e2495e;
    letter-spacing: 1px;
    text-align: right;
}

.item-poi .ph-group-content-text-price span {
    font-size: 0.5em;
    line-height: 2;
    transform: translate(0px, 10px);
    display: inline-block;
}


.item-poi .ph-group-content:nth-child(4n+1),
.item-poi .ph-group-content:nth-child(4n+4) {
    background: #f1f1f1;
}

.allCard.item-poi .ph-group-content,
.item-poi .ph-group-content:nth-child(1),
.item-poi .ph-group-content:nth-child(2),
.item-poi .ph-group-content:nth-child(3),
.item-poi .ph-group-content:nth-child(4) {
    position: relative;
    display: inline-block;
    margin-bottom: 100px;
    padding-bottom: 30px;
    width: 24%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: none;
    background: white;

}


.allCard.item-poi .ph-group-content .ph-group-content-photo,
.item-poi .ph-group-content:nth-child(1) .ph-group-content-photo,
.item-poi .ph-group-content:nth-child(2) .ph-group-content-photo,
.item-poi .ph-group-content:nth-child(3) .ph-group-content-photo,
.item-poi .ph-group-content:nth-child(4) .ph-group-content-photo {
    position: relative;
    display: block;
    width: 100%;
}

.allCard.item-poi .ph-group-content .ph-group-content-photo img,
.item-poi .ph-group-content:nth-child(1) .ph-group-content-photo img,
.item-poi .ph-group-content:nth-child(2) .ph-group-content-photo img,
.item-poi .ph-group-content:nth-child(3) .ph-group-content-photo img,
.item-poi .ph-group-content:nth-child(4) .ph-group-content-photo img {
    position: relative;
    display: block;
}

.allCard.item-poi .ph-group-content .ph-group-content-tag,
.item-poi .ph-group-content:nth-child(1) .ph-group-content-tag,
.item-poi .ph-group-content:nth-child(2) .ph-group-content-tag,
.item-poi .ph-group-content:nth-child(3) .ph-group-content-tag,
.item-poi .ph-group-content:nth-child(4) .ph-group-content-tag {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: auto;
    height: auto;
    font: 18px/1.4 "微軟正黑體";
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 5px rgba(0, 0, 0, 1);
    z-index: 2;
    background: none;
}

.allCard.item-poi .ph-group-content .ph-group-content-text,
.item-poi .ph-group-content:nth-child(1) .ph-group-content-text,
.item-poi .ph-group-content:nth-child(2) .ph-group-content-text,
.item-poi .ph-group-content:nth-child(3) .ph-group-content-text,
.item-poi .ph-group-content:nth-child(4) .ph-group-content-text {
    width: 100%;
}

.allCard.item-poi .ph-group-content .ph-group-content-text-sale,
.item-poi .ph-group-content:nth-child(1) .ph-group-content-text-sale,
.item-poi .ph-group-content:nth-child(2) .ph-group-content-text-sale,
.item-poi .ph-group-content:nth-child(3) .ph-group-content-text-sale,
.item-poi .ph-group-content:nth-child(4) .ph-group-content-text-sale {
    display: block;
}

.allCard.item-poi .ph-group-content .ph-group-content-text-detail,
.item-poi .ph-group-content:nth-child(1) .ph-group-content-text-detail,
.item-poi .ph-group-content:nth-child(2) .ph-group-content-text-detail,
.item-poi .ph-group-content:nth-child(3) .ph-group-content-text-detail,
.item-poi .ph-group-content:nth-child(4) .ph-group-content-text-detail {
    display: block;
}

.allCard.item-poi .ph-group-content .ph-group-content-text-price,
.item-poi .ph-group-content:nth-child(1) .ph-group-content-text-price,
.item-poi .ph-group-content:nth-child(2) .ph-group-content-text-price,
.item-poi .ph-group-content:nth-child(3) .ph-group-content-text-price,
.item-poi .ph-group-content:nth-child(4) .ph-group-content-text-price {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    font: bold 18px/1.8 "微軟正黑體";
    color: white;
    letter-spacing: 2px;
    text-align: center;
    background: #e2495e;
    ;
}


.allCard.item-poi .ph-group-content .ph-group-content-text-price span,
.item-poi .ph-group-content:nth-child(1) .ph-group-content-text-price span,
.item-poi .ph-group-content:nth-child(2) .ph-group-content-text-price span,
.item-poi .ph-group-content:nth-child(3) .ph-group-content-text-price span,
.item-poi .ph-group-content:nth-child(4) .ph-group-content-text-price span {
    transform: translate(0px, 7px);
}



.bg1 {
    background: url(../images/bg1.jpg) top center no-repeat;
}

/*手機板*/
@media screen and (max-width:1200px) {
    header.header::before {
        width: 120px;
        left: 8%;
    }


    #goTop {
        right: 10px;
    }
}

@media screen and (max-width:1024px) {
    header.header {
        height: auto;
        background: none;
    }

    header.header h1 {
        display: block;
    }

    header.header h1 img {
        width: 100%;
    }

    .item-poi .ph-group-content-text-sale {
        border-radius: 10px;
    }


}

@media screen and (max-width:880px) {
    header.header::before {
        width: 90px;
    }

    .item-poi .ph-group-content:nth-child(1),
    .item-poi .ph-group-content:nth-child(2),
    .item-poi .ph-group-content:nth-child(3),
    .item-poi .ph-group-content:nth-child(4) {
        width: 49%;
    }
}



@media screen and (max-width:624px) {
    header.header::before {
        display: none;
    }

    .localMenu {
        background: rgba(255, 255, 255, 0.9);
    }


    .localMenu>div {
        border-radius: 0px;
        padding: 5px 0;
        border: none;
        background: none;

    }

    .localMenu>div::after,
    .localMenu>div::before {
        display: none;
    }

    .localMenu a {
        font-size: 17px;
    }

    .note-contnet {
        margin: 0 auto;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .note-contnet::after,
    .note-contnet::before {
        display: none;
    }

    .item-header {
        display: block;
    }

    .item-header>h2 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 24px;
    }

    .item-header-menu a {
        padding: 5px;
        font-size: 15px;
        letter-spacing: 0;
    }

    .item-poi .ph-group-content {
        width: 100%;
    }

    .item-header .item-header-menu {
        width: 100%;
    }


    .item-poi .ph-group-content:nth-child(4n+1),
    .item-poi .ph-group-content:nth-child(4n+4) {
        background: white;
    }

    .item-poi .ph-group-content:nth-child(even) {
        background: #f1f1f1;
    }

    .item-poi .ph-group-content:nth-child(1),
    .item-poi .ph-group-content:nth-child(2),
    .item-poi .ph-group-content:nth-child(3),
    .item-poi .ph-group-content:nth-child(4) {
        margin-bottom: 30px;
        width: 100%;
        background: white;
    }

    .item-poi .ph-group-content-text-detail {
        font-size: 14px;
    }

    .item-poi .ph-group-content-text-name {
        font-size: 16px;

    }
}

a.renewlink {
    display: flex;
}

.allCard.item-poi .ph-group-content a.renewlink,
.item-poi .ph-group-content:nth-child(1) a.renewlink,
.item-poi .ph-group-content:nth-child(2) a.renewlink,
.item-poi .ph-group-content:nth-child(3) a.renewlink,
.item-poi .ph-group-content:nth-child(4) a.renewlink {
    display: block;
}