@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

body {
  font-family: 'Open Sans', Verdana, Geneva, 'Microsoft JhengHei', "微軟正黑體", sans-serif;
  color: #312c26;
  font-size: 14px;
  background-color: #afafaf;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  margin-top: 38px;
  min-height: calc(100vh - 38px);
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.layout {
  width: 100%;
  height: calc(100vh - 38px);
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 38px;
  left: 0;
  z-index: 1;
}

.content {
  padding: 25px 0;
  margin-bottom: 20px;
}

.content h2 {
  margin: 0 0 20px;
  font-size: 24px;
  color: #312c26;
  font-weight: bold;
}


@media (max-width: 320px) {
  .content h2 {
    font-size: 20px;
  }
}

.content h3 {
  font-size: 20px;
}

@media (max-width: 320px) {
  .content h3 {
    font-size: 16px;
  }
}

.content h4 {
  font-size: 16px;
}

@media (max-width: 320px) {
  .content h4 {
    font-size: 14px;
  }
}

.content h3.contactTitle {
  position: relative;
}

.content h3.contactTitle .languageSwitch {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 500px) {
  .container {
    width: 100%;
  }
}

.menuOpen {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #312c26;
}

figure {
  margin: 0;
  font-size: 0;
}

.cursorPoint {
  cursor: pointer;
}

.none {
  display: none;
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 3px;
  background-color: #fff;
}

textarea {
  width: 100%;
  resize: none;
}

select {
  height: 35px;
  width: 100%;
}

label {
  line-height: 30px;
  margin-right: 10px;
}

label input[type=radio] {
  margin-right: 5px;
  vertical-align: baseline;
}

p {
  margin: 0 0 10px;
}

.minusIcon {
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #312c26;
  margin-right: 5px;
  vertical-align: super;
  position: relative;
}

.minusIcon.plusIcon:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 15px;
  background-color: #312c26;
  position: absolute;
  left: 50%;
  top: -6px;
  margin-left: -1.5px;
}

.menu-open {
  position: fixed;
  overflow: hidden;
}

.btnGroup button {
  margin: 10px;
}

button {
  background: transparent;
  border: 0;
}

button a {
  color: #cc0000;
}

button:focus {
  outline: none;
}

.textCenter {
  text-align: center;
}

.languageSwitch {
  font-size: 14px;
}

.languageSwitch span {
  background-color: #646464;
  color: #fff;
  display: inline-block;
  width: 37px;
  padding: 3px 0;
  text-align: center;
}

.languageSwitch span.active {
  background-color: #cc0000;
}

header {
  background-color: #cc0000;
  position: relative;
}

header .userName,
header button {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

header .userName a,
header button a {
  color: #646464;
}

.headerMenu {
  width: 100%;
  max-width: 1024px;
  padding: 5px;
  position: fixed;
  left: 50%;
  z-index: 999;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /*background-color: #cc0000;*/
  background-color: #000000;
}

@media (max-width: 500px) {
  .headerMenu {
    width: 100%;
  }
}

.headerMenu .headerMenu__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 20px;
  color: #fff;
}

@media (max-width: 320px) {
  .headerMenu .headerMenu__title {
    font-size: 16px;
  }
}

.headerMenu__dropDown {
  position: absolute;
  top: 38px;
  left: -300px;
  height: calc(100vh - 38px);
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
  font-size: 18px;
  z-index: 2;
}

