<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(icon-font2/style.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat&amp;display=swap');
/*------------ basic ------------*/

body {
    color: #444444;
    line-height: 1.8;
}

.content-nav-menu {
    display: none;
}

/*------------ / basic ------------*/

/*--- 隱私權 ---*/

.header-sheet {
    background-color: rgba(0, 0, 0, 0.75);
    border: solid 1px #F49500;
    color: #eee;
}

.header-sheet .close-ontop {
    color: #eee;
}

.header-sheet a {
    color: #F49500;
}

.close-ontop {
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

/*---! 隱私權 ---*/

/*--- back-btn ---*/

.btn.back {
    background: #424242;
    font-size: 13px;
    transition: all 0.3s ease;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 10px;
    width: 92px;
    height: 27px;
}

.btn.back:before {
    display: inline-block;
    content: "\e1002";
    transform: rotate(180deg);
    display: inline-block;
    margin: 0 5px 0 0;
    font-family: 'icon-font2' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease;
}

.btn.back:hover {
    background: rgb(244, 149, 0);
    background: -moz-linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c85cd', endColorstr='#443FA7', GradientType=1);
    color: #fff;
}

/*--- fb-btn ---*/

.ibtn.fb {
    transition: all 0s ease;
    width: 90px;
    height: 90px;
    background: url('../../../images/layout04/tw/fb.jpg') no-repeat;
    background-position: 0 0;
    position: relative;
    overflow: inherit;
    transition: all 0.3s ease;
}

.ibtn.fb:hover {
    opacity: 0.9;
}

/*--- style01-btn ---*/

.btn.style01 {
    background: #424242;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 10px;
    width: 125px;
    height: 27px;
}

.btn.style01 i {
    color: #FFFFFF;
    font-size: 13px;
    margin: 0 0 2px 15px;
    display: inline-block;
    vertical-align: middle;
}

.btn.style01:hover i {
    color: #fff;
}

.btn.style01.arrowL i {
    margin: 0 15px 2px 0;
    transform: rotate(180deg);
    transition: all .2s;
}

.btn.style01:hover {
    background: rgb(244, 149, 0);
    background: -moz-linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c85cd', endColorstr='#443FA7', GradientType=1);
    color: #fff;
}

.btn.style01 i:before {
    content: "\e1002";
    font-family: 'icon-font2' !important;
}

.btn.style01.arrowL i:before {
    content: "\e1002";
}

/*--- style02-btn ---*/

.btn.style02 {
    background: #424242;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 10px;
    width: 125px;
    height: 27px;
}

.btn.style02:before {
    font-family: 'icon-font2' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e1012";
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 10px 4px 0;
}

.btn.style02:hover {
    background: rgb(244, 149, 0);
    background: -moz-linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c85cd', endColorstr='#443FA7', GradientType=1);
    color: #fff;
}

/*------------ / btn ------------*/

.banner {
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #fff;
}

.banner .container {
    padding: 0;
    max-width: inherit;
}

.banner img {
    max-width: inherit;
    min-height: 96px;
    height: 100%!important;
    object-fit: cover;
}

/*------------ site_header ------------*/

.wrapper {
    padding-top: 146px;
    background: #fff;
}

.site-header {
    text-align: center;
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

.site-title {
    padding: 50px 0 16px;
    float: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-title .logo {
    color: transparent;
    background: url(../../../images/layout04/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 263px;
    height: 80px;
    transition: all .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

/*------------ top-nav ------------*/

.top-nav {
    position: absolute;
    /* right: 87px; */
    right: 53px;
    z-index: 35;
    top: 15px;
}

/*詢價車*/

.func-menu {
    position: absolute;
    top: 13px;
    right: 0;
}

.func-menu&gt;li.gocart .toggleBtn {
    color: #fff;
    position: relative;
}

.func-menu&gt;li.gocart .toggleBtn .num {
    color: #fff;
    background: #F49500;
}

.func-menu&gt;li.gocart .price {
    color: #F49500;
    letter-spacing: 0.035em;
}

.func-menu .cart-box {
    border: 2px solid #F49500;
    background: #fff;
}

.func-menu .cart-box .btn {
    background: #F49500;
    color: #fff;
}

.func-menu .cart-box .btn:hover {
    background: #E41315;
}

.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}

.func-menu .cart-list li:hover .box {
    background: #fafafa;
}

.func-menu .cart-list .qty {
    color: #F49500;
}

/* .func-menu&gt;li.gocart .toggleBtn:before{
    content: '';
    background: url(../../../images/layout04/common/cart_ic.png) no-repeat;
    height: 20px;
    width: 19px;
    position: absolute;
    top: 7px;
    left: 52px;
} */

/*數量icon*/

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: -13px;
}

.qty-box .form-control {
    width: 53px;
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    border-color: #fad038;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    border-color: #fad038;
    background: #eee;
}

.products-intro .pd-intro .btn-group .btn.addcart {
    background: rgb(244, 149, 0);
    background: -moz-linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F49500', endColorstr='#E41315', GradientType=1);
    color: #fff;
}

.products-intro .pd-intro .btn-group .btn.addcart:hover {
    color: #fff;
}

/*!數量icon*/

/*!詢價車*/

/*---- language ----*/

.site-header .language {
    float: left;
}

.site-header .language .btn {
    display: none;
}

.top-nav .language li {
    display: inline-block;
}

.top-nav .language li a {
    display: inline-block;
    color: #A5A5A5;
    font-size: 13px;
    line-height: 16px;
    min-width: 28px;
    text-align: center;
    padding-left: 5px;
    transition: all .2s;
}

.top-nav .language li+li&gt;a {
    border-left: 1px solid #A5A5A5;
}

.top-nav .language li a:hover {
    color: #F49500;
}

/*---- search-box ----*/

.none {
    display: none;
}

.site-header .search-box {
    position: relative;
    width: 170px;
    float: right;
    box-sizing: border-box;
    margin: 0 0px 0 25px;
}

.site-header .search-box .form-control {
    height: 32px;
    line-height: 32px;
    margin: 0;
    border-radius: 30px;
    border: 1px solid #eee;
    transition: all .1s;
    padding: 0 15px;
    background: #eee;
    color: #777777;
}

.site-header .search-box .form-control:focus {
    outline: none;
    border: 1px solid #F49500;
}

.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 0;
    top: 1px;
}

.search-box:after {
    content: '';
    background-image: url(../../../images/layout04/common/btn_search.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 1px;
}

.search-box:hover:after {
    background-position: center;
}

/*------------site-nav ------------*/

.site-nav {
    float: right;
    margin: 85px 0px 0 0;
    transition: all .3s ease;
}

.site-nav .menu {
    display: inline-block;
}

.site-nav .menu li {
    position: relative;
    width: 110px;
}

.site-nav .menu&gt;li:nth-last-child(-n) {
    display: none;
}

.site-nav .menu&gt;li&gt;a {
    color: #222222;
    font-size: 17px;
    letter-spacing: 0.15em;
    box-sizing: border-box;
    line-height: 30px;
    transition: all .3s;
    padding: 8px 0;
}

.site-nav .menu&gt;li&gt;a:hover {
    color: #E41315;
}

.site-nav .menu&gt;li&gt;a:before {
    content: '';
    display: block;
    background: url(../../../images/layout04/common/index/menu_icon.png) no-repeat 50% 50%;
    width: 15px;
    height: 17px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -10px;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.site-nav .menu&gt;li.active&gt;a:before, .site-nav .menu&gt;li:hover&gt;a:before {
    opacity: 1;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
}

.site-nav .menu&gt;li&gt;ul {
    z-index: 600;
    width: 190px;
    top: 100%;
    left: 50%;
    box-sizing: border-box;
    text-align: left;
    margin: 15px 0 0 -95px;
    background: #414042;
}

.site-nav .menu&gt;li ul {
    border: 2px solid #F49500;
}

.site-nav .menu&gt;li&gt;ul:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background: transparent;
    height: 5px;
    width: 100%;
}

.site-nav .menu&gt;li.full_menu&gt;ul:before {
    height: 24px;
}

.site-nav .menu li ul li {
    margin: 0 0 0px 0;
    padding: 0px 0 0 0;
    width: auto;
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
}

.site-nav .menu li ul li:last-child {
    border-bottom: none;
}

.site-nav .menu ul li a {
    font-weight: bold;
    line-height: 1.4;
    display: block;
    padding: 10.5px 15px;
    position: relative;
    font-size: 15px;
    transition: all .2s;
    color: #212121;
    background: #fff
}

.site-nav .menu ul li:nth-child(2n) a {
    background: #EFEFEF;
}

.site-nav .menu ul&gt;li.active&gt;a, .site-nav .menu ul&gt;li.active2&gt;a, .site-nav .menu ul&gt;li&gt;a:hover {
    background: rgb(244, 149, 0);
    background: -moz-linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F49500', endColorstr='#E41315', GradientType=1);
    color: #FFFFFF;
}

.site-nav .menu ul ul {
    margin: 0 0 0 2px;
    width: 100%;
    top: 0px;
    left: 100%;
    box-sizing: border-box;
}

.site-nav .menu ul ul:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 100%;
    right: 100%;
    top: 0;
    background: transparent;
}

.site-nav .menu ul ul li {
    border-bottom: none;
}

/*滿版清單*/

.site-nav .menu .full_menu ul li a {
    padding: 6.5px 15px;
}

.site-nav .menu .full_menu ul ul ul {
    padding-left: 30px;
}

.site-nav .menu li.full_menu ul ul li a {
    background: rgba(255, 255, 255, 0.08);
    padding: 5px 10px;
    margin: 6px 3px;
}

.site-nav .menu li.full_menu ul ul ul li a {
    background: rgba(255, 255, 255, 0.18);
}

.site-nav .menu li.full_menu ul ul li:hover&gt;a, .site-nav .menu li.full_menu ul ul li.active&gt;a, .site-nav .menu li.full_menu ul ul li.active2&gt;a {
    background: rgb(244, 149, 0);
    background: -moz-linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: linear-gradient(top, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c85cd', endColorstr='#443FA7', GradientType=1);
    color: #fff;
}

.site-nav .menu li.full_menu&gt;ul&gt;li&gt;a:before {
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-right: 5px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}

.site-nav .menu .full_menu ul&gt;li.active&gt;a, .site-nav .menu .full_menu ul&gt;li.active2&gt;a, .site-nav .menu .full_menu ul&gt;li&gt;a:hover {
    background: none;
    color: #F49500;
}

.site-nav .menu .full_menu&gt;ul {
    background: #fff;
}

.site-nav .menu .full_menu&gt;ul li:nth-child(2n) a {
    background: #fff;
}

.site-nav .menu li.full_menu ul ul {
    z-index: 2;
    position: absolute;
    margin: 0;
    width: calc(100% + 4px);
    clear: both;
    left: 1px;
    right: 0;
    padding: 0px 30px 20px!important;
    height: auto!important;
    transition: all 0s ease!important;
    margin: 0 -3px;
    border-top: 1px solid transparent;
    background: #fff;
}

/*!滿版清單*/

/*------------share------------*/

.share li {
    display: inline-block;
    margin: 0 0px;
}

.share .btn {
    font-size: 16px;
    color: #555555;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border: 1px solid transparent;
}

.share .btn i {
    margin-top: -3px;
}

.share .btn.cm-fb:hover {
    color: #F49500;
}

.share .btn.cm-youtube:hover {
    color: #F49500;
}

.share .btn.cm-instagram:hover i {
    color: #F49500;
}

.share .btn.cm-mail:hover {
    color: #F49500;
}

.share .btn.cm-line:hover {
    color: #F49500;
}

.share .btn.cm-phone:hover {
    color: #F49500;
}

.share .btn.cm-linkedin:hover {
    color: #F49500;
}

.share .btn.cm-twitter:hover {
    color: #F49500;
}

.share .btn.cm-wechat:hover {
    color: #F49500;
}

.share .btn.cm-qq:hover {
    color: #F49500;
}

.share_box {
    margin: 10px 0 20px 0;
}

/*------------ / site_header ------------*/

/*------------  fixed ------------*/

.header-fixed .site-header {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
}

.header-fixed .language, .header-fixed .search-box {
    display: none;
}

.header-fixed .site-title {
    padding: 10px 0;
}

.header-fixed .site-title .logo {
    width: 150px;
    height: 43px;
}

.header-fixed .site-nav {
    margin-top: 0px;
    margin-right: 95px;
    padding: 10px 0 0;
}

.header-fixed .site-nav .menu&gt;li&gt;a {
    height: 46px;
    width: 96px;
    padding: 12px 0 10px 0;
    border-radius: 10px;
}

.header-fixed .func-menu&gt;li.gocart {
    margin-top: 6px;
}

.header-fixed .top-nav {
    top: -5px;
}

/*------------ / fixed ------------*/

/*------------ site_main ------------*/

.main-top {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -70px;
    position: relative;
    z-index: 5;
}

.main-top .main-title {
    line-height: 24px;
    font-size: 25px;
    color: #474747;
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: normal;
}

.main-top .container {
    padding: 0;
}

.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0 0 100px;
}

.main-content .container {
    display: flex;
    width: 100%;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-top {
    padding: 10px 0 10px 0px;
    margin: 0 0 10px 0px;
    overflow: hidden;
    display:none;
}

.content-title {
    position: relative;
    padding: 5px 0 5px 25px;
    color: #F49500;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    min-height: 30px;
    float: left;
    margin: 0;
}

/*.content-title:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 0;
    font-size: 12px;
    width: 18px;
    height: 20px;
    background: url(../../../images/layout04/common/index/about_icon.png) no-repeat;
}*/

.search-title h1 {
    color: #383838;
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    display: inline-block;
}

/*------------ / site_main ------------*/

/*------------ site_footer ------------*/

.site-footer {
    position: relative;
    background: #fff8ec;
    /*background: rgb(253, 236, 208);
    background: -moz-linear-gradient(bottom, rgba(254, 246, 234, 1) 0%, rgba(253, 236, 208, 1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(254, 246, 234, 1) 0%, rgba(253, 236, 208, 1) 100%);
    background: linear-gradient(bottom, rgba(254, 246, 234, 1) 0%, rgba(253, 236, 208, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDECD0', endColorstr='#ffffff', GradientType=1);*/
}

.footer_top .container {
    padding: 65px 0 10px;
}

.footer_bottom {
    text-align: right;
    padding: 15px 0px 45px;
    font-size: 13px;
    color: #555555;
}

.site-footer .col {
    float: left;
}

.site-footer .tit {
    font-size: 20px;
    color: #F49500;
    font-weight: bold;
    margin: 0 0 25px;
}


.site-info {
    width: 400px;
    color: #404040;
    font-size: 14px;
}

.site-info li .tel a {
    font-size: 25px;
    font-weight: bold;
    color: #F49500;
    line-height: 1;
    font-family: 'Montserrat';
    font-weight: 300;
}

.site-info li {
    position: relative;
    padding: 4px 0;
}

.site-info li+li {
    margin: 12px 0 0;
}

.site-info li a, .site-info span {
    display: inline-block;
}

.site-map {
    line-height: 1.2;
    width: 550px;
    font-size: 14px;
    transition: all .3s ease;
    padding-top: 10px;
    color: #414141;
}

.site-map ul {
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    letter-spacing: 0.35px;
}

.site-map ul+ul {
    margin: 0 0 0 40px;
}

.site-map li+li {
    margin-top: 17.5px;
}

.site-map ul a:hover {
    color: #F39400;
}

.site-footer .fllow {
    float: right;
    text-align: right;
    margin: 70px 0 0 0;
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
    position:relative;
}

.fllow .share {
    vertical-align: bottom;
    display: block;
    text-align: right;
    right: 0;
    position: absolute;
    top: 90%;
    margin-top: 18px;
    z-index: 5;
}

.fllow * {
    display: inline-block;
    vertical-align: middle;
}

.fllow p {
    display: block;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #aaa;
}

.fllow .qr-inner {
    width: 100px;
    border: 0px solid #fff;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 10px;
    box-sizing: border-box;
    order: 2;
}

.copy_box {
    text-align: right;
    font-size: 12px;
    margin: 5px 0;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/

.floating, .floating.fancybox-margin {
    position: absolute;
    right: 50%;
    bottom: 100%;
    margin-right: -17.5px;
    margin-bottom: -17.5px;
    z-index: 400;
    transition: all .3s ease;
}

.floating .gotop {
    display: block;
    width: 50px;
    height: 50px;
    transition: all .2s;
    background: #424242;
    position: relative;
    border-radius: 50%;
}

.floating .gotop:before {
    font-family: 'icon-font2' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -13px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    padding: 3px;
    transition: all .2s;
    content: "\e1054";
    text-indent: 0;
}

.floating .gotop:hover {
    background: rgb(244, 149, 0);
    background: -moz-linear-gradient(bottom, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: linear-gradient(bottom, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c85cd', endColorstr='#443FA7', GradientType=1);
}

/*------------ / floating ------------*/

/*------------ breadcrumb ------------*/

.breadcrumb {
    text-align: center;
    color: #000;
    font-size: 13px;
    padding: 5px 15px;
    margin-top: 1px;
}

.breadcrumb li, .breadcrumb li a {
    display: inline;
    transition: all .2s;
}

.breadcrumb a:hover {
    /* color: #F49500; */
    color: #E41315;
}

.breadcrumb li+li:before {
    content: "/";
    margin: 0px 2px;
}

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #848484;
    padding: 6px 0;
    margin-top: 6px;
}

.products-breadcrumb {
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    margin: 0 0 15px;
    float: right;
    color: #848484;
    background: none;
}

.products-breadcrumb:before {
    content: "\f101";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #8e8e8e;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 0px 3px 0;
}

.products-breadcrumb li+li:before {
    content: "/";
    margin: 0px 2px;
}

.products-breadcrumb li:first-child a span {
    display: inline-block;
}

.products-breadcrumb li:first-child a:before {
    content: "";
}

.products-breadcrumb li a:hover {
    color: #de9402;
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/

.side {
    width: 265px;
    box-sizing: border-box;
    line-height: 1.5;
    display: table-cell;
    vertical-align: top;
    padding: 0px 0 0 0;
}

.content {
    position: relative;
}

.has-side .content {
    width: calc(100% - 260px);
    box-sizing: border-box;
    display: table-cell;
}

.side_logo {
    font-size: 0;
    display: block;
    background: #000000;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 8px;
    transform-origin: 0 50%;
    transform: rotate(-45deg);
    position: relative;
    display: none;
}

.side_logo:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    transform: rotate(45deg);
    border-radius: 50%;
    border: 2px solid #FAD038;
    color: #FAD038;
    font-size: 12px;
    padding: 1px;
    font-family: 'icon-font2' !important;
    content: "\e1052";
}

.side_logo span {
    display: block;
    font-weight: 400;
}

.side .title {
    background: url(../../../images/layout04/common/side_title_bg.jpg) no-repeat;
    background-size: 100% auto;
    border-bottom: 0;
    padding: 114px 0 8px 0px;
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
    width: 220px;
}

.side-nav {
    max-width: 220px;
    background: #E3E3E3;
    border-top: none;
}

.side-nav&gt;li {
    border-bottom: 1px #fff solid;
}

.side-nav&gt;li+li {
    margin: 1px 0 0 0;
}

.side-nav li a {
    position: relative;
    display: block;
    transition: all .2s;
    line-height: 1.8;
}

.side-nav&gt;li&gt;a {
    padding: 8px 20px;
    font-size: 15px;
    color: #000000;
    position: relative;
}

.side-nav&gt;li:hover&gt;a, .side-nav&gt;li.active&gt;a, .side-nav&gt;li.active2&gt;a {
    color: #fff;
    background: rgb(244, 149, 0);
    background: -moz-linear-gradient(right, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: -webkit-linear-gradient(right, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    background: linear-gradient(right, rgba(244, 149, 0, 1) 0%, rgba(228, 19, 21, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c85cd', endColorstr='#443FA7', GradientType=1);
}

.side-nav ul {
    font-size: 15px;
    display: none;
    margin: 0px 0;
    background: #fff;
    padding-top: 10px;
}

.side-nav ul ul {
    padding-top: 0px;
    padding-bottom: 15px;
}

.side-nav ul li a {
    line-height: 1.3;
    padding: 8px 40px;
    font-size: 14px;
    transition: all .3s ease;
    border: 1px solid transparent;
    margin: 1px 0;
}

.side-nav ul ul li a {
    border: none;
    padding: 8px 25px 8px 40px;
}

.side-nav ul li a:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #737373;
    display: block;
    position: absolute;
    top: 15px;
    left: 23px;
    transition: all .3s ease;
}

.side-nav ul li:hover&gt;a, .side-nav ul li.active&gt;a, .side-nav ul li.active2&gt;a {
    color: #E81D34;
}

.side-nav ul li:hover&gt;a:before, .side-nav ul li.active&gt;a:before, .side-nav ul li.active2&gt;a:before {
    width: 16px;
}

.side-nav ul li:hover&gt;a, .side-nav ul li.active&gt;a, .side-nav ul li.active2&gt;a {
    color: #E81D34;
    padding: 8px 25px 8px 50px;
}

.side-nav ul li:hover&gt;a:before, .side-nav ul li.active&gt;a:before, .side-nav ul li.active2&gt;a:before {
    background: #E81D34;
    width: 12px;
}

.side-nav ul ul {
    padding-left: 25px;
}

/*------------ / side ------------*/

/*------------ pagination ------------*/

.pagination li a, .pagination li span {
    display: block;
    min-width: 23px;
    line-height: 23px;
    border: 1px solid transparent;
    margin: 0 5px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    font-size: 15px;
    box-sizing: border-box;
    transition: all .2s;
}

.pagination li a:hover, .pagination li.active a {
    border: 1px solid #F49500;
    background: #FFFFFF;
    text-decoration: underline;
}

.pagination li a.controls {
    border-radius: 0;
    width: 25px;
    height: 25px;
    line-height: 27px;
    margin-bottom: 2px;
    color: #F49500;
    border: none;
    border-bottom: 1px solid transparent;
}

.pagination li a.controls:hover {
    border-bottom: 1px solid #F49500;
    background: none;
}

.page-info .form-control {
    color: #999;
    border: 1px solid #ddd;
}

.page-info .form-control:focus {
    border-color: #777777;
}

/*------------ / pagination ------------*/

/*-----reminder-----*/

.reminder {
    text-align: center;
    margin: 0 0 45px 0;
    font-size: 14px;
    color: #444;
}

.reminder b {
    width: 10px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
    background: url(../../../images/layout04/common/ic.png);
}

/*-----form-detail-----*/

.form-control {
    display: block;
    width: 100%;
    height: 33px;
    line-height: 33px;
    color: #424242;
    background: #fff;
    border: 0;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 0;
}

.form-control:focus {
    outline: none;
    border: 1px solid #F49500;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}

.form-box .captcha .form-control {
    display: inline-block;
    width: 46%;
    max-width: 280px;
}

.form-box .captcha a {
    display: inline-block;
    color: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

/*-----form-static-control-----*/

.static-control {
    color: #5946A5;
    line-height: inherit;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}

/*-----form-wrap-----*/

.form-wrap {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.form-box .name .radio-box {
    position: static;
}

.form-box {
    position: relative;
    margin: 0 auto;
    padding: 0px 0px 10px;
    box-sizing: border-box;
    z-index: 15;
}

.form-box .row {
    margin: 0 -24px;
    display: block;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}

/*-----form-required-----*/

.form-box .required {
    position: relative;
    padding: 0px 0 0 20px;
}

.form-box .required:before {
    content: "";
    width: 10px;
    height: 9px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -5px 0 0 0;
    background: url(../../../images/layout04/common/ic.png);
}

.form-box .name .radio-box {
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 3px;
    line-height: 1.6;
}

/*----- success-box -----*/

.success-box {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 70px 100px 65px;
}

.success-box .msg {
    color: #F49500;
    font-weight: bold;
    font-size: 24px;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #E4E4E4;
}

.success-box .msg i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 6px 0;
    font-style: normal;
}

.success-box .msg i:before {
    content: "\e1051";
    font-family: 'icon-font2' !important;
}

/*------------ lightbox ------------*/

body .fancybox-close {
    background: none;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 3px solid #F49500;
    color: #F49500;
    box-sizing: border-box;
    background: #fff;
    outline: 10px solid #fff;
    line-height: 20px;
}

body .fancybox-close:after {
    content: "\e1019";
    display: block;
    font-size: 36px;
    position: absolute;
    top: 1px;
    left: -6px;
    text-align: center;
    font-weight: bold;
    z-index: 12;
    font-family: 'icon-font2' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .fancybox-close:hover {
    color: #E41315;
    border-color: #E41315;
}

body .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    margin: 20px auto 20px;
}

body .fancybox-nav span {
    visibility: visible;
    background: url('../../../images/layout04/common/lightbox_arrow.png') no-repeat;
    width: 30px;
    height: 60px;
    opacity: 0.8;
    margin-top: -30px;
}

body .fancybox-prev span {
    background-position: 0 0;
    left: -65px;
}

body .fancybox-next span {
    background-position: 100% 0;
    right: -65px;
}

body .fancybox-nav span:hover {
    opacity: 1;
}

body .fancybox-inner {
    background: #fff;
    border-radius: 0;
    overflow: hidden !important;
}

body .fancybox-title-inside-wrap {
    padding-top: 0;
}

.fancybox-album .fancybox-image, 
.fancybox-album .fancybox-inner {
    max-height: unset !important;
    object-fit: unset;
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.login-box {
    padding: 30px;
}

.lightbox-title {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 25px;
}

.lightbox-title span {
    display: block;
    font-size: 32px;
}

.lightbox-title .icon {
    background: url('../../../images/layout04/common/title_ic.png') no-repeat 0 -240px;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
}

.login-box .form-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}

.lightbox-wrapper .form-group {
    padding: 5px 0;
}

.lightbox-wrapper .control-label {
    display: none;
}

.photo-title {
    background: rgba(244, 149, 0, 0.15);
    font-size: 18px;
    font-weight: bold;
    color: #424242;
    line-height: 1.2;
    text-align: center;
    padding: 10px 10px 0;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.photo-intro {
    background: rgba(244, 149, 0, 0.15);
    font-size: 13px;
    color: #424242;
    line-height: 1.75;
    padding: 10px 15px;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.photo-pager {
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
    margin: 10px 0 0 0;
    position: absolute;
    width: 100%;
    left: 0;
}

.photo-pager b {
    color: #f3b95d;
}

/*------------ / lightbox ------------*/

.form-radio:before {
    background-image: url('../../../images/layout04/common/form_radio.png');
    margin: 0 3px 4px 0;
}

.form-checkbox:before {
    background-image: url('../../../images/layout04/common/form_checkbox.png');
}

/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed ul {
    border-bottom: 1px solid #f3b95d;
}

.mmenu-show #mobile-fixed li {
    background: #f3b95d;
    color: #000;
}

.mmenu-show #mobile-menu .menu li&gt;a:hover, .mmenu-show #mobile-menu .menu li.active&gt;a {
    background: #f3b95d;
    color: #000;
}

.mmenu-show #mobile-menu .language-menu {
    background: #424242;
    color: #fff;
}

.mmenu-show.mmenu-open #mobile-menu {
    background: #eee;
}

.mmenu-show #mobile-search {
    background: #f3b95d;
}

.mmenu-show #mobile-menu .menu ul&gt;ul&gt;li a {
    background: #FFFFFF;
    color: #999;
}

.mmenu-show #mobile-menu .menu ul&gt;li&gt;a:hover {
    color: #F49500;
    background: #fff;
}

.mmenu-show #mobile-menu .menu ul ul li a:hover {
    color: #F49500;
    background: #eee;
}

.mmenu-show #mobile-menu .menu li.has-child&gt;.toggle-submenu {
    color: #424242;
}

.mmenu-show #mobile-fixed .qty {
    background: #E41315;
}

/*------------ / mobile_menu ------------*/

.contact-form {
    border: 1px solid #BBBBBB;
    background: #EEEEEE;
    padding: 60px 130px 30px;
    margin-top: 35px;
    margin-bottom: 80px;
}

.contact-title {
    padding: 0 0 15px 5px;
    border-bottom: 1px solid #FFFFFF;
    margin: 0 0 30px;
    text-align: left;
}

.contact-form .contit, .contact-form .reminder {
    display: inline-block;
    margin: 0;
}

.reminder:before {
    content: '/  ';
    display: inline-block;
    margin: 0 5px -2px 10px;
}

.contact-title .reminder .requrin_txt, .reminder .requrin_txt {
    display: inline-block;
}

.contact-form .contit {
    text-align: left;
}

.contact-form .contit span {
    display: none;
}

.contact-form .contit b:before {
    content: "\e1009";
    color: #555555;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 7px 0;
    font-family: 'icon-font2' !important;
    font-weight: normal;
}

.contact-form .contit b {
    font-size: 25px;
    color: #F49500;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    font-family: "微軟正黑體", Source Sans Pro, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.contact-form .btn-box {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1280px) {
    /*.site-title .logo {
        width: 140px;
    }*/
    .footer_top&gt;.container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /*max-width: 900px;*/
    }
    .site-map {
        /* float: none;
        clear: both;
        text-align: center;
        padding-top: 30px;
        letter-spacing: 40px;
        width: 100%;
        order: 3; */
    }
    .site-map ul {
        /* display: inline;
        padding: 0 0px;
        float: none; */
    }
    .site-map ul li {
        /* display: inline-block; */
    }
    .site-map li {
        padding: 2px 6px;
    }
    .copy_box {
        text-align: center;
    }
    .footer_bottom .container {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1250px) {
    .site-title .logo {
        width: 200px;
        height: 50px;
    }
    .site-title {
        padding: 22px 0 10px;
        float: none;
        text-align: center;
        position: static;
    }
    .header-fixed .site-title, .header-fixed .func-menu {
        display: none;
    }
    .site-nav {
        clear: both;
        position: static;
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
        float: none;
        margin: auto;
    }
    .func-menu {
        position: absolute;
        top: 10px;
        right: 0;
    }
    .site-nav .menu&gt;li&gt;ul {
        margin: 8px 0 0 -95px;
    }
}

@media screen and (max-width: 1000px) {
    .banner:before {
        display: none;
    }
    .wrapper {
        padding-top: 40px;
    }
    .content:before {
        display: none;
    }
    .site-footer .tit {
        display: none;
    }
    .ibtn.fb {
        margin: 0 10px;
    }
    .btn.style01 {
        max-width: 40%;
        font-size: 12px;
        padding: 0 15px;
        margin: 0 5px 15px;
    }
    .has-side .content, .content {
        padding: 0px 0px 0px;
    }
    .btn-box {
        padding-top: 5px;
    }
    /*------------ site_header 1000 ------------*/
    .site-header, .header-fixed .site-header {
        position: relative;
        width: 100%;
        z-index: 600;
        box-shadow: 0 0 0;
    }
    .site-title, .header-fixed .site-title {
        float: none;
        padding: 20px 0 15px;
        display: block;
    }
    .site-title .logo, .header-fixed .site-title .logo {
        width: 200px;
        height: 50px;
    }
    .top-nav, .site-nav, .header-fixed .top-nav, .header-fixed .site-nav, .header-fixed .site-nav .menu&gt;li&gt;a, .site-nav .menu&gt;li&gt;a {
        display: none;
        top: 0;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site-footer 1000 ------------*/
    .footer_top {}
    .footer_top .container {
        padding: 20px 0px 20px;
    }
    .footer_bottom {
        padding-bottom: 30px;
    }
    .site-map, .fllow .share {
        display: none;
    }
    .site-footer .col {
        float: none;
        width: auto;
        margin-top: 0;
    }
    .site-info p {
        margin: 0 0 0 10px;
    }
    .fllow p {
        margin: 15px 0 0 0;
    }
    .site-footer .site-info {
        padding-left: 0;
        background: none;
        float: none;
        margin: 0 auto 15px;
    }
    /*------------ / site-footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .gotop {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../../../images/layout04/common/mobile_gotop.png) 50% 50% no-repeat;
    }
    .floating .gotop:before, .floating .gotop:after {
        display: none;
    }
    /*------------ / floating 1000 ------------*/
    .contact-title {
        margin: 0 5px 15px;
    }
    .contact-title .reminder, .reminder {
        margin: 0;
        text-align: left;
    }
    .contact-form {
        padding: 20px 15px 0;
    }
    .main-top {
        margin-bottom: 30px;
    }
    .content-top {
        padding: 0 0 0px 0px;
    }
    .contact-title&gt;b {
        font-size: 30px;
    }
    .form-box {
        background: none;
        padding: 15px;
    }
    .form-box .captcha .form-control {
        width: 100%;
        display: block;
        max-width: inherit;
    }
    .success-box {
        padding: 50px 15px 45px;
    }
    .success-box .btn-box {
        padding-top: 25px;
    }
    /*------------ lightbox ------------*/
    .fancybox-album .fancybox-skin {
        margin: 50px 0 20px;
    }
    .fancybox-album .fancybox-close {
        top: -10px;
        right: 50%;
        margin-right: -15px;
    }
    .fancybox-album .fancybox-nav span {
        top: -45px;
    }
    .fancybox-album .fancybox-prev span {
        left: 0;
    }
    .fancybox-album .fancybox-next span {
        right: 0;
    }
    .fancybox-album .fancybox-title .photo-title, .fancybox-album .fancybox-title .photo-pager {
        font-size: 18px;
    }
    .fancybox-album .fancybox-title .photo-title {
        padding: 5px 0;
    }
    .fancybox-album .fancybox-title .photo-pager {
        padding: 5px 0 0;
    }
    .fancybox-album .fancybox-title .photo-intro {
        padding: 15px 0 5px;
    }
    /*------------ / lightbox  ------------*/
}

@media screen and (max-width: 900px) {
    body .fancybox-nav span {
        left: 0;
    }
    body .fancybox-next span {
        left: calc(100% - 35px);
    }
}

@media screen and (max-width: 850px) {
    .footer_top&gt;.container {
        display: flex;
        flex-wrap: wrap;
    }
    .site-footer .fllow {
        width: 100%;
        text-align: center;
    }
    .site-footer .fllow {
        display: flex;
        justify-content: center;
    }
    .fllow .qr-inner {
        float: none;
        margin: 0 5px;
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    /*------------ site-main 767 ------------*/
    .main-content {
        padding: 0 0 70px;
    }
    .pagination li a.controls {
        margin-bottom: -3px;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-info li {
        display: block;
    }
    .site-info li+li {
        margin: 0;
    }
    .pagination li a {
        display: none;
    }
    /*------------ / site-footer 767 ------------*/
}

@media screen and (max-width: 600px) {
    .content-title {
        padding: 0;
        display: block;
        float: none;
    }
    .content-top .breadcrumb {
        float: none;
        display: block;
        text-align: left;
    }
}
/* 20240426 */
.links {
    position: fixed;
    top: 58%;
    right: 31px;
    z-index: 10000;
    transition: all 0.3s ease;
}
.links-fb,
.links-phone,
.links-messenger,
.links-top,
.links-line,
.links-ig{
    margin: 10px 0 0 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.links-fb {
    background: #1773EA;
}
.links-phone {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
}
.links-messenger,
.links-top {
    position: relative;
    z-index: 1;
}
.links-line {
    background: #06C152;
}
.links-ig {
    background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
}
.links-messenger::before,
.links-top::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 100%;
}
.links-messenger::before {
    background: #fff;
    border: 1px solid #b2c4dc61;
}
.links-top::before {
    background: #45484d;
    border: 1px solid #fff;
    background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); 
}
.links i {
    display: block;
    font-size: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
.links .links-phone i {
    font-size: 20px;
    background-color: #7f7f7f;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 2px 3px;
}
.links .links-phone i span {
    line-height: 10px;
    margin-top: -4px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #7f7f7f;
    font-family: 'Dosis', sans-serif;
}
.links-fb:hover,
.links-messenger:hover,
.links-phone:hover,
.links-top:hover,
.links-line:hover,
.links-ig:hover {
    opacity: 0.8
}
@media screen and (max-width: 1000px) {
    .links {
        right: 5px;
    }
    .links-fb,
    .links-messenger,
    .links-phone,
    .links-top,
    .links-line,
    .links-ig {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .links i {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .links .links-phone i {
        line-height: 38px;
    }
    .links .links-phone i span {
        display: none;
    }
    .links-messenger::before,
    .links-top::before {
        width: 40px;
        height: 40px;
    }
    .links .gotop{
        display: block;
    }
}</pre></body></html>