﻿body {
    background: url(/File/404/bg.jpg) no-repeat 100%;
    background-size: 100%;
    font-family: 'Microsoft JhengHei';
    font-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/**-----start-wrap---------**/
.wrap {
    width: 70%;
    margin: 5.2% auto 4% auto;
}

/**-----start-logo--------**/
.logo {
    padding: 1em;
    text-align: center;
    padding: 1% 1% 5% 1%;
}

    .logo h1 {
        display: block;
    }

    .logo span {
        font-size: 2em;
        color: #fff;
    }

        .logo span img {
            width: 40px;
            height: 40px;
            vertical-align: bottom;
            margin: 0px 10px;
        }

/**-----start-search-bar-section------**/
.buttom {
    background: url(/File/404/bg2.png) no-repeat 100% 0%;
    background-size: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    width: 556px;
}

.seach_bar {
    padding: 2em;
}

    .seach_bar p {
        font-size: 2.188em;
        color: #fff;
        font-weight: 300;
        margin: 2.6em 0em 0.9em 0em;
    }

    .seach_bar span a {
        font-size: 1em;
        color: #fff;
        text-decoration: underline;
        font-weight: 300;
        font-family: 'Microsoft JhengHei';
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.seach_bar span a:hover {
    color: #FF7ED5;
}

/*****copy-right*****/
.copy_right {
    color: #fff;
    font-size: 0.85em;
    line-height: 1.8em;
    font-family: 'Microsoft JhengHei';
    text-align: center;
}

    .copy_right a {
        color: #FF7ED5;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .copy_right a:hover {
            color: #fff;
        }

/*********Media Queries************/
@media only screen and (max-width: 768px) {
    .wrap {
        width: 80%;
    }

    .logo img {
        width: 315px;
    }
}

@media only screen and (max-width: 640px) {
    .wrap {
        width: 85%;
    }

    .logo {
        padding: 1% 1% 12% 1%;
    }

    .buttom {
        width: 515px;
    }

    .logo img {
        width: 300px;
    }
}

@media only screen and (max-width: 480px) {
    .wrap {
        width: 90%;
    }

    .logo {
        padding: 1% 1% 12% 1%;
    }

    .buttom {
        width: 440px;
    }
    /***/
    .logo span {
        font-size: 1.6em;
    }

    .seach_bar p {
        font-size: 1.2em;
        margin: 2.6em 0em 0.7em 0em;
    }

    .search_box {
        padding: 3px 10px;
    }

    .logo img {
        width: 270px;
    }
}

@media only screen and (max-width: 320px) {
    .wrap {
        width: 90%;
    }

    .logo {
        padding: 1% 1% 12% 1%;
    }

    .buttom {
        width: 290px;
    }

    .logo span {
        font-size: 1.4em;
    }

    .seach_bar p {
        font-size: 1em;
        margin: 1.5em 0em 2em 0em;
    }

    .logo span img {
        vertical-align: middle;
    }

    .logo img {
        width: 200px;
    }

    .copy_right {
        padding: 2em 0px 0px 0px;
    }
}