ul.noneStyle {
    margin: 0;
    padding: 0;
}

ul.noneStyle li {
    list-style: none;
}

button {
    /* float: left; */
    margin: 5px 8px;
    height: 50px;
    width: 150px;
    background-color: #eee;
    color: #555;
    font-size: 16px !important;
    line-height: 50px;
    font-weight: normal;
    transition: color .3s, background .3s;
}

button,
a {
    outline: none !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button,
select {
    text-transform: none;
}

button,
input {
    line-height: normal;
    outline: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: 'Source Sans Pro', "微軟正黑體", "Microsoft JhengHei", "Verdana,Geneva", sans-serif !important;
    font-size: 18px !important;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 0px;
    list-style: none;
    text-align: center;
    z-index: 1 !important;
}

.container {
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
    width: calc(100% - 30px);
    opacity: 0;
    transition: opacity 1s;
}

#homeBanner .pic {
    position: absolute;
    left: 0;
    top: 0;
}

#homeBanner img {
    height: 100%;
    width: 100%;
}

.jqimgFill {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0;
    transition: opacity 0.5s;
    background-position: center !important;
}

#homeBanner .banner_text {
    max-width: 55%;
    height: 450px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 1;
    padding: 5% 0;
}

#homeBanner .textInner {
    display: table-cell;
    vertical-align: middle;
    transform: translate(0%, 0%);
}

#homeBanner .text2 {
    height: 450px;
    display: table;
    margin: 0 50px;
    position: relative;
    z-index: 1;
}

#homeBanner .text2 .title {
    font-size: 48px;
    font-weight: bold;
    line-height: 58px;
    margin-bottom: 20px;
    /*    font-family: "Source Sans Pro";*/
}


#homeBanner .text2 p {
    /*    color: #ffffff;*/
    font-size: 18px;
    letter-spacing: 0.7px;
}

#homeBanner .text2 .btn_banner {
    min-width: 120px;
    height: 55px;
    background-color: #ffb800;
    display: inline-block;
    padding: 0 20px;
    border-radius: 50px;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
}

#homeBanner ul li a {
    display: block;
    height: auto;
    position: relative;
}

#homeBanner {
    padding-bottom: 60px;
}

#homeAbout {
    padding: 50px 30px 0px;
}

.tag_area {
    width: 100%;
}

.tag_api {
    width: 100%;
    text-align: center;
}

.tag_api li {
    margin: 10px 5px;
    height: 38px;
    text-align: center;
    display: inline-block;
}

.tag_api li a {
    border: 1px solid #dddddd;
    padding: 10px 20px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 400;
}

.tag_api li a:hover {
    border: 1px solid #ffb800;
}


#homeAbout .others,
.related-products {
    border-top: 1px solid #fff;
    padding: 0;
}


#homeAbout h2.title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin: 50px 0px 30px;
}

#homeAbout .others,
.home_popular {
    border-bottom: 1px solid #fff;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.related-products ul.slider {
    width: 1400px;
    margin-top: 30px;
    border-bottom: 0px solid #dddddd;
    padding: 0 30px;
}


.slick-prev,
.slick-next {
    top: 50% !important;

}

#homepro .slick-prev {
    text-indent: -9999px;
    left: -20px;
    z-index: 1;
}

#homepro .slick-next {
    text-indent: -9999px;
    right: -20px;
    background-repeat: no-repeat;
    z-index: 1;
}

#homeMotion .slick-prev {
    text-indent: -9999px;
    left: -20px;
    z-index: 1;
}

#homeMotion .slick-next {
    text-indent: -9999px;
    right: -20px;
    background-repeat: no-repeat;
    z-index: 1;
}


#homeNews .slick-prev {
    text-indent: -9999px;
    left: -20px;
    z-index: 1;
}

#homeNews .slick-next {
    text-indent: -9999px;
    right: -20px;
    background-repeat: no-repeat;
    z-index: 1;
}

/* 新增這段 */
#homeAbout .related-products ul.slider li .pic {
    aspect-ratio: 2 / 1;
    background-color: #f4f4f4; /* 圖片載入前有底色填充 */
}

