body {
    font-family: Microsoft JhengHei, Comic Sans MS, arial, helvetica, sans-serif;
    /*微軟正黑體=Microsoft JhengHei*/
}

.toplinkfont a:visited {
    color: #453838;
    text-decoration: none;
    font-size: 13px;
}

.toplinkfont a:link {
    color: #453838;
    text-decoration: none;
    font-size: 13px;
}

.toplinkfont a:hover {
    color: #B42964;
    text-decoration: underline;
    font-size: 13px;
}

/*---------------------------------------------------ibutton (選單) strat------------------------------------------------------------- */
/*---上方選單內容那塊---*/
.ibuttion {
    top: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    width: 100%;
    height: 25%;
    z-index: 690;
    text-align: center;
}

.ibuttion_a {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 85%;
    z-index: 850;
    color: #000;
    /*文字顏色*/
    background: #f8f5f3;
    /*背景顏色*/
    vertical-align: middle;
    /*垂直置中*/
    margin: auto 0;
    font-size: 12px;
}

.ibuttion_b {
    top: 85%;
    position: absolute;
    width: 100%;
    height: 15%;
    z-index: 600;
    background-image: url(../../images/ibuttonbg.png);
    background-size: cover;
    /*背景圖片保持比例的自動填css滿空間*/
    background-repeat: no-repeat;
}

/*-------------------------導航列-----文字顏色+hover效果-------------------------------*/
h1 {
    font-size: 13px;
    color: #282727;
    z-index: 900;
}

h2 {
    font-size: 9px;
    color: #0ba29a;
    z-index: 900;
}

.hovertable {
    width: 100%;
}

.hovertable a {
    text-decoration: none;
    /*消除底線*/
}

.hovertable td:hover {
    background-color: #eeeeea;
}


/*--------tree 區塊------*/
.tree_left {
    /*border-bottom: 1px solid #999;*/
    height: 40%;
    width: 15%;
    top: 11%;
    position: fixed;
    z-index: 700;
    left: 0px;

    background-image: url(../../images/treel.png);
    background-size: contain;
    /*背景圖片保持比例的自動填滿空間*/
    background-repeat: no-repeat;

}

.tree_right {
    /*border-bottom: 1px solid #999;*/
    height: 40%;
    width: 15%;
    top: 10%;
    right: 0px;
    position: fixed;
    z-index: 401;
    background-image: url(../../images/treer.png);
    background-size: contain;
    /*背景圖片保持比例的自動填滿空間*/
    background-repeat: no-repeat;
    background-position: right top;
    /*靠右靠下對齊*/
}

/*------------------------------------------------------index  start----------------------------------------------------------------------- */
/*--------index動畫------*/

#supersize {
    position: fixed;
    left: 0px;
    z-index: 400;
    background: #fff9f1;
}

#supersize img,
#supersize a {

    height: 750px;
    /*900px 剛好*/
    width: 100%;
    /*max-width: 100%;
  height: auto;*/
    position: absolute;
    z-index: 0;
    top: 20%;
    background-position: left top;
    /*靠右靠上對齊*/

}

#supersize .prevslide,
#supersize .prevslide img {
    z-index: 1;
}

#supersize .activeslide,
#supersize .activeslide img {
    z-index: 2;
}

/*----------------------------------------start 按鈕 區塊---------------------------------*/
.start {
    /*border-bottom: 1px solid #999;*/
    text-align: center;
    height: 10%;
    width: 100%;
    top: 70%;
    position: fixed;
    z-index: 400;
    left: 0px;


}

.start_a {
    margin: 0px auto;
    width: 10%;
    height: 100%;
    padding: 0;
    /*內容距離上方*/
}

/*-------------------------------------------flower 花朵浮動----------------------------------------------------*/

.flower {
    /*border-bottom: 1px solid #999;*/
    text-align: center;
    height: 40%;
    width: 25%;
    top: 75%;
    position: absolute;
    z-index: 410;
    right: 0px;
    /*background: #f0f;*/
    background-image: url(../../images/flower.png);
    background-size: contain;
    /*背景圖片保持比例的自動填滿空間*/
    background-repeat: no-repeat;
    background-position: right top;
    /*靠右靠下對齊*/
}

