html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.22em;
    display: block;
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*----------------------------------------------
                   åŸºæœ¬æ¨£å¼
----------------------------------------------*/

body,
html {
    font-size: 16px;
    width: 100%;
}

body {
    background-color: #fff;
    color: #000;
    font-family: Microsoft JhengHei UI, Microsoft JhengHei, PingFang TC, HeiTi TC, sans-serif;
    /*background-image: url(../images/vip/vip_bg.jpg?202209211011);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;*/
}

body:before {
/*    content: "";*/
    display: block;
    position: fixed;
    width: 100%;
    max-width: 620px;
    height: 100vh;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

body.no-scroll {
    /*height: 100%;*/
    overflow: hidden;
}


a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: none;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: none;
    text-decoration: none;
}

/*--------------------------------------------------------------------------------------------*/

.index-Main-PC {
    height: 100%;
    display: block;
}

.index-Main-PC .header {
    background: url(../images/headerbg.png) no-repeat center / 100% 100%;
    height: 4.5rem;
    display: flex;
    justify-content: space-around;
    color: #ddc7b1;
    font-weight: 600;
}

.index-Main-PC .header .logo {
    width: 5rem;
    height: 4rem;
    background: url(../images/logo.png) no-repeat center / 80% 80%;
}

.index-Main-PC .header .right {
    display: flex;
    align-items: center;
}

.index-Main-PC .header .right .headertext_1 {
    margin-right: 1rem;
    cursor: pointer;
}

.index-Main-PC .header .right .goLink {
    margin-right: 1rem;
    background: url(../images/entrance.png) no-repeat center / 100% 100%;
    width: 6rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    padding: 0.3rem;
    cursor: pointer;
}

.index-Main-PC .main {
    background: url(../images/mainbg.png) no-repeat center / 100% 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ddc7b1;
    font-weight: 600;
    padding-top: 5rem;
}

.index-Main-PC .main .maintitlebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.index-Main-PC .main .mainbtnbox {
    display: flex;
    width: 25rem;
    color: #000;
    justify-content: center;
    margin-top: 1rem;
}

.index-Main-PC .main .mainbtnbox .goLink {
    cursor: pointer;
    margin: 1rem;
    background: url(../images/box.png) no-repeat center / 100% 100%;
    width: 9rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    padding: 0.3rem;
}

@media only screen and (max-width: 768px) {
    .index-Main-PC {
        display: none;
    }

    .index-Main-H5 {
        display: block;
    }
}

.index-Main-H5 .header {
    background: url(../images/H5/headerbg.png) no-repeat center / 100% 100%;
    height: 4.5rem;
    display: flex;
    justify-content: space-between;
    color: #ddc7b1;
    font-weight: 600;
}

.index-Main-H5 .header .logo {
    width: 5rem;
    height: 4.5rem;
    background: url(../images/H5/logo.png) no-repeat center / 80% 80%;
    margin-left: 1rem;
}

.index-Main-H5 .header .right {
    display: flex;
    align-items: center;
}

.index-Main-H5 .header .right .headertext_1 {
    margin-right: 1rem;
    cursor: pointer;
}

.index-Main-H5 .header .right .goLink {
    margin-right: 1rem;
    background: url(../images/H5/entrance.png) no-repeat center / 100% 100%;
    width: 6rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    padding: 0.3rem;
    cursor: pointer;
}

.index-Main-H5 .header .right .optionbtn {
    margin-right: 1rem;
    background: url(../images/H5/option.png) no-repeat center / 100% 100%;
    width: 2rem;
    height: 1.5rem;
    text-align: center;
    cursor: pointer;
}

.index-Main-H5 .option {
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100vw;
    background: url(../images/H5/headerbg.png) no-repeat center / 100% 100%;
    background-size: 100% 100%;
    z-index: 100;
    transition: right 1s ease-in-out;
    color: #ddc7b1;
}

.index-Main-H5 .option.show {
    right: 0;
}

.index-Main-H5 .option .optionbtn-close {
    width: 2rem;
    height: 2rem;
    background: url(../images/H5/close.png) no-repeat center;
    background-size: 100%;
    margin: 1rem;
}

.index-Main-H5 .option .optionmain {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 22px;
}

.index-Main-H5 .option .optionmain .optiontext_1 {
    margin-top: 5rem;
    cursor: pointer;
}

.index-Main-H5 .main {
    background: url(../images/H5/mainbg.png) no-repeat center / 100% 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ddc7b1;
    font-weight: 600;
    padding-top: 3rem;
}

.index-Main-H5 .main .maintitlebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
}

.index-Main-H5 .main .mainbtnbox {
    display: flex;
    width: 25rem;
    color: #000;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
}

.index-Main-H5 .main .mainbtnbox .goLink {
    cursor: pointer;
    margin: 1rem;
    background: url(../images/H5/box.png) no-repeat center / 100% 100%;
    width: 9rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    padding: 0.3rem;
    cursor: pointer;
}

.modal-backdrop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    z-index: 99;
    background-color: rgba(0, 0, 0, .7);
    transform: translate(-50%, 0);
}

.modal-backdrop.fade {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .7;
    filter: alpha(opacity=70)
}

/*--------------------------------------------------------------------------------------------*/

/* 當螢幕寬度小於768px時，調整導航列的顯示 */
@media (max-width: 768px) {
    
}

/* 當螢幕寬度小於480px時，進一步調整布局 */
@media (max-width: 480px) {
    
}

@media only screen and (min-width: 769px) {
  .index-Main-H5 .option {
    display: none !important;
  }
}

@keyframes scroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}