﻿* {
    margin: 0px;
    padding: 0px;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #f0f0ef;
    font-family:  'Microsoft JhengHei', Arial, sans-serif;
}


a {
    color: #493500;
    text-decoration: none;
}

    a:hover {
        color: #493500;
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

li {
    list-style: none;
}

h2 {
    font-size: 24px;
    height: 50px;
    font-weight: 600;
    color: #8c0303;
}

.txt_content {
    width: 420px;
    margin: 20px auto;
}


.section-heading {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

    .section-heading h2 {
        font-size: 32px;
        height: 50px;
        font-weight: 600;
        color: #8c0303;
        background: url("../images/title_bg.png") 50% 50% no-repeat;
    }

header {
    width: 100%;
    height: 60px;
    background: #fece46;
    box-shadow: 0px 1px 1px 1px #BBB;
    position: fixed;
    top: 0;
    z-index: 999;
    line-height: 60px;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    letter-spacing: 3px;
}
.lindfriend {

    text-align: right;
}

.social-icon a img{
    margin-top:10px;
    width: 32px;
}

.nav-ber {
    width: 1024px;
    margin: 0 auto;
}

header .logo {
    height: 50px;
    padding-top: 10px;
    float: left;
}

.bar-brand {
    height: 40px;
    width: 190px;
    padding: 8px 5px 5px 10px;
    font-size: 18px;
    line-height: 1em;
    margin-left: 15px;
    margin-top: 5px;
}

    .bar-brand > img {
        width: 180px;
    }

.toggle {
    display: none;
}

header .fl_right {
    float: right;
}

.fl_right ul {
    margin: 0 0 3px 10px;
}

    .fl_right ul li {
        float: left;
    }

.fl_right li {
    position: relative;
    -webkit-font-smoothing: antialiased;
    padding: 0 10px;
    font-family: '微軟正黑體', 'sans-serif';
    list-style: none;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: 700;
}

    .fl_right li a {
        font-size: 1.188em;
        color: #41210f;
    }

article {
    width: 100%;
}

    article h1 {
        font-size: 120px;
        color: #FFF;
        text-align: center;
        font-weight: normal;
        letter-spacing: 3px;
        text-shadow: 1px 1px 2px #333333;
    }

        article h1 span {
            color: #39C;
        }

#menu {
    float: right;
}

#navSwitch {
    display: none;
}

    #navSwitch.mobile {
        display: block;
        position: absolute;
        z-index: 111;
        top: 0px;
        right: 0px;
        color: #000;
        padding: 10px 30px;
        height: 40px;
    }

#navUl {
    float: left;
    margin: 0px;
    display: block;
}

    #navUl > li {
        float: left;
        height: 60px;
    }

        /*#navUl > li.active {
            background: rgba(100%,100%,100%,0.2) !important;
        }*/

        #navUl > li > a {
            float: left;
            padding: 5px 10px;
        }

    #navUl.pcStyle {
        display: block !important;
    }

    #navUl.mobileStyle {
        width: 100%;
        position: fixed;
        z-index: 100;
        top: 60px;
        left: 0px;
        display: none;
    }

        #navUl.mobileStyle > li {
            color: #fff;
            width: 100%;
            text-align: center;
            background-color: #eee;
        }

            #navUl.mobileStyle > li > a {
                color: #fff;
                width: 100%;
                float: left;
                padding: 5px 0px;
                background-color: hsla(240, 0%, 50%, 0.6);
                text-align: center;
            }


.banner {
    width: 100%;
    height: 350px;
    margin-top: 50px;
    overflow: hidden;
    background: #e3e3e3 url(../images/top_banner.png) no-repeat top center;
    background-size: cover;
}

    .banner > img {
        height: 250px;
        margin-top: 60px;
    }

/*.container {
    display: block;
    padding: 50px 0px;
    width: 1024px;
    margin: 0 auto;
}*/

.page {
    display: block;
    padding: 50px 0px;
    width: 100%;
    margin: 0 auto;
    /*background-image: url(../images/ok_bg1.png);*/
    background-repeat: no-repeat;
    background-position: 100% bottom;
    background-size: 100% auto;
}

.container > p {
    line-height: 1.75;
    color: #666666;
}

#dragger {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    cursor: move;
}

.photo_frame {
    margin: 0 auto;
    width: 420px;
    height: 420px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 5px;
    background: url(../images/test_02.png) no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.photo_Item {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    border: 1px solid #999;
}


.features {
    padding: 80px 0px;
    background-color: #fff4d6;
    float: left;
    width: 100%;
}

.content {
    width: 1024px;
    margin: 0 auto;
}

.con_photo {
    display: block;
    width: 1024px;
    margin: 0 auto;
}

.left {
    width: 510px;
    padding: 0px;
    overflow: hidden;
    display: block;
}

.right {
    padding: 0px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 50px;
    text-align: center;
}

    .right ul li {
        width: 160px;
        margin: 10px 10px;
        text-align: center;
        display: inline-block;
    }

.input_txt {
    width: 50%;
    height: 40px;
    text-align: left;
    vertical-align:middle;
}

.colorSet {
    display: inline-block;
    height: 40px;
    vertical-align:middle;
}
.con_botto {
    margin: 10px auto 10px auto;
    padding: 10px 20px;
    text-align: center;
}



.myButton {
    width: 280px;
    text-align: center;

    display: inline-block;
    cursor: pointer;
    color: rgb(34, 26, 23);
    font-size: 21px;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
    font-family: 微軟正黑體, Arial, serif;
    background: linear-gradient(rgb(255, 175, 2) 5%, rgb(241, 134, 28) 100%) rgb(255, 175, 2);
    border-radius: 6px;
    padding: 4px 42px;
}

.fontSiez {
    display: inline-block;
    font-size: 1.125em;
    color: #0095d9;
    font-weight: 700;
    margin-top: 10px;
}

    .fontSiez span {
        display: inline-block;
        width: 33px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border: 1px solid #ccc;
        margin: 0 5px;
        border-radius: 5px;
        cursor: default;
    }



.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #999;
    border-radius: 4px;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}


/*---完成頁 -----*/

.photo_carry {
    top: 70px;
    padding: 15px;
    text-align: justify;
}

.carry_out {
    margin: 20px auto;
    width: 1080px;
    padding: 10px;
    text-align: center;
}

.carre_photo img {
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px #8a8a8a;
}

.share_box {
    z-index: 998;
    position: fixed;
    filter: alpha(opacity=80);
    opacity: 0.8;
    right: 0px;
}

.share {
    /*padding-top: 110px;*/
}

.text_box1 {
    width: 50%;
    text-align: center;
    margin: 20px auto;
}

/*---- footer ----*/
footer {
    clear: both;
    width: 100%;
    background-color: #Fdecea;
    text-align: center;
    box-shadow: 0px -1px 1px 1px #ccc;
    bottom: 0;
    padding: 10px 0;
    z-index: 888;
}