/*-------------------------------------------about 大區塊----------------------------------------------------*/
.section {
    /*border-bottom: 1px solid #999;*/

    padding: 100px 0 0;
    /*內容距離上方*/
    height: 1802px;
    width: 100%;
    top: 85%;
    position: absolute;
    z-index: 400;
    background: #fff9f1;
    left: 0px;
}

/*--------about 大標題------*/
.title {
    text-align: center;
    padding: 3% 0 0;
    /*內容距離上方*/
    height: 10%;
    width: 100%;
    top: 5%;
    position: absolute;
    z-index: 410;
    /*background: #ff0;*/
    left: 0px;
}

.title_a {
    margin: 0px auto;
    width: 15%;
    height: 100%;
    padding: 0;
    /*內容距離上方	
  background-image: url(../../images/title_about.png);
	background-size: contain;
	background-repeat: no-repeat;*/

}

/*--------about 內容 最新消息(短)------*/
.about_content_left {
    margin-left: 15%;
    height: 20%;
    width: 35%;
    top: 20%;
    left: 0px;
    position: absolute;
    z-index: 410;
    /*background: #ff0;*/
    color: #787878;
    font-size: 14px;
    line-height: 30px;
    /* 設定文字行距 */
    letter-spacing: 2px;
    /* 設定文字間距 */
    overflow-x: auto;
    /*y軸捲軸隱藏*/
    overflow-y: auto;
    /*y軸捲軸自動*/
}

.about_content_right {
    margin-right: 15%;
    height: 20%;
    width: 35%;
    top: 20%;
    right: 0px;
    position: absolute;
    z-index: 410;
    /*background: #f00;*/
    color: #787878;
    font-size: 14px;
    line-height: 30px;
    /* 設定文字行距 */
    letter-spacing: 5px;
    /* 設定文字間距 */
    overflow-x: auto;
    /*y軸捲軸隱藏*/
    overflow-y: auto;
    /*y軸捲軸自動*/
}

/*--------about 中間圖片區3張+大圖一張------*/
.about_middle_p {
    margin-left: 15%;
    margin-right: 15%;
    height: auto;
    width: 70%;
    top: 40%;
    left: 0px;
    position: absolute;
    z-index: 410;
    /*background: #ff0;*/
    overflow-x: auto;
    /*y軸捲軸隱藏*/
    overflow-y: auto;
    /*y軸捲軸自動*/
}


/*-------------------footer區----------------*/
/*--------footer白色區------*/
.footer {
    height: 13%;
    width: 100%;
    top: 97%;
    left: 0px;
    position: absolute;
    z-index: 410;
    background: #fff;
}

/*--------footer2白色區------*/
.footerab {
    height: 13%;
    width: 100%;
    top: 97%;
    left: 0px;
    position: absolute;
    z-index: 410;
    background: #fff;
}

/*--------footer背景圖------*/
.footer_bg {
    height: 350px;
    width: 35%;
    top: 91%;
    left: 8%;
    position: absolute;
    z-index: 450;
    /*background: #f00;*/
    background-image: url(../../images/footerbg.png);
    background-size: contain;
    /*背景圖片填滿空間*/
    background-repeat: no-repeat;
    background-position: left bottom;
    /*靠右靠下對齊*/
}

/*--------footer  fb與聯絡資訊------*/
.footer_text {
    height: 13%;
    width: 40%;
    top: 97%;
    left: 23%;
    position: absolute;
    z-index: 460;
    /*background: #00f;*/
    font-size: 13px;
    color: #000;
}

/*--------footer 版權宣告------*/
.footer_copyright {
    margin-top: 10%;

    height: 3%;
    width: 35%;
    top: 97%;
    right: 0%;
    position: absolute;
    z-index: 460;
    /*background: #00f;*/
    font-size: 13px;
    color: #616161;
    text-align: right;
}

/*-------------------------------------------index1 大區塊----------------------------------------------------*/
/*--------index1 長寬高+背景色 區塊------*/
.index1 {
    /*border-bottom: 1px solid #999;*/

    padding: 100px 0 0;
    /*內容距離上方*/
    height: 1802px;
    width: 100%;
    top: 20%;
    position: absolute;
    z-index: 400;
    background: #fff9f1;
    left: 0px;
}

/*--------index1_bg 樹------*/
.index1_bg_left {
    height: 70%;
    width: 20%;
    top: 10%;
    position: absolute;
    z-index: 500;
    left: 0px;
    /*background: #f00;*/
    background-image: url(../../images/index1bgl.png);
    background-size: contain;
    /*背景圖片保持比例的自動填滿空間*/
    background-repeat: no-repeat;
    pointer-events: none;

}

