@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css?family=Cantata+One");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700");
table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, b {
  font-weight: normal;
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

q:before, q:after {
  content: ""; }

abbr, acronym {
  border: 0; }

a {
  text-decoration: none; }

input, button, textarea, select, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

textarea:focus, input:focus {
  outline: none; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box; }

body {
  line-height: 1.5;
  font-family: "Quicksand", "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4;
  font-size: 16px;
  color: #474747;
  font-weight: 500; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  overflow-x: hidden; }

.overlay {
  display: none; }
  .overlay__mask {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    min-height: 110%;
    min-height: calc(100% + 35px);
    position: fixed;
    background: #000;
    z-index: 100;
    margin-top: -35px; }
  .overlay-box {
    position: fixed;
    position: fixed;
    width: 740px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -370px;
    z-index: 101; }
    .overlay-box__close {
      position: absolute;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      top: 20px;
      right: 20px;
      z-index: 103;
      cursor: pointer;
      transition: all .25s ease-in; }
      .overlay-box__close span {
        display: block;
        background-color: #535ae2;
        width: 50px;
        height: 2px; }
        .overlay-box__close span:first-child {
          margin-top: 18px;
          margin-left: -3px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .overlay-box__close span:last-child {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin-top: -2px;
          margin-left: -3px; }
      @media only screen and (min-width: 1281px) {
        .overlay-box__close:hover {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); } }
    .overlay-box-loadPage {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      background: url("../img/bg-record.jpg");
      border-radius: 30px;
      padding: 20px 30px;
      box-sizing: border-box; }
      .overlay-box-loadPage #loadTitle {
        font-weight: 900;
        font-size: 36px;
        color: #535ae2;
        text-align: center;
        padding-top: 20px;
        background-size: 54px 41px; }
      .overlay-box-loadPage #loadIframe {
        margin-top: 20px;
        width: 100%;
        height: 70%;
        height: calc(100% - 114px); }
    @media only screen and (max-width: 768px) {
      .overlay-box {
        width: 96%;
        margin-left: -48%; } }
    @media only screen and (max-width: 414px) {
      .overlay-box {
        height: 75%;
        top: 12%;
        margin-top: 0; }
        .overlay-box__close {
          right: 10px; }
        .overlay-box-loadPage {
          padding: 10px 20px;
          box-sizing: border-box; }
          .overlay-box-loadPage #loadTitle {
            font-size: 30px; }
          .overlay-box-loadPage #loadIframe {
            margin-top: 10px;
            height: calc(100% - 100px); } }

.backtop {
  position: fixed;
  bottom: -40px;
  left: 50%;
  transition: all .25s ease-in;
  margin-left: -30px;
  width: 60px;
  height: 40px;
  border-radius: 5px;
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 40px;
  background-color: #fff;
  z-index: 5;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: rgba(83, 90, 206, 0.75);
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .backtop {
      display: none; } }

