@charset "utf-8";

/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after {
    content: "";
    content: none
}

q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    font-family: "微軟正黑體";
    box-sizing: border-box
}

a {
    text-decoration: none!important;
}

img {
    max-width: 100%
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none
}


/*Banner*/

#banner {
    position: relative;
    overflow: hidden;
    z-index: 98;
    max-width: 1366px;
    margin: 87px auto 0;
}

@media screen and (max-width: 768px) {
    #banner {
        position: relative;
        overflow: hidden;
        z-index: 98;
        margin-top: 79px;
    }
}

#banner .img {
    white-space: nowrap;
    position: absolute;
}

#banner .img img {
    vertical-align: top;
}

#banner_control {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

#banner_control img {
    width: 47px;
}

#banner #banner_control span {
    cursor: pointer;
    padding: 0 12px;
}

#banner #banner_control span img:nth-child(2) {
    display: none;
}

#banner #banner_control span img:nth-child(1) {
    display: inline-block;
}

#banner #banner_control span:hover img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
    display: none;
}

#banner #banner_control span:hover img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
    display: inline-block;
}


/*Banner End*/


/*header start*/

header {
    width: 100%;
    max-width: 1366px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    padding: 30px 2% 0 4%;
    z-index: 99;
}

@media screen and (max-width: 865px) {
    header {
        padding: 2px 2%;
    }
}

@media screen and (max-width: 768px) {
    header {
        width: 100%;
        background: #fff;
        padding: 0;
    }
}

header>.logo-wrapper {
    width: 372px;
    padding-bottom: 15px;
}

@media screen and (max-width:1024px) {
    header>.logo-wrapper {
        width: 280px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 950px) {
    header>.logo-wrapper {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    header>.logo-wrapper {
        width: 100%;
        z-index: 99;
        padding: 20px;
    }
}

header>.logo-wrapper a {
    width: 100%;
    display: block;
}

header>.logo-wrapper>a>img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 768px) {
    header>.logo-wrapper a {
        width: 200px;
        display: block;
    }
}

header>nav {
    width: calc(100% - 372px);
}

@media screen and (max-width:1024px) {
    header>nav {
        width: calc(100% - 280px);
    }
}

@media screen and (max-width: 950px) {
    header>nav {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    header>nav {
        width: 100%;
        display: none;
        background: #efefef;
        padding: 0px 0 0px
    }
}

header>nav>ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
}

@media screen and (max-width: 950px) {
    header>nav>ul {
        justify-content: flex-start;
    }
}

header>nav>ul>li {
    padding: 30px 30px 20px;
    position: relative;
    cursor: pointer;
}

header>nav>ul>li>.language {}

header>nav>ul>li>.language>a {
    color: #0066ff;
    padding: 0px 10px;
    display: inline-block;
    border-right: 1px #0066ff solid;
}

header>nav>ul>li>.language>a:last-of-type {
    border-right: 0px #0066ff solid;
}

@media screen and (max-width:1272px) {
    header>nav>ul>li {
        padding: 20px 10px;
    }
}

@media screen and (max-width:1024px) {
    header>nav>ul>li {
        padding: 20px 10px;
    }
}

@media screen and (max-width:950px) {
    header>nav>ul>li {
        padding: 20px 3vw;
    }
}

@media screen and (max-width:768px) {
    header>nav>ul>li {
        position: relative;
        text-align: center;
        padding: 0px 0;
        width: 100%;
    }
    header>nav>ul>li>.language>a {
        padding: 0px 10px;
        margin: 14px 0px;
    }
}

header>nav>ul>li>a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    header>nav>ul>li>a {
        width: fit-content;
        padding: 14px 14px 14px 5%;
        margin: 0 auto;
        min-width: 136px;
        text-align: left
    }
    header>nav>ul>.has_sub_btn>span {
        width: 15px;
        height: 13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8.7px 5px 0 5px;
        border-color: #a5946d transparent transparent transparent;
        position: absolute;
        top: 22px;
        right: 68px;
    }
}


/*手機板第二層下拉箭頭轉*/

header>nav>ul>.tran>span {
    transform: rotate(180deg);
}

header>nav>ul>li>a>span {
    padding-right: 10px;
}

header>nav>ul>li:nth-child(1) a>span>img {
    width: 28px;
}

header>nav>ul>li:nth-child(2) a>span>img {
    width: 15px;
}

header>nav>ul>li:nth-child(3) a>span>img {
    width: 26px;
}

header>nav>ul>li:nth-child(4) a>span>img {
    width: 18px;
}

header>nav>ul>li>a>b {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 15px;
    color: #595757;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width:1060px) {
    header>nav>ul>li>a>b {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 15px;
        color: #595757;
        display: inline-block;
        text-align: center;
    }
}

header>nav>ul>li>a:hover>b {
    color: #0066ff;
}

header>nav>ul>li>ul {
    width: 100%;
    background: #efefef;
    position: absolute;
    top: 67px;
    left: 0px;
    display: none;
    border-top: 3px solid #0066ff;
}

header>nav>ul>li>ul::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #0066ff transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}

@media screen and (max-width: 768px) {
    header>nav>ul>li>ul::after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    header>nav>ul>li>ul {
        width: 100%;
        background: #0066ff;
        border-top: none;
        position: relative;
        top: 0px;
        left: 0px;
        display: none;
    }
}

header>nav>ul>li>ul>li {
    padding: 15px 0px;
    text-align: center;
}

header>nav>ul>li>ul>li>a {
    font-size: 14px;
    color: #595757;
}

@media screen and (max-width: 768px) {
    header>nav>ul>li>ul>li>a {
        font-size: 14px;
        color: #fff!important;
    }
}

@media screen and (min-width: 769px) {
    header>nav>ul>li:hover>ul {
        display: block !important
    }
}


/*768之後的FB*/

header>nav>ul>li .fb_phone {
    width: 100%;
    border-top: 1px solid #fff;
}