/*--------index1_bg 花 樹------*/
.index1_bg_right {
    height: 70%;
    width: 35%;
    top: 10%;
    position: absolute;
    z-index: 401;
    right: 0px;
    /*background: #f00;*/
    background-image: url(../../images/index1bgr.png);
    background-size: contain;
    /*背景圖片保持比例的自動填滿空間*/
    background-repeat: no-repeat;
    pointer-events: none;

}

/*-----------------------------------------------index1 大標題---------------------------------*/
.index1_title {
    text-align: center;
    padding: 3% 0 0;
    /*內容距離上方*/
    height: 10%;
    width: 100%;
    top: 5%;
    position: absolute;
    z-index: 410;
    /*background: #ff0;*/
    left: 0px;
}

.index1_title_a {
    margin: 0px auto;
    width: 30%;
    height: auto;
    padding: 0;
}

/*---------------------------------------------fac 內容--------------------------------------------------------*/
/*--------fac  左上兩小圖------*/
.fac {
    padding: 100px 0 0;
    /*內容距離上方*/
    height: 1700px;
    width: 100%;
    top: 20%;
    position: absolute;
    z-index: 400;
    background: #fff9f1;
    left: 0px;
}

.fac_content_left {
    margin-left: 15%;
    height: 25%;
    width: 20%;
    top: 25%;
    left: 0px;
    position: absolute;
    z-index: 420;
    /*background: #f0f;*/
    background-image: url(../../images/factl.png);
    background-size: contain;
    /*背景圖片保持比例的自動填滿空間*/
    background-repeat: no-repeat;
    background-position: left top;
    /*靠右靠下對齊*/
}

/*--------fac  中上文案------*/
.fac_content {
    margin-left: 15%;
    height: 25%;
    width: 30%;
    top: 25%;
    left: 20%;
    position: absolute;
    z-index: 420;
    /*background: #ff0;*/
    color: #787878;
    font-size: 14px;
    line-height: 30px;
    /* 設定文字行距 */
    letter-spacing: 2px;
    /* 設定文字間距 */
    overflow-x: auto;
    /*y軸捲軸隱藏*/
    overflow-y: auto;
    /*y軸捲軸自動*/
}

/*--------fac  右上一小圖------*/
.fac_content_right {
    margin-right: 15%;
    height: 25%;
    width: 25%;
    top: 25%;
    right: 0px;
    position: absolute;
    z-index: 410;
    /*background: #f00;*/
    background-image: url(../../images/factr.png);
    background-size: contain;
    /*背景圖片保持比例的自動填滿空間*/
    background-repeat: no-repeat;
    background-position: right bottom;
    /* 靠右靠下對齊*/
}

/*--------fac  中 一大圖------*/
.fac_content_middle {
    margin-left: 15%;
    margin-right: 30%;
    height: 45%;
    width: 55%;
    top: 50%;
    left: 0px;
    position: absolute;
    z-index: 420;
    /*background: #f0f;*/
    background-image: url(../../images/facml.png);
    background-size: contain;
    /*背景圖片保持比例的自動填滿空間*/
    background-repeat: no-repeat;
    background-position: left top;
    /*靠右靠下對齊*/
}

/*--------fac  中上一小圖 鳥------*/
.fac_content_middle_top {
    margin-right: 20%;
    height: 15%;
    width: 25%;
    top: 50%;
    left: 60%;
    position: absolute;
    z-index: 430;
    /*background: #f0f;*/
    background-image: url(../../images/facmt.png);
    background-size: contain;
    /*背景圖片保持比例的自動填滿空間*/
    background-repeat: no-repeat;
    background-position: right top;
    /*靠右靠下對齊*/
}

/*--------fac  中下 一圖  獅子 拖鞋 文字------*/
.fac_content_middle_bottom {
    margin-right: 20%;
    height: 27%;
    width: 25%;
    top: 70%;
    left: 60%;
    position: absolute;
    z-index: 430;
    /*background: #f0f;*/

    background-image: url(../../images/facmb.png);
    background-size: contain;
    /*背景圖片保持比例的自動填滿空間*/
    background-repeat: no-repeat;
    background-position: right bottom;
    /*靠右靠下對齊*/
}