#compare table .pic,
#favorites .list ul li .pic,
.related-products ul.slider li .pic,
.products-list ul.list li .pic {
    position: relative;
    aspect-ratio: 2 / 1; /* 加上這行 */
}

.related-products ul.slider li .pic img {
    width: 100%;
    height: auto;
    display: block;
}

#compare table a:hover .pic::after,
#favorites .list ul li a:hover .pic::after,
.related-products ul.slider li:hover .pic::after,
.products-list ul.list li:hover .pic::after {
    opacity: 1;
    transition: opacity 1s ease;
}

#compare table .pic:after,
#favorites .list ul li .pic:after,
.related-products ul.slider li .pic:after,
.products-list ul.list li .pic:after {
    content: '';
    width: 100px;
    height: 100px;
    background: url(../../styles/images/products/products-list-icon.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 1;
}

#homeAbout .related-products .app_n {
    position: absolute;
    display: block;
    top: 6%;
    left: 6%;
    z-index: 5;
}

.related-products ul.slider li.list {
    text-align: center;
    margin: 0 5px;
    display: inline-flex;
}

.related-products ul.slider li.list a {
    display: block;
}


img {
    max-width: 100%;
    height: auto;
    border: none;
}

.related-products ul.slider li .text,
.products-list ul.list li .text {
    margin-top: 10px;
}

.text {
    margin-bottom: 15px;
}

.text h4.title {
    color: #333;
    font-size: 20px;
    font-weight: normal;
}

.related-products ul.slider li p,
.products-list ul.list li p {
    font-size: 15px;
}

#CybotCookiebotDialog {
  position: fixed !important;
}

#homeAbout .left {
    float: left;
    width: 315px;
    margin-left: 20px;
}

#homeAbout .left .title {
    color: #555555;
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    margin-bottom: 30px;
}

#homeAbout .left p {
    font-size: 22px;
}

#homeAbout .left a.btn {
    background-color: #dddddd;
    border-radius: 50px;
    line-height: 50px;
    height: 50px;
    width: 188px;
    font-weight: normal !important;
}

#homeAbout .left a.btn:hover {
    background-color: #ffb800;
    color: #000;
}

#homeLocations a.btn,
#homeMotion ul.list li .text .btn,
#homeAbout .left a.btn {
    display: block;
    margin-top: 50px;
    color: #555555;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}

#homeAbout .right {
    float: right;
    width: calc(95% - 315px);
}

#homeAbout .right h1 {
    font-size: 18px;
    margin-bottom: 1.5em;
    font-weight: normal;
}

/* .clearfix {
    display: block;
    content: '';
    clear: both;
} */
 .clearfix::after {
    display: block;
    content: '';
    clear: both;
}

#homeMotion {
    padding: 80px 0 0;
}

#homeMotion h2.title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin: 0px auto 30px;
    color: #555555;
}

#homeMotion h2.title a {
    color: #555555;
}

.BGR-blog-tag {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.related-post-item {
    width: 23.4%;
    /* float: left; */
    border: 1px solid #dddddd;
    padding: 0 0 90px;
    position: relative;
    text-align: left;
    display: inline-block;
    box-sizing: content-box;
    margin: 0px 10px !important;
    
    
}

.related-image {
    height: 172px;
    overflow: hidden;
    background-size: cover;
}

.related-title {
    padding: 20px 20px 0px;
    position: relative;
    
}

#homeMotion .related-title h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}


.buttonBlock_home {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 35px;
}

.buttonBlock_home a {
    display: inline-block;
    min-width: 188px;
    height: 50px;
    line-height: 50px;
    background-color: #dddddd;
    color: #555555;
    font-size: 18px;
    font-weight: normal;
    transition: background 0.5s;
    border-radius: 50px;
}


/*
:target::before {
    content: "";
    display: block;
    height: 120px;
    margin: -120px 0 0;
}
*/

.related-post-item:hover .button_home {
    color: #000000;
    background-color: #ffb800;
}

#homeNews .list:last-of-type {
    padding-right: 0;
    margin: 0 auto 80px;
    width: 100%;
    text-align: center;
}