.headerMenu__dropDown ul {
  padding: 15px 20px 100px;
  margin: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.headerMenu__dropDown li {
  line-height: 30px;
  margin-bottom: 10px;
  list-style: none;
  text-align: justify;
  /*text-align-last: justify;*/
}

.headerMenu__dropDown-open {
  left: 0;
}

.ham {
  width: 30px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ham .hamBar {
  display: inline-block;
  width: 100%;
  height: 3px;
  /*background-color: #000;*/
  background-color: #fff;
  position: relative;
  text-align: center;
}

.ham .hamBar:before, .ham .hamBar:after {
  content: "";
  width: 100%;
  height: 3px;
  /*background-color: #000;*/
  background-color: #fff;
  position: absolute;
  left: 0;
}

.ham .hamBar:before {
  top: 7px;
}

.ham .hamBar:after {
  top: -7px;
}

figure.banner {
  position: relative;
}

figure.banner img {
  width: 100%;
}

figure.banner .languageSwitch {
  position: absolute;
  bottom: 14px;
  right: 14px;
  border: solid 1px #a0a0a0;
}

.pagantion {
  /*margin: 60px 0 40px;*/
  text-align: center;
}

.pagantion ul {
  padding: 0;
}

.pagantion li {
  list-style: none;
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-align: center;
  vertical-align: bottom;
  font-size: 18px;
  line-height: 25px;
}

.pagantion .arrow {
  width: 15px;
  height: 15px;
}

.arrow {
  position: relative;
  display: inline-block;
}

.arrow:before, .arrow:after {
  content: "";
  display: inline-block;
  width: 90%;
  height: 3px;
  border-radius: 3px;
  background-color: #646464;
  position: absolute;
}

.arrow:before {
  top: 2px;
}

.arrow:after {
  bottom: 2px;
}

.prevArrow:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
}

.prevArrow:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
}

.nextArrow:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
}

.nextArrow:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
}

.loginBtn {
  /*background-color: #cc0000;*/
  background-color: #b30000;
  color: #fff;
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  padding: 10px 0;
}

.authBtn {
  /*background-color: #cc0000;*/
  background-color: #b30000;
  color: #fff;
  width: 30%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 3px;
  padding: 10px 0;
}

.note {
  font-size: 16px;
  line-height: 28px;
  padding: 0 20px;
}

.formGroup {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 16px;
}

.formGroup-drop-date{
  width: 30%; !important;
}

.formGroup-drop-selected{
  width: 50%; !important;
}


@media (max-width: 540px) {
  .formGroup {
    font-size: 14px;
    width: 95%;
  }

  .formGroup-drop-selected{
    width: 55%;!important;
  }
}

@media (max-width: 320px) {
  .formGroup {
    font-size: 14px;
    width: 95%;
  }

  .formGroup-drop-date{
    width: 31%;!important;
  }

  .formGroup-drop-selected{
    width: 70%;!important;
  }
}

.formGroup input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}

.formGroup h3 {
  background-color: #ccc;
  color: #646464;
  padding: 8px 15px;
}

.formGroup .formGroup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*padding: 0 10px;*/
  padding: 0;
  max-width: 500px;
  margin: 0 auto 20px;
}

.formGroup .formGroup__row .formGroup__row__title {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  /*width: 110px;*/
  width: 80px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: right;
  padding-right: 15px;
}

@media (max-width: 320px) {
  .formGroup .formGroup__row .formGroup__row__title {
    width: 75px;
  }
}

.formGroup .formGroup__row .formGroup__row__value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-right: 15px;
}

.formGroup .formGroup__row .formGroup__row__cell {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  padding: 0 5px;
  word-break: break-all;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 414px) {
  .formGroup .formGroup__row .formGroup__row__cell {
    padding: 0 3px;
  }
}

.formGroup .formGroup__row .formGroup__row__cell:nth-child(1) {
  padding-left: 0;
}

.formGroup .formGroup__row .formGroup__row__cell:nth-last-child(1) {
  padding-right: 0;
}

.formGroup .formGroup__row .formGroup__row__cell:nth-child(3) {
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
}

.formGroup .formGroup__row .formGroup__row__cell:nth-child(4) {
  -webkit-box-flex: .8;
      -ms-flex: .8;
          flex: .8;
}

.formGroup .vertificationRow .vertificationBtn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-left: 5px;
  padding-right: 0;
}

.veificationArea {
  margin: 40px auto;
}