/*--------fac  左下一小圖 文字------*/
.fac_content_bottom_left {
    margin-left: 15%;
    margin-right: 30%;
    height: 10%;
    width: 15%;
    top: 85%;
    left: 0%;
    position: absolute;
    z-index: 440;
    /*	background: #f00;*/
    background-image: url(../../images/facbl.png);
    background-size: contain;
    /*背景圖片保持比例的自動填滿空間*/
    background-repeat: no-repeat;
    background-position: right bottom;
    /*靠右靠下對齊*/

}

/*---------------------------------------------news 內容--------------------------------------------------------*/
/*--------new 長寬高+背景色 區塊------*/
.news {
    /*border-bottom: 1px solid #999;*/

    padding: 100px 0 0;
    /*內容距離上方*/
    height: 1200px;
    width: 100%;
    top: 20%;
    position: absolute;
    z-index: 400;
    background: #fff9f1;
    left: 0px;
}

.news_title {
    text-align: center;
    padding: 3% 0 0;
    /*內容距離上方*/
    height: 10%;
    width: 100%;
    top: 7%;
    position: absolute;
    z-index: 410;
    /*background: #ff0;*/
    left: 0px;
}

/*--------news  文案------*/
.news_content {
    margin-left: 15%;
    margin-right: 15%;
    height: 800px;
    width: 70%;
    top: 22%;
    left: 0%;
    position: absolute;
    z-index: 410;
    /*	background: #ff0;*/
    color: #787878;
    font-size: 14px;
    line-height: 30px;
    /* 設定文字行距 */
    letter-spacing: 2px;
    /* 設定文字間距 */
    overflow-x: auto;
    /*y軸捲軸隱藏*/
    overflow-y: auto;
    /*y軸捲軸自動*/
}


/*--------news  左下背景圖------*/
.news_bg {
    height: 19%;
    width: 25%;
    top: 78%;
    left: 15%;
    position: absolute;
    z-index: 450;
    /*background: #f00;*/
    background-image: url(../../images/nres.png);
    background-size: contain;
    /*背景圖片保持比例的自動填滿空間*/
    background-repeat: no-repeat;
    background-position: right bottom;
    /*靠右靠下對齊*/

}

/*---------------------------------------------notice 內容--------------------------------------------------------*/
.notice {
    /*border-bottom: 1px solid #999;*/

    padding: 100px 0 0;
    /*內容距離上方*/
    height: 1800px;
    width: 100%;
    top: 10%;
    position: absolute;
    z-index: 400;
    background: #fff9f1;
    left: 0px;
}

.notice_title {
    text-align: center;
    padding: 3% 0 0;
    /*內容距離上方*/
    height: 10%;
    width: 100%;
    top: 10%;
    position: absolute;
    z-index: 410;
    /*background: #ff0;*/
    left: 0px;
}

/*-------notice  文案--------*/
.notice_content {
    margin-left: 15%;
    margin-right: 15%;
    height: 1400px;
    width: 70%;
    top: 23%;
    left: 0%;
    position: absolute;
    z-index: 410;
    /*	background: #ff0;*/
    color: #787878;
    font-size: 14px;
    line-height: 30px;
    /* 設定文字行距 */
    letter-spacing: 2px;
    /* 設定文字間距 */
    overflow-x: auto;
    /*y軸捲軸隱藏*/
    overflow-y: auto;
    /*y軸捲軸自動*/
}

/*-----------------------------------------------------concel  大區塊------------------------------------------------*/
.concel {
    padding: 100px 0 0;
    /*內容距離上方*/
    height: 1200px;
    width: 100%;
    top: 10%;
    position: absolute;
    z-index: 400;
    background: #fff9f1;
    left: 0px;
}

/*--------concel  文案------*/
.concel_content {
    margin-left: 15%;
    margin-right: 15%;
    height: 1000px;
    width: 70%;
    top: 23%;
    left: 0%;
    position: absolute;
    z-index: 410;
    /*	background: #ff0;*/
    color: #787878;
    font-size: 14px;
    line-height: 30px;
    /* 設定文字行距 */
    letter-spacing: 2px;
    /* 設定文字間距 */
    overflow-x: auto;
    /*y軸捲軸隱藏*/
    overflow-y: auto;
    /*y軸捲軸自動*/
}