.links {
  position: fixed;
  right: 0px;
  top: 60px;
  z-index: 5; }
  .links-list {
    width: 92px;
    height: 280px;
    box-sizing: border-box; }
    .links-list li {
      width: 92px;
      font-size: 15px;
      padding: 3px 0 2px;
      text-align: center;
      background-color: #ff6d0c;
      margin-bottom: 3px;
      border-radius: 5px; }
      .links-list li a {
        color: #fff; }
      .links-list li:nth-child(3) {
        background-color: #4267b2; }
      .links-list li:nth-child(4) {
        background-color: #117e96; }
  @media only screen and (max-width: 768px) {
    .links {
      position: absolute;
      top: auto;
      right: auto; }
      .links-list {
        background: none; }
        .links-list li {
          position: fixed;
          margin: 0;
          padding: 0; }
        .links-list__01 {
          left: 0;
          bottom: 0;
          width: 100% !important;
          height: 50px !important;
          border-radius: 0 !important;
          font-size: 24px;
          line-height: 48px;
          font-size: 20px !important;
          font-weight: bold; }
        .links-list__02 {
          display: none; }
        .links-list__03, .links-list__04 {
          width: 40px !important;
          height: 40px !important;
          right: 2px;
          border-radius: 5px; }
          .links-list__03 a, .links-list__04 a {
            color: transparent !important; }
        .links-list__03 {
          background: url("../img/icon_fb.png") 50% 50% no-repeat;
          background-size: 80% auto;
          top: 10px; }
        .links-list__04 {
          background: url("../img/icon_baha.png") 50% 50% no-repeat;
          background-size: 80% auto;
          top: 54px; } }

.header {
  background: #fff url("../img/topBG.jpg") 50% -35px no-repeat;
  width: 100%;
  height: 925px;
  position: relative; }
  .header-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 1366px; }
  .header-logo {
    width: 208px;
    height: 130px;
    position: absolute;
    top: 108px;
    right: 274px; }
    .header-logo a {
      width: 100%;
      height: 100%;
      display: block; }
  @media only screen and (max-width: 1280px) {
    .header {
      background-size: 125%;
      height: 60vw; }
      .header-logo {
        width: 18vw;
        height: 12vw;
        top: 4vw;
        right: 20vw; } }
  @media only screen and (max-width: 764px) {
    .header {
      background: #fff url("../img/topBG_s.jpg") 50% -35px no-repeat;
      background-size: 100%;
      background-position: 50% 0;
      height: 50vw; }
      .header-logo {
        top: 8.4vw;
        right: 21.5vw; } }

.btns {
  position: relative;
  text-align: center;
  background-color: #fff;
  height: 140px; }
  .btns li {
    display: inline-block;
    width: 280px;
    height: auto;
    margin: 16px 40px 0;
    font-size: 36px;
    font-weight: bold;
    transition: all .25s ease-in;
    cursor: pointer;
    background-color: #535ae2;
    color: #fff;
    border-radius: 100px;
    padding: 5px 10px;
    box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .btns {
      height: auto;
      padding-bottom: 6vw; }
      .btns li {
        width: 44%;
        margin: 4vw 2% 0;
        font-size: 5vw; } }

section {
  padding: 50px 14px 80px;
  box-sizing: border-box;
  text-align: center;
  position: relative; }
  section h2 {
    display: inline-block;
    font-size: 54px;
    font-weight: bold;
    color: #535ae2;
    margin: 0px 0 40px;
    font-family: "Noto Sans TC", serif;
    height: 128px;
    line-height: 128px;
    padding: 0 86px;
    background: url("../img/title01.png") 0% 50% no-repeat; }
  section h4 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 5px;
    color: #535ae2; }
  section .secWrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    z-index: 2; }
  @media only screen and (max-width: 1024px) {
    section h2 {
      font-size: 40px;
      padding: 0 43px; } }
  @media only screen and (max-width: 414px) {
    section {
      padding: 50px 14px; }
      section h2 {
        font-size: 36px;
        padding: 0 30px;
        line-height: 64px;
        height: 64px;
        background-size: 88px 64px; } }

.howTo {
  background: url("../img/bg-howtoTop.jpg") 0 0 no-repeat, url("../img/bg-howtoBottom.jpg") 100% 100% no-repeat, url("../img/bg-howto.png"); }
  .howTo .fzBig {
    font-size: 30px; }
    .howTo .fzBig strong {
      font-weight: 700; }
  .howTo-date {
    display: flex;
    vertical-align: top; }
    .howTo-date li {
      justify-content: space-between;
      margin: 1%;
      width: calc(100% / 3);
      border-radius: 10px;
      background-color: #535ae2;
      font-weight: bold;
      position: relative; }
      .howTo-date li > div span {
        display: block; }
    .howTo-date__top {
      padding: 15px 20px 15px 90px;
      box-sizing: border-box;
      border-radius: 9px;
      color: #535ae2;
      background: #fff url("../img/clock.png") 20px 50% no-repeat;
      background-size: 51px 53px;
      text-align: left;
      position: relative; }
      .howTo-date__top:after {
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 8px 0 8px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        bottom: -10px;
        left: 38px; }
    .howTo-date__bottom {
      padding: 20px 20px 10px;
      box-sizing: border-box;
      font-size: 24px;
      color: #fff; }
  .howTo__target {
    margin: 20px 0;
    font-size: 24px;
    color: #535ae2;
    border-bottom: 2px solid #535ae2;
    display: inline-block;
    font-weight: bold; }
  .howTo-step {
    text-align: left; }
    .howTo-step-01 {
      margin-bottom: 15px; }
    .howTo-step .fbBtn {
      display: inline-block;
      margin: 15px 0 15px 20px;
      -webkit-transform: scale(1.5);
      transform: scale(1.5); }
    .howTo-step__ol {
      font-family: 'Cantata One', serif;
      font-style: italic;
      font-size: 72px;
      color: #535ae2;
      width: 130px;
      display: inline-block;
      color: #535ae2; }
    .howTo-step-txt {
      display: inline-block;
      width: calc(100% - 138px);
      font-size: 18px;
      font-weight: bold; }
    .howTo-step_tb {
      padding: 10px 10px;
      box-sizing: border-box;
      border: 1px solid #83c6ff;
      background-color: #fff;
      margin-top: 20px; }
      .howTo-step_tb .tb__td {
        padding: 10px 0; }
      .howTo-step_tb .tb__th {
        padding: 3px 0;
        background-color: #535ae2;
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        text-align: center; }
    .howTo-step_ex h4 {
      margin-top: 20px; }
    .howTo-step_ex p {
      margin: 0 0 10px; }
      .howTo-step_ex p span {
        background-color: #535ae2;
        color: #fff;
        margin-right: 10px; }
    .howTo-step_ex-ol {
      font-weight: bold;
      margin: 0;
      margin-bottom: 20px;
      padding-left: 20px; }
      .howTo-step_ex-ol li {
        list-style: square; }
    .howTo-step_ex strong {
      font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .howTo {
      background: url("../img/bg-howtoTop.jpg") 0 0 no-repeat, url("../img/bg-howtoBottom.jpg") 100% 100% no-repeat, url("../img/bg-howto.png");
      background-size: 100%, 100%, auto; }
      .howTo-date {
        display: block; }
        .howTo-date li {
          width: 100%;
          margin: 0 0 10px 0; }
          .howTo-date li > div span {
            display: inline-block; }
        .howTo-date__top {
          min-height: 64px; } }
  @media only screen and (max-width: 414px) {
    .howTo .fzBig {
      font-size: 21px; }
      .howTo .fzBig strong {
        font-weight: 700; }
    .howTo__target {
      font-size: 18px; }
    .howTo-step {
      font-size: 16px; }
      .howTo-step-01 {
        margin-bottom: 30px; }
      .howTo-step .fbBtn {
        width: 100px;
        display: block;
        position: relative;
        margin: 15px auto; }
      .howTo-step__ol, .howTo-step-txt {
        width: 100%;
        display: block;
        text-align: center; }
      .howTo-step__ol {
        font-size: 48px; } }

.luckyWheel {
  background: url("../img/bg-rotate.jpg") 50% 100% no-repeat, url("../img/bg-rotate2.jpg"); }
  .luckyWheel h2 {
    color: #ff6d0c;
    background: url("../img/title02.png") 0% 50% no-repeat; }
  .luckyWheel-time {
    font-size: 18px; }
    .luckyWheel-time .fixtedTimeWidth {
      width: 170px;
      display: inline-block;
      text-align: right; }
  .luckyWheel-log {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold; }
    .luckyWheel-log button {
      border: 0;
      border-radius: 5px;
      padding: 0 8px;
      box-sizing: border-box;
      padding-bottom: 2px;
      color: #fff;
      background-color: #ff6d0c; }
      .luckyWheel-log button:active {
        color: #eee; }
  .luckyWheel-num {
    margin-top: 15px;
    padding: 3px 20px;
    box-sizing: border-box;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 30px; }
    .luckyWheel-num span {
      font-weight: 900;
      color: #ff3d6b; }
  .luckyWheel-btns, .purchase-btns {
    margin-top: 20px;
    position: relative; }
    .luckyWheel-btns li, .purchase-btns li {
      display: inline-block;
      width: 220px;
      height: auto;
      margin: 0 20px;
      transition: all .25s ease-in;
      cursor: pointer;
      font-size: 30px;
      font-weight: bold;
      background-color: #ff6d0c;
      border-radius: 50px;
      color: #fff;
      border: 4px solid rgba(0, 0, 0, 0.15); }
    .luckyWheel-btns a, .purchase-btns a {
      color: #fff;
      padding: 3px 10px;
      box-sizing: border-box;
      width: 220px;
      height: auto;
      display: block; }
  .luckyWheel__ps {
    font-size: 14px; }
    .luckyWheel__ps ol {
      margin: 5px 0 0; }
      .luckyWheel__ps ol li {
        counter-increment: li;
        margin-bottom: 2px; }
        .luckyWheel__ps ol li:before {
          content: counter(li);
          font-style: italic;
          display: inline-block;
          width: 24px;
          margin-left: -30px; }
        .luckyWheel__ps ol li span {
          font-weight: 700;
          text-decoration: underline;
          margin: 0 5px; }
  .luckyWheel .pspsps {
    color: #ff3d6b;
    font-weight: bold; }
  @media only screen and (max-width: 1280px) {
    .luckyWheel {
      background: url("../img/bg-rotate.jpg") 50% 100% no-repeat, url("../img/bg-rotate2.jpg");
      background-size: 165%, auto; } }
  @media only screen and (max-width: 1024px) {
    .luckyWheel__ps {
      margin-top: 10px; } }
  @media only screen and (max-width: 768px) {
    .luckyWheel {
      background: url("../img/bg-rotate2.jpg");
      background-size: auto; }
      .luckyWheel-btns li, .purchase-btns li {
        width: 35%;
        margin: 0 2%;
        font-size: 4vw;
        border-width: 3px; }
        .luckyWheel-btns li a, .purchase-btns li a {
          width: 100%; } }
  @media only screen and (max-width: 414px) {
    .luckyWheel h2 {
      background-size: 88px 64px; }
    .luckyWheel-log, .luckyWheel-num {
      font-size: 18px; }
    .luckyWheel__ps {
      text-align: left; }
      .luckyWheel__ps ol {
        margin-left: -20px; }
        .luckyWheel__ps ol li:before {
          width: 15px;
          margin-left: -15px; } }

/***********************************************/
/* /////----- 轉盤主軸START -----/////*/
.luckyWheel-itemBox .mainWheel, .luckyWheel-itemBox .mainWheel .big-border, .luckyWheel-itemBox .mainWheel .small-border {
  position: relative;
  border-radius: 50%;
  box-sizing: border-box; }

.luckyWheel-itemBox {
  width: 100%;
  max-width: 820px;
  min-height: 100%;
  margin: 30px auto;
  position: relative; }
  .luckyWheel-itemBox .mainWheel {
    padding: 3%;
    max-width: 820px;
    max-height: 820px;
    width: 100%;
    background-color: #ff3d6b;
    z-index: 3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
    .luckyWheel-itemBox .mainWheel .big-border {
      transition: all 2s cubic-bezier(1, 0.00001, 0.00001, 1);
      overflow: hidden; }
    .luckyWheel-itemBox .mainWheel .small-border {
      width: 100%;
      background-color: #e9e0c8; }
      .luckyWheel-itemBox .mainWheel .small-border:after {
        width: 75%;
        height: 75%;
        background-color: #f8f2e6;
        display: block;
        position: absolute;
        content: '';
        border-radius: 50%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 3; }
    .luckyWheel-itemBox .mainWheel .start-btn {
      left: 25%;
      top: 25%;
      z-index: 100;
      transition: all 2s cubic-bezier(1, 0.00001, 0.00001, 1);
      width: 50%;
      height: 50%;
      background-image: url("../img/btn_start.png");
      background-size: 190px 196px;
      background-repeat: no-repeat;
      background-position: center 45%;
      cursor: pointer;
      position: absolute;
      text-indent: -9999px; }
      .luckyWheel-itemBox .mainWheel .start-btn.is--disable {
        cursor: inherit;
        background-image: url("../img/btn_start_disable.png"); }
    .luckyWheel-itemBox .mainWheel .itemBox9 .item {
      z-index: 4;
      width: 30%;
      height: 50%;
      padding: 5px 5px 0;
      box-sizing: border-box;
      position: absolute; }
      .luckyWheel-itemBox .mainWheel .itemBox9 .item:after {
        width: 1px;
        height: 104%;
        background-color: #ff3d6b;
        content: '';
        display: block;
        left: 50%;
        top: -10%;
        position: absolute;
        -webkit-transform: rotate(-19.6deg);
                transform: rotate(-19.6deg);
        -webkit-transform-origin: left bottom;
                transform-origin: left bottom; }
      .luckyWheel-itemBox .mainWheel .itemBox9 .item span {
        width: 100%;
        height: 30px;
        line-height: 1.3;
        display: block;
        color: #ff3d6b;
        font-size: 21px;
        font-weight: bold; }
      .luckyWheel-itemBox .mainWheel .itemBox9 .item-img {
        width: 70%;
        width: 100px;
        height: 100px;
        border-radius: 100px;
        overflow: hidden;
        position: relative;
        margin: 56px auto 0;
        background-color: #fff;
        overflow: hidden; }
        .luckyWheel-itemBox .mainWheel .itemBox9 .item-img img {
          width: 100%;
          height: auto; }
        .luckyWheel-itemBox .mainWheel .itemBox9 .item-img img {
          text-align: center;
          position: relative;
          top: 50%;
          left: 35%;
          width: 70%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 768px) {
    .luckyWheel-itemBox .mainWheel .start-btn {
      background-size: 60% auto; }
    .luckyWheel-itemBox .mainWheel .itemBox9 .item {
      padding-top: 0px; }
      .luckyWheel-itemBox .mainWheel .itemBox9 .item span {
        font-size: 2.5vw; }
      .luckyWheel-itemBox .mainWheel .itemBox9 .item-img {
        margin: .75rem auto;
        width: 54px;
        height: 54px; }
        .luckyWheel-itemBox .mainWheel .itemBox9 .item-img img {
          left: 45%;
          width: 90%; } }
  @media only screen and (max-width: 414px) {
    .luckyWheel-itemBox {
      margin: 20px auto; }
      .luckyWheel-itemBox .mainWheel .small-border:after {
        background-color: transparent; }
      .luckyWheel-itemBox .mainWheel .itemBox9 .item-img {
        margin: .5rem auto;
        width: 40px;
        height: 40px; }
      .luckyWheel-itemBox .mainWheel .itemBox9 .item span {
        line-height: 1.2; } }

.itemBox9 .item:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }

.itemBox9 .item:nth-child(2) {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg); }

.itemBox9 .item:nth-child(3) {
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg); }

.itemBox9 .item:nth-child(4) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg); }

.itemBox9 .item:nth-child(5) {
  -webkit-transform: rotate(190deg);
          transform: rotate(190deg); }

.itemBox9 .item:nth-child(6) {
  -webkit-transform: rotate(230deg);
          transform: rotate(230deg); }

.itemBox9 .item:nth-child(7) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.itemBox9 .item:nth-child(8) {
  -webkit-transform: rotate(310deg);
          transform: rotate(310deg); }

.itemBox9 .item:nth-child(9) {
  -webkit-transform: rotate(350deg);
          transform: rotate(350deg); }

.itemBox9 .item:nth-of-type(1) {
  left: 46%;
  top: 7%; }

.itemBox9 .item:nth-of-type(2) {
  left: 55%;
  top: 18%; }

.itemBox9 .item:nth-of-type(3) {
  left: 55%;
  top: 33%; }

.itemBox9 .item:nth-of-type(4) {
  left: 46%;
  top: 44.5%; }

.itemBox9 .item:nth-of-type(5) {
  left: 31.5%;
  top: 47%; }

.itemBox9 .item:nth-of-type(6) {
  left: 18%;
  top: 40%; }

.itemBox9 .item:nth-of-type(7) {
  left: 13.2%;
  top: 25.4%; }

.itemBox9 .item:nth-of-type(8) {
  left: 17.5%;
  top: 11%; }

.itemBox9 .item:nth-of-type(9) {
  left: 31%;
  top: 4%; }

.swal2-content img {
  margin-top: 20px;
  margin-bottom: 20px; }

/* /////----- 轉盤主軸END -----/////*/
/***********************************************/
.purchase {
  background: #fff url("../img/bg-send.png") repeat; }
  .purchase h4 {
    margin: 0 0 10px; }
  .purchase__date {
    border-radius: 30px;
    padding: 3px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-size: 21px; }
  .purchase .fzBig {
    font-size: 24px; }
    .purchase .fzBig strong {
      font-weight: 700; }
  .purchase_tb {
    padding: 10px 10px;
    box-sizing: border-box;
    border: 1px solid #83c6ff;
    background-color: #fff;
    width: 100%;
    font-weight: normal; }
    .purchase_tb table {
      width: 100%; }
      .purchase_tb table td, .purchase_tb table th {
        padding: 10px 10px;
        box-sizing: border-box;
        border: 2px solid #fff; }
      .purchase_tb table td img {
        border: 1px solid #bbb;
        width: 56px;
        height: auto;
        vertical-align: middle; }
      .purchase_tb table td .setting {
        display: inline-block;
        width: 85%;
        margin: 0 1%;
        vertical-align: top;
        font-size: 12px;
        color: #474747; }
        .purchase_tb table td .setting figure, .purchase_tb table td .setting ul {
          float: left;
          margin: 0 5px; }
        .purchase_tb table td .setting ul {
          text-align: left;
          width: calc(100% - 84px); }
        .purchase_tb table td .setting:after {
          clear: both;
          content: "";
          display: table; }
      .purchase_tb table th {
        background-color: #535ae2;
        text-align: center;
        color: #fff; }
      .purchase_tb table tr {
        background-color: #EFF5FA; }
        .purchase_tb table tr td[rowspan="5"] {
          font-weight: bold;
          font-size: 20px;
          color: #535ae2; }
  .purchase__ps {
    font-size: 14px;
    margin: 20px 0 30px;
    font-weight: bold;
    color: #535ae2; }
  .purchase-btns li {
    background-color: #535ae2; }
  @media only screen and (max-width: 1024px) {
    .purchase_tb table td .setting {
      width: 100%; } }
  @media only screen and (max-width: 480px) {
    .purchase_tb table td .setting figure, .purchase_tb table td .setting ul {
      float: none;
      width: 100%;
      margin: 0; }
    .purchase_tb table td .setting ul {
      margin-top: 5px; } }
  @media only screen and (max-width: 414px) {
    .purchase .fzBig {
      font-size: 21px; }
    .purchase_tb {
      padding: 5px 5px;
      box-sizing: border-box;
      font-size: 16px; }
      .purchase_tb table th {
        font-size: 18px; } }

.notice {
  background: #5f44a1 url("../img/bg-notice.jpg") 50% 0 no-repeat;
  height: 812px; }
  .notice h2 {
    color: #fff;
    background: url("../img/title03.png") 0% 50% no-repeat; }
  .notice-box {
    position: relative;
    margin-top: 28px;
    width: 100%;
    border-radius: 30px;
    padding: 30px 20px;
    box-sizing: border-box;
    padding-right: 27%;
    background-color: rgba(50, 32, 95, 0.7); }
  .notice-list {
    list-style: none;
    margin: 0;
    height: 400px;
    overflow-y: auto;
    position: relative;
    z-index: 3; }
    .notice-list::-webkit-scrollbar {
      width: 6px;
      background-color: #fff; }
    .notice-list::-webkit-scrollbar-thumb {
      background-color: #535ae2; }
    .notice-list li {
      padding-right: 20px;
      box-sizing: border-box;
      text-align: left;
      counter-increment: li;
      margin-bottom: 10px;
      line-height: 1.33;
      font-size: 15px;
      color: #e3e4ff;
      counter-increment: li;
      position: relative; }
      .notice-list li .hl {
        color: #E8BBFF; }
      .notice-list li a {
        color: #8DC2FF;
        font-weight: bold;
        border-bottom: 1px solid #8DC2FF; }
        .notice-list li a:hover {
          color: #CBB4FF;
          border-bottom: 1px solid #CBB4FF; }
      .notice-list li .strong {
        font-weight: bold; }
      .notice-list li:before {
        position: absolute;
        content: counter(li);
        color: #CBB4FF;
        text-align: center;
        content: counter(li);
        width: 20px;
        left: -24px;
        font-style: italic;
        font-weight: 700;
        font-size: 12px; }
    .notice-list_ex {
      margin: 0;
      padding: 0; }
  .notice .girl {
    position: absolute;
    top: -39px;
    z-index: 2;
    right: -392px; }
    .notice .girl img {
      display: block; }
  @media only screen and (max-width: 1024px) {
    .notice .girl {
      right: -112px;
      top: auto;
      bottom: 0; }
      .notice .girl img {
        width: 340px;
        height: 400px; } }
  @media only screen and (max-width: 768px) {
    .notice {
      background-size: auto 100%;
      height: auto; }
      .notice-box {
        padding: 20px 10px;
        border-radius: 10px;
        margin-top: 0; }
      .notice-list {
        margin-left: -20px;
        height: auto; }
        .notice-list li {
          padding-right: 0; }
      .notice .girl {
        display: none; } }
  @media only screen and (max-width: 414px) {
    .notice h2 {
      background-size: 88px 64px; } }

.impt {
  color: #535ae2 !important;
  background-color: transparent !important;
  margin: 0 !important; }

/*# sourceMappingURL=common.css.map */
