/* styles.css */
body {
    font-family: "微软雅黑", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
}

.gradient {
    height: 10px;
    position: fixed;
    bottom: 0px;
    left: 0;
    background: linear-gradient(left top, #9bc74e, #08bcff);
    background: -moz-linear-gradient(left top, #9bc74e, #08bcff);
    background: -webkit-linear-gradient(left top, #9bc74e, #08bcff);
}

/* Add the rest of your styles here */
.ver_prd {
        font-family: "微軟正黑體", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
        display:block;
        height:5px;
        font-size:12px;
        color:#fff;
        background-color:#7aa928;
        font-weight: bold;
}

.ver_title_prd {
        font-family: "微軟正黑體", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
        font-size:12px;
        color:#fff;
        background-color:#7aa928;
        font-weight: bold;
}

.ver_title_tst {
        font-family: "微軟正黑體", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
        font-size:12px;
        color:#fff;
        background-color:#18abb0;
        font-weight: bold;
}

.ver_title_std {
        font-family: "微軟正黑體", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
        font-size:12px;
        color:#fff;
        background-color:#ffab15;
        font-weight: bold;
}

.ver_title_pth {
        font-family: "微軟正黑體", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
        font-size:12px;
        color:#fff;
        background-color:#45adde;
        font-weight: bold;
}


.ver_tst {
        display:block;
        height:5px;
        font-family: "微軟正黑體", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
        font-size:12px;
        color:#FFF;
        background-color:#18abb0;
        font-weight: bold;
}

.ver_std {
        display:block;
        height:5px;
        font-family: "微軟正黑體", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
        font-size:12px;
        color:#FFF;
        background-color:#ffab15;
        font-weight: bold;
}
.ver_pth {
        display:block;
        height:5px;
        font-family: "微軟正黑體", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
        font-size:12px;
        color:#FFF;
        background-color:#45adde;
        font-weight: bold;
}

.title_prd {
        font-family: "微軟正黑體", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
        font-size: 24px;
        color: #7aa928;
        font-weight: bold;
}

.title_tst {
        font-family: "微軟正黑體", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
        font-size: 24px;
        color: #18abb0;
        font-weight: bold;
}

.title_std {
        font-family: "微軟正黑體", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
        font-size: 24px;
        color: #ffab15;
        font-weight: bold;
}

.title_pth {
        font-family: "微軟正黑體", "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
        font-size: 24px;
        color: #45adde;
        font-weight: bold;
}
.ps{
        width:100%;
position:fixed, 0,100%;
bottom:0;
text-align:center;
}
img{
    border:none;
}

.title_dl {
        font-family: "微軟正黑體";
        font-size: 24px;
        color: #9c58b5;
        font-weight: bold;
}

.gradient_tools {
height:10px;
position: fixed, 0,100%;
bottom:-30px;
left:0;
background:linear-gradient(left top,#9c58b5,#08bcff);
background:-moz-linear-gradient(left top,#9c58b5,#08bcff);
background:-webkit-linear-gradient(left top,#9c58b5,#08bcff);
}