/*--------concel footer白色區------*/
.concel_footer {
    height: 13%;
    width: 100%;
    top: 97%;
    left: 0px;
    position: absolute;
    z-index: 410;
    background: #fff;
}

/*--------concel footer背景圖------*/
.concel_footer_bg {
    height: 350px;
    width: 35%;
    top: 88%;
    left: 8%;
    position: absolute;
    z-index: 450;
    /*background: #f00;*/
    background-image: url(../../images/footerbg.png);
    background-size: contain;
    /*背景圖片填滿空間*/
    background-repeat: no-repeat;
    background-position: left bottom;
    /*靠右靠下對齊*/
}

/*--------concel  footer  fb與聯絡資訊------*/
.concel_footer_text {
    height: 13%;
    width: 40%;
    top: 97%;
    left: 23%;
    position: absolute;
    z-index: 460;
    /*background: #00f;*/
    font-size: 13px;
    color: #000;
}

/*--------concel footer 版權宣告------*/
.concel_footer_copyright {
    margin-top: 10%;

    height: 3%;
    width: 35%;
    top: 97%;
    right: 0%;
    position: absolute;
    z-index: 460;
    /*background: #00f;*/
    font-size: 13px;
    color: #616161;
    text-align: right;
}

/*---------------------------------------------order 內容--------------------------------------------------------*/
/*--------order 長寬高+背景色 區塊------*/
.order {
    padding: 100px 0 0;
    /*內容距離上方*/
    height: 1200px;
    width: 100%;
    top: 19%;
    position: absolute;
    z-index: 400;
    background: #fff9f1;
    left: 0px;
}

.order_title {
    text-align: center;
    padding: 3% 0 0;
    /*內容距離上方*/
    height: 10%;
    width: 100%;
    top: 10%;
    position: absolute;
    z-index: 410;
    /*background: #ff0;*/
    left: 0px;
}

.order_content {
    margin-left: 15%;
    margin-right: 15%;
    height: 1000px;
    width: 70%;
    top: 22%;
    left: 0%;
    position: absolute;
    z-index: 410;
    /*	background: #ff0;*/
    color: #787878;
    font-size: 13px;
    line-height: 30px;
    /* 設定文字行距 */
    letter-spacing: 2px;
    /* 設定文字間距 */
    overflow-x: auto;
    /*y軸捲軸隱藏*/
    overflow-y: auto;
    /*y軸捲軸自動*/
}

/*--------  sce  footer白色區------*/
.order_footer {
    height: 8%;
    width: 100%;
    top: 100%;
    left: 0px;
    position: absolute;
    z-index: 410;
    background: #fff;
}

/*--------footer背景圖------*/
.order_footer_bg {
    height: 350px;
    width: 35%;
    top: 90%;
    left: 8%;
    position: absolute;
    z-index: 450;
    /*background: #f00;*/
    background-image: url(../../images/footerbg.png);
    background-size: contain;
    /*背景圖片填滿空間*/
    background-repeat: no-repeat;
    background-position: left bottom;
    /*靠右靠下對齊*/
}

/*--------footer  fb與聯絡資訊------*/
.order_footer_text {
    height: 13%;
    width: 40%;
    top: 99%;
    left: 23%;
    position: absolute;
    z-index: 460;
    /*background: #00f;*/
    font-size: 13px;
    color: #000;
}

/*--------footer 版權宣告------*/
.order_footer_copyright {
    margin-top: 10%;

    height: 3%;
    width: 35%;
    top: 95%;
    right: 0%;
    position: absolute;
    z-index: 460;
    /*background: #00f;*/
    font-size: 13px;
    color: #616161;
    text-align: right;
}


/*------------------------------------------------location  內容---------------------------------------------------------------*/
/*--------location 長寬高+背景色 區塊------*/
.location {
    padding: 100px 0 0;
    /*內容距離上方*/
    height: 1000px;
    width: 100%;
    top: 20%;
    position: absolute;
    z-index: 400;
    background: #fff9f1;
    left: 0px;
}

.location_content {
    margin-left: 15%;
    margin-right: 15%;
    position: absolute;
    top: 26%;
    left: 0%;
    height: 800px;
    width: 70%;
    overflow-x: auto;
    /*y軸捲軸隱藏*/
    overflow-y: auto;
    /*y軸捲軸自動*/
    color: #787878;
    font-size: 14px;
    z-index: 660;
}

