﻿body {
}

#Base_Visitor {
}



    #Base_Visitor #lineshare {
        position: fixed;
        bottom: 315px; /* 與下方的距離, 也可改為百分比, 即為距離螢幕下方的百分比 */
        right: 35px; /* 與右方的距離 */
        width: 40px; /* 按鈕原始寬度 */
        height: 40px; /* 按鈕原始高度 */
        opacity: 0.4; /* 按鈕原始透明度 */
        z-index: 10;
        cursor: pointer;
        transition: all .5s; /* 動畫效果 持續期間 */
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        display: none;
    }

    #Base_Visitor #lineadd {
        position: fixed;
        bottom: 270px; /* 與下方的距離, 也可改為百分比, 即為距離螢幕下方的百分比 */
        right: 35px; /* 與右方的距離 */
        width: 40px; /* 按鈕原始寬度 */
        height: 40px; /* 按鈕原始高度 */
        opacity: 0.4; /* 按鈕原始透明度 */
        z-index: 10;
        cursor: pointer;
        transition: all .5s; /* 動畫效果 持續期間 */
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        display: none;
    }

    #Base_Visitor #FBshare {
        position: fixed;
        bottom: 225px; /* 與下方的距離, 也可改為百分比, 即為距離螢幕下方的百分比 */
        right: 35px; /* 與右方的距離 */
        width: 40px; /* 按鈕原始寬度 */
        height: 40px; /* 按鈕原始高度 */
        opacity: 0.4; /* 按鈕原始透明度 */
        z-index: 10;
        cursor: pointer;
        transition: all .5s; /* 動畫效果 持續期間 */
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        display: none;
    }

    #Base_Visitor #phone {
        position: fixed;
        bottom: 180px; /* 與下方的距離, 也可改為百分比, 即為距離螢幕下方的百分比 */
        right: 35px; /* 與右方的距離 */
        width: 40px; /* 按鈕原始寬度 */
        height: 40px; /* 按鈕原始高度 */
        opacity: 0.4; /* 按鈕原始透明度 */
        z-index: 10;
        cursor: pointer;
        transition: all .5s; /* 動畫效果 持續期間 */
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        display: none;
    }

    #Base_Visitor #whiteman {
        position: fixed;
        bottom: 135px; /* 與下方的距離, 也可改為百分比, 即為距離螢幕下方的百分比 */
        right: 35px; /* 與右方的距離 */
        width: 40px; /* 按鈕原始寬度 */
        height: 40px; /* 按鈕原始高度 */
        /*opacity: 0.4;*/ /* 按鈕原始透明度 */
        z-index: 10;
        cursor: pointer;
        transition: all .5s; /* 動畫效果 持續期間 */
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
    }

    #Base_Visitor #goTop {
        position: fixed;
        bottom: 90px; /* 與下方的距離, 也可改為百分比, 即為距離螢幕下方的百分比 */
        right: 35px; /* 與右方的距離 */
        width: 40px; /* 按鈕原始寬度 */
        height: 40px; /* 按鈕原始高度 */
        opacity: 0.4; /* 按鈕原始透明度 */
        z-index: 10;
        cursor: pointer;
        transition: all .5s; /* 動畫效果 持續期間 */
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
    }

    #Base_Visitor #TopMenu {
        display: none;
    }

    #Base_Visitor .MobileHead {
        display: none;
        position: fixed;
        z-index: 1001;
        top: 0;
        left: 0;
        width: 100%;
    }

    #Base_Visitor .TopSearch {
        display: none;
    }

    #Base_Visitor .Head {
        position: relative;
        margin: 0 auto;
        width: 1180px;
        height: 110px;
    }

        #Base_Visitor .Head .Logo {
            display: block;
            width: 392px;
            height: 67px;
            background-image: url('/_MasterPage/_Image/Base_Visitor/MainLogo.jpg');
            background-repeat: no-repeat;
        }

        #Base_Visitor .Head .CartInfo {
            position: absolute;
            width: 580px;
            padding-right: 190px;
            top: 50%;
            right: 10px;
            margin-top: -18px;
        }

            #Base_Visitor .Head .CartInfo a {
                float: right;
                padding: 2px 6px;
                display: block;
                font-size: 16px;
                text-align: center;
            }

            #Base_Visitor .Head .CartInfo .Logout {
                float: right;
            }

            #Base_Visitor .Head .CartInfo .Search {
                position: absolute;
                width: 160px;
                bottom: 0px;
                right: 10px;
            }

                #Base_Visitor .Head .CartInfo .Search input {
                    margin-top: 2px;
                }

                #Base_Visitor .Head .CartInfo .Search .SearchButton {
                    margin-bottom: 2px;
                    padding: 0 5px;
                    font-size: 18px;
                }

    #Base_Visitor .Article {
        position: relative;
        margin: -15px auto 0 auto;
        max-width: 1180px;
    }

        #Base_Visitor .Article ul,
        #Base_Visitor .Article ul li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #Base_Visitor .Article ul li {
                float: left;
            }

                #Base_Visitor .Article ul li ul {
                    position: absolute;
                    display: none;
                }

                    #Base_Visitor .Article ul li ul li {
                        float: none;
                    }

                #Base_Visitor .Article ul li:hover ul {
                    display: block;
                    position: absolute;
                    top: 45px;
                    background: #fff;
                    border: 1px solid #ececec;
                    border-top: 2px solid #e25d29;
                    z-index: 999999;
                    box-shadow: 0px 0px 0px #121012;
                }

        #Base_Visitor .Article a {
            display: block;
            padding: 0 20px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            border-bottom-width: 2px;
            border-bottom-style: solid;
            border-bottom-color: #fff;
            margin: 10px 0;
            font-size: 16px;
            color: #EC6952;
            letter-spacing: 1px;
        }

            #Base_Visitor .Article a:hover {
                border-bottom-width: 2px;
                border-bottom-style: solid;
                border-bottom-color: #e74c3c;
            }

    #Base_Visitor .MainBanner {
        position: relative;
        width: 100%;
        background: #aaa;
    }

        #Base_Visitor .MainBanner:before,
        #Base_Visitor .MainBanner:after {
            content: "";
            position: absolute;
            z-index: -1;
            bottom: 15px;
            left: 10px;
            width: 50%;
            height: 20%;
            /*add box-shadow*/
            box-shadow: 0 20px 10px rgba(125,125,125,0.8);
            /*add css3 transform*/
            transform: rotate(-1.8deg);
        }

        #Base_Visitor .MainBanner:after {
            right: 10px;
            left: auto;
            -webkit-transform: rotate(1.8deg);
            -moz-transform: rotate(1.8deg);
            -o-transform: rotate(1.8deg);
            transform: rotate(1.8deg);
        }

        #Base_Visitor .MainBanner .flexslider {
            border: none;
        }

        #Base_Visitor .MainBanner .flex-direction-nav .flex-prev {
            left: 10px;
        }

        #Base_Visitor .MainBanner .flex-direction-nav .flex-next {
            right: 10px;
        }


