/* ------------------------------------------------------------------header */

.container.content {
    max-width: 1220px;
    margin: 0 auto;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 2000;
}

.logo {
    margin-right: 30px;
    width: 193px;
    display: inline-block;
    vertical-align: middle;
}

.logo img {
    width: 100%;
}

.company_name {
    display: inline-block;
    font: 1.07rem "Noto Sans TC", sans-serif;
    letter-spacing: .16rem;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
}

.menu_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: transparent;
    height: 54px;
    padding: 50px 90px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 3000;
    align-items: center;
}

.menu_list.active {
    background-color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s;
}

.menu-logo {
    z-index: 4000;
}

#header.whitebg {
    background-color: #fff;
    box-shadow: 1px 1px 20px #f8bdbd;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 3000;
}

#header.whitebg .menu_list {
    padding: 25px 70px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 3000;
}

.page .menu_list {
    box-shadow: 1px 1px 20px #f8bdbd;
    padding: 25px 70px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #fff;
    z-index: 3000;
}

.page .product_search_wrapper {
    top: 102px;
}

.product_search_wrapper.whitebg {
    top: 100px;
}

.contact-circle {
    border: 1px solid #136C61;
    border-radius: 30px;
}

.menu_list>nav {
    width: 660px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 4000;
    align-items: center;
}

.menu_list>nav>li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
}

.menu_list>nav>li>ul {
    position: absolute;
    background-color: #FFF8FB!important;
    z-index: 50000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 0;
    width: 168px;
    top: 50px;
    left: 47%;
    padding: 0;
    border-radius: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: 1px solid transparent;
}

.menu_list>nav>li:hover ul {
    opacity: 1;
    height: auto;
    padding: 10px 15px;
    border-radius: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    visibility: visible;
    pointer-events: all;
}

.menu_list>nav>li:hover ul li a i {
    display: none;
}

.menu_list>nav>li:hover ul li a:hover {
    background-color: #F8277A;
    color: #FFF;
}

.menu_list>nav>li:hover ul li a:hover:after {
    display: none;
}

.menu_list>nav>li>ul a {
    display: block;
    width: 100%;
    margin-top: 8px;
    line-height: 30px;
    padding: 5px 3px;
    border-radius: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #14181f;
    background-color: transparent;
}