.location_title {
    text-align: center;
    padding: 3% 0 0;
    /*內容距離上方*/
    height: 10%;
    width: 100%;
    top: 7%;
    position: absolute;
    z-index: 410;
    /*background: #ff0;*/
    left: 0px;
}

/*--------footer背景圖------*/
.location_footer_bg {
    height: 350px;
    width: 35%;
    top: 87%;
    left: 8%;
    position: absolute;
    z-index: 450;
    /*background: #f00;*/
    background-image: url(../../images/footerbg.png);
    background-size: contain;
    /*背景圖片填滿空間*/
    background-repeat: no-repeat;
    background-position: left bottom;
    /*靠右靠下對齊*/
}


/*------------------------------------------------sce  內容---------------------------------------------------------------*/
.sce {
    /*border-bottom: 1px solid #999;*/

    padding: 100px 0 0;
    /*內容距離上方*/
    height: 2300px;
    width: 100%;
    top: 10%;
    position: absolute;
    z-index: 400;
    background: #fff9f1;
    left: 0px;
}

.sce_content {
    margin-left: 15%;
    margin-right: 15%;
    height: 1650px;
    width: 70%;
    top: 23%;
    left: 0%;
    position: absolute;
    z-index: 410;
    /*	background: #ff0;*/
    background: #fff9f1;
    color: #787878;
    font-size: 16px;
    line-height: 30px;
    /* 設定文字行距 */
    letter-spacing: 2px;
    /* 設定文字間距 */
    overflow-x: auto;
    /*y軸捲軸隱藏*/
    overflow-y: auto;
    /*y軸捲軸自動*/
}

/*--------  sce  footer白色區------*/
.sce_footer {
    height: 10%;
    width: 100%;
    top: 2200px;
    left: 0px;
    position: absolute;
    z-index: 400;
    background: #fff;
}

/*--------footer背景圖------*/
.sce_footer_bg {
    height: 350px;
    width: 35%;
    top: 2100px;
    left: 8%;
    position: absolute;
    z-index: 450;
    /*background: #f00;*/
    background-image: url(../../images/footerbg.png);
    background-size: contain;
    /*背景圖片填滿空間*/
    background-repeat: no-repeat;
    background-position: left bottom;
    /*靠右靠下對齊*/
}

/*--------footer  fb與聯絡資訊------*/
.sce_footer_text {
    height: 8%;
    width: 40%;
    top: 2200px;
    left: 23%;
    position: absolute;
    z-index: 460;
    /*background: #00f;*/
    font-size: 13px;
    color: #000;
}

/*--------footer 版權宣告------*/
.sce_footer_copyright {
    margin-top: 10%;

    height: 3%;
    width: 35%;
    top: 2200px;
    right: 0%;
    position: absolute;
    z-index: 460;
    /*background: #00f;*/
    font-size: 13px;
    color: #616161;
    text-align: right;
}

/*---------------------------------------------------------room  文案------------------------------------*/
/*--------room  輪播圖 房價等------*/
.room_content {
    margin-left: 15%;
    margin-right: 15%;
    height: 1700px;
    width: 70%;
    top: 20%;
    left: 0%;
    position: absolute;
    z-index: 410;
    /*	background: #ff0;*/
    color: #787878;
    font-size: 14px;
    line-height: 30px;
    /* 設定文字行距 */
    letter-spacing: 2px;
    /* 設定文字間距 */
    overflow-x: auto;
    /*y軸捲軸隱藏*/
    overflow-y: auto;
    /*y軸捲軸自動*/
}

.room_overflow {
    color: #787878;
    font-size: 12px;
    overflow-x: auto;
    /*y軸捲軸隱藏*/
    overflow-y: auto;
    /*y軸捲軸自動*/
}

/*-----卷軸css-----------*/
.scrollcolor {
    SCROLLBAR-FACE-COLOR: #dcdcdc;
    /*內頁上底圖*/
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    OVERFLOW: auto;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: #545459;
    SCROLLBAR-DARKSHADOW-COLOR: #dcdcdc;
}

/**order**/
.ordericon {
    position: fixed;
    bottom: 2rem;
    right: 15px;
    display: block;
    z-index: 999;
}

.ordericon a {
    display: block;
    transition: .3s ease-in-out;
}

.ordericon a:hover {
    transform: scale(0.9);
    opacity: .9;
}