.dk_options a:hover {
    color: #ffffff !important;
}



.cover2 {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../../styles/images/products/products-list-icon.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
    /*    top: 50%;*/
    left: 50%;
    z-index: 1;
    margin-top: 40px;
    margin-left: -50px;
}

.application_box:hover .cover,
.frame-news:hover .cover2,
.pro_area:hover .cover3 {
    opacity: 1;
}

.tabContent a:hover {
    border-bottom: 0px solid #fff;
}

/*
.pic img {
    width: 100%;
}
*/

.list h3.news-title {
    font-size: 18px;
    font-weight: 400;
    min-height: 120px;
    text-align: left;
}


.related-title p {
    text-align: left;
    margin-bottom: 20px;
    /*    min-height: 100px;*/
}

#homeNews {
    margin: 80px 0px;
}

#homeNews h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0px 30px;
    color: #555555;
}

.related-articles li {
    vertical-align: top;
    text-align: left;
    width: 100%;
    /* width: 17.8%; */
    list-style-type: disc;
    position: relative;
}

.frame-news {
    padding: 0px;
    margin: 0px 10px;
    border: 1px solid #dddddd;
    position: relative;
}

.news-type {
    color: #555555;
    font-weight: 500;
    width: fit-content;
    height: 32px;
    line-height: 32px;
    padding: 5px 20px;
    margin: 20px 0px 0px;
    font-size: 22px;
    background-color: #dddddd;
    border-radius: 50px;
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
}

.news-area {
    padding: 20px;
}

.news-area h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    text-align: left;
    margin-bottom: 50px;
}

.news-date {
    position: absolute;
    cursor: pointer;
    display: flex;
    bottom: 20px;
    right: 20px;
    text-align: right;
    font-size: 18px;
    color: #555555;
}


#homepro {
    margin: 80px 0px;
}

#homepro h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0px 30px;
    color: #555555;
}

.pro_area {
    border: 1px solid #dddddd;
    display: inline-block;
    margin: 0px 10px;
    position: relative;
}

.cover3 {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../../styles/images/products/products-list-icon.png) center no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
    /*    top: 50%;*/
    left: 50%;
    z-index: 1;
    margin-top: 70px;
    margin-left: -50px;
}


#homepro .pro_area .pic {
    width: 100%;
    display: block;
    position: relative;
    background-color: #f4f4f4;
    text-align: center;
    aspect-ratio: 2 / 1; /* 依產品圖實際比例調整，常見為 1/1 或 4/3 */
}

#homepro .pro_area .pic img {
    height: auto;
    width: 100%;
     display: block;
}


.product-text ul {
    padding: 0px 20px;
    /*    min-height: 200px;*/
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    height: 100%;
    display: flex;
}

.slick-slide{height: auto !important;}

#homepro .slick-initialized .slick-slide {
    height: auto !important;
}

#homeNews .slick-initialized .slick-slide {
    display: flex;
    height: auto !important;
}

.related-products h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}



.contact-btn {
  position: absolute;
  left: 50%;
  top:40%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px !important;
  border-radius: 50px;
  background: #fabe00 !important;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}


  .contact-btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  border-radius: 50px;
  background: #fabe00;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}


.contact-btn .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: filter 0.3s ease;
  width: 30px;
  height: 30px;
}

.contact-btn2 .icon{
  margin-right: 10px;
  transition: filter 0.3s ease;
  width: 30px;
  height: 30px;
}

.contact-btn .icon img{ width: 30px; height: 19px;}
.contact-btn2 .icon img{width: 24px; height: 25px;}


.contact-btn2:first-child{margin-right: 80px;}
.contact-btn2:last-child{padding: 0 35px;}




.contact-btn:hover,.contact-btn2:hover   {
  background: #555 !important;
  color: #fff;
}

.contact-btn:hover .icon,.contact-btn2:hover .icon,.locations-btn:hover .icon {
  filter: brightness(0) invert(1); /* 將信封圖標變白 */
}



