body {
    background-color: #16160e;/*背景底色*/
}

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: rgba(0,0,0,0);/*頁籤底圖顏色*/

    height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤距離*/
}}

body[data-type="fullpage"] #nav {
    font-size: 1.1rem;/*頁籤文字大小*/
}

#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #fff;/*頁籤文字顏色*/
    padding: 15px;/*頁籤文字間隔*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #ffdb4f;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #ffdb4f;/*頁籤按下後文字顏色*/
}


.h1title {
    display:none;/*title隱藏*/
    color: #ffdb4f;/*title文字顏色*/
}

a {
    color: #a0d8ef;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}
.phone{position:fixed;right:1%;top:40%;z-index:1000}
.line-1{position:fixed;right:1%;top:50%;z-index:1000}
.fb{position:fixed;right:1%;top:60%;z-index:1000}
.ig{position:fixed;right:1%;top:70%;z-index:1000}

.phone{position:fixed;right:1%;top:45%;z-index:1000}
.line-1{position:fixed;right:1%;top:60%;z-index:1000}