.goBackIcon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #cc0000;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 320px) {
  .goBackIcon {
    width: 36px;
    height: 36px;
  }
}

.goBackIcon:before, .goBackIcon:after {
  content: "";
  width: 50%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 8px;
  border-radius: 20%;
}

@media (max-width: 320px) {
  .goBackIcon:before, .goBackIcon:after {
    height: 3px;
    left: 5px;
  }
}

.goBackIcon:before {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 320px) {
  .goBackIcon:before {
    top: 11px;
  }
}

.goBackIcon:after {
  bottom: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 320px) {
  .goBackIcon:after {
    bottom: 11px;
  }
}

.indexIconsWrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .indexIconsWrap {
    max-width: 700px;
  }
}

.indexIconsWrap:after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 130px;
}

@media (min-width: 768px) {
  .indexIconsWrap:after {
    width: 180px;
  }
}

.indexIconsWrap figcaption {
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .indexIconsWrap figcaption {
    margin-top: 15px;
    font-size: 18px;
  }
}

.indexIconsWrap .indexIconsWrap__cell {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  cursor: pointer;
}

.indexIconsWrap .indexIcons {
  width: 100px;
  height: 100px;
  background-image: url(../img/icon_sprites.png);
  background-size: auto 1935px;
  background-repeat: no-repeat;
  background-position-x: -4px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .indexIconsWrap .indexIcons {
    width: 150px;
    height: 150px;
    background-size: 160px auto;
  }
}

@media (max-width: 375px) {
  .indexIconsWrap .indexIcons {
    width: 80px;
    height: 80px;
    background-size: auto 1580px;
  }
}

@media (max-width: 320px) {
  .indexIconsWrap .indexIcons {
    width: 70px;
    height: 70px;
    background-size: auto 1400px;
  }
}

.indexIconsWrap .indexIcons-register {
  background-position-y: -2.5px;
}

.indexIconsWrap .indexIcons-register:hover {
  background-position-y: -110px;
}

@media (min-width: 768px) {
  .indexIconsWrap .indexIcons-register {
    background-position-y: -2px;
  }
  .indexIconsWrap .indexIcons-register:hover {
    background-position-y: -161px;
  }
}

@media (max-width: 375px) {
  .indexIconsWrap .indexIcons-register {
    background-position-y: -3.5px;
  }
  .indexIconsWrap .indexIcons-register:hover {
    background-position-y: -91px;
  }
}

@media (max-width: 320px) {
  .indexIconsWrap .indexIcons-register:hover {
    background-position-y: -81px;
  }
}

.indexIconsWrap .indexIcons-card {
  background-position-y: -217.5px;
}

.indexIconsWrap .indexIcons-card:hover {
  background-position-y: -325px;
}

@media (min-width: 768px) {
  .indexIconsWrap .indexIcons-card {
    background-position-y: -322px;
  }
  .indexIconsWrap .indexIcons-card:hover {
    background-position-y: -482px;
  }
}

@media (max-width: 375px) {
  .indexIconsWrap .indexIcons-card {
    background-position-y: -178.5px;
  }
  .indexIconsWrap .indexIcons-card:hover {
    background-position-y: -266px;
  }
}

@media (max-width: 320px) {
  .indexIconsWrap .indexIcons-card {
    background-position-y: -159px;
  }
  .indexIconsWrap .indexIcons-card:hover {
    background-position-y: -237px;
  }
}

.indexIconsWrap .indexIcons-news {
  background-position-y: -432.5px;
}

.indexIconsWrap .indexIcons-news:hover {
  background-position-y: -540px;
}

@media (min-width: 768px) {
  .indexIconsWrap .indexIcons-news {
    background-position-y: -642px;
  }
  .indexIconsWrap .indexIcons-news:hover {
    background-position-y: -802px;
  }
}

@media (max-width: 375px) {
  .indexIconsWrap .indexIcons-news {
    background-position-y: -354.5px;
  }
  .indexIconsWrap .indexIcons-news:hover {
    background-position-y: -442px;
  }
}