.cta-section-end {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url(../styles/images/contact_bg.jpg);
  background-position: center;
   justify-content: center;    
  /* 垂直置中 */
  align-content: center;      
  flex-wrap: wrap;
  margin: 0 auto;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  display: flex;
  align-items: center;     /* 垂直置中（可選） */
  gap: 20px;               /* 按鈕間距 */
}  






#faq {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1 !important;
}

#faq .container h2.title {
    font-size: 30px;
    margin-bottom: 30px;
    padding: 0;
    font-weight: 500;
    text-align: center;
}

#faq .accordion {
    border: 1px solid #dddddd;
    margin: 0px 15px 80px;
    --bs-accordion-color: #555555;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
    color: #555555 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
}

#faq .accordion-button:focus {
    --bs-accordion-btn-focus-box-shadow: 1px solid #dddddd !important;
    border-color: none !important;
}

#faq .accordion a:hover {
    border-bottom: 1px solid #ffb800 !important;
}

#faq .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    color: #555555;
    width: 100%;
}

#faq .accordion h3 {
    font-size: 22px;
    width: 100%;
    font-weight: 500;
}

#faq .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg) !important;
}




#faq .accordion-button::after {
    background-image: url(../styles/images/arrow_bottom.png) !important;
}


#faq a {
    color: #555555;
    font-weight: normal;
    border-bottom: 1px solid #ffb800;
}

/* 桌機版 Banner 預留高度 */
#homeBanner .jqimgFill {
    background-color: #f4f4f4;
    min-height: 450px; /* 對應 .banner_text 的 height: 450px */
}
/*
.max-lg-size .related-title p {
    min-height: 130px;
}
*/

.max-lg-size #homeBanner #forDesktop,
.max-md-size #homeBanner #forDesktop {
    display: block;
}

/*
.max-lg-size #homeBanner .banner_text {
    min-width: 50vw;
    min-height: 400px;
}
*/



.max-lg-size #homeBanner .text2 .title {
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 35px;
    color: #ffffff;
}



.max-lg-size #homeBanner .text2 .btn_banner {
    min-width: 120px;
    padding: 0 20px;
    height: 50px;
    background-color: #ffb800;
    display: inline-block;
    border-radius: 50px;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 400;
}

.max-lg-size .related-products ul.slider {
    width: 100%;
}

.max-lg-size .BGR-blog-tag .related-image {
    height: 28vw;
    background-position: center;
}


.max-lg-size .news-image {
    width: 100%;
    height: 115px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.max-lg-size .list h3.news-title {
    min-height: 190px;
}

.max-lg-size #homeBanner #forMobile {
    display: none;
}

.max-md-size #homeBanner .pic {
    background-position: 0 0 !important;
}

.max-md-size .related-image{height: 172px;background-position: center;}

.max-md-size #homeBanner .pic img {
    width: 100%;
}



.max-md-size #ing_dow_area  {
    width: 100%;
}

.max-md-size #homeBanner .text2 {
    height: auto;
    display: block;
    margin: 0 30px;
}

.max-md-size #homeBanner .text2 .title {
       margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
}

.max-md-size #homeBanner .banner_text {
    width: 460px;
    height: 300px;
}

.max-md-size .frame-news {
    margin: 0 auto;
}

.max-md-size #homeBanner .jqimgFill {
    min-height: 300px; /* 對應第 993 行 height: 300px */
    background-color: #f4f4f4;
}

.max-md-size #homeBanner .container {
    padding: 0;
    width: 100%;
}

.max-md-size #homeMotion .container{ padding: 0 15px;}


.max-md-size .list h3.news-title {
    min-height: 100px;
    text-align: left;
}

.max-md-size #homeAbout .container {
    position: relative;
    padding-bottom: 100px;
}

.max-md-size .main {
    padding-top: 64px;
}

.max-md-size #homeBanner {
    padding-bottom: 50px;
    margin-top: 0px;
}

.max-md-size #homeAbout .related-products {
    padding: 0;
}

.max-md-size #homeAbout {
    padding: 0px 0 0 0;
}

.max-md-size #homeAbout .left h1.title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
}

