/*** Reset ***/
body {
    font-size: .9em;
    font-family: 'Microsoft JhengHei';
    color: #000;
    margin: 0;
}

header, footer,
section, nav,
div, span,
ul, li,
a, button,
select, input {
    box-sizing: border-box;
}

a {
    color: #2264A8;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

a:hover, a:active {
    text-decoration: none;
}

select, button,
input:not([type="checkbox"]):not([type="radio"]) {
    height: 40px;
    font-size: 14px;
    border-radius: 5px;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
}

select, button {
    line-height: 40px;
}

input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

button, input:not([type="checkbox"]) {
    width: 100%;
}

button {
    color: #FFF;
    background: #0A7CEB;
}

select {
    height: 25px;
    line-height: 25px;
    color: #000;
    background-color: #FFF;
    padding: 0 10px;
}

ul {
    padding: 0;
    margin: 0;
    -webkit-padding-start: 0;
    overflow: hidden;
}

ul li {
    list-style: none;
}

i {
    font-style: normal;
}

.icon {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.cf:before,
.cf:after {
    content: '';
    display: table;
}

.cf:after {
    clear: both;
}