html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    border: none;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
    background: #fff;
    font-size: 16px;
    position: relative;
}

ul {
    list-style: none outside none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #382204;
}

/**************************************/
.pinky {
    color: #ff005c;
}

    .pinky:hover, active {
        color: #f10057;
    }

.pinky_btn {
    padding: 5px 5%;
    margin: 10px 2.5%;
    border-radius: 5px;
    background: #c9263e;
    border: 1px solid #bf1f37;
    display: inherit;
    cursor: pointer;
}

    .pinky_btn a {
        color: #fff;
    }

.gray_btn {
    padding: 5px 5%;
    margin: 10px 2.5%;
    border-radius: 5px;
    background: #e2e2e2;
    border: 1px solid #dcdcdc;
    display: inherit;
    cursor: pointer;
}

.white {
    color: #fff;
}

.down_blue {
    background: #192024;
}
/**************************************/

header {
    position: fixed;
    top: 0;
    z-index: 999;
    height: 55px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0px 4px 4px rgba(0,0,0,0.08);
}

.memu {
    width: 80px;
    height: 43px;
    background: #f6f6f6;
    text-align: center;
    padding: 6px 0;
    float: left;
}

.nav {
    position: fixed;
    top: 55px;
    left: -80%;
    z-index: 888;
    width: 80%;
    height: 100%;
    /*box-shadow: 0 0px 4px 0px rgba(0,0,0,0.08);*/
    border-right: 1px solid #ebebeb;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .nav ul {
        padding: 0px 0;
        overflow: hidden;
    }

        .nav ul li {
            width: 100%;
            padding: 15px 10%;
            border-bottom: 1px solid #252d32;
            background: url(../images/arrow.png) no-repeat 75% 50%;
            /*text-align: center;*/
        }

            .nav ul li a {
                display: block;
            }

                .nav ul li a i {
                    position: relative;
                    top: 1px;
                    margin-right: 5px;
                }

                .nav ul li a span {
                    position: relative;
                    top: -3px;
                }

.show {
    left: 0;
}

.link {
    position: fixed;
    bottom: 10px;
    left: -50%;
    width: 80%;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

}

.link ul {
    overflow: hidden;
}

    .link ul li {
        display: inline;
        padding: 0 5% 0 0;
        border-bottom: 0;
        background: none;
    }

        .link ul li a {
            display: initial;
        }

        .link ul li img {
            width: 30px;
        }

.link_show {
    left: 8%;
}

.logo {
    line-height: 55px;
    padding-left: 5%;
    float: left;
}

.container {
    padding-top: 55px;
    /*overflow: hidden;*/
}

    .container h6 {
        text-align: center;
        padding: 10px 0;
        margin-top: 10px;
    }

        .container h6 span {
            position: relative;
            top: 3px;
            margin-right: 10px;
        }

#scroll_top {
    position: fixed;
    bottom: 4%;
    right: 7%;
    z-index: 800;
    cursor: pointer;
}

.normal {
    width: 99%;
    margin: 0 auto;
    min-height: 400px;
}

    .normal ul {
    }

        .normal ul li {
            display: inline-block;
            width: 47.4%;
            margin: 5px 0.5%;
            padding-bottom: 5px;
            border: 1px solid #f5f5f5;
            border-bottom: 2px solid #f5f5f5;
            border-radius: 4px;
            overflow: hidden;
        }

            .normal ul li img {
                width: 100%;
            }

            .normal ul li h1 {
                font-size: 0.85em;
                padding: 3px 2%;
                font-weight: 600;
                height: 27px;
                overflow: hidden;
            }

            .normal ul li h2 {
                font-size: 0.85em;
                padding: 3px 2%;
            }

            .normal ul li h3 {
                font-size: 0.85em;
                padding: 3px 2%;
            }


.normal2 {
    width: 96%;
    margin: 0 2%;
    min-height: 400px;
}

    .normal2 ul {
    }

        .normal2 ul li {
            display: inline-block;
            width: 99%;
            margin: 5px 0.5%;
            padding-bottom: 5px;
            border: 1px solid #f5f5f5;
            border-bottom: 2px solid #f5f5f5;
            border-radius: 4px;
            overflow: hidden;
        }

            .normal2 ul li img {
                width: 100%;
            }

            .normal2 ul li h1 {
                font-size: 0.85em;
                padding: 3px 2%;
                font-weight: 600;
                height: 27px;
                overflow: hidden;
            }

            .normal2 ul li h2 {
                font-size: 0.85em;
                padding: 3px 2%;
            }

            .normal2 ul li h3 {
                font-size: 0.85em;
                padding: 3px 2%;
            }

/*tab*/
.abgne_tab {
    clear: left;
    width: 98%;
    margin: 10px auto;
}