.max-md-size #homeAbout .tag_api {
    margin-top: 30px;
}

.max-md-size #homeAbout .left {
    margin-left: 0px;
    margin-bottom: 30px;
}

.max-md-size #homeAbout .left,
.max-md-size #homeAbout .right {
    float: none;
    width: 100%;
}

.max-md-size #homeAbout .left a.btn {
    position: absolute;
    bottom: 0;
}

.max-md-size  .related-post-item {
    width: 45%;
    margin: 0px 10px 20px ;
    display: inline-block;
    box-sizing: content-box;
}

.max-md-size .BGR-blog-tag {
    padding: 0 20px;
}


.max-md-size .BGR-blog-tag .related-image {

    height: 430px;
    background-position: center;
}

.max-md-size #homeNews .slick-prev {
    left: -8px;
    width: 30px;
}

.max-md-size #homeNews .slick-next {
    right: -8px;
    width: 30px;
}

.max-md-size #homepro .slick-prev {
    left: -8px;
    width: 30px;
}

.max-md-size #homepro {
    margin: 50px 0px 80px;
}

.max-md-size #homepro .slick-next {
    right: -8px;
    width: 30px;
}



.max-md-size #homeMotion .slick-prev {
    left: -8px;
    width: 30px;
}

.max-md-size #homeMotion .slick-next {
    right: -8px;
    width: 30px;
}

.max-md-size .slick-slider .slick-list {
    width: 95%;
    margin: 0 auto;
}

.max-md-size .news-image {
    width: 100%;
    height: 22.5vw;
    background-size: 100%;
    background-position: center;
}

.max-md-size #homeAbout .related-products .app_n {
    position: absolute;
    display: block;
    width: 20%;
}


.max-md-size #homeNews h2.title {
    margin-top: 50px;
}



.max-md-size .related-articles li {
    margin: 0px 10px;
}

.max-md-size #homepro .pro_area .pic {
    height: auto;
}

.max-md-size #homepro .pro_area .pic img {
    height: auto;
}

.max-md-size .cover3 {
    margin-top: 8px !important;
}


.max-md-size .cover2 {
    margin-top: 10px;
}

.max-md-size #faq button{height: auto;}

.max-sm-size #homeBanner .jqimgFill {
    min-height: 300px;
}

.max-sm-size #homeMotion{padding: 50px 0 0;}

.max-sm-size #homeBanner .banner_text{padding: 0;}

.max-sm-size #homeBanner .textInner{transform: translate(0%, 0%);
    height: 300px;}


.max-sm-size #homeMotion .list {
    padding: 0;
}


.max-sm-size #faq .accordion-flush .accordion-item .accordion-button,
.max-sm-size .accordion-flush .accordion-item .accordion-button.collapsed {
    height: auto;
}

.max-sm-size #faq .accordion {
    margin: 0 auto 50px;
}

.max-sm-size #homeNews h2.title {
    font-size: 30px;
}

.max-sm-size .list h3.news-title {
    font-size: 18px;
    text-align: left;
    font-weight: normal;
}

.max-sm-size #homeMotion h2.title {
    font-size: 30px;
    font-weight: 500;
    color: #555555;
}

.max-sm-size #homeAbout .left h1.title {
    font-size: 35px;
}


.max-sm-size .BGR-blog-tag {
    padding: 0;
}

.max-sm-size .BGR-blog-tag .related-title {
    min-height: auto;
}

.max-sm-size .related-title p {
    min-height: 0px;
}


.max-sm-size .slick-slider .slick-list {
    width: 90%;
    margin: 0 auto;
}


.max-sm-size #homepro {
    margin: 50px 0px 0px;
}

.max-sm-size #homeNews {
    margin: 50px 0px 0px;
}


.max-sm-size #ing_dow_area .container h2.title {
    margin-top: 50px;
}

.max-sm-size .cover3 {
    top: 6%;
}

.max-sm-size .cover2 {
    margin-top: 10%;
}

.max-sm-size .cta-section-end{ 
    flex-direction: column;
    padding: 20px 0;
    margin: 50px auto; 
    height: 150px;}