.menu_list>nav a {
    color: #136C61;
    font-size: 1.2rem;
    text-decoration: none;
    letter-spacing: 0.08rem;
    padding: 10px 20px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.menu_list>nav a:hover {
    color: #F8277A;
}

.menu_list>nav a i {
    font-size: 14px;
    display: none;
    margin-left: 10px;
}

.contact-circle:hover {
    background-color: #FF8DBA;
    color: #fff!important;
    border: 1px solid transparent;
}

.contact-circle>ul:hover {
    background-color: #ffd4e5;
    color: #fff;
    border: 1px solid transparent;
}

.menu_close_bg {
    display: none;
}

.menu_showbg {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    margin-top: 0;
}

.menu_showbg.active {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #000;
    opacity: 0.67;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    margin-top: 0;
}

.phone_menu {
    display: none;
}


/* ------------------------------------------------------------------搜尋 */

.search_btn {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.search_btn .icon_search {
    display: block;
}

.search_btn:hover {
    -o-animation: tada 2s infinite;
    -webkit-animation: tada 2s infinite;
    -moz-animation: tada 2s infinite;
    animation: tada 2s infinite;
}

.search_phone {
    display: none;
    width: 95%;
    background-color: #dedfe0;
    padding: 10px;
    border: 0;
    outline: 0;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.product_search_wrapper {
    width: 100%;
    display: none;
    position: fixed;
    top: 136px;
    left: 0;
    z-index: 2000;
    background-color: #FFF6F9;
    box-shadow: 0 11px 19px -11px #f8bdbd;
}

.product_search_content {
    display: block;
    margin: 0 auto;
    width: 1270px;
    padding: 30px 0;
}

.product_search_content>li {
    display: inline-block;
    vertical-align: middle;
}

.product_search_content>li:first-child {
    width: calc(100% - 460px);
}

.product_search_content>li:nth-child(2),
.product_search_content>li:nth-child(3) {
    margin: 0 5px;
    text-align: center;
}

.product_search_content>li>input {
    width: 90%;
    background-color: #ffffff;
    padding: 10px;
    border: 2px solid #FF98C1;
    border-radius: 10px;
    font-size: 1.3rem;
    outline: 0;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.product_search_content>li>a {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    padding: 9px 53px;
    border: 2px solid #FF98C1;
    background-color: #F8277A;
    border-radius: 10px;
}

.product_search_content>li>a>span {
    padding-right: 5px;
}

.product_search_content>li:nth-child(2):hover,
.product_search_content>li:nth-child(3):hover {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.product_search_content>li:nth-child(2):hover a,
.product_search_content>li:nth-child(3):hover a {
    background-color: #FFC6DD;
    border: 2px solid transparent;
    color: #F8277A;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.product_search_content>li:nth-child(2):hover path,
.product_search_content>li:nth-child(3):hover path {
    fill: rgb(225%, 225%, 225%);
}

.menu_list>nav a .icon_search i {
    display: block;
    font-size: 15px;
}

.menu_list>nav a.search_btn {
    padding: 5px 7px;
    padding-right: 0;
}

.menu_list>nav a.search_btn span {
    font-size: 1.6rem;
}

.menu_list>nav a.search_btn:hover:after {
    height: 0px;
}

.menu.searchbox {
    display: none;
}

.search_phone_top {
    display: none;
}

.fail-searching {
    font: 1.2rem "Noto Sans TC", sans-serif;
    letter-spacing: 0.1rem;
    color: #F8277A;
    font-weight: 600;
    margin: 60px;
    height: 300px;
}


/* ------------------------------------------------------------------home */

.index_banner {
    position: relative;
}

.index_banner img {
    width: 100%;
}

.w_slogan {
    position: absolute;
    top: 30%;
    left: 32%;
}


/* .w_slogan h1 {
    font-family: 'Lato';
    font-weight: 900;
    font-size: 55px;
    letter-spacing: 4px;
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(16deg, rgb(255, 216, 249) 0%, rgba(255, 194, 224, 0.9) 31%, rgba(30, 146, 133, 0.7) 54%, rgb(211 95 167 / 52%) 82%, rgb(30 85 78) 98%);
    background: linear-gradient(16deg, rgb(255, 216, 249) 0%, rgba(255, 194, 224, 0.9) 31%, rgba(30, 146, 133, 0.7) 54%, rgb(211 95 167 / 52%) 82%, rgb(30 85 78) 98%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    text-shadow: -1px -5px 1px rgb(255 255 255);
} */

.w_slogan h1 {
    font-family: 'Lato';
    font-weight: 800;
    font-size: 2.4vw;
    letter-spacing: 7px;
    color: #fff;
    text-shadow: 0px 4px 13px rgb(58 99 97 / 80%);
}


/* .w_word h2{
    font-family: 'Lato';
    font-weight: 800;
    letter-spacing: 8px;
    font-size: 3.4vw;
    display: inline-block;
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(16deg, 16deg, rgb(50 159 135) 0%, rgba(255, 156, 206, 0.9) 31%, rgba(30, 146, 133, 0.7) 54%, rgb(211 95 167 / 52%) 82%, rgb(30 85 78) 98%);
    background: linear-gradient(16deg, rgb(50 159 135) 0%, rgba(255, 156, 206, 0.9) 31%, rgba(30, 146, 133, 0.7) 54%, rgb(211 95 167 / 52%) 82%, rgb(30 85 78) 98%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    text-shadow: -1px -7px 1px rgb(255 255 255);
} */

.w_word h2 {
    font-family: 'Lato';
    font-weight: 800;
    font-size: 2.4vw;
    letter-spacing: 7px;
    color: #fff;
    text-shadow: 0px 4px 13px rgb(58 99 97 / 80%);
}


/* 
.w_slogan h1 p {
    font-family: 'Lato';
    font-size: 90px;
    font-weight: 800;
    letter-spacing: 8px;
    display: inline-block;
    margin-right: 50px;
    
}

.w_word h2 {
    font-family: 'Noto Sans TC';
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 8px;
    color: #FFFFFF;
    text-shadow: 0px 4px 13px rgb(58 99 97 / 80%);
    margin: 0px -22px 0 0px;
    text-align: start;
} */

.cart_btn {
    position: absolute;
    right: 2%;
    top: calc(100% - 20px);
    z-index: 1;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 15px;
}

.cart_btn p {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: #FFFFFF;
    color: #F8277A;
    margin: 0;
}

.index_wave {
    width: 100%;
    height: max-content;
    position: relative;
}

.banner_wave {
    background-image: url('../img/wav-banner.webp');
    background-size: contain;
    background-repeat-y: no-repeat;
    width: 100%;
    height: 9vw;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 5;
}

.banner_wave img {
    width: 100%;
    z-index: 6;
}

.index_product {
    position: relative;
    width: 1270px;
    max-width: 100%;
    margin: 100px auto 100px auto;
    z-index: 15;
}

.ind_pro_content {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.ind_pro_item {
    width: calc(25% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.now-buy {
    position: absolute;
    bottom: 33px;
    right: 60px;
    z-index: 15;
    display: flex;
    flex-direction: row;
    padding: 10px 22px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 4px 13px rgb(213 105 155 / 80%);
}

.now-buy p {
    font-family: 'Lato';
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    color: #F8277A;
    font-weight: 600;
}

.now-buy span {
    color: #F8277A;
    font-size: 1.4rem;
    padding-right: 8px;
}

.banner_subs {
    position: absolute;
    bottom: 90px;
    right: 52px;
    z-index: 15;
}

.svg-container {
    height: 140px;
    position: relative;
    width: 140px;
}

.circle {
    height: 140px;
    width: 140px;
}

.circle .background {
    fill: #FF1E78;
    stroke: #FF1E78;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}

.circle .foreground {
    fill: transparent;
    stroke-dasharray: 377;
    stroke-dashoffset: 377;
    stroke: #ffc7dd;
    transform-origin: 50% 50%;
    transform: rotate(-270deg);
    -webkit-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    transition: all 800ms ease;
}

.banner_subs:hover {
    cursor: pointer;
}

.banner_subs:hover .background {
    stroke: transparent;
}

.banner_subs:hover .foreground {
    stroke-dashoffset: 0;
    transform: rotate(-90deg);
}

.news_btn {
    position: absolute;
    bottom: 41%;
    right: 9%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.news_btn_text {
    display: none;
    font-family: 'Noto Sans TC';
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 4px;
    color: #FFFFFF;
}

.news_btn_text p {
    margin: 5px 0;
}

.news_btn_sub {
    font-family: 'Noto Sans TC';
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: #fff;
    padding: 4px 8px;
    border-radius: 8px;
}

.news_btn_sub p {
    margin: 0;
}

.index_title {
    text-align: center;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 3px;
    margin-top: -30px;
    z-index: 10!important;
    margin-bottom: 20px;
}

.index_title p {
    z-index: 15;
    display: inline-block;
}

.in_t1 {
    color: #F8277A;
}

.in_t2 {
    font-family: 'Nova Flat';
}


/* ____________________________________scroll箭頭__開始 */

.scroll {
    position: absolute;
    bottom: 20px;
    right: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 15;
}

.scroll .arrow {
    -webkit-animation: arrow 3s ease infinite;
    animation: arrow 3s ease infinite;
}

.scroll .arrow img {
    margin-top: 1.3vw;
    width: 20px;
}

.scroll .arrow img:nth-of-type(2) {
    position: absolute;
    top: -100%;
    right: 0;
}

@keyframes arrow {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translateY(100%);
    }
}


/* ____________________________________scroll箭頭__結束 */


/* -----------------------------------------------------------------category */

.ind_pro_item {
    background-color: #fff6f7;
    border-radius: 15px;
    margin: 10px;
}

.ind_pro_item:hover {
    /* background-color: #c7f7ec; */
    background-color: #fee7f1;
    box-shadow: 0px 0px 5px #9ce9de;
}

.ind_pro_item:hover .pro_name {
    background-color: #F8277A;
}

.ind_pro_item:hover .pro_name {
    color: #ffffff;
    font-family: 'Nova Flat';
}

.pro_name {
    width: 91%;
    background-color: #FFFFFF;
    border: 2px solid #ffc8df;
    margin: 0 auto 15px auto;
    border-radius: 20px;
    color: #F8277A;
    font-family: 'Noto Sans TC';
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
    position: relative;
    -webkit-transition: .2s transform ease-in-out;
    -o-transition: .2s transform ease-in-out;
    -moz-transition: .2s transform ease-in-out;
    transition: .2s transform ease-in-out;
    will-change: transform;
    z-index: 0;
}

.pro_name::after {
    background-color: #ffc4dc;
    opacity: .5;
    border-radius: 60px;
    content: '';
    display: block;
    height: 118%;
    width: 112%;
    position: absolute;
    left: -10px;
    top: -4px;
    -webkittransform: translate(-100%, 0) rotate(10deg);
    -o-transform: translate(-100%, 0) rotate(10deg);
    -moz-transform: translate(-100%, 0) rotate(10deg);
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    -webkit-transition: .2s transform ease-out;
    -o-transition: .2s transform ease-out;
    -moz-transition: .2s transform ease-in-out;
    transition: .2s transform ease-out;
    will-change: transform;
    z-index: -1;
}

.ind_pro_item:hover .pro_name::after {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    background-color: #F8277A;
}

.ind_pro_item:hover .pro_name {
    border: 2px solid transparent;
    color: #fff;
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    will-change: transform;
    border-radius: 40px;
    box-shadow: 1px 1px 21px #f8bdbd;
}

.pro_name::before {
    content: '';
    opacity: 0;
    background-image: url('../img/light.png');
    background-size: contain;
    width: 180px;
    height: 103px;
    background-repeat: no-repeat;
    position: absolute;
    top: -53px;
    left: 176px;
    -webkit-transform: rotate(-157deg);
    -o-transform: rotate(-157deg);
    -moz-transform: rotate(-157deg);
    transform: rotate(-157deg);
}

.ind_pro_item:hover .pro_name::before {
    top: -32px;
    left: -41px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: .7;
}

.pro_img {
    padding: 10px;
}

.pro_img_o {
    overflow: hidden!important;
    width: 100%;
    height: 157px;
    border-radius: 15px;
    background-color: #fff;
}

.ind_pro_item:hover .pro_img_o {
    -webkit-transition: 0.01s;
    -o-transition: 0.01s;
    -moz-transition: 0.01s;
    transition: 0.01s;
    overflow: hidden;
}

.pro_img img {
    width: 100%;
    border-radius: 15px;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    transition: .1s ease-out;
}

.ind_pro_item:hover .pro_img img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    transition: .1s ease-out;
    opacity: 0.7;
}

.page-wrap {
    width: 100%;
    height: max-content;
    position: relative;
    margin-top: 135px;
}

.page-wrap .index_title {
    font-size: 55px;
    margin-top: 30px;
}

.page.news-bg-pink {
    background-color: #FFFBFB;
}

.bread {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bread p,
.bread a {
    font: 1rem "Noto Sans TC", sans-serif;
    color: #5B5B5B;
    padding-right: 5px;
    margin-right: 3px;
}

.bread a:hover {
    color: #F8277A;
}

.bread .over-h {
    max-width: 250px;
    overflow: hidden;
    flex-wrap: inherit;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/* -----------------------------------------------------------強調中心輪播圖 */

.select-bar {
    width: 100%;
    height: 350px;
}

.select-bar .slick-slide.ind_pro_item {
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .5;
}

.select-bar .slick-active.ind_pro_item {
    opacity: 1;
    background-color: #FFF6F6;
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.select-bar .slick-current.ind_pro_item {
    opacity: 1;
    background-color: #FFE1E1;
    margin-top: 15px;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.select-bar .slick-slide.ind_pro_item .pro_img_o {
    height: max-content;
}

.select-bar .slick-prev,
.select-bar .slick-next {
    top: 45%;
    z-index: 20;
    background-color: #F8277A;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
}


/* ---------------------------------------------------------------產品類別 */

.select-title {
    margin: 30px auto;
    font-size: 2rem;
    width: max-content;
    font-weight: 900;
    letter-spacing: 0.15rem;
}

.select-title h1 {
    font: 2.4rem "Noto Sans TC", sans-serif;
    width: max-content;
    font-weight: 900;
}

.module-box {
    margin: auto;
    display: flex;
    flex-direction: row;
    width: 1270px;
    align-items: center;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #FFC6DD;
}

.module-box a {
    font: 1rem "Noto Sans TC", sans-serif;
    letter-spacing: 0.1rem;
    line-height: 1.2rem;
    padding: 8px 20px;
    background-color: #136C61;
    border-radius: 20px;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    margin: 0 8px;
}

.module-box a:first-of-type {
    margin-left: 20px;
}

.module-box a:last-of-type {
    margin-right: 20px;
}

.module-box .current-module {
    background-color: #f13d85;
}

.module-box a:hover {
    background-color: #ff9ac4;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}


/* 主要修改外層----次要內層輪播: .related-p */

.related-wrap {
    margin-top: 90px;
    margin-bottom: 100px;
}

.pro_box1 {
    width: 1270px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 45px 0;
}

.pro_box2 {
    width: calc(100% / 4 - 25px);
    margin-bottom: 30px;
    padding: 9px;
    border: 1px solid transparent;
    border-radius: 15px;
}

.related-p {
    /* 內層輪播*/
    width: 1500px;
    margin: 0 auto;
    padding: 0 45px;
}

.related-p .pro_box2 {
    /* 內層輪播*/
    border: none;
    background-color: #fff;
}

.pro_box2:hover {
    border: 1px solid #FF85B6;
    background-color: #FFFBFB;
}

.related-p .pro_box2:hover {
    /* 內層輪播*/
    border: none;
    background-color: #fff;
}

.pro_box3 {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 5px #ffd0d0;
    padding: 15px 0 0 0;
}

.related-p .pro_box3 {
    /* 內層輪播*/
    margin-left: 5px;
    margin-right: 5px;
}

.pro_box3 img {
    display: block;
    margin: auto;
    width: 86%;
}

.pro_box_btn {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    background-color: #FDF2F2;
    border: 1px solid #FECFE2;
    border-radius: 15px;
    padding: 12px 20px;
}

.pro_box_btn .line-1 {
    width: 91%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro_box_btn p {
    font: 1.2rem "Noto Sans TC", sans-serif;
    letter-spacing: 0.15rem;
    color: #f13d85;
    font-weight: 700;
}

.pro_box_btn span {
    color: #f13d85;
    font-size: 1.5rem;
}

.pro_box2 .view-i-bar p {
    width: 93%;
}

.pro_box2:hover .pro_box_btn {
    background-color: #f13d85;
    -webkit-transition: 0.1s ease 0s;
    -o-transition: 0.1s ease 0s;
    -moz-transition: 0.1s ease 0s;
    transition: 0.1s ease 0s;
}

.pro_box2:hover p,
.pro_box2:hover span {
    color: #fff;
    -webkit-transition: 0.1s ease 0s;
    -o-transition: 0.1s ease 0s;
    -moz-transition: 0.1s ease 0s;
    transition: 0.1s ease 0s;
}

.view-info {
    margin-top: 13px;
}

.related-p .view-info {
    margin-left: 5px;
    margin-right: 5px;
}

.view-i-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}

.view-i-bar p {
    font: 12px "Noto Sans TC", sans-serif;
    letter-spacing: 0.04rem;
    color: #858484;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro_box2:hover .view-i-bar p {
    color: #f13d85;
}

.view-i-dot-1 {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background-color: #FFD2E4;
    border-radius: 100%;
}

.view-i-dot-1.do-2 {
    background-color: #FFBED8;
}

.view-i-dot-1.do-3 {
    background-color: #ff8dba;
}

.pro_box2:hover .view-i-dot-1.do-1 {
    background-color: #F8277A;
    -webkit-transition: 0.1s ease 0.1s;
    -o-transition: 0.1s ease 0.1s;
    -moz-transition: 0.1s ease 0.1s;
    transition: 0.1s ease 0.1s;
}

.pro_box2:hover .view-i-dot-1.do-2 {
    background-color: #ff8dba;
    -webkit-transition: 0.1s ease 0.05s;
    -o-transition: 0.1s ease 0.05s;
    -moz-transition: 0.1s ease 0.05s;
    transition: 0.1s ease 0.05s;
}

.pro_box2:hover .view-i-dot-1.do-3 {
    background-color: #FFD2E4;
    -webkit-transition: 0.1s ease 0s;
    -o-transition: 0.1s ease 0s;
    -moz-transition: 0.1s ease 0.05s;
    transition: 0.1s ease 0s;
}

.related-title {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    width: calc(1500px - 6px);
    margin: 0 auto;
    margin-bottom: 35px;
}

.related-title p {
    font-family: 'Nova Flat';
    color: #F8277A;
    font-size: 1.9rem;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.17rem;
    width: 355px;
}

.related-title>div {
    width: calc(100% - 355px);
    height: 1px;
    background-color: #FFC6DD;
}


/* map */

.mapbox {
    position: relative;
    width: 1270px;
}

.map {
    width: 100%;
    position: relative;
}

.mapbox img {
    width: 100%;
}

.mark img {
    width: 50px;
}

.am {
    position: absolute;
    top: 20%;
    left: 9%;
}

.eu {
    position: absolute;
    top: 11%;
    left: 43%;
}

.af {
    position: absolute;
    top: 57%;
    left: 44%;
}

.as {
    position: absolute;
    top: 26%;
    left: 68%;
}

.oc {
    position: absolute;
    top: 65%;
    left: 77%;
}

.map a {
    font: 2.7rem "Noto Sans TC", sans-serif;
    letter-spacing: 0.1rem;
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 11px 11px #f07daa;
    padding: 18px;
    border-radius: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map a:hover {
    background-color: #ffe4e45e;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.map a:hover img {
    animation: 1s tada infinite;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}


/* page box */

.page_box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0;
    margin-bottom: 90px;
}

.page_box ul.pagination {
    display: flex;
    padding: 0;
    align-items: center;
}

.page_box ul.pagination li {
    display: inline-block;
}

.page_box ul.pagination li a {
    margin: 0;
    font: 0.93rem "Noto Sans TC", sans-serif;
    font-weight: 600;
    letter-spacing: .1rem;
    line-height: 1.5rem;
    text-decoration: none;
    color: #5B5B5B;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.page_box ul.pagination li a:hover {
    opacity: 0.8;
}

.page_box ul.pagination li.active {
    background-color: #FF8BB9;
    color: #fff;
    border-radius: 5px;
}

.page_box ul.pagination li.active a {
    color: #FFF;
}

.page_box span {
    font-size: 2rem;
    line-height: 2rem;
}


/* ------------------------------------------------------------------首頁內容 */

.index_about {
    display: flex;
    flex-direction: column;
    width: 1080px;
    margin: auto;
    margin-bottom: 38px;
}

.sec-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.sec-title p {
    font-family: 'Nova Flat';
    color: #F8277A;
    font-size: 2.5rem;
    letter-spacing: 0.15rem;
}

.sec-title-hr div {
    width: 11px;
    height: 8px;
    -webkit-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-color: #FAE5E5;
    margin-right: 8px;
    display: inline-block;
}

.index_about_ct p {
    font-family: 'Noto Sans TC';
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    color: #5B5B5B;
    line-height: 2rem;
}

.index_about_ct p strong {
    color: #5DC398;
    font-family: "Lato";
    font-weight: 800;
    background-color: #fff;
    padding: 6px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.sec-btn {
    width: 250px;
    background-color: #fff3f8;
    border: 2px solid #ffc8df;
    margin: 0 auto 15px auto;
    border-radius: 20px;
    color: #F8277A;
    font-family: 'Noto Sans TC';
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    letter-spacing: 2px;
    padding: 10px 12px;
    text-align: center;
    position: relative;
    -webkit-transition: .2s transform ease-in-out;
    -o-transition: .2s transform ease-in-out;
    -moz-transition: .2s transform ease-in-out;
    transition: .2s transform ease-in-out;
    will-change: transform;
    z-index: 0;
    margin-top: 35px;
}

.sec-btn:hover {
    border: 2px solid transparent;
    color: #fff;
    -webkit-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    will-change: transform;
    border-radius: 40px;
    box-shadow: 1px 1px 21px #f8bdbd;
    background-color: #F8277A;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.nv-bg,
.nv-bg-2,
.nv-bg-3 {
    width: 100%;
}

.nv-bg img,
.nv-bg-2 img,
.nv-bg-3 img {
    width: 100%;
}

.nv-bg-2 {
    margin-top: -4px;
    background-color: #FFF8F9;
}

.nv-bg-3 {
    margin-top: -4px;
    background-color: #FFF;
}

.index_news {
    background-color: #FFF8F9;
}

.index_news_wrap {
    width: 1270px;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.index_app {
    display: flex;
    flex-direction: column;
    width: 1270px;
    margin: auto;
    margin-bottom: 38px;
    margin-top: 30px;
}

.index_app_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1270px;
    margin-top: 15px;
}

.index_app_wrap .app-box {
    width: calc(100% / 3 - 28px);
}

.index_app_wrap .app-img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid transparent;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
    height: calc((1270px / 3 - 28px) * 0.7);
}

.index_app_wrap .app-img img {
    width: 100%;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
}

.index_app_wrap .app-box h4 {
    color: #F8277A;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Noto Sans TC';
    margin: 15px 0;
}

.index_app_wrap .app-box p {
    color: #5b5b5b;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    font-family: 'Noto Sans TC';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.index_contact {
    background-image: url('../img/contact-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 901px;
    height: calc(230px - 50px * 2);
    padding: 50px 0;
    margin: auto;
    margin-bottom: 100px;
    margin-top: 90px;
}

.index_contact_box {
    display: flex;
    width: 420px;
    margin-left: 400px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.index_contact_box .sec-title {
    align-items: flex-start;
    padding-top: 12px;
}

.index_contact_box .sec-title-hr div {
    background-color: #FFD0E9;
}

.index_contact_box .sec-title>p {
    font-size: 2.7rem;
}

.sec-ct-p p {
    font-family: 'Noto Sans TC';
    font-size: 1.1rem;
    margin-top: 10px;
}

.contact-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    content: "";
    background-color: transparent;
    border: 2px solid #F8277A;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    letter-spacing: 2px;
}

.contact-arrow:hover {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #fff;
}

.contact-arrow span {
    margin-left: 3px;
    font-size: 22px;
    color: #F8277A;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* ------------------------------------------------------------------產品內頁 */

.pro_d_top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 90px;
}

.pdt_left,
.pdt_right {
    width: calc(100% / 2 - 45px);
}

.pdt_img {
    box-shadow: 0 0 10px #d8d8d8;
    width: 100%;
}

.pdt_img img {
    width: 77%;
    padding: 35px 0;
    margin: 0 auto;
    display: block;
}

.pdt_t {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.pdt_t_1 h1 {
    font: 2.5rem "Noto Sans TC", sans-serif;
    font-weight: 500;
    letter-spacing: .15rem;
    color: #FF93BF;
}

.pdt_t_2 {
    display: flex;
    align-items: center;
    font: 1.3rem "Noto Sans TC", sans-serif;
    font-weight: 500;
    letter-spacing: .15rem;
    color: #433F3F;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

.pdt_t_2 span {
    padding-right: 15px;
}

.pdt_t_2 img {
    filter: grayscale(1);
}

.pdt_t_2 img:first-of-type {
    -webkit-transform: scale(-1);
    -o-transform: scale(-1);
    -moz-transform: scale(-1);
    transform: scale(-1);
}

.pdt_right:hover .pdt_t_2 {
    animation: bounceIn 2.5s infinite;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.pdt_right:hover .pdt_t_2 img {
    filter: grayscale(0);
}

.pdt_right:hover .pdt_t_2 {
    color: #F8277A;
}

.pdt_f {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 35px;
}

.pdt_f span {
    width: 3px;
    height: 23px;
    background-color: #5DC398;
    margin-right: 14px;
}

.pdt_f h2 {
    display: inline-block;
    display: flex;
    align-items: center;
    font: 1.18rem "Noto Sans TC", sans-serif;
    letter-spacing: .12rem;
    color: #5DC398;
}

.pdt_c h3 {
    display: flex;
    align-items: center;
    font: 1.1rem "Noto Sans TC", sans-serif;
    font-weight: 500;
    letter-spacing: .12rem;
    color: #5B5B5B;
}

.nav__label {
    font: 1.5rem "Noto Sans TC", sans-serif;
    font-weight: 500;
    letter-spacing: .12rem;
    color: #136C61;
}


/* ------------------------------------------------------------------詳細介紹區塊 */

.tabs {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    position: relative;
    z-index: 1;
}

.tabs::after {
    content: '';
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    height: 15px;
    z-index: 2;
    pointer-events: none;
    -webkit-box-shadow: 0 7px 6px -7px rgb(213 210 210);
    box-shadow: 0 7px 6px -7px rgb(213 210 210);
    background-color: #fff;
}

.tab-w {
    width: 1270px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs [class^="tab"] label,
.tabs [class*=" tab"] label {
    font: 1.4rem "Noto Sans TC", sans-serif;
    color: #136C61;
    letter-spacing: 0.12rem;
    cursor: pointer;
    display: block;
    line-height: 25px;
    padding: 20px;
    padding-bottom: 22px;
    text-align: center;
    background-color: #fff;
    z-index: 5;
    position: relative;
    /* box-shadow: 0 7px 6px -7px rgb(213 210 210); */
}

.tab-2 input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: none;
    border: none;
    color: #fff;
}

.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"] {
    border-bottom: 10px solid transparent;
    margin-top: -7px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tabs [class^="tab"] [type="radio"]:hover,
.tabs [class^="tab"] [type="radio"]:focus,
.tabs [class*=" tab"] [type="radio"]:hover,
.tabs [class*=" tab"] [type="radio"]:focus {
    border-bottom: 10px solid #FFA8CB;
}

.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked {
    border-bottom: 10px solid #FFA8CB;
    position: relative;
}

.tabs [class^="tab"] [type="radio"]:checked+div,
.tabs [class*=" tab"] [type="radio"]:checked+div {
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.tabs [class^="tab"] [type="radio"]:checked::after,
.tabs [class*=" tab"] [type="radio"]:checked::after {
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 13.5px 0 13.5px;
    border-color: #ffa8cb transparent transparent transparent;
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.tabs [class^="tab"] [type="radio"]+div,
.tabs [class*=" tab"] [type="radio"]+div {
    display: block;
    opacity: 0;
    padding: 2rem 0;
    width: 90%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tabs .tab-2 {
    width: calc(1270px / 3);
    margin-bottom: 15px;
}


/* description */

.tabs .tab-2 [type="radio"]+div {
    width: 1270px;
    overflow: hidden;
}

.tabs .tab-2 [type="radio"]:checked+div {
    width: 1270px;
    overflow: hidden;
}

.tabs .tab-2:nth-of-type(1) [type="radio"]+div {
    margin-left: 300%;
    display: none;
}

.tabs .tab-2:nth-of-type(1) [type="radio"]:checked+div {
    margin-left: 0%;
    display: block;
}

.pa {
    padding-right: 8px;
}


/* specification */

.tabs .tab-2:nth-of-type(2) [type="radio"]+div {
    display: none;
    margin-left: 200%;
}

.tabs .tab-2:nth-of-type(2) [type="radio"]:checked+div {
    margin-left: -100%;
    display: block;
}


/* download */

.tabs .tab-2:nth-of-type(3) [type="radio"]+div {
    margin-left: 100%;
    display: none;
}

.tabs .tab-2:nth-of-type(3) [type="radio"]:checked+div {
    margin-left: -200%;
    display: block;
}

.edit-box img {
    width: 100%;
}

.tabs .tab-2 .edit-box {
    display: block;
    width: 97%;
    margin: 30px auto;
    margin-top: 5px;
    font: 1.2rem "Noto Sans TC", sans-serif;
    letter-spacing: 0.1rem;
    color: #5B5B5B;
}

.tabs .tab-2 .edit-box>a {
    color: #368CBC;
    font-weight: 700;
    text-decoration: underline;
}

.tabs .tab-2 .edit-box>a {
    color: #368CBC;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #368CBC;
}

.tabs .tab-2 .edit-box>a:hover {
    color: #F8277A;
    text-decoration-color: #F8277A;
}

.tabs .tab-2 .edit-box strong {
    color: #e5196d;
}

.tabs .tab-2 .edit-box img {
    height: auto!important;
}

.tabs .tab-2 .edit-box h4 {
    color: #F8277A;
    font-size: 1.5rem;
    line-height: 60px;
}


/* ------------------------------------------------------ specification */

.tabs table th,
.tabs table td {
    border: 1px solid #ebdbe3;
    text-align: center;
}

.tabs table tr:first-of-type {
    background-color: #ffe8f1;
    color: #e5196d;
    border: 1px solid #ebdbe3;
    border-bottom: 2px solid #F8277A;
}

.tabs table tr:nth-of-type(2n+2) {
    background-color: #f9f9f9;
}

.spec-wrap {
    margin: 20px auto;
    width: 100%;
}

.cat-edit a {
    color: #136C61!important;
    border-bottom: 2px solid #54ebbe!important;
}

.cat-edit table {
    width: auto;
}

.cat-edit .sec-tr.spec th,
.cat-edit .sec-tr.spec td {
    padding: 6px 12px;
}

.cat-edit .third-tr.spec th,
.cat-edit .third-tr.spec td {
    padding: 6px 12px;
}

.over-v table {
    width: 80%;
}

.spec table th,
.spec table td {
    font-size: 1rem;
    padding: 12px 12px;
}

.first-tr.spec th {
    border: 1px solid #ebdbe3;
    background-color: #ffe8f1;
    font-weight: 600;
    color: #e5196d;
}

.cat-edit table th,
.cat-edit table td {
    font-size: 12px;
    padding: 6px 12px;
}

.first-tr.spec td {
    background-color: #ffe8f1;
    color: #e5196d;
    border: 1px solid #ebdbe3;
    font-weight: 600;
}

.sec-tr.spec th,
.sec-tr.spec td {
    background-color: #f9f9f9;
    border: 1px solid #ebdbe3;
}

.third-tr.spec th,
.third-tr.spec td {
    background-color: #fff;
    border: 1px solid #ebdbe3;
    padding: 12px 12px;
}

.sec-tr.spec th,
.third-tr.spec th {
    display: table-cell;
    text-align: left;
    border: 1px solid #ebdbe3;
}

.tabs table th.tstart,
.tabs table td.tstart {
    text-align: start;
}

.sec-tr.spec .tstart,
.third-tr.spec .tstart {
    text-align: start;
}

.spec.seprate {
    border-bottom: 2px solid #F8277A;
}

.first-tr.spec td:nth-of-type(2n+2),
.sec-tr.spec td:nth-of-type(2n+2),
.third-tr.spec td:nth-of-type(2n+2) {
    border-right: 1px solid #f0cadd;
}

.spec-wrap tr td a {
    color: #136C61;
    border-bottom: 2px solid #54ebbe;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.spec-wrap tr td a:hover {
    color: #F8277A;
    border-bottom: 2px solid #FF7AAF;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}


/* -------------------------------------------全球 */

.g-title {
    margin-top: 50px;
    margin-bottom: 30px;
}

.g-title h1 {
    font-family: 'Nova Flat';
    font-size: 2.1rem;
    letter-spacing: 0.15rem;
    color: #F8277A;
}

.g-title div {
    width: 11px;
    height: 8px;
    -webkit-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-color: #FAE5E5;
    margin-right: 8px;
    display: inline-block;
}

.g-title-new {
    font: 1.5rem "Noto Sans TC", sans-serif;
    letter-spacing: 0.1rem;
    color: #F8277A;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 40px;
}

.g-title-new div {
    -webkit-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: rotate(45deg);
    display: inline-block;
}

.g-title-new p {
    line-height: 27px;
    padding-left: 10px;
}

.loc-title {
    margin-top: 50px;
    margin-bottom: 30px;
}

.loc-title h2 {
    font: 1.4rem "Noto Sans TC", sans-serif;
    letter-spacing: 0.15rem;
    color: #5B5B5B;
}

.loc-title div {
    width: 8px;
    height: 6px;
    -webkit-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-color: #FAE5E5;
    margin-right: 6px;
    display: inline-block;
}

.for-anchor {
    position: absolute;
    margin-top: -230px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.loc-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: -webkit-fill-available;
    flex-wrap: wrap;
}

.loc-flex .loc-box {
    width: calc(100% / 3 - 54px);
    margin-right: 78px;
    margin-bottom: 20px;
}

.loc-flex .loc-box:nth-child(3n+3) {
    margin-right: 0;
}

.loc-flex .loc-logo {
    position: relative;
    width: 100%;
    box-shadow: 0 2px 8px #F7C8C8;
    background-color: #fff;
    padding: 2px;
    height: 230px;
    border-radius: 15px;
}

.loc-logo {
    counter-reset: none;
}

.place {
    position: absolute;
    top: 8%;
    left: -3%;
    background-color: #FFB8D5;
    border-radius: 7px;
}

.place p {
    font: 1rem "Noto Sans TC", sans-serif;
    letter-spacing: 0.1rem;
    color: #fff;
    padding: 7px 13px;
}

.loc-flex .loc-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 4px);
}

.loc-flex .loc-img img {
    display: block;
    width: 70%;
    height: auto!important;
    margin: auto;
}

.loc-info {
    width: 100%;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
}

.loc-name {
    display: block;
    width: max-content;
    font: 1.2rem "Noto Sans TC", sans-serif;
    letter-spacing: 0.08rem;
    color: #5B5B5B;
    font-weight: 800;
    margin: auto;
    width: fit-content;
}

.loc-hr {
    height: 1px;
    width: 100%;
    background-color: #FCDEEA;
    margin: 15px 0;
}

.loc-contact {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font: 0.92rem "Noto Sans TC", sans-serif;
    letter-spacing: 0.05rem;
    line-height: 1.6rem;
    color: #6d6d6d;
    padding: 0px 12px;
    justify-content: center;
}

.loc-contact.usa {
    justify-content: flex-start;
}

.loc-contact-t {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.loc-contact-t .edit_loc {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    word-break: break-word;
}

.loc-contact span {
    color: #FF8DBA;
    margin-right: 9px;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 500;
}

.loc-box:hover .edit_loc {
    color: #FD6EA7;
}

.loc-box:hover .place {
    background-color: #F8277A;
}

.loc-box:hover .loc-logo {
    box-shadow: 0 3px 16px #ffb7c9;
}


/* distributors.php - 企業資訊 - 點擊收展 */

.cx0 {
    flex-direction: column;
}

.cx1 {
    width: 100%;
}

.cx1:not(:first-of-type) {
    margin-top: 8px;
}

.cx2 {
    display: flex;
    flex-direction: row;
    padding: 7px 12px;
    background-color: #FDF2F2;
    border: 1px solid #FECFE2;
    border-radius: 8px;
    width: initial;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.cx2>h5 {
    font: 1.07rem "Noto Sans TC", sans-serif;
    letter-spacing: 0.05rem;
    color: #F8277A;
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
}

.cx4 {
    font: 1.07rem "Noto Sans TC", sans-serif;
    color: #F8277A;
}

.cx3 {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cx3:active {
    display: block;
}


/* ----------------------------------------------------------- online-store */

.buyup {
    margin-bottom: 15px;
}

.buy-wrap {
    width: 100%;
    height: max-content;
    background: rgb(254, 242, 243);
    background: linear-gradient(180deg, rgba(254, 242, 243, 1) 0%, rgba(255, 255, 255, 0) 60%);
}

.buy-bg {
    background-image: url('../img/dot.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    margin-top: -5px;
}

.buy-flex {
    width: 1270px;
    padding-top: 65px;
    padding-bottom: 170px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    flex-wrap: wrap;
}

.buy-box {
    width: calc(100% / 3 - 30px);
    cursor: pointer;
    margin-bottom: 35px;
}

.cube1 {
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 8px #e7e7e7;
    border: 1px solid #F0F0F0;
    border-radius: 15px;
    padding: 12px 3px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    z-index: 3;
}

.buy-box:hover .cube1 {
    box-shadow: 0 2px 20px #c5bebe;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.cube1 img {
    width: 100%;
}

.buy-name {
    font-size: 1.6rem;
    font-family: 'Nova Flat';
    letter-spacing: 0.05rem;
    color: #fff;
    background-color: #F8277A;
    padding: 10px 30px 30px 30px;
    border-radius: 30px 30px 0 0;
    box-shadow: 0 2px 8px #e7e7e7;
    width: fit-content;
    margin-bottom: -25px;
    margin-left: 25px;
    max-width: 72%;
    z-index: 1;
}

.shop-btn {
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 40px 60px;
    width: calc(91% - 120px);
    border: 2px solid #ffc8df;
    margin: 11px auto 15px auto;
    border-radius: 20px;
    background-color: #FF91BD;
    color: #ffffff;
    font-family: 'Noto Sans TC';
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    letter-spacing: 2px;
    position: relative;
    -webkit-transition: .2s transform ease-in-out;
    -o-transition: .2s transform ease-in-out;
    -moz-transition: .2s transform ease-in-out;
    transition: .2s transform ease-in-out;
    will-change: transform;
    z-index: 4;
}

.cube1.blank-img {
    padding: 40px 3px;
    padding-bottom: 12px;
}

.buy-box:hover .shop-btn {
    background-color: #F8277A;
    color: #ffffff;
}

.shop-btn::after {
    background-color: #ffc4dc;
    opacity: .5;
    border-radius: 60px;
    content: '';
    display: block;
    height: 118%;
    width: 112%;
    position: absolute;
    left: -10px;
    top: -4px;
    -webkit-transform: translate(-100%, 0) rotate(10deg);
    -o-transform: translate(-100%, 0) rotate(10deg);
    -moz-transform: translate(-100%, 0) rotate(10deg);
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    -webkit-transition: .2s transform ease-in-out;
    -o-transition: .2s transform ease-in-out;
    -moz-transition: .2s transform ease-in-out;
    transition: .2s transform ease-out;
    will-change: transform;
    z-index: -3;
}

.buy-box:hover .shop-btn::after {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    background-color: #F8277A;
}

.buy-box:hover .shop-btn {
    border: 2px solid transparent;
    color: #fff;
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    will-change: transform;
    box-shadow: 1px 1px 21px #f8bdbd;
}

.shop-btn::before {
    content: '';
    opacity: 1;
    background-image: url('../img/light.png');
    background-size: contain;
    width: 180px;
    height: 103px;
    background-repeat: no-repeat;
    position: absolute;
    top: -6px;
    left: 171px;
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    transform: rotate(8deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.buy-box:hover .shop-btn::before {
    top: 3px;
    left: 100px;
    width: 280px;
    height: 173px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: .5;
}

.cube1 img.s-pic {
    width: 110px;
    position: absolute;
    bottom: 30px;
    right: 6px;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.buy-box:hover img.s-pic {
    right: 0px;
    bottom: 108px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cube1::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 8px;
    background-image: url('../img/02.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 103px;
    height: 66px;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.buy-box:hover .cube1::after {
    opacity: 1;
    right: 0px;
    bottom: 101px;
    visibility: visible;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}


/* ------------------------------------------------------------------contact us */

.customer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 90px;
    background-color: #fff;
}

.customer-l {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px 0;
}

.customer-l:first-of-type {
    border-bottom: 1px solid #FFC6DD;
}

.customer .renew {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5px 0;
}

.renew h2 span {
    color: #e22483;
}

.renew h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #68839B;
    padding-top: 8px;
    width: 30%;
}

.customer .word {
    width: auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 20px;
    letter-spacing: 0.18rem;
    font-weight: 500;
    color: #5b5b5b;
    width: 550px;
    background-color: #fff;
    border: 2px solid #FFDBEA;
    line-height: 27px;
    border-radius: 8px;
    margin-top: 8px;
    padding: 8px 15px;
    -webkit-box-shadow: 1px 1px 5px 2px #f2f2f1;
    -moz-box-shadow: 1px 1px 5px 2px #f2f2f1;
    box-shadow: 1px 1px 5px 2px #f2f2f1;
}

.customer .renew input::placeholder {
    color: #ecbebe;
    font-weight: 300;
}

.customer .renew textarea::placeholder {
    color: #ecbebe;
    font-weight: 300;
}

.customer .word.ct-1 {
    width: 300px;
}

.customer .word:focus-visible {
    border: 2px solid #F8277A;
    outline: none;
}

.renew.word-big {
    width: 45%;
}

.word-big .word {
    height: 278px;
}

.renew-ok {
    font-family: 'Noto Sans TC', sans-serif;
    color: #fff;
    background-color: #F8277A;
    border: 3px solid #FF98C1;
    border-radius: 5px;
    padding: 10px 50px;
    letter-spacing: 4px;
    width: fit-content;
    font-size: 16px;
    outline: none;
    margin-top: 50px;
    margin-bottom: 50px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.renew-ok:hover {
    background-color: #FF98C1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.field-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
}

.field-box {
    width: 46%;
}

.field-box h4 {
    display: block;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
    color: #F8277A;
}

.field-box .loc-contact {
    margin: 32px 0;
    padding: 0;
    margin-bottom: 50px;
}

.grey-map {
    background-color: #fff6f8;
    width: 100%;
    height: 265px;
    position: relative;
}

.goo-map {
    display: block;
    margin: auto;
    position: absolute;
    top: -10%;
    margin-left: 8%;
    width: 84%;
    height: 255px;
    overflow: hidden;
    box-shadow: 0px 15px 20px #f9d5e3;
}

.goo-map iframe {
    width: 120%;
    height: 120%;
}

.goo-map-btn {
    position: absolute;
    bottom: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 170px;
    padding: 8px 42px;
    border-radius: 13px;
    background-color: #fff;
    border: 2px solid #F8277A;
    z-index: 50;
    color: #F8277A;
    font-weight: 600;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    cursor: pointer;
    box-shadow: 5px 6px 0px #f1cccc94;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.goo-map-btn span {
    font-size: 1.7rem;
}

.goo-map-btn:hover {
    background-color: #F8277A;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid #ff86b7;
    box-shadow: 2px 3px 0px #ffe3e373;
}

.edit_loc.center {
    align-items: center;
}

.edit_loc a {
    color: #F8277A;
    border: 2px solid transparent;
}

.edit_loc a:hover {
    color: #136C61;
    border-bottom: 2px solid #54ebbe;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}


/* ------------------------------------------------------------------news */

.n-box {
    height: 280px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #FCDEEA;
    position: relative;
    z-index: 5;
}

.n-pic {
    width: 46vw;
    overflow: hidden;
    background-color: #fff8f9;
    position: relative;
    border-radius: 15px;
}

.n-pic .n-more {
    opacity: 0;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: .2s;
}

.n-pic .n-more .dotx {
    display: flex;
    width: 67px;
    flex-direction: row;
    justify-content: space-between;
}

.n-pic .n-more span {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #fff;
}

.n-pic .n-more p {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 5px;
    font-family: 'Noto Sans TC', sans-serif;
}

.n-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}


/* hr.hr4{
    width: 100%;
    border: none;
    border-top: 1px solid #FCDEEA;
    margin: 15px 0;
  } */

.n-info {
    display: flex;
    flex-direction: column;
    padding: 25px 40px 25px 55px;
    border-radius: 15px;
    width: -webkit-fill-available;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.release-time {
    font-size: 1rem;
    color: #FF8DBA;
    letter-spacing: 0.15rem;
    height: 48px;
}

.n-info .n-title,
.n-info .n-say,
.n-info .tag p {
    font-family: 'Noto Sans TC', sans-serif;
    z-index: 30;
}

.n-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.n-box:hover .n-title {
    color: #F8277A;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.n-info .n-say {
    font-size: 1.05rem;
    letter-spacing: 0.12rem;
    color: #C193A5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.n-box:hover .n-say {
    color: #FF8DBA;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.release-time {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tag {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
}

.tag button {
    font-size: 1rem;
    letter-spacing: 0.15rem;
    color: #fff;
    border-radius: 17px;
    padding: 5px 18px;
    border: none;
    cursor: pointer;
    margin-right: 5px;
}

.n-tag1 {
    background-color: #F8277A;
}

.n-box:hover .n-info {
    /* background-color: #F9F9F9; */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.n-box:hover .n-pic img {
    opacity: 0.5;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.n-box:hover .n-pic .n-more {
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: .2s;
}

.cursor-more {
    display: flex;
    position: absolute;
    bottom: 25px;
    right: 39px;
    transition: .4s;
}

.n-box:hover .cursor-more {
    right: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}


/* .cursor-more p{
    color: #F8277A;
    margin-left: 20px;
    letter-spacing: 0.18rem;
    display: none;
} */

.news-d {
    display: flex;
    flex-direction: column;
    padding: 60px 100px;
    background-color: #fff;
    height: auto;
    width: calc(100% - 200px);
}

.news-d .update-time p {
    font-family: 'Nova Flat';
    font-size: 1rem;
    letter-spacing: 0.2rem;
    color: #AEAEAE;
}

.news-d .update-title {
    margin: 8px 0;
    overflow: hidden;
}

.news-d .update-title h1 {
    font-size: 2.6rem;
    font-family: 'Noto Sans TC';
    letter-spacing: 0.17rem;
    color: #000000;
    font-weight: 700;
}

.hr3 {
    width: 150px;
    height: 4px;
    background-color: #F8277A;
    margin-top: 15px;
}

.edit-news-box {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 30px 0;
    font-size: 1.1rem;
    color: #5B5B5B;
    font-family: 'Noto Sans TC';
    letter-spacing: 0.08rem;
}

.edit-news-box img {
    height: auto!important;
    max-width: 100%;
}

.edit-news-box strong {
    color: #FF7AAF;
    font-weight: 600;
}

.edit-news-box a {
    color: #368CBC;
    border-bottom: 2px solid #89d3bd;
    display: inline-block;
}

.edit-news-box a:hover {
    color: #057050;
    border-bottom: 2px solid #94dfc9;
    display: inline-block;
}

.news-others {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
    margin: 60px auto;
}

.news-others>a {
    border: 1px solid #FAE5E5;
    border-radius: 15px;
    font-size: 1.3rem;
    font-family: 'Noto Sans TC';
    letter-spacing: 0.2rem;
    box-shadow: 0 2px 15px #fff1f1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.btn-news-prev,
.btn-news-next {
    padding: 15px 20px;
    background-color: #fff;
    color: #5B5B5B;
}

.btn-news-prev span,
.btn-news-next span {
    font-size: 1.7rem;
}

.btn-news-back {
    padding: 15px 40px;
    background-color: #FF8BB9;
    color: #fff;
}

.btn-news-prev:hover,
.btn-news-next:hover {
    background-color: #F8277A;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    box-shadow: 0 2px 8px #ff9dd3;
    border: 1px solid transparent;
}


/* 首頁最新消息 */

.index_news_wrap .n-box {
    /* height: 16vw; */
    background-color: transparent;
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: 1.5fr repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.index_news_wrap .n-info{
    grid-area: 1 / 2 / 2 / 6;
}
.n-title{
    letter-spacing: 0.02rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index_news_wrap .n-info .n-say {
    font-size: 1.1rem;
    -webkit-line-clamp: 2;
}

.index_news_wrap .n-pic {
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
}

.index_news_wrap .n-pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}


/* ------------------------------------------------------------------about */

.page-wrap.about {
    background: rgb(255, 234, 245);
    background: linear-gradient(270deg, rgba(255, 234, 245, 0.4) 0%, rgba(255, 255, 255, 0) 71%);
    background: -webkit-linear-gradient(270deg, rgba(255, 234, 245, 0.4) 0%, rgba(255, 255, 255, 0) 71%);
    padding-bottom: 150px;
    width: 100%;
    overflow-x: hidden;
}

.about-top-wrap {
    position: relative;
    height: 200px;
    background-color: #fff;
    width: 100%;
}

.about-top-wrap .bread {
    width: 1270px;
    margin: auto;
    display: block;
    display: flex;
    flex-direction: row;
}

.ab-bg {
    width: 100%;
    position: absolute;
    bottom: -88px;
    left: 0;
    overflow: hidden;
    z-index: 150;
}

.ab-bg img {
    width: 100%;
}

.idea {
    display: flex;
    flex-direction: column;
    width: max-content;
    align-items: center;
    margin: auto;
    padding-top: 48px;
    z-index: 200;
    position: relative;
}

.idea h1 {
    display: block;
    font-family: 'Lato';
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 2.3rem;
    display: inline-block;
    background: rgb(255, 153, 194);
    background: -webkit-radial-gradient(circle, rgba(255, 153, 194, 1) 38%, rgba(248, 39, 122, 1) 100%, rgba(248, 39, 122, 1) 100%);
    background: radial-gradient(circle, rgba(255, 153, 194, 1) 38%, rgba(248, 39, 122, 1) 100%, rgba(248, 39, 122, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: auto;
}

.idea>.dot-p {
    margin-top: 10px;
}

.idea>.dot-p span {
    width: 12px;
    height: 12px;
    background-color: #F8277A;
    border-radius: 100%;
    margin: 7px;
    display: inline-block;
    animation: 2.8s pale infinite;
}

.idea>.dot-p span:nth-last-of-type(6n-0) {
    animation-delay: 1.4s;
}

.idea>.dot-p span:nth-last-of-type(6n-1) {
    animation-delay: 1.2s;
}

.idea>.dot-p span:nth-last-of-type(6n-2) {
    animation-delay: 1s;
}

.idea>.dot-p span:nth-last-of-type(6n-3) {
    animation-delay: 0.8s;
}

.idea>.dot-p span:nth-last-of-type(6n-4) {
    animation-delay: 0.6s;
}

.idea>.dot-p span:nth-last-of-type(6n-5) {
    animation-delay: 0.4s;
}

.idea>.dot-p span:nth-last-of-type(6n-6) {
    animation-delay: 0.2s;
}

@keyframes pale {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

@-webkit-keyframes pale {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

.lite1 {
    position: absolute;
    top: 39px;
    left: -232px;
    width: 180px;
    z-index: 250;
    animation: 5s fly2 infinite;
    animation-delay: 0.5s;
}

.lite2 {
    position: absolute;
    top: 30px;
    right: -178px;
    width: 120px;
    z-index: 250;
    animation: 3.7s fly infinite;
}

.lite1 img,
.lite2 img {
    width: 100%;
}

@keyframes fly {
    0% {
        -webkit-transform: translateX(0px) scale(1) translateY(0);
        -o-transform: translateX(0px) scale(1) translateY(0);
        -moz-transform: translateX(0px) scale(1) translateY(0);
        transform: translateX(0px) scale(1) translateY(0);
    }
    50% {
        -webkit-transform: translateX(25px) scale(1.02) translateY(35px);
        -o-transform: translateX(25px) scale(1.02) translateY(35px);
        -moz-transform: translateX(25px) scale(1.02) translateY(35px);
        transform: translateX(25px) scale(1.02) translateY(35px);
    }
    100% {
        -webkit-transform: translateX(0px) scale(1) translateY(0);
        -o-transform: translateX(0px) scale(1) translateY(0);
        -moz-transform: translateX(0px) scale(1) translateY(0);
        transform: translateX(0px) scale(1) translateY(0);
    }
}

@-webkit-keyframes fly {
    0% {
        -webkit-transform: translateX(0px) scale(1) translateY(0);
        -o-transform: translateX(0px) scale(1) translateY(0);
        -moz-transform: translateX(0px) scale(1) translateY(0);
        transform: translateX(0px) scale(1) translateY(0);
    }
    50% {
        -webkit-transform: translateX(25px) scale(1.02) translateY(35px);
        -o-transform: translateX(25px) scale(1.02) translateY(35px);
        -moz-transform: translateX(25px) scale(1.02) translateY(35px);
        transform: translateX(25px) scale(1.02) translateY(35px);
    }
    100% {
        -webkit-transform: translateX(0px) scale(1) translateY(0);
        -o-transform: translateX(0px) scale(1) translateY(0);
        -moz-transform: translateX(0px) scale(1) translateY(0);
        transform: translateX(0px) scale(1) translateY(0);
    }
}

@keyframes fly2 {
    0% {
        -webkit-transform: translateX(0px) translateY(0) rotate(0);
        -o-transform: translateX(0px) translateY(0) rotate(0);
        -moz-transform: translateX(0px) translateY(0) rotate(0);
        transform: translateX(0px) translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateX(-45px) translateY(35px) rotate(-15deg);
        -o-transform: translateX(-45px) translateY(35px) rotate(-15deg);
        -moz-transform: translateX(-45px) translateY(35px) rotate(-15deg);
        transform: translateX(-45px) translateY(35px) rotate(-15deg);
    }
    100% {
        -webkit-transform: translateX(0px) translateY(0) rotate(0);
        -o-transform: translateX(0px) translateY(0) rotate(0);
        -moz-transform: translateX(0px) translateY(0) rotate(0);
        transform: translateX(0px) translateY(0) rotate(0);
    }
}

@-webkit-keyframes fly {
    0% {
        -webkit-transform: translateX(0px) translateY(0) rotate(0);
        -o-transform: translateX(0px) translateY(0) rotate(0);
        -moz-transform: translateX(0px) translateY(0) rotate(0);
        transform: translateX(0px) translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateX(-45px) translateY(35px) rotate(-15deg);
        -o-transform: translateX(-45px) translateY(35px) rotate(-15deg);
        -moz-transform: translateX(-45px) translateY(35px) rotate(-15deg);
        transform: translateX(-45px) translateY(40px) rotate(-15deg);
    }
    100% {
        -webkit-transform: translateX(0px) translateY(0) rotate(0);
        -o-transform: translateX(0px) translateY(0) rotate(0);
        -moz-transform: translateX(0px) translateY(0) rotate(0);
        transform: translateX(0px) translateY(0) rotate(0);
    }
}

.about-center-wrap {
    width: 1000px;
    display: block;
    margin: auto;
    margin-top: 95px;
}

.about-center-wrap p,
.direc-content p {
    font-family: 'Noto Sans TC';
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    color: #5B5B5B;
    line-height: 2rem;
}

.about-center-wrap p strong {
    color: #5DC398;
    font-family: "Lato";
    font-weight: 800;
    background-color: #fff;
    padding: 6px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.about-center-wrap p strong.st {
    background-color: #ff529a;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.about-direc {
    width: 1270px;
    margin: auto;
    display: block;
    margin-top: 80px;
    margin-bottom: 20px;
}

.direc-t {
    width: max-content;
    position: relative;
    background: rgb(248, 39, 122);
    background: linear-gradient(117deg, rgba(248, 39, 122, 1) 0%, rgba(255, 146, 190, 1) 100%);
    background: -webkit-linear-gradient(117deg, rgba(248, 39, 122, 1) 0%, rgba(255, 146, 190, 1) 100%);
    overflow: hidden;
    border-radius: 5px;
    z-index: 3;
}

.direc-t h2 {
    padding: 15px 45px;
    font-family: 'Nova Flat';
    font-size: 2.1rem;
    letter-spacing: 0.15rem;
    color: #fff;
    z-index: 10;
}

.t-curve {
    position: absolute;
    left: -119px;
    top: -87px;
    z-index: 5;
}

.t-curve2 {
    position: absolute;
    right: -98px;
    top: -25px;
    opacity: 0.7;
    z-index: 5;
}

.tilt {
    margin-top: 22px;
    margin-bottom: 42px;
}

.tilt>div {
    background-image: url('../img/tilt.png');
    background-size: contain;
    background-repeat: repeat-x;
    width: 305px;
    height: 10px;
}

.direc-content h3 {
    font-family: 'Noto Sans TC';
    font-weight: 800;
    font-size: 1.3rem;
    color: #F8277A;
    letter-spacing: 0.15rem;
    margin-bottom: 12px;
}


/* ------------------------------------------------------------------fooetr */

.footer {
    background-color: #FF88B8;
    height: max-content;
    width: -webkit-fill-available;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px 70px 70px 70px;
}

.wave_footer {
    position: absolute;
    top: -50px;
    left: 0;
    width: inherit;
    max-width: 100%;
    z-index: 2000;
}

.foot-left {
    z-index: 2200;
}

.wave_footer img {
    width: 100%;
}

.foot-left-1 {
    margin-left: 24px;
}

.foot-left-1 p {
    font-size: 3.3rem;
    letter-spacing: 0.2rem;
    color: #fff;
    -webkit-transform: scaleX(1.1);
    -o-transform: scaleX(1.1);
    -moz-transform: scaleX(1.1);
    transform: scaleX(1.1);
}

.foot-left-1 p:nth-of-type(2) {
    font-size: 0.4rem;
    letter-spacing: 0.15rem;
    padding-left: 4px;
}

.foot-left-2 {
    display: flex;
    flex-direction: row;
    margin-top: 75px;
}

.foot-left-2 li {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.foot-left-2 li span {
    padding: 0 12px;
    color: rgb(255, 197, 224);
    cursor: default;
}

.foot-left-2 li a {
    padding-top: 2px;
    border-radius: 10px;
}

.foot-left-2 li:nth-of-type(1) a {
    padding-left: 0;
}

.foot-left-2 li:hover a {
    color: #ffe4fb;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.foot-left-3 li {
    display: inline-block;
    margin-top: 23px;
}

.foot-left-3 li a {
    padding-right: 40px;
    position: relative;
}

.foot-left-2 a,
.foot-left-3 a {
    color: #fff;
    font-size: 1.15rem;
    letter-spacing: 0.15rem;
}

.foot-left-3 a {
    font-size: 1rem;
    letter-spacing: 0.15rem;
    margin-right: 15px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
}

.foot-left-3 li a::after {
    background-image: url('../img/01.png');
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    content: '';
    position: absolute;
    top: 1px;
    left: 180px;
    width: 32px;
    height: 22px;
    z-index: 2200;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s;
}

.foot-left-3 li:hover a {
    padding-left: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: .3s;
}

.foot-left-3 li:hover a::after {
    opacity: 1;
    left: -7px;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s;
}

.social-link {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    align-items: center;
    align-items: flex-end;
}

.social-link .grey {
    padding: 0 8px;
    color: rgb(255, 197, 224);
    cursor: default;
}

.social-link p {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.15rem;
}

.social-link a {
    padding-right: 3px;
    margin-right: 3px;
    opacity: 0.85;
}

.social-link span {
    color: #fff;
    font-size: 1.3rem;
}

.social-link a:hover {
    opacity: 1;
}

.foot-right {
    padding-top: 80px;
    text-align: end;
    position: relative;
    z-index: 2200;
}

.subs p {
    color: #fff;
    font-family: 'Nova Flat';
    font-size: 2.2rem;
    letter-spacing: 0.15rem;
}

.subs p:nth-of-type(2) {
    font-size: 0.9rem;
    letter-spacing: 0.15rem;
}

.subs-2 {
    width: 480px;
    height: 45px;
    box-shadow: 1px 2px 10px #d485a6;
    border: 2px solid #f13d85;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
}

.subscription {
    position: relative;
    width: 100%;
    height: 100%;
}

.subscription .add-email {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
    font-family: 'Noto Sans TC';
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #433F3F;
    vertical-align: middle;
    height: inherit;
}

.add-email::placeholder {
    font-family: 'Noto Sans TC';
    font-size: 16px;
    letter-spacing: 2px;
    color: #d485a6;
}

.subscription .submit-email {
    position: absolute;
    top: 1px;
    right: 2px;
    height: 41px;
    width: 160px;
    border: none;
    border-radius: 7px;
    outline: none;
    margin: 1px;
    padding: 0 20px;
    cursor: pointer;
    background: #f13d85;
    color: #FFFFFF;
    -webkit-transition: width .35s ease-in-out, background .35s ease-in-out;
    -o-transition: width .35s ease-in-out, background .35s ease-in-out;
    -moz-transition: width .35s ease-in-out, background .35s ease-in-out;
    transition: width .35s ease-in-out, background .35s ease-in-out;
}

.before-submit {
    font-size: 1.1rem;
    letter-spacing: 0.12rem;
}

.after-submit {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.subscription.done .submit-email {
    width: 99%;
    background: #29d7a3;
}

.subscription .submit-email .before-submit,
.subscription .submit-email .after-submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 43px;
    transition: visibility .35s ease-in-out, opacity .35s ease-in-out;
}

.subscription.done .submit-email .before-submit,
.subscription:not(.done) .submit-email .after-submit {
    visibility: hidden;
    opacity: 0;
}

.subscription .submit-email .after-submit {
    transition-delay: .35s;
}

.subscription:not(.done) .submit-email .before-submit,
.subscription.done .submit-email .after-submit {
    visibility: visible;
    opacity: 1;
}

.copy-right {
    margin-top: 50px;
}

.copy-right p {
    font-size: .7rem;
    letter-spacing: 0.15rem;
    color: #fff;
}

.top-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5%;
    right: 2%;
    width: 48px;
    height: 48px;
    content: "";
    background-color: #FF88B8;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 4px 20px #8f8f8f4f;
    -moz-box-shadow: 0 4px 20px #8f8f8f4f;
    box-shadow: 0 4px 20px #8f8f8f4f;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    letter-spacing: 2px;
}

.top-box:hover {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.top-box span {
    margin-left: 3px;
    font-size: 22px;
    color: #fff;
}


/* pop up */

.hover_bkgr_fricc {
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 8000;
}

.hover_bkgr_fricc .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.hover_bkgr_fricc>div {
    background-color: #fff;
    border: 2px solid #ffdde9;
    -webkit-box-shadow: 10px 10px 60px #555;
    -moz-box-shadow: 10px 10px 60px #555;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    min-width: 230px;
    /* max-width: 398px; */
    min-height: 100px;
    vertical-align: middle;
    width: max-content;
    position: relative;
    border-radius: 30px;
    padding: 38px;
    padding-bottom: 20px
}

.share-p {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.share-p a {
    padding: 21px;
    padding-left: 23px;
    box-shadow: 0px 2px 10px #dbcfcf;
    border-radius: 25px;
    margin-left: 23px;
    background-color: #fff;
    z-index: 9000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.share-p a:hover {
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.2s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.share-p a span {
    font-size: 35px;
    color: #000;
}

.share-p a span:hover {
    color: #057050;
}

.share-p p {
    font-family: 'Noto Sans TC', sans-serif;
    color: #057050;
    font-size: 14px;
    letter-spacing: 2px;
    padding-right: 5px;
}

.text-break {
    word-break: break-all;
}

.spec th.rwd-show {
    display: none;
}

@media screen and (max-width:1720px) {
    .index_product {
        margin: 0px auto 100px auto;
    }
}

@media screen and (max-width:1650px) {
    .related-p {
        width: 85%;
        padding: 0;
    }
    .related-title {
        width: calc(85% - 6px);
    }
}

@media screen and (max-width:1550px) {
    .menu_list {
        padding: 26px 64px;
    }
    #header.whitebg .menu_list {
        padding: 12px 64px;
    }
    .page .menu_list {
        padding: 12px 64px;
    }
    .menu_list>nav {
        width: 600px;
    }
    .menu_list>nav a {
        font-size: 1.1rem;
        letter-spacing: 0.07rem;
        padding: 7px 18px;
    }
    .menu_list>nav>li>ul {
        top: 42px;
    }
    .product_search_wrapper {
        top: 102px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        transition: 0.2s;
    }
    .product_search_wrapper.whitebg {
        top: 77px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        transition: 0.2s;
    }
    .page .product_search_wrapper {
        top: 77px;
    }
    .logo {
        width: 176px;
    }
    .product_search_content {
        width: 1100px;
        padding: 20px 0;
    }
    .product_search_content>li>input {
        font-size: 1.2rem;
    }
    .product_search_content>li>a {
        padding: 9px 40px;
    }
    .product_search_content>li:first-child {
        width: calc(100% - 385px);
    }
    .footer {
        padding: 29px 64px 33px 64px;
    }
    .page-wrap .index_title {
        font-size: 40px;
    }
}

@media screen and (max-width:1500px) {
    .banner_subs {
        right: 40px;
        bottom: 96px;
    }
    .circle {
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
    .news_btn {
        bottom: 41%;
        right: 14%;
    }
    .news_btn_sub {
        font-size: 0.7rem;
    }
    .now-buy p {
        font-size: 1rem;
    }
    .now-buy span {
        font-size: 1.2rem;
        padding-right: 7px;
    }
    .now-buy {
        bottom: 50px;
        right: 56px;
        padding: 8px 19px;
        box-shadow: 0px 2px 10px rgb(213 105 155 / 73%);
    }
    .scroll {
        display: none;
        pointer-events: none;
    }
}

@media screen and (max-width:1400px) {
    .index_product {
        width: 92%;
    }
    .pro_img_o {
        height: calc(100% * 0.56);
    }
    .pro_name {
        padding: 10px 0;
        font-size: 16px;
    }
    .ind_pro_item:hover .pro_name {
        -webkit-transform: scale(1.02);
        -o-transform: scale(1.02);
        -moz-transform: scale(1.02);
        transform: scale(1.02);
    }
    .foot-left-2 a,
    .foot-left-3 a {
        font-size: 1rem;
    }
    .foot-left-2 li span {
        padding: 0 6px;
    }
    .social-link p {
        font-size: 0.8rem;
        line-height: 30px;
    }
    .social-link .grey {
        font-size: 0.8rem;
        line-height: 30px;
    }
    .social-link span {
        font-size: 1.15rem;
        line-height: 30px;
    }
    .subs p {
        font-size: 1.8rem;
    }
    .subs p:nth-of-type(2) {
        letter-spacing: 0.1rem;
    }
    .subs-2 {
        width: 405px;
        height: 35px;
    }
    .subscription .add-email {
        padding: 0px 12px;
        font-size: 0.8rem;
        font-weight: 600;
        letter-spacing: 0.08rem;
    }
    .subscription .add-email::placeholder {
        font-size: 0.8rem;
    }
    .subscription .submit-email {
        height: 31px;
        width: 115px;
        margin: 1px;
    }
    .before-submit {
        font-size: 0.9rem;
        letter-spacing: 0.12rem;
    }
    .subscription .submit-email .before-submit,
    .subscription .submit-email .after-submit {
        line-height: 35px;
    }
    .subscription.done .submit-email {
        width: 98.5%;
    }
    .n-pic {
        width: 46vw;
        height: 20.5vw;
    }
    .n-box {
        height: 20.5vw;
    }
    .select-bar {
        width: 93%;
        height: 315px;
        margin: auto;
    }
    .module-box {
        width: 90%;
    }
    .pro_box1 {
        width: 90%;
        margin: 45px auto;
    }
    .mapbox {
        width: 100%;
    }
    .am {
        top: 17%;
        left: 4%;
    }
    .eu {
        top: 11%;
        left: 37%;
    }
    .as {
        top: 22%;
        left: 66%;
    }
    .oc {
        top: 59%;
        left: 75%;
    }
    .loc-flex .loc-logo {
        height: 16vw;
    }
    .loc-name {
        font-size: 1rem;
    }
    .loc-flex .loc-box {
        width: calc(100% / 3 - 38px);
        margin-right: 50px;
    }
    .loc-contact {
        font-size: 0.88rem;
    }
    .loc-contact span {
        font-size: 0.95rem;
    }
    .cx2>h5 {
        font: 1rem "Noto Sans TC", sans-serif;
    }
    .banner_wave {
        height: 11vw;
    }
    .cat-edit {
        width: 90%;
        margin: auto;
    }
}

@media screen and (max-width:1300px) {
    .banner_subs {
        right: 21px;
    }
    .now-buy {
        bottom: 71px;
        right: 54px;
        padding: 7px 15px;
    }
    .now-buy p {
        font-size: 0.95rem;
    }
    .now-buy span {
        font-size: 1.08rem;
        padding-right: 6px;
    }
    .index_about {
        width: 90%;
    }
    .index_news_wrap {
        width: 90%;
    }
    .index_app {
        width: 90%;
    }
    .index_app_wrap {
        width: 100%;
    }
    .index_app_wrap .app-box {
        width: calc(100% / 3 - 25px);
    }
    .release-time {
        font-size: 0.8rem;
    }
    .n-info {
        padding: 12px 35px 12px 50px;
    }
    .n-title {
        font-size: 17px;
        line-height: 23px;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
    }
    .index_news_wrap .n-box {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .index_app {
        width: 90%;
    }
    .index_app_wrap {
        width: 100%;
    }
    .index_app_wrap .app-img {
        height: calc((90vw / 3 - 28px) * 0.7);
    }
    .index_app_wrap .app-box h4 {
        font-size: 1.15rem;
        letter-spacing: 1px;
        margin: 10px 0;
    }
    .index_app_wrap .app-box p {
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 0.07rem;
    }
    .news-others {
        width: 79%;
    }
    .select-bar {
        height: 22vw;
    }
    .buy-flex {
        width: 90%;
    }
    .buy-name {
        font-size: 1.2rem;
    }
    .shop-btn {
        width: -webkit-fill-available;
        padding: 32px 22px;
    }
    .idea {
        width: 58%;
    }
    .idea h1 {
        font-size: 2.5vw;
    }
    .idea>.dot-p span {
        width: 0.8vw;
        height: 0.8vw;
        margin: 0.5vw;
    }
    .ab-bg {
        bottom: -70px;
    }
    .lite1 {
        top: 33px;
        left: -13vw;
        width: 13vw;
    }
    .lite2 {
        top: 13px;
        right: -12vw;
        width: 10vw;
    }
    .about-top-wrap .bread {
        width: 90%;
    }
    .about-center-wrap {
        width: 85%;
        margin-top: 90px;
    }
    .about-direc {
        width: 90%;
    }
    .pdt_t_1 h1 {
        font-size: 2rem;
    }
    .pdt_t_2 {
        font-size: 1.1rem;
    }
    .pdt_f h2 {
        font-size: 1.1rem;
        letter-spacing: .1rem;
    }
    .pdt_c h3 {
        font-size: 1.05rem;
    }
    .tab-w {
        width: 93%;
    }
    .tabs .tab-2 {
        width: calc(100% / 3);
        margin-bottom: 15px;
    }
    .tabs .tab-2 [type="radio"]:checked+div {
        width: 280%;
        overflow: hidden;
        padding-left: 10%;
    }
    .n-info .n-say {
        font-size: 1rem;
        -webkit-line-clamp: 2;
    }
    .index_news_wrap .n-info .n-say {
        font-size: 1rem;
        -webkit-line-clamp: 1;
    }
}

@media screen and (max-width:1200px) {
    .pro_box2 {
        width: calc(90% / 3 - 5px);
        margin-bottom: 20px;
    }
    .tabs [class^="tab"] label,
    .tabs [class*=" tab"] label {
        font: 1.25rem "Noto Sans TC", sans-serif;
    }
    .tabs .tab-2 .edit-box h4 {
        font-size: 1.2rem;
    }
    .tabs::after {
        top: 56px;
        box-shadow: 0 7px 6px -7px rgb(127 119 119);
    }
    .tabs [class^="tab"] label,
    .tabs [class*=" tab"] label {
        padding: 20px 0px;
        padding-bottom: 22px;
    }
    .spec table th,
    .spec table td {
        font-size: 0.95rem;
        padding: 6px 10px;
    }
    .cat-edit .sec-tr.spec th,
    .cat-edit .sec-tr.spec td {
        padding: 6px 6px;
    }
    .third-tr.spec th,
    .third-tr.spec td {
        padding: 6px 10px;
    }
    .cat-edit .spec table th,
    .cat-edit .spec table td {
        font-size: 12px;
        padding: 4px 5px;
    }
    .cat-edit .third-tr.spec th,
    .cat-edit .third-tr.spec td {
        padding: 4px 6px;
    }


}

@media screen and (max-width:1100px) {
    .menu_list {
        padding: 18px 42px;
    }
    .menu_list>nav {
        width: 510px;
    }
    .menu_list>nav a {
        font-size: 1rem;
    }
    .menu_list>nav>li>ul {
        top: 40px;
    }
    .product_search_wrapper {
        top: 89px;
    }
    .logo {
        width: 159px;
    }
    .ind_pro_item {
        width: calc(33% - 20px);
    }
    .pro_img {
        padding: 7px;
    }
    .pro_name {
        margin: 0 auto 13px auto;
        letter-spacing: 1px;
        font-size: 15px;
    }
    .page-wrap .index_title {
        font-size: 34px;
    }
    .foot-left-1 {
        margin-left: 15px;
    }
    .foot-left-2 {
        margin-top: 38px;
        margin-left: 7px;
    }
    .foot-left-2 li {
        display: block;
    }
    .foot-left-2 li span {
        display: none;
    }
    .foot-left-3 {
        margin-top: 15px;
        margin-left: 7px;
    }
    .foot-left-3 li {
        display: block;
        margin-top: 3px;
    }
    .foot-left-3 li a::after {
        opacity: 1;
        left: -7px;
        -webkit-transition: 0.15s;
        -o-transition: 0.15s;
        -moz-transition: 0.15s;
        transition: 0.15s;
    }
    .foot-left-3 li a {
        padding-left: 30px;
    }
    .foot-right {
        padding-top: 167px;
    }
    .index_about_ct p {
        font-size: 1.1rem;
        letter-spacing: 0.06rem;
    }
    .sec-title p {
        font-size: 2.2rem;
    }
    .sec-ct-p p {
        font-size: 1rem;
    }
    .sec-btn {
        width: 210px;
        font-size: 16px;
        padding: 8px 8px;
        color: #fff;
        box-shadow: 1px 1px 21px #f8bdbd;
        background-color: #F8277A;
    }
    .index_contact_box {
        margin-left: 38vw;
    }
    .index_contact_box {
        width: 373px;
    }
    .pro_box_btn {
        border-radius: 15px;
        padding: 7px 12px;
    }
    .pro_box_btn p {
        font: 1.1rem "Noto Sans TC", sans-serif;
        letter-spacing: 0.1rem;
    }
    .pro_box_btn span {
        font-size: 1.2rem;
    }
    .select-bar {
        height: 25vw;
    }
    .buy-box {
        width: calc(100% / 3 - 20px);
        cursor: pointer;
    }
    .shop-btn {
        font-size: 16px;
    }
    .buy-name {
        margin-left: 8px;
        max-width: 69%;
    }
    .index_product {
        margin: 0px auto 65px auto;
    }
    .product_search_content {
        width: 90%;
    }
    .product_search_content>li>a {
        padding: 6px 30px;
    }
    .product_search_content>li:first-child {
        width: calc(100% - 334px);
    }
    .product_search_content>li>input {
        padding: 8px;
        font-size: 1.1rem;
        letter-spacing: 0.07rem;
    }
    .map a {
        font-size: 2.1rem;
        padding: 14px;
    }
    .place p {
        font: 0.7rem "Noto Sans TC", sans-serif;
        padding: 7px 10px;
    }
    .ab-bg {
        width: 135%;
        bottom: -88px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .lite1 {
        top: 20px;
        left: -6vw;
    }
    .lite2 {
        top: 4px;
        right: -6vw;
        width: 8vw;
    }
    .idea {
        width: 69%;
        padding-top: 80px;
    }
    .idea h1 {
        font-size: 2.8vw;
    }
    .about-center-wrap p,
    .direc-content p {
        font-size: 1.1rem;
        letter-spacing: 0.06rem;
    }
    .direc-t h2 {
        padding: 13px 40px;
        font-size: 1.7rem;
    }
    .pdt_t_1 h1 {
        font-size: 1.7rem;
    }
    .pdt_t_2 {
        font-size: 0.8rem;
    }
    .pdt_t_2 span {
        padding-right: 6px;
    }
    .pdt_f {
        margin-top: 0px;
        margin-bottom: 8px;
    }
    .pdt_f h2 {
        font-size: 1rem;
        letter-spacing: .07rem;
        line-height: 1.3rem;
    }
    .pdt_right {
        width: calc(100% / 2 - 12px);
    }
    .pdt_c h3 {
        font-size: 0.98rem;
        letter-spacing: .08rem;
    }
    .pdt_img img {
        width: 90%;
        padding: 30px 0;
    }
    .tabs .tab-2 .edit-box {
        width: 100%;
        font: 1.1rem "Noto Sans TC", sans-serif;
        letter-spacing: 0.06rem;
        line-height: 2rem;
    }
    .related-title p {
        font-size: 1.5rem;
        width: 275px;
    }
    .related-title>div {
        width: calc(100% - 275px);
    }
    .over-v table {
        width: 100%;
    }
    .n-info .n-say {
        -webkit-line-clamp: 1;
    }
}


/* 手機板 輪播 */

@media screen and (max-width:1024px) {
    .w_slogan h1 {
        font-size: 4vw;
    }
    .w_word h2 {
        font-size: 4vw;
    }
    .index_contact {
        width: 90%;
    }
    .n-info {
        padding: 0px 24px 0px 37px;
    }
    .index_news_wrap .n-box {
        margin-bottom: 32px;
        padding-bottom: 32px;
    }
    .cursor-more {
        width: 60px;
    }
    .cursor-more img {
        width: 100%;
    }
    .select-bar .slick-prev,
    .select-bar .slick-next {
        width: 35px;
        height: 35px;
    }
    .view-i-bar p {
        letter-spacing: 0.02rem;
    }
    .view-i-dot-1 {
        width: 10px;
        height: 10px;
    }
    .customer .renew {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 5px 0;
    }
    .renew h2 {
        padding-top: 10px;
        width: 100%;
    }
    .shop-btn::before {
        display: none;
    }
    .cube1::after {
        display: none;
    }
    .cube1 img.s-pic {
        display: none;
    }
    .ab-bg {
        bottom: -65px;
    }
    .pdt_right:hover .pdt_t_2 {
        animation: none;
    }
}

@media screen and (max-width:900px) {
    .loc-contact {
        font: 0.85rem "Noto Sans TC", sans-serif;
    }
    .shop-btn {
        padding: 22px 10px;
    }
    .loc-flex .loc-box {
        width: calc(100% / 2 - 45px);
        margin-right: 45px;
    }
    .loc-flex .loc-box:nth-child(3n+3) {
        margin-right: 45px;
    }
    .loc-flex .loc-box:nth-child(2n+2) {
        margin-right: 0;
    }
    .loc-flex .loc-logo {
        height: 23vw;
    }
    .spec table th,
    .spec table td {
        font-size: 0.85rem;
        letter-spacing: 0.02rem;
        padding: 5px 5px;
    }
    .third-tr.spec th,
    .third-tr.spec td {
        padding: 5px 5px;
    }
    .module-box a {
        font: 0.7rem "Noto Sans TC", sans-serif;
        line-height: 1rem;
        padding: 5px 12px;
        border-radius: 12px;
        margin: 0 3px;
    }
}


/* 手機板header */

@media screen and (max-width:850px) {
    .logo {
        width: 125px;
    }
    .page .menu_list {
        padding: 9px 45px;
    }
    .phone_menu {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        display-margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        cursor: pointer;
    }
    .phone_menu span {
        background: #F8277A;
        display: block;
        width: 100%;
        height: 3px;
        margin-bottom: 7px;
    }
    .phone_menu span:last-of-type {
        margin-bottom: 0;
    }
    .phone_menu.active span:nth-of-type(1) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-bottom: -2px;
        margin-top: 8px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }
    .phone_menu.active span:nth-of-type(2) {
        display: none;
    }
    .phone_menu.active span:nth-of-type(3) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        margin-top: -1px;
    }

    .menu_list>nav li.search_phone_top{
        opacity: 0;
    }
    .menu_list>nav.active li.search_phone_top{
            opacity: 1;
    }
    .menu_list>nav {
        position: relative;
        display: block;
        width: -webkit-fill-available;
        position: fixed;
        height: calc(100vh - 80px);
        top: 72px;
    }
    .menu_list>nav li {
        text-align: left;
        line-height: 68px;
    }
    .menu_list>nav li a {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.8rem;
    }
    .menu_list>nav li a span.menusub_open {
        margin-left: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    .menu_list>nav li a span.menusub_open.active {
        display: none;
    }
    .menu_list>nav li a span.menusub_close {
        margin-left: 10px;
        display: none;
    }
    .menu_list>nav li a span.menusub_close.active {
        display: inline-block;
        vertical-align: middle;
    }
    .menu_list>nav li a:hover {
        -webkit-transition: auto;
        -o-transition: auto;
        -moz-transition: auto;
        transition: auto;
    }
    .menu_list>nav li a:hover::after {
        display: none;
    }
    .menu_list>nav li:hover ul {
        -webkit-transition: auto;
        -o-transition: auto;
        -moz-transition: auto;
        transition: auto;
        overflow: 0;
        opacity: 0;
        height: 0;
    }
    .menu_list>nav li:hover ul.active {
        height: auto;
        opacity: 1;
    }
    .menu_list>nav li>ul {
        position: relative;
        background: none;
        opacity: 1;
        top: auto;
        left: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .menu_list>nav li>ul.active {
        height: auto;
        overflow: hidden;
    }
    .menu_list>nav li>ul li a {
        top: auto;
        left: auto;
        padding: 9px 3px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        padding-left: 15px;
        color: #49576f;
    }
    .contact-circle {
        border: 1px solid transparent;
    }
    .contact-circle:hover {
        background-color: transparent;
        color: #F8277A!important;
    }
    .menu_close_bg {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    .menu_close_bg.active {
        display: inline;
    }
    .menu {
        position: absolute;
        background: #fff6f7;
        left: -100%;
        -webkit-transition: 1s;
        -o-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
        padding: 64px;
        padding-top: 30px;
        height: calc(100vh - 80px);
        width: -webkit-fill-available;
        display: none;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
    }
    .menu.active {
        display: block;
        pointer-events: all;
        visibility: visible;
        left: 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        opacity: 1;
    }

    .product_search_wrapper {
        top: 78px;
    }
    .search_btn .icon_search {
        display: none;
    }
    .menu_list>nav .search_btn {
        display: none;
    }
    .search_phone {
        width: 65%;
        height: 40px;
        background-color: #ffffff;
        padding: 10px;
        margin: 0px 0 0 13px;
        outline: 0;
        -webkit-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        display: inline-block;
        position: relative;
        border: 2px solid #FF98C1;
        border-radius: 10px;
        font-size: 1.4rem;
    }
    .menu .searchbox {
        position: absolute;
        display: inline-block;
        background-color: #F8277A;
        /* top: 20px; */
        right: 22%;
        height: 50px;
        border-radius: 5px 5px 5px 5px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .menu .searchbox span {
        color: #fff;
    }
    .menu_list>nav a span {
        margin-left: 4px;
    }
    .menu .searchbox span {
        display: block;
    }
    .menu_list>nav li.search_phone_top {
        display: block;
        width: 100%;
        padding: 25px 0;
        line-height: 50px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        padding: 11px 49px 33px 55px;
    }
    .foot-left-1 {
        margin-left: 36px;
    }
    .foot-left-1 p:nth-of-type(2) {
        letter-spacing: 0.1rem;
    }
    .foot-left-1 p {
        font-size: 3.0rem;
    }
    .foot-left-2 li {
        display: inline-block;
    }
    .foot-left-2 li span {
        display: inline-block;
    }
    .foot-left-3 li {
        display: inline-block;
        margin-top: 3px;
    }
    .foot-right {
        padding-top: 50px;
        text-align: start;
        padding-left: 6px;
    }
    .subs-2 {
        width: -webkit-fill-available;
        margin-top: 10px;
    }
    .copy-right {
        margin-top: 22px;
    }
    .top-box {
        top: -111%;
    }
    .wave_footer {
        top: -40px;
    }
    .banner_wave {
        background-size: cover;
        height: 19vw;
        overflow: hidden;
    }
    .index_contact {
        height: calc(90% - 2.6vw);
        padding: 2.6vw 0;
    }
    .index_contact_box {
        width: 46vw;
    }
    .index_contact_box .sec-title>p {
        font-size: 5vw;
    }
    .sec-title-hr div {
        width: 1.1vw;
        height: 0.9vw;
    }
    .contact-arrow {
        width: 35px;
        height: 35px;
    }
    .contact-arrow span {
        font-size: 20px;
    }
    .sec-ct-p p {
        font-size: 0.7rem;
        letter-spacing: 0.09rem;
    }
    .release-time {
        height: 35px;
    }
    .tag button {
        font-size: 0.6rem;
        padding: 3px 10px;
    }
    .n-title {
        font-size: 20px;
        letter-spacing: 1.2px;
    }
    .n-info {
        padding: 0px 15px 0px 30px;
    }
    .n-info .n-say {
        font-size: 0.95rem;
    }
    .cursor-more {
        display: none;
        pointer-events: none;
    }
    .foot-left-1 {
        margin-left: 0px;
    }
    .foot-left-1 p {
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform: scaleX(1);
    }
    #header.whitebg .menu_list {
        padding: 12px 5%;
    }
    .news-d {
        padding: 60px 25px;
        width: calc(100% - 50px);
    }
    .news-d .update-title h1 {
        font-size: 1.6rem;
        letter-spacing: 0.06rem;
    }
    .hr3 {
        width: 130px;
        height: 3px;
        margin-top: 10px;
    }
    .news-d .update-time p {
        font-size: 0.8rem;
    }
    .news-others {
        width: 90%;
    }
    .select-bar {
        height: 26vw;
    }
    .pro_box1 {
        width: 100%;
    }
    .pro_box2 {
        width: calc(100% / 3 - 25px);
        margin-bottom: 15px;
    }
    .bread p,
    .bread a {
        font: 0.8rem "Noto Sans TC", sans-serif;
    }
    .ind_pro_item:hover .pro_img img {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
    .ind_pro_item:hover .pro_name {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        font-family: 'Noto Sans TC';
    }
    .select-title {
        font-size: 1.7rem;
    }
    .select-title h1 {
        font-size: 2rem;
    }
    .customer {
        padding: 30px 30px;
    }
    .g-title h1 {
        font-size: 1.7rem;
    }
    .g-title div {
        width: 8px;
        height: 6px;
        margin-right: 6px;
    }
    .customer-l {
        padding-top: 5px;
    }
    .field-wrap {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .field-box {
        width: 90%;
        margin-bottom: 50px;
    }
    .buy-name {
        margin-left: 5px;
        max-width: 65%;
    }
    .mark img {
        width: 35px;
    }
    .map a {
        font-size: 1.6rem;
        padding: 14px;
    }
    .am {
        top: 15%;
        left: 1%;
    }
    .eu {
        top: 8%;
        left: 37%;
    }
    .as {
        top: 21%;
        left: 63%;
    }
    .oc {
        top: 57%;
        left: 72%;
    }
    .idea {
        width: 90%;
        padding-top: 97px;
    }
    .idea h1 {
        font-size: 3.5vw;
    }
    .lite1 {
        top: 20px;
        left: 6vw;
    }
    .lite2 {
        top: 4px;
        right: 4vw;
    }
    .idea h1 {
        letter-spacing: 1.2px;
    }
    .direc-t h2 {
        padding: 10px 25px;
        font-size: 1.7rem;
    }
    .tilt>div {
        width: 304px;
        height: 9px;
    }
    .menu_list>nav>li:hover ul li a:hover {
        background-color: inherit;
        color: inherit;
    }
    .pdt_img img {
        width: 90%;
        padding: 90px 0;
    }
    .nv-bg-2 {
        margin-top: -7px;
    }
}

@media screen and (max-width:767px) {
    .buy-flex {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .buy-box {
        width: calc(100% / 2 - 20px);
        margin-bottom: 35px;
    }
    .module-box {
        flex-wrap: wrap;
    }
    .module-box a {
        margin: 4px 3px;
        font: 0.8rem "Noto Sans TC", sans-serif;
        padding: 6px 13px;
    }
    .line {
        margin: 10px 0;
    }
    .index_news_wrap .n-info .n-say {
        display: none;
    }
    .n-title {
        font-size: 15.5px;
        letter-spacing: 0.02rem;
        margin-bottom: 4px;
    }
}

@media screen and (max-width:700px) {
    .customer .word {
        width: 95%;
        font-size: 17px;
        letter-spacing: 0.15rem;
    }
    .tabs [class^="tab"] label,
    .tabs [class*=" tab"] label {
        font-size: 1rem;
        letter-spacing: 0.04rem;
    }
    .tabs::after {
        top: 51px;
    }
    .n-info .n-say {
        display: none;
    }
    .cat-edit {
        overflow-x: scroll;
    }
    .cat-edit table {
        width: max-content;
    }
}

@media screen and (max-width:680px) {
    .ind_pro_item {
        width: calc(50% - 20px);
    }
    .page-wrap .index_title {
        font-size: 30px;
    }
    .page-wrap {
        margin-top: 105px;
    }
    .search_phone {
        width: 83%;
        height: 20px;
        font-size: 1.2rem;
    }
    .menu .searchbox {
        right: 3%;
        height: 30px;
    }
    .menu_list>nav li.search_phone_top {
        line-height: 30px;
    }
    .menu_list>nav li {
        line-height: 35px;
    }
    .menu_list>nav li a {
        font-size: 1.2rem;
    }
    .menu {
        padding: 39px;
        padding-top: 6px;
    }
    .menu_list>nav>li ul {
        padding: 0px 15px;
    }
    .menu_list>nav>li:hover ul {
        padding: 0px 15px;
    }
    .footer {
        padding: 11px 27px 33px 27px;
    }
    .wave_footer {
        top: -31px;
    }
    .foot-left-2 li span {
        padding: 0 3px;
        color: rgb(255 161 205);
    }
    .foot-left-2 a,
    .foot-left-3 a {
        font-size: 0.9rem;
        letter-spacing: 0.1rem;
    }
    .foot-left-3 {
        margin-top: 7px;
    }
    .social-link {
        margin-top: 6px
    }
    .foot-left-3 li a::after {
        width: 25px;
        left: 0;
    }
    .foot-left-2 li span {
        display: inline-block;
    }
    .subs p {
        font-size: 1.4rem;
    }
    .foot-right {
        padding-top: 33px;
    }
    .svg-container {
        transform: scale(0.5);
    }
    .now-buy p {
        font-size: 0.8rem;
    }
    .now-buy {
        bottom: -7px;
        padding: 5px 13px;
    }
    .index_title {
        font-size: 40px;
    }
    .index_app_wrap {
        flex-direction: column;
        align-items: center;
    }
    .index_app_wrap .app-box {
        width: 360px;
    }
    .index_app_wrap .app-img {
        height: calc(360px * 0.7);
    }
    .index_app_wrap .app-box p {
        margin-bottom: 30px;
    }
    .index_news_wrap .n-box {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .n-say {
        font-size: 0.9rem;
        letter-spacing: 0.1rem;
    }
    .tag button {
        font-size: 12px;
        padding: 3px 8px;
        margin-right: 4px;
        letter-spacing: 0.1rem;
    }
    .index_contact .sec-title-hr>div:nth-of-type(3n+3) {
        display: none;
    }
    .news-others>a {
        font-size: 1.1rem;
        letter-spacing: 0.12rem;
    }
    .btn-news-prev span,
    .btn-news-next span {
        font-size: 1.4rem;
    }
    .btn-news-prev,
    .btn-news-next {
        padding: 10px 12px;
    }
    .btn-news-back {
        padding: 10px 25px;
    }
    .pro_box2 {
        width: calc(100% / 2 - 25px);
        margin-bottom: 15px;
    }
    .pro_box_btn p {
        font: 1rem "Noto Sans TC", sans-serif;
        letter-spacing: 0.09rem;
    }
    .select-bar {
        height: 62vw;
    }
    .map a {
        font-size: 1.2rem;
        padding: 12px;
        text-shadow: 0 3px 8px #c74074;
    }
    .mark img {
        width: 25px;
    }
    .loc-flex .loc-box {
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
    }
    .loc-flex .loc-logo {
        height: 36vw;
    }
    .loc-flex .loc-box:nth-child(2n+2) {
        margin-right: auto;
    }
    .idea h1 {
        font-size: 3.8vw;
    }
    .idea>.dot-p span {
        width: 1.2vw;
        height: 1.2vw;
        margin: 0.8vw;
    }
    .ab-bg {
        bottom: -49px;
    }
    .pro_d_top {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 50px;
        align-items: center;
    }
    .pdt_left,
    .pdt_right {
        width: 85%;
    }
    .pdt_img img {
        width: 85%;
        padding: 40px 0;
        margin-bottom: 40px;
    }
    /* 手機板表格開始 */
    .sec-tr.spec th,
    .sec-tr.spec td {
        background-color: #fff;
    }
    .over-v table tbody {
        display: flex;
        flex-wrap: wrap;
    }
    .over-v .first-tr.spec {
        display: none;
    }
    .tabs table th,
    .tabs table td {
        text-align: start;
    }
    .over-v table tr {
        width: 48%;
        margin-bottom: 15px;
        margin-right: 2%;
    }
    .over-v table tr.third-tr {
        margin-right: 0;
    }
    .over-v .sec-tr.spec th,
    .over-v .third-tr.spec th {
        border-top: 3px solid #F8277A;
        background-color: #ffeff5;
        width: 90%;
        font-weight: 700;
        color: #F8277A;
    }
    .over-v .spec th,
    .over-v .spec td {
        display: block;
        width: 90%;
    }
    .over-v .spec td {
        min-height: 76px;
        word-break: break-all;
    }
    .over-v .spec td:before {
        content: attr(data-title);
        display: flex;
        width: auto;
        min-width: 80px;
        font-weight: 600;
        padding-right: 1rem;
    }
    .spec.seprate {
        border-bottom: 2px solid transparent;
    }
    .over-d table tr {
        width: 100%;
    }
    .tabs table tr:nth-of-type(2n+2) {
        background-color: #fff;
    }
    /* 手機板表格結束 */
    /* 手機板不分兩欄的表格 */
    .over-v.over-same .first-tr.spec {
        display: table-row;
    }
    .over-v.over-same table tr {
        width: 100%;
        margin-bottom: 0;
    }
    .over-v.over-same .spec th,
    .over-v.over-same .spec td {
        width: 100%;
        display: block;
    }
    .spec th.rwd-show {
        display: block;
    }
    .over-v.over-same table tr {
        margin-right: 0;
    }
    .cat-edit .sec-tr.spec th,
    .cat-edit .sec-tr.spec td {
        padding: 6px 6px;
    }
    .cat-edit .third-tr.spec th,
    .cat-edit .third-tr.spec td {
        padding: 6px 6px;
    }
}

@media screen and (max-width:500px) {
    .index_title {
        font-size: 40px;
    }
    .index_title {
        font-size: 32px;
    }
    .circle .background {
        fill: transparent;
        stroke: transparent;
    }
    .circle .foreground {
        fill: transparent;
        stroke: transparent;
    }
    .news_btn_text {
        display: none;
    }
    .n-title {
        font-size: 14.5px;
        letter-spacing: 1px;
        margin-bottom: 0px;
    }
    .release-time {
        font-size: 12px;
        height: 23px;
    }
    .n-pic {
        width: 41vw;
        height: 17.5vw;
    }
    .n-info {
        padding: 0px 5px 0px 15px;
    }
    .n-box {
        margin-bottom: 15px;
        padding-bottom: 4px;
    }
    .index_news_wrap .n-pic {
        width: 35vw;
        height: 100%;
    }
    .index_news_wrap .n-box {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .index_contact .sec-title {
        padding: 4vw 0;
        margin-bottom: 0;
    }
    .contact-arrow {
        width: 30px;
        height: 30px;
    }
    .wave_footer {
        overflow: hidden;
    }
    .wave_footer img {
        width: 148%;
        margin-left: -103px;
    }
    .top-box {
        top: -175%;
        width: 40px;
        height: 40px;
    }
    .top-box span {
        margin-left: 1px;
    }
    .foot-left-2 {
        margin-top: 21px;
    }
    .foot-left-2 ul span {
        display: none;
    }
    .foot-left-2 ul {
        display: flex;
        flex-direction: column;
    }
    .foot-right {
        padding-top: 14px;
        margin-top: 10px;
        border-top: 1px solid #ffabca;
    }
    .g-title-new {
        font: 1.2rem "Noto Sans TC", sans-serif;
        margin-top: 30px;
    }
    .news-others {
        width: 100%;
    }
    .news-d {
        padding: 24px 8px;
        width: calc(100% - 16px);
    }
    .customer {
        padding: 10px 16px;
    }
    .customer .word.ct-1 {
        width: 87%;
    }
    .customer .word {
        width: 87%;
        font-size: 15px;
        letter-spacing: 0.15rem;
        line-height: 19px;
    }
    .renew-ok {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 8px 40px;
    }
    .goo-map-btn {
        width: 148px;
        font-size: 1rem;
    }
    .buy-box {
        width: 90%;
        margin: auto;
        margin-bottom: 35px;
    }
    .buy-flex {
        padding-bottom: 77px;
    }
    .mark img {
        width: 16px;
    }
    .map a {
        font-size: 1rem;
        padding: 8px;
        text-shadow: 0 3px 8px #a00943;
    }
    .about-center-wrap p,
    .direc-content p {
        font-size: 0.95rem;
        letter-spacing: 0.06rem;
        line-height: 1.7rem;
    }
    .ab-bg {
        width: 180%;
        bottom: -48px;
    }
    .idea {
        width: 80%;
        padding-top: 60px;
    }
    .idea h1 {
        letter-spacing: 0.4px;
        font-size: 6.4vw;
        text-align: center;
    }
    .about-center-wrap {
        margin-top: 60px;
    }
    .lite1 {
        width: 16vw;
    }
    .lite2 {
        width: 12vw;
    }
    .direc-t h2 {
        padding: 8px 18px;
        font-size: 1.4rem;
        letter-spacing: 0.1rem;
    }
    .pdt_left,
    .pdt_right {
        width: 100%;
    }
    .pdt_t_1 h1 {
        font-size: 1.35rem;
    }
    .pdt_t_2 {
        font-size: 0.7rem;
    }
    .pdt_t_2 img {
        width: 18px;
    }
    .pdt_f h2 {
        font-size: 1rem;
        letter-spacing: .02rem;
    }
    .pdt_f span {
        width: 2px;
        height: 26px;
        background-color: #5DC398;
        margin-right: 11px;
    }
    .pdt_c h3 {
        font-size: 0.93rem;
        letter-spacing: .05rem;
    }
    .pa {
        padding-right: 4px;
    }
    .tabs .tab-2 .edit-box {
        font-size: 0.93rem;
        letter-spacing: 0.05rem;
        line-height: 1.7rem;
    }
    .related-wrap .owl-carousel .owl-item img {
        width: 88%;
    }
    .contact-arrow span {
        font-size: 16px;
    }
    .contact-arrow {
        width: 25px;
        height: 25px;
        border: 1px solid #F8277A;
    }
    .select-title h1 {
        font-size: 1.4rem;
    }
    .select-title {
        margin: 20px auto;
    }
    .module-box a {
        letter-spacing: 0.04rem;
        padding: 3px 7px;
        border-radius: 8px;
    }
}

@media screen and (max-width:440px) {
    .select-bar .slick-prev,
    .select-bar .slick-next {
        width: 30px;
        height: 30px;
    }
    .select-bar .slick-prev,
    .select-bar .slick-next {
        top: 50%;
    }
    .grey-map {
        height: 200px;
    }
    .goo-map {
        height: 188px;
    }
    .goo-map-btn span {
        font-size: 1.3rem;
    }
    .index_product {
        margin: 0px auto 35px auto;
    }
    .loc-flex .loc-box {
        width: 90%;
    }
    .loc-flex .loc-box:nth-child(3n+3) {
        margin-right: auto;
    }
    .loc-flex .loc-logo {
        height: 46vw;
    }
    .place {
        top: 4%;
        left: -5%;
        background-color: #ff7fb3;
    }
    .index_news_wrap .n-box {
        height: 20vw;
    }
    .tag {
        margin-left: 10px;
    }
    .foot-left-1 p:nth-of-type(2) {
        font-size: 12px;
    }
}

@media screen and (max-width:400px) {
    .page .menu_list {
        padding: 9px 27px;
    }
    .ind_pro_item {
        width: calc(100% - 20px);
    }
    .bread p,
    .bread a {
        font: 0.85rem "Noto Sans TC", sans-serif;
    }
    .menu {
        padding: 15px;
        padding-top: 0px;
    }
    .menu_list>nav a {
        font-size: 1rem;
        letter-spacing: 0.07rem;
        padding: 7px 18px;
    }
    .menu_list>nav>li ul {
        padding-left: 15px;
        border-radius: 20px;
        padding: 0px 15px;
    }
    .menu_list>nav>li:hover ul {
        padding-left: 15px;
        border-radius: 20px;
        padding: 0px 15px;
    }
    .menu_list>nav>li>ul a {
        margin-top: 0px;
        line-height: 27px;
        padding: 5px 3px;
        font-size: 1.1rem;
        color: #4b4a4a;
    }
    .menu_list>nav>li:hover ul li a:hover {
        background-color: transparent;
        color: #4b4a4a;
    }
    .index_app_wrap .app-box {
        width: 90%;
    }
    .index_app_wrap .app-img {
        height: calc(90vw * 0.7);
    }
    .index_app_wrap .app-box h4 {
        font-size: 16px;
    }
    .n-box {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 1px;
    }
    .n-pic {
        width: 90%;
        height: 50vw;
    }
    .index_news_wrap .n-box {
        height: auto;
        display: flex;
    }
    .index_app_wrap .app-box p {
        font-size: 0.95rem;
        font-weight: 300;
        letter-spacing: 0.06rem;
        line-height: 1.7rem;
    }
    .index_news_wrap .n-pic {
        width: 90%;
        height: 55vw;
    }
    .release-time {
        height: 35px;
        margin-top: 10px;
    }
    .n-info .n-say {
        -webkit-line-clamp: 3;
        margin-bottom: 15px;
        font-size: 0.95rem;
        font-weight: 300;
        letter-spacing: 0.06rem;
        line-height: 1.7rem;
    }
    .n-title {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .subscription .submit-email {
        height: 31px;
        width: 98px;
    }
    .before-submit {
        font-size: 0.4rem;
        letter-spacing: 0.05rem;
    }
    .subscription .submit-email {
        height: 30px;
        width: 84px;
        margin: 1px;
    }
    .subscription .add-email {
        padding: 0px 8px;
        font-size: 0.6rem;
        font-weight: 600;
        letter-spacing: 0.08rem;
    }
    .after-submit {
        font-size: 0.75rem;
        line-height: 32px;
    }
    .btn-news-prev,
    .btn-news-next {
        padding: 9px 6px;
    }
    .news-others {
        margin: 35px auto;
    }
    .news-others>a {
        font-size: 0.9rem;
        letter-spacing: 0.1rem;
    }
    .btn-news-prev span,
    .btn-news-next span {
        font-size: 1.2rem;
    }
    .btn-news-back {
        padding: 10px 12px;
    }
    .pro_box2 {
        width: 93%;
        margin-bottom: 10px;
    }
    .map a {
        font-size: 0.8rem;
        text-shadow: 0 2px 6px #a00943;
        letter-spacing: 0.03rem;
        font-weight: 600;
    }
    .direc-t h2 {
        padding: 7px 14px;
        font-size: 1.2rem;
        letter-spacing: 0.08rem;
    }
    .tilt>div {
        width: 231px;
        height: 7px;
    }
    .tilt {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .about-direc {
        margin-top: 70px;
        margin-bottom: 0px;
    }
    .pa {
        display: none;
    }
    .n-info .n-say {
        display: -webkit-box;
    }
}

@media screen and (max-width:360px) {
    .page-wrap .index_title {
        font-size: 24px;
    }
    .index_title {
        font-size: 24px;
    }
    .contact-arrow {
        width: 25px;
        height: 25px;
    }
    .index_contact {
        margin-bottom: 100px;
        margin-top: 25px;
    }
    .subscription .submit-email {
        position: absolute;
        top: -2px;
        right: -46px;
        height: 36px;
        width: 84px;
        background: #f98fd6;
    }
    .subs-2 {
        box-shadow: 1px 2px 10px transparent;
        border: 2px solid #fff;
        border-radius: 8px;
    }
    .before-submit {
        font-size: 0.4rem;
        letter-spacing: 0.08rem;
    }
    .ab-bg {
        width: 178%;
        bottom: -35px;
    }
    .idea {
        width: 90%;
        padding-top: 74px;
    }
    .tabs [class^="tab"] label,
    .tabs [class*=" tab"] label {
        font-size: 0.9rem;
    }
    .tabs::after {
        top: 47px;
    }
    .tabs [class^="tab"] [type="radio"]+div,
    .tabs [class*=" tab"] [type="radio"]+div {
        padding: 1rem 0;
    }
    .over-v .sec-tr.spec th,
    .third-tr.spec th {
        min-height: 80px;
    }
}

@media screen and (max-width:300px) {
    .wave_footer img {
        width: 185%;
        margin-left: -103px;
    }
    .direc-t h2 {
        padding: 10px 11px;
        font-size: 1.05rem;
        letter-spacing: 0.05rem;
    }
}