@media (max-width: 320px) {
  .indexIconsWrap .indexIcons-news {
    background-position-y: -314px;
  }
  .indexIconsWrap .indexIcons-news:hover {
    background-position-y: -392px;
  }
}

.indexIconsWrap .indexIcon-q {
  background-position-y: -647.5px;
}

.indexIconsWrap .indexIcon-q:hover {
  background-position-y: -755px;
}

@media (min-width: 768px) {
  .indexIconsWrap .indexIcon-q {
    background-position-y: -962px;
  }
  .indexIconsWrap .indexIcon-q:hover {
    background-position-y: -1122px;
  }
}

@media (max-width: 375px) {
  .indexIconsWrap .indexIcon-q {
    background-position-y: -529.5px;
  }
  .indexIconsWrap .indexIcon-q:hover {
    background-position-y: -617px;
  }
}

@media (max-width: 320px) {
  .indexIconsWrap .indexIcon-q {
    background-position-y: -470px;
  }
  .indexIconsWrap .indexIcon-q:hover {
    background-position-y: -548px;
  }
}

.indexIconsWrap .indexIcons-about {
  background-position-y: -862.5px;
}

.indexIconsWrap .indexIcons-about:hover {
  background-position-y: -970px;
}

@media (min-width: 768px) {
  .indexIconsWrap .indexIcons-about {
    background-position-y: -1282px;
  }
  .indexIconsWrap .indexIcons-about:hover {
    background-position-y: -1442px;
  }
}

@media (max-width: 375px) {
  .indexIconsWrap .indexIcons-about {
    background-position-y: -705.5px;
  }
  .indexIconsWrap .indexIcons-about:hover {
    background-position-y: -793px;
  }
}

@media (max-width: 320px) {
  .indexIconsWrap .indexIcons-about {
    background-position-y: -626px;
  }
  .indexIconsWrap .indexIcons-about:hover {
    background-position-y: -704px;
  }
}

.indexIconsWrap .indexIcons-login {
  background-position-y: -1185px;
}

.indexIconsWrap .indexIcons-login:hover {
  background-position-y: -1077.5px;
}

@media (min-width: 768px) {
  .indexIconsWrap .indexIcons-login {
    background-position-y: -1762px;
  }
  .indexIconsWrap .indexIcons-login:hover {
    background-position-y: -1602px;
  }
}

@media (max-width: 375px) {
  .indexIconsWrap .indexIcons-login {
    background-position-y: -969px;
  }
  .indexIconsWrap .indexIcons-login:hover {
    background-position-y: -881.5px;
  }
}

@media (max-width: 320px) {
  .indexIconsWrap .indexIcons-login {
    background-position-y: -860px;
  }
  .indexIconsWrap .indexIcons-login:hover {
    background-position-y: -782px;
  }
}

.indexIconsWrap .indexIcons-account {
  background-position-y: -1292.5px;
}

.indexIconsWrap .indexIcons-account:hover {
  background-position-y: -1400px;
}

@media (min-width: 768px) {
  .indexIconsWrap .indexIcons-account {
    background-position-y: -1922px;
  }
  .indexIconsWrap .indexIcons-account:hover {
    background-position-y: -2082px;
  }
}

@media (max-width: 375px) {
  .indexIconsWrap .indexIcons-account {
    background-position-y: -1056.5px;
  }
  .indexIconsWrap .indexIcons-account:hover {
    background-position-y: -1144px;
  }
}

@media (max-width: 320px) {
  .indexIconsWrap .indexIcons-account {
    background-position-y: -937px;
  }
  .indexIconsWrap .indexIcons-account:hover {
    background-position-y: -1015px;
  }
}

.indexIconsWrap .indexIcons-topup {
  background-position-y: -1507.5px;
}

.indexIconsWrap .indexIcons-topup:hover {
  background-position-y: -1615px;
}

