#pic_download {
    margin-top: 82px;
    padding: 0;
    min-height: 100%;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
body {
    background-color: #ededed;
    font-family: Microsoft JhengHei;
}
#downlaod_box {
    width: 60%;
    height: auto;
    margin: 30px auto;
}
.title {
    font-size: 1.6em;
    color: brown;
    border-bottom-style: solid;
    border-width: 1px;
    padding-bottom: 10px;
}
.sm_download {
    display: block;
    font-size: 1.1em;
    line-height: 34px;
    margin-bottom: 70px;
    background-color: #E0E0E0;
    padding: 35px;
    color: #53310A;
}
.sm_title_style {
    font-weight: bold;
}
.pointer{
    cursor: pointer !important;
}