header>nav>ul>li .fb_phone {
    width: 100%;
}

@media screen and (min-width: 769px) {
    header>nav>ul>li .fb_phone {
        width: 100%;
    }
}

#main-size {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}


/*home-news*/

.inews_box {
    padding: 0;
    width: 100%;
    overflow: hidden;
    background-image: url('../images/website_image/news-bg.webp');
    background-repeat: no-repeat;
}

.inews_box .inews .title {
    text-align: center;
    width: 100%;
    display: block;
    padding: 100px 0px 30px;
    position: relative
}

.inews_box .inews .title::after {
    top: 60%;
    left: 0px;
    content: "";
    display: inline-block;
    background: linear-gradient(to left, #c1ba9a 0%, #c1ba9a calc(50% - 130px), transparent calc(50% - 130px), transparent calc(50% + 130px), #c1ba9a calc(50% + 130px), #c1ba9a 100%);
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.inews_box .inews .title .main-title {
    width: 188px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:500px) {
    .inews_box .inews .title::after {
        top: 60%;
        left: 0px;
        content: "";
        display: inline-block;
        background: linear-gradient(to left, #c1ba9a 0%, #c1ba9a calc(50% - 80px), transparent calc(50% - 80px), transparent calc(50% + 80px), #c1ba9a calc(50% + 80px), #c1ba9a 100%);
        width: 90%;
        height: 1px;
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
    }
    .inews_box .inews .title .main-title {
        width: 115px;
        display: block;
        margin: 0 auto;
    }
}

.inews_main_out {
    margin: 0 auto;
    width: 90%;
    padding: 0;
    text-align: left;
}

.inews_mainbox {
    padding: 0;
}

.inews_main {
    margin: 0 auto;
    padding: 22px 0px;
    width: 100%;
}

.inews_main:first-child {
    padding-top: 0;
}

.inews_main a {
    width: 100%;
    color: #727171;
    font-size: 17px;
    line-height: 1.5em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.inews_main a:hover,
.inews_main a:hover .inews_bottom .name,
.inews_main a:hover .inews_bottom .txt,
.inews_main a:hover .inews_top .date>div>b {
    color: #a5946d;
}

.inews_top {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 18.5%;
}

@media screen and (max-width: 768px) {
    .inews_top {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .inews_top {
        width: 60%;
        margin: 0 auto;
    }
}

.inews_top .date {
    font-size: 20px;
    font-weight: 600;
    color: #c1ba9a;
    box-shadow: 0px 0px 10px #706953;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 0px;
    text-align: center;
    width: 100%;
}

.inews_bottom .name {
    width: 100%;
    color: #0066ff;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    overflow: hidden;
    height: 1.5em;
    line-height: 1.5em;
    vertical-align: top;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .inews_bottom .name {
        line-height: 1.5em;
        vertical-align: top;
        font-size: 19px;
        font-weight: normal;
        letter-spacing: 1px;
        position: relative;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .inews_bottom .name::before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 98px;
        height: 5px;
        background: #fadde1;
        top: -25px;
        left: calc(100% - 60%);
        transform: translateX(9%);
    }
}

@media screen and (max-width: 500px) {
    .inews_bottom .name::before {
        left: calc(100% - 70%);
        transform: translateX(9%);
    }
}

@media screen and (max-width:500px) {
    .inews_bottom .name {
        padding-top: 0px;
    }
    .inews_bottom .name::before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 25px;
        height: 3px;
        background: #c9caca;
        left: calc(100% - 55%);
        top: -14px;
    }
}

.inews_bottom {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 70.62%;
    padding-left: 47px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #a5946d;
    margin-left: 48px;
}

@media screen and (max-width: 768px) {
    .inews_bottom {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-left: 0px solid #a5946d;
        margin-left: 0px;
    }
}

.inews_bottom .txt {
    width: 100%;
    color: #595757;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    line-height: 23px;
    font-size: 15px;
    margin-top: 5px;
    transition: .5s;
}


/*more*/

.inews_box .more {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 10%;
    padding: 20px 0;
}

.inews_box .more>a {
    width: 120px;
    display: block;
}

.inews_box .more>a>img:hover {
    animation: swing .5s;
}


/*index-product*/

.index-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    padding: 180px 7% 0 7%;
    margin: 0 auto;
    position: relative;
    background: url('../images//website_image/pr_bg.webp')no-repeat left bottom;
}

@media screen and (max-width: 768px) {
    .index-product {
        width: 100%;
        padding-top: 20px
    }
}


/* title */

.index-product .title {
    text-align: center;
    width: 100%;
    display: block;
    padding: 100px 0px 30px;
    position: relative
}

.index-product .title::after {
    top: 60%;
    left: 0px;
    content: "";
    display: inline-block;
    background: linear-gradient(to left, #c1ba9a 0%, #c1ba9a calc(50% - 130px), transparent calc(50% - 130px), transparent calc(50% + 130px), #c1ba9a calc(50% + 130px), #c1ba9a 100%);
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.index-product .title .main-title {
    width: 188px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:500px) {
    .index-product .title::after {
        top: 60%;
        left: 0px;
        content: "";
        display: inline-block;
        background: linear-gradient(to left, #c1ba9a 0%, #c1ba9a calc(50% - 80px), transparent calc(50% - 80px), transparent calc(50% + 80px), #c1ba9a calc(50% + 80px), #c1ba9a 100%);
        width: 90%;
        height: 1px;
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
    }
    .index-product .title .main-title {
        width: 115px;
        display: block;
        margin: 0 auto;
    }
}

.index-product aside {
    width: 225px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .index-product aside {
        width: 100%
    }
}

.index-product aside .name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    font-size: 15px;
    line-height: 19.6px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    height: 52px;
    width: 182px;
    margin: 0 auto;
    background: url('../images/website_image/aside_title.png')no-repeat;
    background-size: 100%;
    padding: 10px 0;
}

.index-product aside .name>img {
    width: 35px;
    margin-right: 5px;
}

.index-product aside .name>span {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .index-product aside .name {
        display: none;
    }
    .index-product aside .mobile_arrow {
        position: absolute;
        background: url('../images/website_image/phone-arrow.png');
        background-size: 100%;
        height: 19px;
        width: 19px;
        top: -125px;
        right: 28%;
    }
}

@media screen and (max-width: 630px) {
    .index-product aside .mobile_arrow {
        right: 19vw;
    }
}

@media screen and (max-width: 500px) {
    .index-product aside .mobile_arrow {
        position: absolute;
        background: url('../images/website_image/phone-arrow.png');
        background-size: 100%;
        height: 19px;
        width: 19px;
        top: -99px;
        right: 24%;
    }
}

@media screen and (max-width: 400px) {
    .index-product aside .mobile_arrow {
        right: 20%;
    }
}

@media screen and (max-width: 768px) {
    .index-product aside ul {
        background: #fff;
        position: absolute;
        width: 100%;
        display: none;
        z-index: 50
    }
}

.index-product aside ul {
    width: 100%;
    padding: 0px;
}

.index-product aside ul li .aside_text {
    font-size: 16px;
    line-height: 23.1px;
    letter-spacing: 0px;
    color: #444444;
    font-weight: 400;
    display: block;
    padding: 8px 0px 8px 0px;
    position: relative;
    transition: .5s;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .index-product aside ul {
        width: 100%;
        padding: 0px;
    }
    .index-product aside ul li .aside_text {
        padding: 13px 0px 13px 0px;
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .index-product aside ul li .aside_text {
        padding: 13px 0px 13px 0%;
        text-align: center;
    }
}

.index-product aside ul li .aside_text>img {
    width: 8px;
    margin-right: 10px;
    margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
    .index-product aside ul li a {
        font-size: 15.96px;
        line-height: 21.66px;
        letter-spacing: 0px;
        color: #000;
        font-weight: 400;
        border-bottom-color: #fff;
        text-align: center;
        padding: 24px 8px;
    }
}

.index-product aside ul li a:hover {
    color: #0066ff
}

@media screen and (max-width: 768px) {
    .index-product aside ul li a:hover {
        color: #000
    }
}

@media screen and (max-width: 768px) {
    .index-product aside ul li:last-of-type a {
        border-bottom: 0
    }
}

.index-product aside ul li ul {
    background-color: #fff;
    color: #000;
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
    display: none;
}

.index-product aside ul li ul a {
    background-color: #fff;
    border-bottom: none;
    font-size: 16px;
    line-height: 23.1px;
    letter-spacing: 0px;
    color: #a5946d;
    font-weight: 400;
    display: block;
    padding: 7px 0px 7px 8px;
    position: relative;
    text-align: center;
}

.index-product .lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    width: calc(100% - 225px);
    padding: 0 0 0 3.580913%
}

@media screen and (max-width: 768px) {
    .index-product .lists {
        width: 100%;
        padding-left: 0
    }
}

.index-product .lists .list {
    width: 29.6731958763%;
    margin-bottom: 63px;
    padding: 35px 28px;
    border: 1px solid;
    border-image: url('../images/website_image/pr-box-bg.png')30 30 stretch;
}

.index-product .lists .list:nth-of-type(3n+2) {
    margin: 0 5%;
    margin-bottom: 63px
}

@media screen and (max-width: 1000px) {
    .index-product .lists .list {
        width: 46%;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 40px
    }
    .index-product .lists .list:nth-of-type(3n+2) {
        margin: 0;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 500px) {
    .index-product .lists .list {
        width: 100%;
        margin-bottom: 30px !important;
        padding-top: 35px
    }
}

.index-product .lists .list .pic {
    width: 100%;
    height: 204px;
    overflow: hidden;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}


/* @media screen and (max-width: 1024px) {
	.index-product .lists .list .pic {
		height: 12.5497206704vw
	}
}
@media screen and (max-width: 1000px) {
	.index-product .lists .list .pic {
		height: 20.5497206704vw
	}
}
@media screen and (max-width: 768px) {
	.index-product .lists .list .pic {
		height: 32.0655260708vw
	}
}
@media screen and (max-width: 500px) {
	.index-product .lists .list .pic {
		height: 57.9884078212vw
	}
} */

.index-product .lists .list .pic img {
    display: block;
    width: 100%;
    transition: .5s
}

.index-product .lists .list .name {
    font-size: 16px;
    line-height: 21.581px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 0px 0 15px 0;
    transition: .5s;
    text-align: center;
    position: relative;
}

.index-product .lists .list .name::after {
    content: '';
    display: inline-block;
    position: absolute;
    background: url('../images/website_image/pr_dot.png')no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 8px;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%)
}

.index-product .lists .list:hover .pic img {
    transform: scale(1.2)
}

.index-product .lists .list:hover .name {
    color: #a5946d
}


/*more*/

.index-product .more {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 10%;
    padding: 20px 0;
}

.index-product .more>a {
    width: 120px;
    display: block;
}

.index-product .more>a>img:hover {
    animation: swing .5s;
}


/* footer*/

footer {
    width: 100%;
    padding: 30px 5%;
    background: linear-gradient(to bottom, #14b6f9, #0067a7);
}

footer .ft_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 34px;
}

@media screen and (max-width:500px) {
    footer .ft_top {
        justify-content: center;
    }
}

footer .ft_top .logo {
    width: 400px;
    display: block;
    position: relative;
}

footer .ft_top .logo::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 550px;
    height: 1px;
    background: #e8d9aa;
    right: -580px;
    top: 40px;
}

@media screen and (max-width:1311px) {
    footer .ft_top .logo::after {
        width: 450px;
        right: -500px;
    }
}

@media screen and (max-width:1226px) {
    footer .ft_top .logo::after {
        width: 300px;
        right: -400px;
    }
}

@media screen and (max-width:1110px) {
    footer .ft_top .logo::after {
        display: none
    }
}

footer .ft_top .logo {
    width: 400px;
    display: block;
}

footer .ft_top .ft-media {
    width: 200px;
    display: block;
}

@media screen and (max-width:500px) {
    footer .ft_top .ft-media {
        width: 400px;
        display: block;
        margin-top: 30px;
        border-bottom: 1px solid #e8d9aa;
        padding-bottom: 20px;
        text-align: center
    }
}

footer .ft_top .ft-media>a:hover {
    animation: pulse .5s;
}

footer .ft_top .ft-media .ft-fb {
    width: 47px;
    display: inline-block;
}

footer .ft_top .ft-media .ft-line {
    width: 56px;
    margin: 0px 12px;
    display: inline-block;
}

footer .ft_top .ft-media .ft-skype {
    width: 50px;
    display: inline-block;
}

footer .ft_txt {
    width: 100%;
    padding-left: 8%;
}

@media screen and (max-width:500px) {
    footer .ft_txt {
        width: 100%;
        padding-left: 0%;
    }
}

footer .ft_txt>span {
    display: block;
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px;
}

footer address {
    display: block;
    font-size: 15px;
    font-style: normal;
    color: #c9caca;
    padding-left: 8%;
    padding-top: 10px;
    line-height: 20px
}

@media screen and (max-width:500px) {
    footer address {
        padding-left: 0%;
        font-size: 13px;
    }
}

footer address a {
    font-style: normal;
    color: #c9caca;
}


/* index編輯器 */

.index-abuot {
    width: 100%;
    background: url('../images/website_image/index-about-bg.webp')no-repeat;
    background-size: 100% 100%;
    padding: 105px 8%;
}

@media screen and (max-width:880px) {
    .index-abuot {
        width: 100%;
        background: url('../images/website_image/index-about-bg.webp')no-repeat center bottom;
        background-size: cover;
        padding: 105px 8%;
    }
}

.index-abuot .title-box .main-title {
    font-size: 43px;
    color: #5387ff;
}

@media screen and (max-width:500px) {
    .index-abuot .title-box .main-title {
        font-size: 30px;
        color: #5387ff;
    }
}

.index-abuot .title-box .second-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Times New Roman";
    color: #595757;
    background: url('../images/website_image/index-about-title2.png')no-repeat;
    background-size: 100% 100%;
    width: 80%;
    margin-top: 19px;
    padding-left: 55px;
}

@media screen and (max-width:880px) {
    .index-abuot .title-box .second-title {
        font-size: 16px;
        font-weight: 600;
        font-family: "Times New Roman";
        color: #595757;
        background: url('../images/website_image/index-about-title2.png')no-repeat;
        background-size: cover;
        width: 100%;
        margin-top: 19px;
        padding-left: 40px;
    }
}

.index-abuot .about-txt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.index-abuot .about-txt .txt {
    width: 65%;
}

@media screen and (max-width:880px) {
    .index-abuot .about-txt .txt {
        width: 100%;
    }
}

.index-abuot .about-txt .txt>p {
    font-size: 17px;
    color: #000;
    padding-top: 45px;
    line-height: 28px;
}

@media screen and (max-width:880px) {
    .index-abuot .about-txt .txt>p {
        font-size: 15px;
        color: #000;
        padding-top: 20px;
        line-height: 28px;
    }
}

.index-abuot .about-txt .pic {
    width: 46%;
    position: absolute;
    right: -87px;
    bottom: -50px;
}

@media screen and (max-width:880px) {
    .index-abuot .about-txt .pic {
        width: 100%;
        position: relative;
        right: -87px;
        bottom: 0px;
    }
}

@media screen and (max-width:768px) {
    .index-abuot .about-txt .pic {
        width: 100%;
        position: relative;
        right: 0px;
        bottom: 0px;
        margin-top: 50px;
        ;
    }
}


/*內頁news*/

.news-wrapper {
    background: url(../images/website_image/index-06.png) no-repeat top left, url(../images/website_image/about-02.png) no-repeat right bottom;
    background-attachment: fixed;
    background-size: 750.24px, 513.36px
}

.news-wrapper .news {
    width: 77.9836916234%;
    padding: 90px 0 50px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .news-wrapper .news {
        width: 100%;
        padding-top: 40px
    }
}


/* title */

.news-wrapper .news .title {
    text-align: center;
    width: 100%;
    display: block;
    padding: 100px 0px 30px;
    position: relative
}

.news-wrapper .news .title::after {
    top: 60%;
    left: 0px;
    content: "";
    display: inline-block;
    background: linear-gradient(to left, #c1ba9a 0%, #c1ba9a calc(50% - 130px), transparent calc(50% - 130px), transparent calc(50% + 130px), #c1ba9a calc(50% + 130px), #c1ba9a 100%);
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.news-wrapper .news .title .main-title {
    width: 188px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:500px) {
    .news-wrapper .news .title::after {
        top: 60%;
        left: 0px;
        content: "";
        display: inline-block;
        background: linear-gradient(to left, #c1ba9a 0%, #c1ba9a calc(50% - 80px), transparent calc(50% - 80px), transparent calc(50% + 80px), #c1ba9a calc(50% + 80px), #c1ba9a 100%);
        width: 90%;
        height: 1px;
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
    }
    .news-wrapper .news .title .main-title {
        width: 115px;
        display: block;
        margin: 0 auto;
    }
}

.news-wrapper .news .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 20px;
    border-bottom: 1px solid #1f2a52;
    margin: 0 auto 30px;
    transition: background .5s;
    max-width: 90%
}

.news-wrapper .news .list:hover {
    background: rgba(237, 145, 0, 0.05)
}

.news-wrapper .news .list .pic {
    width: 225px
}

@media screen and (max-width: 600px) {
    .news-wrapper .news .list .pic {
        width: 100%
    }
}

.news-wrapper .news .list .pic img {
    display: block;
    width: 100%
}

.news-wrapper .news .list .data {
    font-size: 15.4px;
    line-height: 20.3px;
    letter-spacing: 0px;
    color: #333;
    font-weight: 400;
    width: calc(100% - 225px);
    padding-left: 20px
}

@media screen and (max-width: 600px) {
    .news-wrapper .news .list .data {
        width: 100%;
        padding-left: 0
    }
}

.news-wrapper .news .list .data .name {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    font-size: 17.1px;
    line-height: 25.65px;
    letter-spacing: 0px;
    color: #333;
    font-weight: 400;
    padding: 20px 0 7px;
    margin: 0 0 15px;
}

.news-wrapper .news .list .data .name .date {
    display: inline-block;
    padding: 2px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #a5946d;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    transition: .5s;
    font-size: 15px;
}

@media screen and (max-width: 600px) {
    .news-wrapper .news .list .data .name .date {
        margin: 0 auto
    }
}

.news-wrapper .news .list .data .name .news-name {
    width: calc(100% - 124px)
}

@media screen and (max-width: 1000px) {
    .news-wrapper .news .list .data .name .news-name {
        width: 100%;
        margin-top: 10px
    }
}

@media screen and (max-width: 600px) {
    .news-wrapper .news .list .data .name .news-name {
        text-align: center
    }
}

.news-wrapper .news .list:hover .data .name .date {
    color: #444444;
    background: #fff;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2)
}


/* 頁碼 */

.news-wrapper .news .page {
    padding: 80px 0 152px;
    margin: 0 auto;
    padding: 40px 0 60px
}

.news-wrapper .news .page ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start
}

.news-wrapper .news .page ul li {
    margin: 0 13px;
    position: relative;
}

.news-wrapper .news .page ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 12.6px;
    letter-spacing: 0px;
    font-weight: 400;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid transparent;
    color: #b59e5d;
    position: relative;
}

.news-wrapper .news .page ul li a.select,
.news-wrapper .news .page ul li .pg-number:hover {
    background: #fff;
    color: #0066ff;
}

.news-wrapper .news .page ul li a.select::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #0066ff;
    left: 9px;
    bottom: -5px;
    border-radius: 100%;
}

.news-wrapper .news .page ul li a i.fa-angle-left::before {
    content: "";
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    background: url(../images/website_image/p-prev.png)no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    transition: .5s
}

.news-wrapper .news .page ul li a i.fa-angle-right::before {
    content: "";
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    background: url(../images/website_image/p-next.png)no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    transition: .5s
}

.news-wrapper .news .page ul li a:hover i.fa-angle-left::before,
.news-wrapper .news .page ul li a:hover i.fa-angle-right::before {
    /*background: #EC9100*/
}

.news-wrapper .news .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 90%;
    margin: 0 auto
}

.news-wrapper .news .detail .data {
    width: 64.6170442287%;
    padding: 0 0 0 15px
}

@media screen and (max-width: 540px) {
    .news-wrapper .news .detail .data {
        width: 100%;
        padding-left: 0
    }
}

.news-wrapper .news .detail .data .name {
    font-size: 21px;
    line-height: 25.9px;
    letter-spacing: .325px;
    color: #000;
    font-weight: 900;
    width: 100%;
    padding: 20px 0 10px;
    border-bottom: 1px solid #74625b;
    margin-bottom: 20px
}

@media screen and (max-width: 540px) {
    .news-wrapper .news .detail .data .name {
        text-align: center
    }
}

.news-wrapper .news .detail .data .date {
    display: block;
    width: 125px;
    padding: 8px;
    background: #0066ff;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
}

@media screen and (max-width: 540px) {
    .news-wrapper .news .detail .data .date {
        margin: 0 auto
    }
}

.news-wrapper .news .detail .pic {
    width: 35.3829557713%;
    margin-bottom: 5px
}

@media screen and (max-width: 540px) {
    .news-wrapper .news .detail .pic {
        width: 100%
    }
}

.news-wrapper .news .detail .pic img {
    display: block;
    width: 100%
}

.news-wrapper .news .detail .desc {
    width: 100%;
    margin-top: 45px
}

.news-wrapper .news .detail .desc .desc-title {
    font-size: 17.5px;
    line-height: 17.5px;
    letter-spacing: 1.82px;
    color: #1f2a52;
    font-weight: 600;
    padding: 5px 0 9px;
    border-bottom: 1px solid #444444;
    text-align: center
}

.news-wrapper .news .detail .desc .text {
    font-size: 13.86px;
    line-height: 24.36px;
    letter-spacing: 1.04px;
    color: #000;
    font-weight: 400;
    padding: 0 30px 0 27px
}

@media screen and (max-width: 768px) {
    .news-wrapper .news .detail .desc .text {
        padding: 0 15px
    }
}

.news-wrapper .news .detail .desc .text p {
    margin: 33px 0
}


/*back*/

.news-wrapper .news .detail .back-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 5%;
    padding-bottom: 80px;
    padding-top: 80px;
}

