.phone{position:fixed;right:1%;top:40%;z-index:1000}
.line-1{position:fixed;right:1%;top:55%;z-index:1000}
.fb{position:fixed;right:1%;top:70%;z-index:1000}

/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-1, .ig, .map, .wechat { 
    transform: scale(0.8);
    right:0;
  }
}

.topnavbar .container {
  text-align: center;
  /*background-image: -webkit-linear-gradient(top, #e91e63 0% ,#ff5722 80%);*/
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
    background-color: #fff;/*背景底色*/
}


@media only screen and (min-width: 768px){
.topnavbar {
  background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    /*background-image: -webkit-linear-gradient(top, #e91e63 0% ,#ff5722 80%);/*頁籤底色漸層*/
    position: relative;/*頁籤&banner分開不重疊*/
    /*height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}}

body[data-type="fullpage"] #nav {
    font-size: 1.0rem;/*頁籤文字大小*/
}

#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #000;/*頁籤文字顏色*/
    padding: 10px 15px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #FF1000;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #FF1000;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #fff;/*次頁籤底色*/
    max-width: 400px;/*次頁籤背景最大寬度*/
    text-align: left;
}
#nav .subnav .has-subnav span{
    max-width: 400px;/*次頁籤文字背景最大寬度*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}


/*title文字顏色*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #333333;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

#footer-service #copyright {
    float: left;
    display: none;
}

/* 首頁各層編輯欄背景*/
#bodyinhome .fcol.fcol-2 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:center;
    background-image: url(/41273/files/99c84ad9-52dd-42be-a8ae-741c3130dd2f.jpg);
   background-color: #ffffff;
}
#bodyinhome .fcol.fcol-3 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:center;
    background-image: url(/41273/files/99c84ad9-52dd-42be-a8ae-741c3130dd2f.jpg);
   background-color: #ffffff;
}
#bodyinhome .fcol.fcol-4 {
   background-color: #ff5722;
}
#bodyinhome .fcol.fcol-6 {
   width: 100%;
   background-color: #b7282e;
}
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

.frame img {
  min-width: 250px; /*最小寬度*/
  max-width: 340px;/*最大寬度*/
  width: 100%;/*寬度*/
  min-height: 150px; /*最小高度*/
  max-height: 200px; /*最大高度*/
  height: 100%;/*寬度*/
  object-fit: cover;/*圖片剪裁不拉伸壓縮 ( contain不拉伸壓縮.等比縮放)*/
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  	background-color: #F5F5F5; /*背景顏色*/ 
	padding: 3px; /*物件內的間距*/
	border: 1px solid #cccccc; /*邊框樣式（solid直線 dotted點狀線 dashed虛線）*/
}


a:hover, button:hover{
  color:#fff100;/*連結滑入文字顏色*/
}
.btn-left:hover{ 
  box-shadow:-300px 0 0 0 rgba(0,0,0,0.3) inset;
}/*特效樣式effects*/
/*文字按鈕特效*/  /* i i s 7 . c o m */