    /*背景*/
    .body {
        background-image: url(../img/cloud.svg);
        background-attachment: fixed;
    }
    
    .pouma {
        font-family: "微軟正黑體";
        font-weight: bolder;
        font-size: 26px;
        color: #f9a03f;
        margin-bottom: 20px;
        background: #301014;
        direction: left;
        height: 38px;
    }    

    /*LOGO置中*/
    .navbar-brand-logo {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center;
        margin: auto;
        height: 50px;
        padding: 15px 15px;
        line-height: 20px;
        text-align: center;
    }

    .logo {
        width: 240px;
        height: 150px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    /*導覽列字體*/
    .navbar-center {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar-collapse-center {
        text-align: center;
    }

    .navbar-font {
        font-family: "";
        text-align: center;
        font-size: 20px;
        font-weight: bolder;
        float: none;
    }

    /*導覽列變粗*/
    .navbar {
        margin-bottom: 20px;
    }

    .navbar-boder {
        /*border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;*/
        border-color: #301014;
        border-width: medium;
    }

    /*導覽列顏色*/
    .navbar-darkred {
        background-color: #67090a;
    }

    .navbar-darkred .navbar-brand {
        color: #9d9d9d;
    }

    .navbar-darkred .navbar-brand:hover,
    .navbar-darkred .navbar-brand:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-darkred .navbar-text {
        color: #ffd688;
    }

    .navbar-darkred .navbar-nav > li > a {
        color: #ffd688;
    }

    .navbar-darkred .navbar-nav > li > a:hover,
    .navbar-darkred .navbar-nav > li > a:focus {
        color: #ffff2b;
        background-color: transparent;
    }

    .navbar-darkred .navbar-nav > .active > a,
    .navbar-darkred .navbar-nav > .active > a:hover,
    .navbar-darkred .navbar-nav > .active > a:focus {
        color: #ffff2b;
        background-color: transparent;
    }

    .navbar-darkred .navbar-nav > .disabled > a,
    .navbar-darkred .navbar-nav > .disabled > a:hover,
    .navbar-darkred .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-darkred .navbar-toggle {
        border-color: #67090a;
    }

    .navbar-darkred .navbar-toggle:hover,
    .navbar-darkred .navbar-toggle:focus {
        background-color: #67090a;
    }

    .navbar-darkred .navbar-toggle .icon-bar {
        background-color: #A22522;
    }

    .navbar-darkred .navbar-collapse,
    .navbar-darkred .navbar-form {
        border-color: #101010;
    }

    .navbar-darkred .navbar-nav > .open > a,
    .navbar-darkred .navbar-nav > .open > a:hover,
    .navbar-darkred .navbar-nav > .open > a:focus {
        color: #ffff2b;
        background-color: #67090a;
    }

    /*下拉式選單*/
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #67090a;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #67090a;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: bolder;
        line-height: 1.42857143;
        color: #ffd688;
        background-color: #67090a;
    }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        display: block;
        color: #ffff2b;
        text-decoration: none;
        font-weight: bolder;
        background-color: #67090a;
    }

    .dd-font {
        text-align: center;
        font-size: 18px;
        float: none;
    }

    /*下拉式選單自動展開*/
    /*.dropdown-menu li:hover .sub-menu {visibility: visible;}
    .dropdown:hover .dropdown-menu {display: block;}*/
    /*第三層選單*/
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 10px;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ffd688;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffff2b;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

    /*麵包條*/
    .breadcrumb-arrow {
        height: 36px;
        padding: 0;
        line-height: 36px;
        list-style: none;
        background-color: #A22522;
    }

    .breadcrumb-arrow li:first-child a {
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px
    }

    .breadcrumb-arrow li,
    .breadcrumb-arrow li a,
    .breadcrumb-arrow li span {
        display: inline-block;
        vertical-align: top
    }

    .breadcrumb-arrow li:not(:first-child) {
        margin-left: -5px
    }

    .breadcrumb-arrow li + li:before {
        padding: 0;
        content: ""
    }

    .breadcrumb-arrow li span {
        padding: 0 10px
    }

    .breadcrumb-arrow li a,
    .breadcrumb-arrow li:not(:first-child) span {
        height: 36px;
        padding: 0 10px 0 25px;
        line-height: 36px
    }

    .breadcrumb-arrow li:first-child a {
        padding: 0 10px
    }

    .breadcrumb-arrow li a {
        position: relative;
        color: #ffd688;
        text-decoration: none;
        background-color: #67090a;
        border: 1px solid #67090a;
    }

    .breadcrumb-arrow li:first-child a {
        padding-left: 10px
    }

    .breadcrumb-arrow li a:after,
    .breadcrumb-arrow li a:before {
        position: absolute;
        top: -1px;
        width: 0;
        height: 0;
        content: '';
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent
    }

    .breadcrumb-arrow li a:before {
        right: -10px;
        z-index: 3;
        border-left-color: #67090a;
        border-left-style: solid;
        border-left-width: 11px
    }

    .breadcrumb-arrow li a:after {
        right: -11px;
        z-index: 2;
        border-left: 11px solid #301014;
    }

    .breadcrumb-arrow li a:focus,
    .breadcrumb-arrow li a:hover {
        background-color: #A22522;
        border: 1px solid #A22522;
    }

    .breadcrumb-arrow li a:focus:before,
    .breadcrumb-arrow li a:hover:before {
        border-left-color: #A22522;
    }

    .breadcrumb-arrow li a:active {
        background-color: #301014;
        border: 1px solid #301014;
    }

    .breadcrumb-arrow li a:active:after,
    .breadcrumb-arrow li a:active:before {
        border-left-color: #301014;
    }

    .breadcrumb-arrow li span {
        color: #ffff2b;
    }

    /*客戶案例*/
    .case_title {
        padding-bottom: 10px;
        font-size: 30px;
        font-weight: bold;
        color: #A22522;
        font-family: "微軟正黑體";
    }

    .case_img {
        display: block;
        width: 300px;
        height: 225px;
        margin: auto;
    }

    .case_block {
        /*min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
        display: block;
        background-image: linear-gradient(to top left, rgba(255, 255, 0, 0.6), rgba(255, 147, 66, 0.6));
        border: inset;
        border-color: #F28123;
        border-radius: 40px;
        margin-top: 20px;
        margin-bottom: 20px;

    }

    .case_content {
        padding: 20px;
    }

    /*完成品*/
    .temple_bg {
        background-image: linear-gradient(to top, rgba(251, 209, 162, 0.7), rgba(255, 147, 66, 0.7), rgba(251, 209, 162, 0.7), rgba(255, 147, 66, 0.7));
        border-radius: 20px;
    }

    .temple_block {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;

    }

    .temple_h1 {
        padding-top: 30px;
        font-size: 80px;
        font-weight: bold;
        color: #67090a;
        font-family: cursive;
        font-weight: bolder;
    }

    .temple_h2 {
        padding-bottom: 10px;
        font-size: 60px;
        font-weight: bold;
        color: #67090a;
        font-family: cursive;
        font-weight: bolder;
    }

    .temple_img {
        display: block;
        margin: auto;
        border-radius: 30%;
        width: 80%;
        height: 40%;
    }

    .img-temple {
        border-radius: 30px;
        /*margin-bottom: 50px;*/
        margin: 40 auto;

    }

    .effect-zoom-in {
        display: inline-block;
        position: relative;
        overflow: hidden;
        cursor: zoom-in;
        text-align: center;
    }

    /*初始設定*/
    .effect-zoom-in img {
        display: block;
        position: relative;
        opacity: 1;
        transform: scale(1, 1);
        transition: all 0.2s ease-out;
        /*時間 特效*/
    }

    /*滑鼠移入特效*/
    .effect-zoom-in:hover img {
        background: #A22522;
        opacity: .8;
        /*透明度*/
        transform: scale(1.1, 1.1);
        /*XY放大倍率*/
    }

    /*類別設定*/
    .grid {
        padding: 20px 1px 30px 1px;
        max-width: 1300px;
        margin: 0 auto;
        list-style: none;
        text-align: center;
    }

    .grid li {
        display: inline-block;
        width: 440px;
        margin: 0;
        padding: 20px;
        text-align: left;
        position: relative;
    }

    .grid figure {
        margin: 0;
        position: relative;
    }

    .grid figure img {
        max-width: 100%;
        display: block;
        position: relative;
    }

    .grid figcaption {
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
        background: #67090a;
        color: #ed4e6e;
    }

    .grid figcaption h3 {
        margin: 0;
        padding: 0;
        color: #ffff2b;
    }

    .grid figcaption img {
        margin: 0;
        padding: 0;
        color: #ffff2b;
    }

    .grid figcaption span:before {
        content: 'by ';
    }

    .grid figcaption a {
        text-align: center;
        padding: 5px 10px;
        border-radius: 2px;
        display: inline-block;
        background: #ed4e6e;
        color: #fff;
    }

    /* Caption Style 1 */
    .cs-style-1 figcaption {
        height: 100%;
        width: 100%;
        opacity: 0;
        text-align: center;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
    }

    .no-touch .cs-style-1 figure:hover figcaption,
    .cs-style-1 figure.cs-hover figcaption {
        opacity: 0.8;
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .cs-style-1 figcaption h3 {
        margin-top: 70px;
    }

    .cs-style-1 figcaption span {
        display: block;
    }

    .cs-style-1 figcaption a {
        margin-top: 30px;
    }

    .cate_block {
        display: block;
        height: auto;
        margin-top: 40px;
        background-color: #A22522;
        border: solid;
        border-color: #67090a;
        border-radius: 20px;
    }

    .cate_img {
        display: block;
        width: 90%;
        height: 50%;
        margin: auto;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    /*footer設定-start*/

    .footer {
        padding: 20px;
        background-color: #67090a;
        text-align: center;
        color: #ffd688;
        margin-top: 20px;
    }

    .contact > span {
        height: 20px;
        line-height: 0px;
        font-size: 16px;
    }

    .keywords > p {
        height: 20px;
        line-height: 30px;
        font-size: 16px;
    }

    .kws > p {
        display: none;
    }

    .copyright > span {
        font-size: 16px;
        font-weight: bolder;
        padding-left: 8px;
    }

    .copyright > span > a > img {
        margin-left: 5%;
        height: 40px;
        width: 40px;
    }

    /*至頂設定-start*/
    .to-top {
        position: fixed;
        bottom: 50px;
        right: 50px;
        display: none;
        z-index: 9999;

    }

    .to-top:hover {}

    /*至頂設定-end*/
    /*-----------------關於源豐--start----------------*/
    /*tab設定*/
    .pill {
        padding-top: 50px;
    }

    .pill_c {
        padding-top: 50px;
    }

    .nav > li {
        font-size: 20px;
        font-weight: 800;
        border-color: darkgreen;
    }

    .nav > li > a {
        color: #A22522;
    }

    .nav > li > a:hover,
    .nav > li > a:focus {
        color: #BF4342;
        background-color: #FBD1A2;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #FBD1A2;
        background-color: #A22522;
        border: #000;
    }

    /*品牌故事*/
    .brand {
        margin: 20;
        padding: 80px;
        font-size: 30px;
        font-family: sans-serif;
        background-color: #FBD1A2;
        border-radius: 15%;
    }

    .brand > p {
        font-weight: 600;
        color: #A22522;
    }

    .brand > p > n {
        font-size: 32px;
        font-weight: 900;
        color: #67090a;
    }

    /* The actual timeline (the vertical ruler) */
    .timeline {
        position: relative;
        margin: 0 auto;
    }

    /* The actual timeline (the vertical ruler) */
    .timeline::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #A22522;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3.5px;
        /*時間線位置*/
    }

    /* Container around content */
    .tl_container {
        padding: 10px 40px;
        position: relative;
        background-color: inherit;
        width: 50%;
    }

    /* The circles on the timeline */
    .tl_container::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        right: -12px;
        background-color: #f9a03f;
        border: 4px solid #67090a;
        top: 20px;
        border-radius: 50%;
        z-index: 1;
    }

    /* Place the container to the left */
    .tl_left {
        left: 0;
    }

    /* Place the container to the right */
    .tl_right {
        left: 50%;
    }

    /* Add arrows to the left container (pointing right) */
    .tl_left::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        right: 30px;
        border: medium solid white;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #FBD1A2;
    }

    /* Add arrows to the right container (pointing left) */
    /*時間軸內容的三角形*/
    .tl_right::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        left: 30px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent #FBD1A2 transparent transparent;
    }

    /* Fix the circle for containers on the right side */
    .tl_right::after {
        left: -13px;
    }

    /* The actual content */
    .content {
        padding: 20px 30px;
        background-color: #FBD1A2;
        position: relative;
        border-radius: 6px;
    }

    .content > h2 {
        font-size: 40px;
        font-weight: bolder;
        color: #A22522;
    }

    .content > p {
        font-size: 26px;
        font-weight: 800;
        color: #67090a;
    }

    .start {
        width: 90px;
        height: 90px;
        background-color: #A22522;
        border-radius: 50%;
        border: solid;
        border-color: #67090a;
    }

    /*-----------------關於源豐--end---------------------*/

    /*----------------光明燈種類--start------------------*/
    /*產品說明設定--start*/
    .ad {
        border-radius: 50px;
        margin-bottom: 50px;
    }

    .spec {
        border-radius: 50px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
        color: inherit;
        background-color: #FBD1A2;
    }

    .spec-category > p {
        font-size: 30px;
        font-weight: 800;
        color: #67090a;
    }

    .spec-con > p {
        font-size: 30px;
        font-weight: 800;
        color: #67090a;
    }

    .type-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .img-center,
    .cate-title {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .cate-gmd-bg {
        /*background-image: linear-gradient(to top, rgba(249, 160, 63, 0.8), rgba(191, 67, 66, 0.8));   /*背景漸層*/
        position: relative;
        border: 10px solid rgba(62, 0, 1, 0.9);
        overflow: hidden;
        text-align: center;
        padding: 10px;
        border-radius: 20px;
    }

    .gmd-img {
        height: auto;
        max-width: 100%;
        border-radius: 10px;
    }

    .cate-gmd-bg .mask,
    .cate-gmd-bg .content {
        width: 340px;
        height: 340px;
        position: absolute;
        overflow: hidden;
        top: -10px;
        left: -10px;
    }

    .cate-gmd-bg h2 {
        text-transform: uppercase;
        color: #ffff2b;
        text-align: center;
        position: relative;
        font-size: 40px;
        padding: 10px;
        background: rgba(62, 0, 1, 0.9);
        margin: 20px 0 0 0
    }

    .cate-gmd-bg p {
        font-family: Georgia, serif;
        font-size: 20px;
        font-weight: 900;
        position: relative;
        color: #3e0001;
        padding: 10px 20px 20px;
        text-align: center;
    }

    .cate-gmd-bg a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        background: rgba(62, 0, 1, 0.9);
        color: #ffff2b;
        text-transform: uppercase;
        box-shadow: 0 0 10px #fff100;
        border-radius: 10px;
    }

    .cate-gmd-bg a.info:hover {
        box-shadow: 0 0 20px #fff100;
    }

    /*----以下為滑鼠觸碰前----*/
    .view-first img {
        transition: all 0.4s linear;
    }

    .view-first .mask {
        margin: 10px;
        opacity: 0;
        /*background-image: linear-gradient(to top, rgba(191, 67, 66, 0.9), rgba(249, 160, 63, 0.8), rgba(191, 67, 66, 0.9)); */
        background-image: linear-gradient(to top, rgba(249, 160, 63, 0.8), rgba(255, 255, 0, 0.9), rgba(249, 160, 63, 0.8));
        transition: all 0.4s ease-in-out;
    }

    .view-first h2 {
        transform: translateY(-100px);
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }

    .view-first p {
        transform: translateY(70px);
        opacity: 0;
        transition: all 0.2s linear;
    }

    .view-first a.info {
        transform: translateY(150px);
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }

    /*------以下為滑鼠觸碰後------*/
    .view-first:hover img {
        transform: scale(1.5);
    }

    .view-first:hover .mask {
        opacity: 1;
    }

    .view-first:hover h2 {
        opacity: 1;
        transform: translateY(30px);
    }

    .view-first:hover p {
        opacity: 1;
        transform: translateY(70px);
    }

    .view-first:hover a.info {
        opacity: 1;
        transform: translateY(110px);
    }

    .view-first:hover p {
        transition-delay: 0.1s;
    }

    .view-first:hover a.info {
        transition-delay: 0.2s;
    }

    /*產品說明設定--end*/
    /*跳出提示窗設定--start*/
    .modal-content {
        position: relative;
        background-color: #fbfbf0;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 10px solid #67090a;
        border-radius: 20px;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    }

    /*點我了解*/
    .understand {
        position: relative;
        left: 25%;
        background-color: #FBD1A2;
        border: double;
        border-width: 8px;
        border-radius: 10px;
        border-color: #BF4342;
        width: 130px;
        height: 60px;
    }

    /*跳出提示窗設定--end*/
    /*----------------光明燈種類--end------------------*/


    /*光明燈種類 按鈕(點我了解)--start*/

    .css_button {
        padding: 10.5px 21px;
        border: 1.5px solid #FFFF2B;
        background: -webkit-gradient(linear, left top, left bottom, from(#FBD1A2), to(#F9A03F));
        background: -webkit-linear-gradient(top, #FBD1A2, #F9A03F);
        background: -moz-linear-gradient(top, #FBD1A2, #F9A03F);
        background: -ms-linear-gradient(top, #FBD1A2, #F9A03F);
        background: -o-linear-gradient(top, #FBD1A2, #F9A03F);
        background-color: #F9A03F;
        box-shadow: 0px 7px 2px -5px #1A1A1A, inset 0px 0px 10px #9C0000;
        -webkit-box-shadow: 0px 7px 2px -5px #1A1A1A, inset 0px 0px 10px #9C0000;
        -moz-box-shadow: 0px 7px 2px -5px #1A1A1A, inset 0px 0px 10px #9C0000;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        text-shadow: #FFFF2B 1px 1px 0px;
        color: #A22522;
        font-size: 30px;
        font-family: '微軟正黑體';
        text-decoration: none;
        font-weight: bold;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -o-transition: 1s;
        cursor: pointer;
    }

    .css_button:hover {
        background: none;
        background-color: #F9A03F;
        box-shadow: 0px 0px 5px 0px #AAAAAA;
        -webkit-box-shadow: 0px 0px 5px 0px #AAAAAA;
        -moz-box-shadow: 0px 0px 5px 0px #AAAAAA;
        border: 1.5px solid #ffffff;
        color: #67090A;
    }

    .css_button:active {
        top: 1px;
        position: relative;
    }

    /*光明燈種類 按鈕(點我了解)--end*/

    /*其他--start*/
    .other-bg-top {
        background-image: linear-gradient(to top, rgba(255, 255, 0, 0.5), rgba(255, 147, 66, 0.7));
        /*背景漸層透明*/
        backface-visibility: 80%;
        border-radius: 60px;
        padding-top: 30px;
        padding-bottom: 60px;
        box-shadow: inset 0 0 18px 20px #fbfbf0;
    }

    .other-title {
        padding-top: 40px;
    }

    .other-img {
        padding-top: 40px;
        width: 60%;
    }

    /*其他--end*/

    /* Media queries - Responsive timeline on screens less than 600px wide */
    @media screen and (max-width: 600px) {

        /*-----------------關於源豐--start----------------*/

        /* Place the timelime to the left */
        .timeline::after {
            left: 30px;
        }

        /* Full-width containers */
        .tl_container {
            width: 100%;
            padding-left: 70px;
            padding-right: 25px;
        }

        /* Make sure that all arrows are pointing leftwards */
        .tl_container::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent #FBD1A2 transparent transparent;
        }

        /* Make sure all circles are at the same spot */
        .tl_left::after,
        .tl_right::after {
            left: 17px;
        }

        /* Make all right containers behave like the left ones */
        .tl_right {
            left: 0%;
        }

        .content > h2 {
            font-size: 30px;
            font-weight: bolder;
            color: #A22522;
        }

        .content > p {
            font-size: 20px;
            font-weight: 800;
            color: #67090a;
        }

        /*品牌*/
        .brand {
            margin: 2px;
            padding: 20px;
            font-size: 15px;
            font-family: sans-serif;
            background-color: #FBD1A2;
            border-top-left-radius: 6%;
            border-top-right-radius: 6%;
            border-bottom-left-radius: 6%;
            border-bottom-right-radius: 6%;
        }

        .brand > p {
            font-weight: 600;
            color: #A22522;
        }

        .brand > p > n {
            font-size: 16px;
            font-weight: 900;
            color: #67090a;
        }

        /*-----------------關於源豐--end---------------------*/
        /*----------------光明燈種類--start------------------*/

        .spec-category > p {
            text-indent: 3%;
            /*--第一字內縮--*/
            font-size: 16px;
            font-weight: 800;
            color: #67090a;
        }

        .spec-con > p {
            text-indent: 15%;
            /*--第一字內縮--*/
            font-size: 16px;
            font-weight: 800;
            color: #67090a;
        }

        .img-center {
            margin-top: 20px;
            margin-left: auto;
            margin-right: auto;
            width: 30%;
        }

        .cate-title {
            margin-top: 10px;
            margin-left: auto;
            margin-right: auto;
            width: 50%;
        }

        /*----------------光明燈種類--end------------------*/
        /*-----其他start-----*/
        .other-title {
            padding-top: 20px;
            width: 40%;
        }

        .other-img {
            padding: 20px;
            width: 80%;
        }

        /*-----其他end-----*/
        /*footer設定-strart*/
        .contact > span {
            display: block;
            padding-bottom: 1px;
            font-size: 14px;
            line-height: 0px;
            height: 25px;
            text-align: center;
        }

        .keywords > p {
            display: none;
        }

        .kws > p {
            display: inherit;
            height: 20px;
            line-height: 30px;
            font-size: 14px;
        }

        .copyright > span {
            display: block;
            padding-top: 10px;
            margin: auto;
            font-size: 16px;
            line-height: 18px;
        }

        .copyright > span > a > img {
            margin: auto;
        }

        /*footer設定-end*/

        /*至頂設定-start*/
        .to-top {
            position: fixed;
            bottom: 40px;
            right: 10px;
            display: none;
            opacity: 10;
        }

        .to-top:hover {}


        /*至頂設定-end*/

    }