.news-wrapper .news .detail .back-wrapper .back {
    width: 125px;
}

.news-wrapper .news .detail .back-wrapper .back>img {
    width: 45px;
    display: inline-block;
    position: relative;
    top: 12px;
}

.news-wrapper .news .detail .back-wrapper .back>span {
    font-size: 25px;
    font-weight: 600;
    color: #0066ff;
    display: inline-block;
}

.news-wrapper .news .detail .back-wrapper .back:hover>img {
    right: 20px;
}


/*trans 表單 bs額外*/

.trans-wrapper {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 50px 10%;
    display: block;
}

@media screen and (max-width: 768px) {
    .trans-wrapper {
        width: 100%;
        padding: 50px 0%;
        display: block;
    }
}


/* title */

.trans-wrapper .title {
    text-align: center;
    width: 100%;
    display: block;
    padding: 100px 0px 30px;
    position: relative
}

.trans-wrapper .title::after {
    top: 60%;
    left: 0px;
    content: "";
    display: inline-block;
    background: linear-gradient(to left, #c1ba9a 0%, #c1ba9a calc(50% - 130px), transparent calc(50% - 130px), transparent calc(50% + 130px), #c1ba9a calc(50% + 130px), #c1ba9a 100%);
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.trans-wrapper .title .main-title {
    width: 188px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:500px) {
    .trans-wrapper .title::after {
        top: 60%;
        left: 0px;
        content: "";
        display: inline-block;
        background: linear-gradient(to left, #c1ba9a 0%, #c1ba9a calc(50% - 80px), transparent calc(50% - 80px), transparent calc(50% + 80px), #c1ba9a calc(50% + 80px), #c1ba9a 100%);
        width: 90%;
        height: 1px;
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
    }
    .trans-wrapper .title .main-title {
        width: 115px;
        display: block;
        margin: 0 auto;
    }
}

.trans-wrapper .form-map>iframe {
    width: 100%;
    height: 300px;
}

.trans-wrapper .form-name {
    font-size: 16px;
    padding-bottom: 10px;
    clear: #595757;
}

.trans-wrapper .codeimg {
    width: 130px;
}

.trans-wrapper .form-group .btn-style {
    background: #a5946d;
    color: #fff;
    cursor: pointer;
    width: 130px;
    margin-bottom: 10px;
}

.trans-wrapper .form-group .btn-style:hover {
    background: #0066ff;
    color: #fff;
}


/*product-wrapper*/

.product-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    max-width: 1366px;
    padding: 147.95px 7% 0 7%;
    margin: 0 auto;
    position: relative;
    background: url('../images//website_image/pr_bg.webp')no-repeat left bottom;
}

@media screen and (max-width: 768px) {
    .product-wrapper {
        width: 100%;
        padding-top: 70px
    }
}


/* title */

.product-wrapper .title {
    text-align: center;
    width: 100%;
    display: block;
    padding: 50px 0px 50px;
    position: relative
}

.product-wrapper .title::after {
    top: 48%;
    left: 0px;
    content: "";
    display: inline-block;
    background: linear-gradient(to left, #c1ba9a 0%, #c1ba9a calc(50% - 130px), transparent calc(50% - 130px), transparent calc(50% + 130px), #c1ba9a calc(50% + 130px), #c1ba9a 100%);
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.product-wrapper .title .main-title {
    width: 188px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:500px) {
    .product-wrapper .title::after {
        top: 48%;
        left: 0px;
        content: "";
        display: inline-block;
        background: linear-gradient(to left, #c1ba9a 0%, #c1ba9a calc(50% - 80px), transparent calc(50% - 80px), transparent calc(50% + 80px), #c1ba9a calc(50% + 80px), #c1ba9a 100%);
        width: 90%;
        height: 1px;
        position: absolute;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
    }
    .product-wrapper .title .main-title {
        width: 115px;
        display: block;
        margin: 0 auto;
    }
}

.product-wrapper aside {
    width: 225px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .product-wrapper aside {
        width: 100%
    }
}

.product-wrapper aside .name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    font-size: 15px;
    line-height: 19.6px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    height: 52px;
    width: 182px;
    margin: 0 auto;
    background: url('../images/website_image/aside_title.png')no-repeat;
    background-size: 100%;
    padding: 10px 0;
}

.product-wrapper aside .name>img {
    width: 35px;
    margin-right: 5px;
}

.product-wrapper aside .name>span {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .product-wrapper aside .name {
        display: none;
    }
    .product-wrapper aside .mobile_arrow {
        position: absolute;
        background: url('../images/website_image/phone-arrow.png');
        background-size: 100%;
        height: 19px;
        width: 19px;
        top: -143px;
        right: 28%;
    }
}

@media screen and (max-width: 630px) {
    .product-wrapper aside .mobile_arrow {
        right: 19vw;
    }
}

@media screen and (max-width: 500px) {
    .product-wrapper aside .mobile_arrow {
        position: absolute;
        background: url('../images/website_image/phone-arrow.png');
        background-size: 100%;
        height: 19px;
        width: 19px;
        top: -112px;
        right: 24%;
    }
}

@media screen and (max-width: 400px) {
    .product-wrapper aside .mobile_arrow {
        right: 20%;
    }
}

@media screen and (max-width: 768px) {
    .product-wrapper aside ul {
        background: #fff;
        position: absolute;
        width: 100%;
        display: none;
        z-index: 50
    }
}

.product-wrapper aside ul {
    width: 100%;
    padding: 0px;
}

.product-wrapper aside ul li .aside_text {
    font-size: 16px;
    line-height: 23.1px;
    letter-spacing: 0px;
    color: #444444;
    font-weight: 400;
    display: block;
    padding: 8px 0px 8px 0px;
    position: relative;
    transition: .5s;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .product-wrapper aside ul {
        width: 100%;
        padding: 0px;
    }
    .product-wrapper aside ul li .aside_text {
        padding: 13px 0px 13px 0px;
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .product-wrapper aside ul li .aside_text {
        padding: 13px 0px 13px 0%;
        text-align: center;
    }
}

.product-wrapper aside ul li .aside_text>img {
    width: 8px;
    margin-right: 10px;
    margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
    .product-wrapper aside ul li a {
        font-size: 15.96px;
        line-height: 21.66px;
        letter-spacing: 0px;
        color: #000;
        font-weight: 400;
        border-bottom-color: #fff;
        text-align: center;
        padding: 24px 8px;
    }
}

.product-wrapper aside ul li a:hover {
    color: #0066ff
}

@media screen and (max-width: 768px) {
    .product-wrapper aside ul li a:hover {
        color: #000
    }
}

@media screen and (max-width: 768px) {
    .product-wrapper aside ul li:last-of-type a {
        border-bottom: 0
    }
}

.product-wrapper aside ul li ul {
    background-color: #fff;
    color: #000;
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
    display: none;
}

.product-wrapper aside ul li ul a {
    background-color: #fff;
    border-bottom: none;
    font-size: 16px;
    line-height: 23.1px;
    letter-spacing: 0px;
    color: #a5946d;
    font-weight: 400;
    display: block;
    padding: 7px 0px 7px 8px;
    position: relative;
    text-align: center;
}

.product-wrapper .lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    width: calc(100% - 225px);
    padding: 0 0 0 3.580913%
}

@media screen and (max-width: 768px) {
    .product-wrapper .lists {
        width: 100%;
        padding-left: 0
    }
}

.product-wrapper .lists .list {
    width: 29.6731958763%;
    margin-bottom: 63px;
    padding: 35px 28px;
    border: 1px solid;
    border-image: url('../images/website_image/pr-box-bg.png')30 30 stretch;
}

.product-wrapper .lists .list:nth-of-type(3n+2) {
    margin: 0 5%;
    margin-bottom: 63px
}

@media screen and (max-width: 1000px) {
    .product-wrapper .lists .list {
        width: 46%;
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 40px
    }
    .product-wrapper .lists .list:nth-of-type(3n+2) {
        margin: 0;
        margin-bottom: 40px
    }
}

@media screen and (max-width: 500px) {
    .product-wrapper .lists .list {
        width: 100%;
        margin-bottom: 30px !important;
        padding-top: 35px
    }
}

.product-wrapper .lists .list .pic {
    width: 100%;
    height: 204px;
    overflow: hidden;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}

.product-wrapper .lists .list .pic img {
    display: block;
    width: 100%;
    transition: .5s
}

.product-wrapper .lists .list .name {
    font-size: 16px;
    line-height: 21.581px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 8px 0 15px 0;
    transition: .5s;
    text-align: center;
    position: relative;
}

.product-wrapper .lists .list .name::after {
    content: '';
    display: inline-block;
    position: absolute;
    background: url('../images/website_image/pr_dot.png')no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 8px;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%)
}

.product-wrapper .lists .list:hover .pic img {
    transform: scale(1.2)
}

.product-wrapper .lists .list:hover .name {
    color: #a5946d
}


/*more*/

.product-wrapper .more {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 10%;
    padding: 20px 0;
}

.product-wrapper .more>a {
    width: 120px;
    display: block;
}


/* 頁碼 */

.product-wrapper .lists .page {
    padding: 80px 0 152px;
    margin: 0 auto;
    padding: 40px 0 60px;
    width: 100%;
}

.product-wrapper .lists .page ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start
}

.product-wrapper .lists .page ul li {
    margin: 0 13px;
    position: relative;
}

.product-wrapper .lists .page ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 12.6px;
    letter-spacing: 0px;
    font-weight: 400;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid transparent;
    color: #b59e5d;
    position: relative;
}

.product-wrapper .lists .page ul li a.select,
.product-wrapper .lists .page ul li .pg-number:hover {
    background: #fff;
    color: #0066ff;
}

.product-wrapper .lists .page ul li a.select::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #0066ff;
    left: 9px;
    bottom: -5px;
    border-radius: 100%;
}