.max-sm-size .contact-btn2:first-child{margin-right: 0;}

.max-sm-size .BGR-blog-tag .related-post-item {
    
    margin: 0px 0px;
}

/* 新增 */
.max-xs-size #homeBanner ul li a {
    min-height: 300px; /* 對應 jqimgFill 的 min-height */
}

.max-xs-size #homeBanner .jqimgFill {
    min-height: 300px;
    background-color: #f4f4f4;
}

.max-xs-size #homeBanner {
    padding-bottom: 0px;
    margin-top: -64px;
}

.max-xs-size #homeBanner #forDesktop {
    display: none !important;
}

.max-xs-size #homeBanner #forMobile {
    display: block !important;
    margin-top: 64px;
}

.max-xs-size #homeBanner .banner_text {
    /*    min-width: 100%;*/
    width: 100%;
    display: table-cell;
    min-height: 300px;
}

.max-xs-size #homeBanner .text2 {
    margin: 20px;
    min-height: 300px;
}

/* 新增 */
.max-xs-size #homeAbout {
    min-height: 400px;
}

.max-xs-size #homeAbout .tag_api {
    text-align: left;
}


.max-xs-size #homeAbout h2.title {
    margin-top: 30px;
    font-size: 30px;
}

.max-xs-size .related-products ul.slider {
    width: 100%;
    margin-bottom: -30px;
    height: 250px !important;
    min-height: 150px; /* ← 補上這行，slick 初始化前也有空間 */
}

.max-xs-size #homeAbout .related-products {
    padding: 0;
}

.max-xs-size #homeAbout .slick-prev {
    top: 65px;
    left: -5px;
}

.max-xs-size #homeAbout .slick-next {
    top: 65px;
    right: -5px;
}

.max-xs-size #homeAbout .left a.btn {
    left: 50%;
    margin-left: -94px;
}

.max-xs-size .BGR-blog-tag .related-post-item {
    width: 100%;
    float: none;
    clear: both;
    display: inline-table;
    margin: 0px auto 0px;
}

.max-xs-size #homeNews .list {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.max-xs-size .frame-news {
    width: 100%;
    margin: 0px auto;

}

.max-xs-size .news-image {
    width: 100%;
    height: 170px;
    background-size: 100%;
    background-position: center;
}

.max-xs-size .list h3.news-title {
    min-height: 0px;
}

.max-xs-size #homeAbout .related-products .app_n {
    position: absolute;
    display: block;
    width: 30%;
    top: 6%;
    left: 6%;
    z-index: 5;
}

.max-xs-size .owl-theme .owl-dots .owl-dot {
    margin: 5px 8px;
}

@media only screen and (max-width: 1366px) {

    #ing_dow_area  {
    width: 100%;
}


    .related-products ul.slider {
        width: 1270px;
        margin-top: 15px;
    }


    .max-lg-size #search .pro_area .pic {
        height: auto;
    }

    .max-lg-size #search .pic img {
        height: auto;
        width: 100%;
    }

    .cover2 {
        margin-top: 20px;
    }

    .cover3 {
        margin-top: 45px;
    }





}

@media only screen and (min-width: 760px) and (max-width: 1023px) {


    #homeAbout .slick-next {
        top: 100px;
    }

    #homeAbout .slick-prev {
        top: 100px;
    }

    .max-md-size #search .pro_area .pic {
        height: auto;
    }

    .max-md-size #search .pic img {
        height: auto;
        width: 100%;
    }
}


@media only screen and (min-width: 769px) and (max-width:1024px) {



    .max-lg-size #homeAbout .related-products .slick-next {
        top: 80px;
    }

    .max-lg-size #homeAbout .related-products .slick-prev {
        top: 80px;
    }

    .max-lg-size #homepro .pro_area .pic {
        height: auto
    }

    .max-lg-size #homepro .pro_area .pic img {
        height: auto;
    }

    #search .pro_area .pic {
        height: auto;
    }

    #search .pic img {
        height: auto;
        width: 100%;
    }

    .cover3 {
        margin-top: 80px;
    }



}