.flexslider {
    margin: 0px;
}

#Base_Visitor .Body {
    padding: 0px 0 30px 0;
    margin: 0 auto;
    max-width: 1180px;
}


    #Base_Visitor .Body #Content {
        float: right;
        padding-bottom: 30px;
        width: 75%;
    }

        #Base_Visitor .Body #Content.Full {
            width: 100%;
        }

    #Base_Visitor .Body ul li a {
        cursor: pointer;
    }

#Base_Visitor .Foot {
    padding-top: 20px;
    /*text-align: right;*/
    width: 1180px;
    margin: 0 auto;
}

    /*#Base_Visitor .Foot .Tel a,
    #Base_Visitor .Foot .Tel span {
        font-size: 30px;
    }

    #Base_Visitor .Foot .Tel {
        padding-bottom: 10px;
    }

        #Base_Visitor .Foot .Tel a {
            display: inline-block;
        }

        #Base_Visitor .Foot .Tel span {*/
            /*display: block;*/
        /*}

    #Base_Visitor .Foot .Copyright {
        margin: 10px 0;
        font-size: 10px;
        color: #5c5c5c;
    }*/

#Base_Visitor .share-container {
    margin-top: 10px;
}

#Base_Visitor .share-row {
    margin: 0 auto;
    width: 100%;
}

#Base_Visitor .share-col {
    margin-left: 10px;
    float: right;
}

#Base_Visitor .share-col-text {
    display: block;
    width: 127px;
    word-break: break-all;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

#Base_Visitor .pushy .LeftMenu {
    float: none;
    margin: 0;
    width: 100%;
}

    #Base_Visitor .pushy .LeftMenu .cssmenu {
        margin: 0;
    }

    #Base_Visitor .pushy .LeftMenu ul a {
        cursor: pointer;
        font-size: 1.125rem;
        padding: .75rem .9375rem;
        font-weight: bold;
    }

    #Base_Visitor .pushy .LeftMenu > ul > li {
        border-bottom: 1px solid #ccc;
    }

        #Base_Visitor .pushy .LeftMenu > ul > li > a {
            font-size: 1.25rem;
        }

        #Base_Visitor .pushy .LeftMenu > ul > li > ul > li > a {
            font-size: 1.125rem;
        }

    #Base_Visitor .pushy .LeftMenu ul ul {
        padding-left: 1.25rem;
    }

    #Base_Visitor .pushy .LeftMenu .cssmenu .SecondMobile {
        margin: -48px 0 0 150px;
    }