.tabs {
    width: 100%;
    border-left: 1px solid #cacaca;
    border-radius: 4px 4px 0 0;
}

    .tabs li {
        float: left;
        height: 31px;
        width: 49.6%;
        text-align: center;
        line-height: 31px;
        overflow: hidden;
        position: relative;
        margin-bottom: -1px; /* 讓 li 往下移來遮住 ul 的部份 border-bottom */
        border: 1px solid #cacaca;
        border-left: none;
        background: #f7f7f7;
        border-radius: 4px 4px 0 0;
    }

        .tabs li a {
            display: block;
            /*color: #ff005c;*/
            text-decoration: none;
        }

        /*.tabs li a:hover {
                background: #f7f7f7;
            }*/

        .tabs li.active {
            background: #fff;
            border-top: 2px solid #ff005c;
            border-bottom: 1px solid #fff;
            /*border-radius: 4px 4px 0 0;*/
        }

            .tabs li.active a {
                background: #fff;
                color: #ff005c;
            }

.tab_container {
    clear: left;
    width: 99.4%;
    border: 1px solid #cacaca;
    border-top: none;
    background: #fff;
}

    .tab_container .tab_content {
        padding: 10px 1%;
    }
/*tab*/

footer {
    border-top: 1px solid #dfdfdf;
    background: #f6f6f6;
    padding: 8px 0;
    margin-top: 25px;
    text-align: center;
    color: #454545;
    font-size: 0.7em;
    line-height: 17px;
}

.search_bar {
    width: 96%;
    margin: 50px 2%;
}

    .search_bar input {
        line-height: 32px;
        height: 32px;
        width: 68%;
        padding: 0 1%;
        border-radius: 5px;
        border: 1px solid #cacaca;
        float: left;
    }

.search_btn {
    line-height: 32px;
    height: 32px;
    color: #fff;
    position: relative;
    top: 2px;
}

.keyword {
    width: 96%;
    margin: 20px 2% 20px 0%;
    margin-left: -5px;
}

    .keyword span {
        background: #e2e2e2;
        color: #4a4a4a;
        padding: 5px;
        margin: 3px 5px;
        border-radius: 5px;
        font-size: 0.75em;
        cursor: pointer;
    }

.login {
    padding-top: 40px;
}

    .login input {
        line-height: 32px;
        height: 32px;
        width: 92%;
        margin: 5px 0;
        padding: 0 4%;
        border-radius: 5px;
        border: 1px solid #cacaca;
    }

.login_btn {
    line-height: 27px;
    height: 27px;
    color: #fff;
    width: 90%;
    margin: 30px 0 10px 0;
    display: block;
    text-align: center;
}

.join_btn {
    line-height: 27px;
    height: 27px;
    color: #777;
    width: 90%;
    margin: 10px 0 10px 0;
    display: block;
    text-align: center;
}

.work_det {
    width: 96%;
    margin: 10px 2%;
}

    .work_det img {
        width: 100%;
    }

.work_text {
    width: 96%;
    margin: 10px 2%;
}

    .work_text h1 {
        font-size: 1em;
        padding: 3px 0;
        line-height: 21px;
    }

        .work_text h1 span {
            color: #bf1f37;
            font-weight: 600;
        }

    .work_text h2 {
        font-size: 1em;
        padding: 3px 0;
    }

        .work_text h2 span {
            color: #bf1f37;
            font-weight: 600;
            margin: 0 3px;
        }

    .work_text h3 {
        font-size: 1em;
        padding: 3px 0;
        line-height: 21px;
        margin: 15px 0;
    }

        .work_text h3 a {
            color: #b72a2a;
            background: #e6e6e6;
            margin: 0 3px;
            padding: 3px;
            border-radius: 5px;
        }

/*tab*/
.tabs2 {
    margin: 0px;
    padding: 20px 2%;
    width: 92%;
    margin: 10px 2%;
    border: none;
    background: #f1f1f1;
    border-radius: 5px;
    font-size: 0.9em;
}

    .tabs2 table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .tabs2 tr {
    }


    .tabs2 td {
        vertical-align: middle;
    }


    .tabs2 tr td {
        padding: 5px 0;
        color: #222;
        min-width: 90px;
    }

        .tabs2 tr td span {
            color: #7b7b7b;
            margin: 0 3px 0 0;
            padding: 3px 0;
            display: inherit;
        }
        .tabs2 tr td input {
            line-height: 28px;
            height: 28px;
            width: 92%;
            margin: 5px 0;
            padding: 0 4%;
            border-radius: 5px;
            border: 1px solid #cacaca;
        }
        .tabs2 tr td select {
            line-height: 32px;
            height: 32px;
            width: 92%;
            margin: 5px 0;
            padding: 0 4%;
            border-radius: 5px;
            border: 1px solid #cacaca;
        }
        .tabs2 tr td textarea {
            line-height: 32px;
            width: 95%;
            margin: 5px 0;
            padding: 0 2%;
            border-radius: 5px;
            border: 1px solid #cacaca;
        }
/*tab end*/

.work_btn {
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px 0;
    margin-top: 25px;
}
.work_btn2 {
    color: #545454;
    display: block;
    text-align: center;
    padding: 8px 0;
    margin-top: 10px;
}
