/*** 內容 wrapper ***/

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.content {
    width: 100%;
    min-height: 100%;

    height: 100%;
    /*IE6不识别min-height*/
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 121px;

}

.main {
    width: 100%;
    height: 100%;
    background: #fff url(../images/01.jpg) center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.hamibook_logo {
    width: 202px;
    height: 21px;

    margin: 0 auto 22px auto;
    -webkit-border-bottom-left-radius: 26px;
    -moz-border-radius-bottomleft: 26px;
    border-bottom-left-radius: 26px;
}

.whtie_box {
    width: 450px;
    padding: 0 30px;
    min-height: 300px;
    background: rgba(255, 255, 255, 0.85);
    padding-bottom: 95px;
    position: absolute;
    top: 20%;
    right: 12%;
    z-index: 1;
}

.lbs_logo {
    width: 300px;
    margin: 30px auto 0px auto;
    text-align: center;
}

.title {
    text-align: center;
    color: #000;
    font-size: 28px;
    padding-top: 15x;
    margin-bottom: 25px;
}

.read_btn {
    width: 310px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    bottom: 50px;
    left: 70px;
    position: absolute;
    z-index: 1;
}

.read_btn a:link,
.read_btn a:visited {
    width: 100%;
    height: 50px;
    display: block;
    color: #fff;
    background-color: #619540;
}

.read_btn a:hover,
.read_btn a:active {
    width: 100%;
    height: 50px;
    display: block;
    color: #fff;
    background-color: #5db307;
}




/*** 腳 footer ***/
footer {
    width: 100%;
    min-height: 121px;
    /*脚部的高度*/
    height: auto;
    color: #484848;
    text-align: center;
    line-height: 27px;
    font-size: 15px;
    padding: 30px 50px;
    vertical-align: middle;
    letter-spacing: 3px;
    white-space: nowrap;
    background-color: #fff;

    position: absolute;
    bottom: 0;

    clear: both;
    z-index: 30;
}

.text_a {
    width: auto;
    display: inline-block;
}

.text_a img {
    vertical-align: text-top;
}

.text_b {

    display: block;

}

@media screen and (max-width: 680px) {
    .whtie_box {
        width: 90%;
        top: 14%;
        right: 5%;
    }

    .content {
        padding-bottom: 141px;
    }

    .read_btn {
        width: 85%;
        left: 7%;
    }

    footer {
        text-align: left;
        padding: 30px 50px;

    }

    .text_a {

        display: block;

    }

    .lbs_logo {
        width: 90%;
    }
}


@media screen and (max-width: 640px) {
    .hamibook_logo_bk {
        width: 100%;
    }

    .hamibook_logo {
        margin: 0 auto 17px 0;
    }

    .title {
        /* letter-spacing: -4px; */
    }

    /* .lbs_logo {
        margin-left: -10px;
    } */
}



@media screen and (max-width: 480px) {

    .content {
        padding-bottom: 121px;
    }



    /*** 腳 footer ***/
    footer {
        line-height: 24px;
        font-size: 13px;
        padding: 20px 30px;
    }




}


@media screen and (max-width: 360px) {

    /*** 腳 footer ***/
    footer {
        line-height: 20px;
        font-size: 12px;
        padding: 20px 10px;
    }

}