.product-wrapper .lists .page ul li a i.fa-angle-left::before {
    content: "";
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    background: url(../images/website_image/p-prev.png)no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    transition: .5s
}

.product-wrapper .lists .page ul li a i.fa-angle-right::before {
    content: "";
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    background: url(../images/website_image/p-next.png)no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    transition: .5s
}


/* detail */

.product-wrapper .lists.detail .top-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
}

.product-wrapper .lists.detail .top-wrapper .main-pic {
    width: 427px
}

@media screen and (max-width: 1200px) {
    .product-wrapper .lists.detail .top-wrapper .main-pic {
        width: 230px
    }
}

@media screen and (max-width: 768px) {
    .product-wrapper .lists.detail .top-wrapper .main-pic {
        width: 60%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 500px) {
    .product-wrapper .lists.detail .top-wrapper .main-pic {
        width: 100%;
        margin: 0 auto;
    }
}

.product-wrapper .lists.detail .top-wrapper .main-pic img {
    max-width: 427px;
    width: 100%;
    transition: .5s;
}

@media screen and (max-width: 1200px) {
    .product-wrapper .lists.detail .top-wrapper .main-pic img {
        max-width: 100%
    }
}

.product-wrapper .lists.detail .top-wrapper .name {
    font-size: 17.5px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
    width: 100%;
    margin-bottom: 49px;
    position: relative;
    padding-bottom: 10px;
}

.product-wrapper .lists.detail .top-wrapper .name::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #3ec6c2, #0066ff);
    left: 0px;
    bottom: 0px;
}