@media (min-width: 768px) {
  .indexIconsWrap .indexIcons-topup {
    background-position-y: -2242px;
  }
  .indexIconsWrap .indexIcons-topup:hover {
    background-position-y: -2402px;
  }
}

@media (max-width: 375px) {
  .indexIconsWrap .indexIcons-topup {
    background-position-y: -1232px;
  }
  .indexIconsWrap .indexIcons-topup:hover {
    background-position-y: -1320px;
  }
}

@media (max-width: 320px) {
  .indexIconsWrap .indexIcons-topup {
    background-position-y: -1092px;
  }
  .indexIconsWrap .indexIcons-topup:hover {
    background-position-y: -1170px;
  }
}

.indexIconsWrap .indexIcons-setting {
  background-position-y: -1722.5px;
}

.indexIconsWrap .indexIcons-setting:hover {
  background-position-y: -1830px;
}

@media (min-width: 768px) {
  .indexIconsWrap .indexIcons-setting {
    background-position-y: -2562px;
  }
  .indexIconsWrap .indexIcons-setting:hover {
    background-position-y: -2722px;
  }
}

@media (max-width: 375px) {
  .indexIconsWrap .indexIcons-setting {
    background-position-y: -1407px;
  }
  .indexIconsWrap .indexIcons-setting:hover {
    background-position-y: -1495px;
  }
}

@media (max-width: 320px) {
  .indexIconsWrap .indexIcons-setting {
    background-position-y: -1249px;
  }
  .indexIconsWrap .indexIcons-setting:hover {
    background-position-y: -1326px;
  }
}

.about {
  padding: 0 10px 20px;
}

.about h2 + div {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #646464;
}

.about h2 + div div {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.about .fontSizeBtn {
  margin-left: 5px;
  padding: 0;
  background-color: #646464;
  vertical-align: super;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
}

.about .fontSizeBtn > span {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin: 0 auto;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  position: relative;
  top: -2px;
}

.about .fontSizeBtn-big:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-radius: 1px;
  position: absolute;
  top: 50%;
  margin-left: -9px;
}

.articleContent {
  padding: 20px 10px;
  font-size: 18px;
  line-height: 36px;
}

@media (max-width: 320px) {
  .articleContent {
    font-size: 16px;
  }
}

.articleContent__img img {
  width: 100%;
}

.question {
  padding: 0 10px;
}

.question h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.qCollapse__wrap {
  padding: 5px 0;
}

.qCollapse__wrap h3,
.qCollapse__wrap h4 {
  margin: 0 0 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  font-weight: normal;
}

.qCollapse__wrap a {
  color: #cc0000;
  margin: 0 5px;
}

.qCollapse__subTitle,
.qCollapse__subTitle-ans {
  padding-left: 15px;
  line-height: 28px;
}

.qCollapse__subTitle-ans {
  padding-bottom: 15px;
}

.applyCardForm {
  width: 100%;
  max-width: 100%;
}

.applyCardForm label.multipleLable input[type=text] {
  width: 150px;
  margin-left: 5px;
}

@media (max-width: 500px) {
  .applyCardForm label.multipleLable {
    display: block;
  }
}

.applyCardForm .loginBtn {
  width: 80%;
}

.authBtn {
  width: 30%;
}


.signature {
  padding-top: 8%;
  background-color: #ccc;
  position: relative;
}

@media (min-width: 768px) {
  .signature {
    padding-top: 5%;
  }
}

.signature p {
  position: absolute;
  top: 10px;
  left: 10px;
}

.signatureAgree {
  width: 80%;
  margin: 0 auto;
}

.news {
  padding: 0 10px;
}

.articleRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  padding-bottom: 15px;
}

