@charset "UTF-8";

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;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background: #fafafa;
    line-height: 1.5;
    font-family: "Microsoft JhengHei";
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body {
    font-size: 12px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #000000 !important;
    background-image: none;
    color: #fff !important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
}

.redtxt {
    color: #de1010;
}

.redbg {
    background: #de1010;
    color: #fff;
}

.greentxt {
    color: #229b19;
}

.greenbg {
    background: #229b19;
    color: #fff;
}

.PDT {
    margin-top: 20px;
}

/* login Start */
.loginBox {
    width: 100%;
    height: 100vh;
    background: #fafafa;
}

.loginBox .header {
    width: 95%;
    padding: 0px 2.5%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;

}

.loginBox .header .lcBox {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

.loginBox .header .logo {
    width: 132px;
}

.loginBox .title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto;
}

.loginBox .title .txt {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #383838;
}

.loginBox .inputcontent {
    width: 90%;
    margin: 40px auto;
}

.loginBox .inputcontent .input {
    margin-bottom: 15px;
}

.loginBox .inputcontent .input input {
    width: 96%;
    height: 42px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    padding-left: 4%;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.loginBox .inputcontent .btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.loginBox .inputcontent .btn .txt {
    margin-top: 10px;
    font-size: 15px;
    color: #e63c49;
}

.loginBox .inputcontent .btn a {
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #fff;
    background: #e63c49;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    margin-top: 10px;
}

/* login End */

/* paylist Start */
.paylistBox {
    width: 100%;
    height: 100vh;
    background: #fafafa;
    font-size: 14px;
}

.paylistBox .header {
    width: 95%;
    padding: 0px 2.5%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
}

.paylistBox .header .lcBox {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

.paylistBox .header .logo {
    width: 132px;
}

.paylistBox .title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto;
}

.paylistBox .title .txt {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #383838;
}

.paylistBox .inputBox {
    height: auto;
    border-radius: 6px;
    background: #f5f2ec;
    border: 1px solid #eae6df;
    font-size: 14px;

    width: 80%;
    padding: 2% 5%;
    margin: 30px auto;
}

.paylistBox .inputBox .input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px auto 15px auto;
    font-size: 14px;

}

.paylistBox .inputBox .input b {
    width: 20%;
    text-align: right;
    font-size: 14px;
}

.paylistBox .inputBox .input .num {
    width: 79.2%;
    height: 46px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 1px solid #eeeeee;
}

.paylistBox .inputBox .input .num input {
    background: #fff;
    width: 82%;
    height: 46px;
    padding: 0px 4%;
    font-weight: bold;
    border: none;
}

.paylistBox .inputBox .input input {
    width: 76%;
    height: 44px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0px 0px 0px 4%;
    font-weight: bold;
    font-size: 14px;
}

.paylistBox .inputBox .input .txt {
    padding-left: 20%;
    margin-top: 5px;
    width: 100%;
}

.paylistBox .inputBox .input select.pretty-select {
    position: relative;
    width: 80%;
    height: 46px;
    background: url(../images/select_arrow.png)no-repeat right center #fff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding-left: 4%;
    font-weight: bold;
    /*移除箭頭樣式*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
}

/*IE隱藏箭頭樣式*/
.paylistBox .inputBox .input select.pretty-select::-ms-expand {
    display: none;
}

.paylistBox .inputBox .input select.pretty-select:focus {
    -webkit-box-shadow: 0 0 5px 2px #467BF4;
    box-shadow: 0 0 5px 2px #467BF4;
}

.paylistBox .inputBox .input .choicebtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.paylistBox .inputBox .input .choicebtn a {
    width: 55px;
    height: 32px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
}

.paylistBox .inputBox .input .choicebtn .buy {
    border: 1px solid #de1010;
    background: #fff;
    color: #de1010;
}

.paylistBox .inputBox .input .choicebtn .buy.active {
    border: 1px solid #fff;
    background: #de1010;
    color: #fff;
}

.paylistBox .inputBox .input .choicebtn .sold {
    border: 1px solid #229b19;
    background: #fff;
    color: #229b19;
}

.paylistBox .inputBox .input .choicebtn .sold.active {
    border: 1px solid #fff;
    background: #229b19;
    color: #fff;
}

.paylistBox .btn {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;

    width: 90%;
    margin: 0px auto;
}

.paylistBox .btn a {
    border-radius: 4px;
    width: 50%;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #Fff;
    font-size: 14px;
}

.paylistBox .btn a.paybtn {
    background: #e63c49;
    margin-right: 2%;
}

.paylistBox .btn a.cancelbtn {
    background: #a9a9a9;
}

/* paylist End */

/* erroBox Start */
.errorBox {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
}

.errorBox .errorlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 320px;
    height: 115px;
    margin: 0 auto;
    margin-top: 20%;
    border-radius: 4px;
    background: #fff;
}

.errorBox .errorlist .txt {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.errorBox .errorlist .btn a {
    width: 100px;
    height: 36px;
    text-align: center;
    background: #a9a9a9;
    margin-top: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

/* erroBox End */