@charset "utf-8";
/* CSS reset */
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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    max-width: 100%;
	height: auto;
    vertical-align: middle;
    border: 0;
}
/* for IE8 */
@media \0screen {
	img {
        width: auto;
    }
}
a {
    display: block;
    color: #5f7888;
    text-decoration: none;
    cursor: pointer;
}
a:hover,
a:active,
a:focus {
    color: #5f7888;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a, div, span, input,
select, textarea,
table, ul, li {
    font-family: "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
}
html {
    width: 100%;
    height: 100%;
}
body {
    line-height: 1;
    color: #5f7888;
    font-size: 1rem;
    font-family: "Century Gothic", Arial, "Microsoft JhengHei", "PMingLiU", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
span, i {
    vertical-align: middle;
}
input[type="button"],
input[type="submit"] {
    padding: 5px 30px;
    color: #fff;
    text-align: center;
    border: 0;
    -webkit-transition: all ease-in .15s;
    -moz-transition: all ease-in .15s;
    -o-transition: all ease-in .15s;
    transition: all ease-in .15s;
    vertical-align: middle;
    cursor: pointer;
}
input[type="button"]:hover,
input[type="submit"]:hover {
    color: #fff;
}
input[type="text"],
input[type="number"],
input[type="button"],
input[type="submit"] {
    /* 去除按鈕預設樣式*/
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
/* 去除select的下拉箭頭和預設模式*/
/* select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
} */
/*Input 的"禁止"設定*/
input.input33:-moz-read-only,
input.input50:-moz-read-only,
input.input100:-moz-read-only {
    color: #bf9999;
    cursor: default;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="data"]:disabled,
input[type="time"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input.input33:read-only,
input.input50:read-only,
input.input100:read-only,
select:disabled,
textarea:disabled {
    color: #bf9999;
    background: #e8e8e8;
    border: 1px solid #d6d6d6;
    cursor: default;
}
input[type="button"]:disabled,
input[type="submit"]:disabled {
    color: rgba(0,0,0,.4);
    background-color: #bbb;
    border: 1px solid #bbb;
    cursor: default;
}
input[type="button"]:disabled:hover,
input[type="button"]:disabled:active,
input[type="button"]:disabled:focus,
input[type="submit"]:disabled:hover,
input[type="submit"]:disabled:active,
input[type="submit"]:disabled:focus {
    color: rgba(255,255,255,.5);
}
select:disabled {
    opacity: 1;
}
input[type="checkbox"] {
    width: 1.3rem;
    height: 1.3rem;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}
input[type="radio"] {
    width: 1.3rem;
    height: 1.3rem;
    margin: 0 2px 0 0;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
}
input[type="radio"] + span,
input[type="checkbox"] + span {
    padding: 0 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
}
button {
    cursor: pointer;
}
/*Input 的 Placeholder 設定*/
::-webkit-input-placeholder { /* WebKit browsers:Chrome, Safari */
    font-size: 1em;
    font-weight: normal;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 1em;
    font-weight: normal;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 1em;
    font-weight: normal;
}
::-ms-input-placeholder { /* IE 10+ */
    font-size: 1em;
    font-weight: normal;
}
::placeholder { /* CSS 3 標準 */
    color: #aaa;
}
/* input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
    color: #aaa;
} */

/* 細滾輪設定 */
@media only screen and (hover: hover) and (pointer:fine) {
    /* 設置滾動條的寬度和高度 */
    ::-webkit-scrollbar {
        width: 7px;
        height: 4px;
    }
    /* 設置所有元素的滾動條寬度為薄 */
    * {
        scrollbar-width: thin;
    }
    /* 設置滾動條軌道的背景顏色 */
    ::-webkit-scrollbar-track {
        background-color: rgba(0,0,0,.2);
    }
    /* 設置滾動條滑塊的背景顏色 */
    ::-webkit-scrollbar-thumb {
        background-color: rgba(255,255,255,.25);
    }
    /* 設置滾動條滑塊的背景顏色為半透明的白色 */
    * {
        scrollbar-color: rgba(255,255,255,.3);
    }
}

/*********  以下為 手機畫面_設定  *********/
/* 寬度大於 1024px (電腦)*/
@media screen and (min-width: 1024px) {
}

/* 寬度大於 1920px (電腦)*/
@media screen and (min-width: 1920px) {
}

/* 寬度介於 1301px - 1900px (ipad pro,舊電腦) */
@media screen and (min-width: 1301px) and (max-width: 1900px) {
}

/* 寬度介於 1024px - 1300px (ipad) */
@media screen and (min-width: 1024px) and (max-width: 1300px) {
}

/* 寬度小於 1023px (平板+手機)*/
@media screen and (max-width: 1023px) {
}

/* 寬度介於 901px - 1023px (ipad) */
@media screen and (min-width: 901px) and (max-width: 1023px) {
}

/* 寬度介於 751px - 900px (iPad, 手機橫放) */
@media screen and (min-width: 751px) and (max-width: 900px) {
}

/* 寬度介於 671px - 750px (iPad, 手機橫放) */
@media screen and (min-width: 671px) and (max-width: 750px) {
}

/* 寬度介於 551px - 670px (手機橫放) */
@media screen and (min-width: 551px) and (max-width: 670px) {
}

/* 寬度介於 401px - 550px (iPhone 6+) */
@media screen and (min-width: 401px) and (max-width: 550px) {
}

/* 寬度介於 321px - 400px (iPhone 5,iPhone 6,Galaxy S5) */
@media screen and (min-width: 321px) and (max-width: 400px) {
}

/* 寬度小於 320px */
@media screen and (max-width: 320px) {
}