@media (max-width: 320px) {
  .articleRow {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.articleRow .articleRow__img {
  width: 170px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 376px) {
  .articleRow .articleRow__img {
    width: 150px;
  }
}

@media (max-width: 320px) {
  .articleRow .articleRow__img {
    width: 120px;
  }
}

.articleRow .articleRow__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 22px;
}

.articleRow .articleRow__content h2 {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 320px) {
  .articleRow .articleRow__content h2 {
    font-size: 14px;
    line-height: 20px;
  }
}

.articleRow .articleRow__content .time {
  margin-top: auto;
  margin-bottom: 0;
  line-height: normal;
  color: #ccc;
  text-align: right;
}

.articleRow img {
  width: 100%;
}

.preNnext {
  margin-top: 30px;
  padding: 15px 10px;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.preNnext .preNnext__article {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 414px) {
  .preNnext .preNnext__article {
    width: 45%;
  }
}

.preNnext .pre h3 {
  padding-left: 5px;
}

.preNnext .next {
  text-align: right;
}

.preNnext .next h3 {
  padding-right: 5px;
}

.preNnext .arrow {
  width: 40px;
  height: 40px;
  margin-top: 3px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 50%;
  background-color: #ccc;
}

.preNnext .arrow:before, .preNnext .arrow:after {
  content: "";
  width: 50%;
  background-color: #fff;
}

@media (max-width: 415px) {
  .preNnext .arrow {
    width: 35px;
    height: 35px;
  }
}

.preNnext .prevArrow:before, .preNnext .prevArrow:after {
  left: 45%;
}

.preNnext .prevArrow:before {
  top: 12px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 415px) {
  .preNnext .prevArrow:before {
    top: 10.5px;
  }
}

.preNnext .prevArrow:after {
  bottom: 12px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

@media (max-width: 415px) {
  .preNnext .prevArrow:after {
    bottom: 10.5px;
  }
}

.preNnext .nextArrow:before, .preNnext .nextArrow:after {
  right: 45%;
}

.preNnext .nextArrow:before {
  top: 12px;
  -webkit-transform: translateX(50%) rotate(45deg);
          transform: translateX(50%) rotate(45deg);
}

@media (max-width: 415px) {
  .preNnext .nextArrow:before {
    top: 10.5px;
  }
}

.preNnext .nextArrow:after {
  bottom: 12px;
  -webkit-transform: translateX(50%) rotate(-45deg);
          transform: translateX(50%) rotate(-45deg);
}

@media (max-width: 415px) {
  .preNnext .nextArrow:after {
    bottom: 10.5px;
  }
}

.preNnext h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

@media (max-width: 320px) {
  .preNnext h3 {
    font-size: 14px;
  }
}

.card {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 0;
}

.card img {
  width: 100%;
}

.topupForm {
  width: 100%;
  max-width: 100%;
}

.topupForm .formGroup__row {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 15px 15px;
}

.topupForm h3 p {
  margin-bottom: 0;
  line-height: 26px;
}

.topupForm .loginBtn {
  width: 80%;
}

.topupForm .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topupForm .rate span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.topupForm .rate span:nth-child(1) {
  text-align: right;
}

.topupForm .rate span:nth-child(2) {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0 10px;
}

.topupForm .title {
  margin: 15px 5px 0;
}

.topupForm .formGroup__row .formGroup__row__cell:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 1;
          flex: 1;
  width: 105px;
}

@media (max-width: 320px) {
  .topupForm .formGroup__row .formGroup__row__cell:nth-child(1) {
    width: 90px;
  }
}

.topupForm .topupRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 10px;
}

.topupForm .topupRow .topupRow__cell {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 5px;
  word-break: break-all;
}

@media (max-width: 320px) {
  .topupForm .topupRow .topupRow__cell {
    font-size: 14px;
  }
}

.topupForm .topupRow .topupRow__cell:nth-child(1) {
  width: 160px;
}

@media (max-width: 376px) {
  .topupForm .topupRow .topupRow__cell:nth-child(1) {
    width: 120px;
  }
}

@media (max-width: 320px) {
  .topupForm .topupRow .topupRow__cell:nth-child(1) {
    width: 90px;
  }
}

.topupForm .topupRow .topupRow__cell:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.topupForm .topupRow .topupRow__cell:nth-child(3) {
  width: auto;
}

.topupBtn {
  width: 80px;
  /*background-color: #cc0000;*/
  /*background-color: #ff5e5e;*/
  background-color: #b30000;
  color: #fff;
  border-radius: 3px;
  padding: 10px 0;
}

@media (max-width: 320px) {
  .topupBtn {
    width: 60px;
    font-size: 14px;
  }
}

.qrcode_txt {
  padding: 5px 15px;
  word-break: break-all;
}

.qrcode {
  width: 80%;
  max-width: 200px;
  margin: 0 auto;
}

.qrcode img {
  width: 100%;
}

.recommendForm {
  width: 100%;
  max-width: 100%;
}

.recommendForm h3 {
  position: relative;
}

.recommendForm h3 button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #312c26;
}

