
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: "cwTeXYen", "sans-serif","微軟正黑體",  "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "Trirong", "新細明體";
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul ,li {
    /*list-style: none;*/
    padding: 0;
    margin: 0
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body {
    -webkit-text-size-adjust: none;
    line-height: 1.8;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    outline: none;
}

div, li{box-sizing: border-box}


input,button { 
   font-family:  "cwTeXYen", "sans-serif","微軟正黑體",  "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "Trirong", "新細明體";
   border: none;
   outline: none;
    line-height: 1.8;
    background-color: rgba(0,0,0,0);
    text-align: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input,button,select,textarea{
	outline:none;
	background-color: #ffffff; 
	/*border: 1px solid #bfbfbf;*/
	font-family: "cwTeXYen", "sans-serif","微軟正黑體",  "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "Trirong", "新細明體";
}

select:focus{border: 1px solid #2d9ae6; box-shadow: 0 2px 2px rgba(0,0,0,0.16);}
input:focus{border: 1px solid #2d9ae6;}