@media screen and (max-width: 1100px) {
    .product-wrapper .lists.detail .top-wrapper .name {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .product-wrapper .lists.detail .top-wrapper .name {
        width: 100%;
        padding: 30px 0 0;
        margin-bottom: 20px;
        text-align: left;
    }
}

.product-wrapper .lists.detail .top-wrapper .text-edit {
    width: calc(100% - 427px);
    padding-left: 0%;
    margin-top: 20px;
    position: relative;
    padding-left: 10%;
}

@media screen and (max-width: 1200px) {
    .product-wrapper .lists.detail .top-wrapper .text-edit {
        width: calc(100% - 230px);
        padding-left: 5%;
    }
}

@media screen and (max-width: 900px) {
    .product-wrapper .lists.detail .top-wrapper .text-edit {
        width: 100%;
        padding: 0px 5%;
        margin-top: 50px;
    }
}

.product-wrapper .lists.detail .top-wrapper .text-edit .price_box {
    width: 80%;
}

.product-wrapper .lists.detail .top-wrapper .text-edit .price_box .original {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
    line-height: 25px;
}

.product-wrapper .lists.detail .top-wrapper .text-edit .price_box .original>span {
    width: 30%;
    font-size: 18px;
    color: #666666;
}

.product-wrapper .lists.detail .top-wrapper .text-edit .price_box .original .or-price {
    width: 70%;
    font-size: 18px;
    color: #666666;
    padding-left: 20px;
}

.product-wrapper .lists.detail .top-wrapper .text-edit .price_box .original .del {
    text-decoration: line-through;
}

.product-wrapper .lists.detail .top-wrapper .text-edit .price_box .spcial {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.product-wrapper .lists.detail .top-wrapper .text-edit .price_box .spcial>span {
    font-size: 18px;
    color: #ea395b;
}

.product-wrapper .lists.detail .top-wrapper .text-edit .price_box .spcial .sp-price {
    font-size: 23px;
    color: #ea395b;
    dif
}

.product-wrapper .lists.detail .desc .desc-title {
    font-size: 22px;
    line-height: 17.5px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
    letter-spacing: 4px;
    padding: 10px 0px 10px 0px;
    text-align: left;
    width: 100%;
    margin-top: 47px;
    position: relative;
}

.product-wrapper .lists.detail .desc {
    width: 100%;
    padding: 0px 0%;
}

.product-wrapper .lists.detail .desc .text {
    font-size: 15px;
    line-height: 24.36px;
    letter-spacing: 1.04px;
    color: #000;
    font-weight: 400;
    padding: 0 0px 0 0px
}

@media screen and (max-width: 768px) {
    .product-wrapper .lists.detail .desc .text {
        padding: 0 15px
    }
}

@media screen and (max-width: 500px) {
    .product-wrapper .lists.detail .desc .text {
        padding: 0 5px
    }
}

.product-wrapper .lists.detail .desc .text p {
    margin: 20px 0
}


/*back*/

.product-wrapper .lists.detail .back-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 5%;
    padding-bottom: 80px;
    padding-top: 80px;
}

.product-wrapper .lists.detail .back-wrapper .back {
    width: 125px;
}

.product-wrapper .lists.detail .back-wrapper .back>img {
    width: 45px;
    display: inline-block;
    position: relative;
    top: 12px;
}

.product-wrapper .lists.detail .back-wrapper .back>span {
    font-size: 25px;
    font-weight: 600;
    color: #0066ff;
    display: inline-block;
}

.product-wrapper .lists.detail .back-wrapper .back:hover>img {
    right: 20px;
}


/*小圖*/

.ipbox_detail_spic ul li a {
    display: block;
    width: 100%;
    height: 1000%;
    overflow: hidden;
}

.ipbox_detail_spic {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 18px;
    position: relative;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.ipbox_detail_spic .showbox {
    width: 100%;
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
}

.ipbox_detail_spic ul {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0px;
}

.ipbox_detail_spic ul li {
    width: 21.5%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}

.ipbox_detail_spic ul li:nth-child(n+5) {
    margin-top: 17px;
}

.ipbox_detail_spic ul li:not(:nth-child(4n)) {
    margin-right: 4.66%;
}

.ipbox_detail_spic ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.ipbox_detail_spic ul li a:hover .showbox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
}

.ipbox_detail_spic ul li .ippic {
    width: 100%;
    position: relative;
}


/* 內頁about */

.abuot-wrapper {
    width: 100%;
    background: url('../images/website_image/index-about-bg.webp')no-repeat;
    background-size: 100% 100%;
    padding: 222.95px 8%;
    overflow: hidden;
    max-width: 1366px;
    margin: 0 auto;
}

@media screen and (max-width:880px) {
    .abuot-wrapper {
        width: 100%;
        background: url('../images/website_image/index-about-bg.webp')no-repeat center bottom;
        background-size: cover;
        padding: 105px 8%;
    }
}

.abuot-wrapper .title-box .main-title {
    font-size: 43px;
    color: #5387ff;
}

@media screen and (max-width:500px) {
    .abuot-wrapper .title-box .main-title {
        font-size: 30px;
        color: #5387ff;
    }
}

.abuot-wrapper .title-box .second-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Times New Roman";
    color: #595757;
    background: url('../images/website_image/index-about-title2.png')no-repeat;
    background-size: 100% 100%;
    width: 80%;
    margin-top: 19px;
    padding-left: 55px;
}