.recommendForm .formGroup__row {
  max-width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}

.recommendForm .formGroup__row .formGroup__row__cell:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 105px;
}

@media (max-width: 320px) {
  .recommendForm .formGroup__row .formGroup__row__cell:nth-child(1) {
    width: 90px;
  }
}

.recommendForm .formGroup__row .formGroup__row__cell:nth-child(2) {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}

.recommendForm .formGroup__row .formGroup__row__cell:nth-child(3) {
  -webkit-box-flex: .8;
      -ms-flex: .8;
          flex: .8;
  padding-left: 0;
}

.recommendForm .formGroup__row .formGroup__row__cell:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: auto;
}

.recommendSetting .formGroup__row {
  padding: 5px 20px;
  max-width: 500px;
  margin: 0 auto 20px;
}

.recommendSetting .formGroup__row .formGroup__row__title {
  width: 100px;
  padding-right: 20px;
}

.recommendSetting .link {
  padding: 5px 20px;
  text-align: right;
}
/*# sourceMappingURL=setting.css.map */

/* Add by Kira 20190703 */
.formTitle{
  font-size: 25px;
  font-weight: 300;
}

.formValue{
  font-size: 18px;
  font-weight: 200;
}
/* Add by Kira 20190703 */

.required-mark:before{
  content: "*";
  color: #ff0000;
}

.a-link a{
  text-decoration: underline; !important;
  font-weight: 300;
}

@media (max-width: 360px) {
  .none-show {
    display: none;
  }
}

@media (min-width: 359px) {
  .small-size-show {
    display: none;
  }
}

.trans_info {
  font-size: 12px;
  font-weight: 500;
  color: #ff0000;
  display: none;
}


.topupForm .formGroup__header{
  background-color: #ccc;
  color:#646464;
  padding: 8px 15px;
  font-size: 20px;
  white-space:nowrap;
}

.formGroup .formGroup__row .formGroup__row__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5px;
  word-break: break-all;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}


.receiveBtn {
  background-color: #b30000;
  color: #fff;
  width: 100%;
  max-width: 500px;
  /*display: block;*/
  margin: 0 auto;
  border-radius: 3px;
  padding: 10px 0;
}

.sentBtn {
  background-color: #666666;
  color: #fff;
  width: 100%;
  max-width: 500px;
  /*display: block;*/
  margin: 0 auto;
  border-radius: 3px;
  padding: 10px 0;
}


.exchangeBtn {
  background-color: #ffffff;
  color: #b30000;
  border-color: #b30000;
  width: 100%;
  max-width: 500px;
  /*display: block;*/
  margin: 0 auto;
  border-radius: 3px;
  padding: 10px 0;
  border-width: 1px;
  border-style: solid;
}


.btn-disable {
  background-color: #f0f0f0;
  color: #aaa;
  border-color: #f0f0f0;
  pointer-events: none;
}

.ga-auth{
  line-height: 32px;
  float: right;
}
