#apply-title{
    font-size:1.6em;
    color:black; 
    border-bottom-style:solid;
    border-width:1px;
    padding-bottom:10px;
}
.sub_title{
    margin-top:24px;
    margin-bottom:25px;
    font-size:1.1em;
    color: black;
}

#apply-link-table{
    margin-bottom:20px;
}

.td_title{
    background-color: #464646;
    text-align: center;
    vertical-align: middle;
    font-weight: bolder;
    height: 42px;
    color: white;
    border-color: black;
    width: 15%;    
    font-size: 1em;
    line-height: 30px;
}

.td_content{
    text-align: center;
    width: 15%;
    vertical-align: middle;
    padding: 10px;
    border-color: black;
    font-size: 1em;
    line-height: 30px;

}

.td_content > a {
    color: #337ab7;
}
tr td{
    border: 1px solid #EAEAEA;
}

.api_tr_content {
    background-color: white;
    text-align: center;
    padding:20px;
}

#sm_download{
    display:block;
    font-size:1.1em;
    line-height: 34px;
    margin-bottom:70px;
    background-color:white;
    padding: 35px;
    color: black;
}
.sm_title_style{
    font-weight: bold;
}
/*申請按鈕*/

.submit_btn {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a73f2d), color-stop(1, #b34332));
    background: -moz-linear-gradient(top, #a73f2d 5%, #b34332 100%);
    background: -webkit-linear-gradient(top, #a73f2d 5%, #b34332 100%);
    background: -o-linear-gradient(top, #a73f2d 5%, #b34332 100%);
    background: -ms-linear-gradient(top, #a73f2d 5%, #b34332 100%);
    background: linear-gradient(to bottom, #a73f2d 5%, #b34332 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a73f2d', endColorstr='#b34332',GradientType=0);
    background-color: #a73f2d;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #b34332;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 44px;
    text-decoration: none;


}
.submit_btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b34332), color-stop(1, #a73f2d));
    background: -moz-linear-gradient(top, #b34332 5%, #a73f2d 100%);
    background: -webkit-linear-gradient(top, #b34332 5%, #a73f2d 100%);
    background: -o-linear-gradient(top, #b34332 5%, #a73f2d 100%);
    background: -ms-linear-gradient(top, #b34332 5%, #a73f2d 100%);
    background: linear-gradient(to bottom, #b34332 5%, #a73f2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b34332', endColorstr='#a73f2d',GradientType=0);
    background-color: #b34332;
}
.submit_btn:active {
    position:relative;
    top:1px;
}
#apply_box a:hover {
    color:yellow;
}
#apply_box a:visited {
    color:white;
}
#apply_box a:active {
    color:white;
}
#apply_box{
    text-align:center;
    margin-bottom:50px;

}
.num{
    color:#990033;
    font-size:2em;
    margin-right:10px;
}

@media screen and (max-width: 991px) {
    #container_box{
        width:88%;
    }
    #banner-wrap{
        margin-top:74px;
        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 center bottom;
    }
    #helpcenter_menu_ul li{
        display:block;
        margin-top:5px;
    }
    #downlaod_box {
        width:100%;
    }
    #sm_download{
        display: block;
        font-size: 1.1em;
        line-height: 34px;
        margin-bottom: 70px;
        background-color: #FFFFFF;
        padding: 35px;
        color: black;
    }
    .sm_title_style{
        font-weight: bold;
    }
    /*        #lg_download{
                display:none;
            }*/
}