@media screen and (max-width:880px) {
    .abuot-wrapper .title-box .second-title {
        font-size: 16px;
        font-weight: 600;
        font-family: "Times New Roman";
        color: #595757;
        background: url('../images/website_image/index-about-title2.png')no-repeat;
        background-size: cover;
        width: 100%;
        margin-top: 19px;
        padding-left: 40px;
    }
}

.abuot-wrapper .text-area {
    width: 80%;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    margin-top: 50px;
    line-height: 32px;
    margin-bottom: 100px;
}

@media screen and (max-width:500px) {
    .abuot-wrapper .text-area {
        width: 100%;
        font-size: 15px;
        font-weight: 400;
        color: #000;
        margin-top: 50px;
        line-height: 32px;
        margin-bottom: 30px;
    }
}

.abuot-wrapper .info-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.abuot-wrapper .info-box .info-pic {
    width: 41%;
    display: block;
}

@media screen and (max-width:768px) {
    .abuot-wrapper .info-box .info-pic {
        width: 70%;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width:500px) {
    .abuot-wrapper .info-box .info-pic {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}

.abuot-wrapper .info-box .info-txt {
    width: 54%;
    position: relative;
}

@media screen and (max-width:768px) {
    .abuot-wrapper .info-box .info-txt {
        width: 100%;
        position: relative;
    }
}

.abuot-wrapper .info-box .info-txt::after {
    content: '';
    position: absolute;
    display: inline-block;
    background: url('../images/website_image/about-bg-1.png')no-repeat;
    background-size: cover;
    width: 688px;
    height: 379px;
    top: -20px;
    left: -40px;
}

.abuot-wrapper .info-box .info-txt>p {
    font-size: 16.5px;
    color: #000;
    padding-top: 45px;
    line-height: 28px;
}

@media screen and (max-width:768px) {
    .abuot-wrapper .info-box .info-txt>p {
        font-size: 15px;
        color: #000;
        padding-top: 30px;
        line-height: 28px;
    }
}