@media screen and (min-width:320px) and (max-width:1180px) {

    #Base_Visitor .Head {
        width: 100%;
    }

    #Base_Visitor .Menu {
        width: 100%;
    }

    #Base_Visitor .Body {
        width: calc(100% - 1rem);
    }

    #Base_Visitor .Foot {
        width: 100%;
    }
}

@media screen and (min-width:900px) {
    #Base_Visitor .Head .Logo {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -32px;
    }

    #Base_Visitor #container .Foot .MainItem.Contact {
        display: none;
    }
}

@media screen and (min-width:320px) and (max-width:900px) {
    #Base_Visitor .MobileHead {
        display: block;
    }

    #Base_Visitor #TopMenu {
        display: block;
        width: 100%;
        height: 3.75rem;
        line-height: 3.75rem;
        font-size: 1.5rem;
        background: #8eb716;
    }

        #Base_Visitor #TopMenu a,
        #Base_Visitor #TopMenu .fa {
            color: #fff;
        }

        #Base_Visitor #TopMenu .Bars {
            float: left;
            padding: 0px 10px;
            font-size: 28px;
        }

        #Base_Visitor #TopMenu .Basic {
            float: right;
        }

            #Base_Visitor #TopMenu .Basic a span {
                font-size: 18px;
            }

            #Base_Visitor #TopMenu .Basic .Logout {
                display: block;
                margin: 8px 10px;
                padding: 2px 10px;
                border: 1px solid;
                border-radius: 4px;
                float: right;
                font-size: 15px;
            }

        #Base_Visitor #TopMenu .iconWrapper {
            padding-right: .625rem;
        }

    #Base_Visitor .TopSearch {
        padding: .625rem;
        background: #eee;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        #Base_Visitor .TopSearch input,
        #Base_Visitor .TopSearch .SearchButton {
            display: block;
            float: left;
            height: 2.5rem;
            line-height: 2.5rem;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        #Base_Visitor .TopSearch input {
            padding: 0 .625rem;
            width: 90%;
            font-size: .875rem;
            border: none;
            border-bottom: 3px solid #EC6952;
            outline: none;
        }

        #Base_Visitor .TopSearch .SearchButton {
            width: 10%;
            text-align: center;
            color: #fff;
            font-size: 1.125rem;
            letter-spacing: .1em;
            background: #EC6952;
        }

    #Base_Visitor .Body .LeftMenu {
        display: none;
    }

    #Base_Visitor .Body #Content {
        width: 100%;
    }

    #Base_Visitor .share-row {
        width: 350px;
    }
}

@media screen and (min-width:320px) and (max-width:900px) {
    #Base_Visitor .Article {
        display: block;
    }

    #Base_Visitor .Head {
        margin-top: 3.75rem;
    }

        #Base_Visitor .Head .Logo {
            position: absolute;
            top: 50%;
            margin: -40px 0 0 0;
            display: block;
            width: 100%;
            /*background-image: url('/_MasterPage/_Image/Base_Visitor/MobileLogo.jpg');*/
            background-position: center;
            background-size: contain;
        }

        #Base_Visitor .Head .CartInfo {
            display: none;
            position: absolute;
            margin-top: 0;
            padding: 5px 0px;
            width: 100%;
            text-align: center;
            color: #fff;
            font-size: 16px;
            border-top: 1px solid #96d1f8;
            background: #65a9d7;
            background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
            background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
            background: -moz-linear-gradient(top, #3e779d, #65a9d7);
            background: -ms-linear-gradient(top, #3e779d, #65a9d7);
            background: -o-linear-gradient(top, #3e779d, #65a9d7);
        }

            #Base_Visitor .Head .CartInfo a {
                color: #fff;
            }

    #Base_Visitor .MainBanner {
        margin: 0;
    }

    #Base_Visitor .Body #nav {
        display: none;
    }

    #Base_Visitor .Foot {
        text-align: center;
    }

    #Base_Visitor .Article {
        display: none;
    }
}

@media screen and (max-width:900px) {
    #Base_Visitor #container .Foot .share-container, .share-row {
        display: none;
    }

    #Base_Visitor #container .Foot .MainItem.Contact .SubItem {
        float: left;
        display: block;
        width: 20%;
        height: 2.5em;
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: 57%;
    }

    #Base_Visitor #container .Foot .MainItem.Contact a {
        font-size: 20em;
        font-size: 2.5vw;
        letter-spacing: 0.3vw;
        padding: 11.5vw 0 0 0;
        font-weight: bold;
        color: #5d5d5d;
    }

    #Base_Visitor .Foot .Tel a {
        display: none;
    }
}
