
      .block {
        display: block;
      }

      .pointer {
        cursor: pointer;
      }

      .text-center {
        text-align: center;
      }

      .text-underline {
        text-decoration: underline;
      }

      .font-bold {
        font-weight: 700;
      }

      .hidden {
        overflow: hidden;
      }

      .auto-x {
        overflow-x: auto;
      }

      .auto-y {
        overflow-y: auto;
      }

      .hide {
        display: none;
      }

      .show {
        display: block;
      }

      .block-center {
        display: block;
        margin: 0 auto;
      }

      .bs-box {
        box-sizing: border-box;
      }

      .clear:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
        width: 0;
        overflow: hidden;
        font-size: 0;
      }

      .cut {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
      }

      .cut-rows {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
      }


      .flex {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -mflexbox;
        display: flex;
      }

      .flex-center {
        align-items: center;
        justify-content: center;
      }

      .flex-row-center {
        justify-content: center;
      }

      .flex-row-between {
        justify-content: space-between;
      }

      .flex-column-center {
        align-items: center;
      }

      .flex-column-start {
        align-items: flex-start;
      }

      .flex-wrap {
        flex-wrap: wrap;
      }

      .flex-column {
        flex-direction: column;
      }

      .relative {
        position: relative;
      }

      .absolute {
        position: absolute;
      }

      .fixed {
        position: fixed;
      }

      .position-center {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
      }

      .position-center-hrz {
        left: 50%;
        transform: translateX(-50%);
      }

      .position-center-vtc {
        top: 50%;
        transform: translateY(-50%);
      }

      .icon {
        width: 1em;
        height: 1em;
        vertical-align: -0.15em;
        fill: currentColor;
        overflow: hidden;
        display: block;
      }

      :root {
        --bg: #f7f7f7;
        --black-1: #333;
        --black-2: #999;
        --black-3: #666;
        --black-4: rgba(0, 0, 0, .85);
        --white-1: #fff;
        --gray-1: #c4c4c4;
        --gray-2: #d6d6d6;
        --gray-3: #ecf0f1;
        --gray-4: #e1e1e1;
        --blue-1: #0088ff;
        --blue-2: #1877f2;
        --blue-3: #0166ff;
        --blue-4: #0783ef;
        --green-1: #8bc34a;
        --green-2: #54c350;
        --red-1: #ff5722;
        --red-2: #f09;
        --yellow-1: #fff81a;
        --shadow-1: 0 2px 2px 0 rgba(0, 0, 0, .2);
        --shadow-2: 0 0.02rem 0.02rem 0 rgba(0, 0, 0, .2);
      }
    


      body {
        margin: 0;
        padding: 0;
        word-wrap: break-word;
        word-break: break-word;
        font-size: 0;
        line-height: 1;
      }

      a {
        text-decoration: none;
      }

      p {
        line-height: 2;
      }

      .icon {
        background-image: url('../png/spirit.png');
      }

      @media screen and (max-width: 809px) {
        .icon {
          background-size: 3.62rem 1.23rem;
        }
        .icon-subscribe {
          background-position: -2.1rem -0.39rem;
          height: 0.21rem;
          width: 0.31rem;
        }

        .icon-question {
          background-position: -0.38rem 0;
          height: 0.34rem;
          width: 0.34rem;
        }


        .k-main {
          padding: 0 .2rem;
        }
        .termsofuse {
          font-size: .24rem;
        }
        #header {
          align-items: center;
          border-radius: 0.02rem;
          background-color: #422279;
          box-shadow: 0 0.06rem 0.32rem rgba(0,0,0,24%);
          display: flex;
          height: 0.8rem;
          width: 100%;
        }
        #header #header-left {
          margin: auto;
        }
        #header #header-left .header-logo-a .header-logo {
          cursor: pointer;
          height: 0.4rem;
          margin: 0 auto;
          width: 2.24rem;
        }
        #header #header-left .header-subscribe {
          display: none;
        }
        #header #header-right {
          align-items: center;
          display: flex;
          justify-content: center;
          position: absolute;
          right: 0.2rem;
        }
        #header #header-right #header-question {
          outline: none;
          text-decoration: none;
        }
        #bottom-bar {
          margin-top: 0.04rem;
          background-color: #422279;
          box-shadow: 0 0.06rem 0.32rem rgba(0,0,0,24%);
        }
        #bottom-bar #bottom-right a {
          color: #fff;
          display: block;
          font-size: .26rem;
          outline: none;
          text-align: center;
          text-decoration: none;
          margin-top: 0.42rem;
        }
        #bottom-bar #bottom-left {
          align-items: center;
          display: flex;
          margin: 0.42rem auto;
          width: 4.4rem;
        }
        #bottom-bar #bottom-left #bottom-left-span {
          font-size: .26rem;
          height: 0.3rem;
          position: relative;
          width: 2.1rem;
        }
        #bottom-bar #bottom-left #bottom-left-span span {
          position: absolute;
          font-size: 0.26rem;
        }
        #bottom-bar #bottom-left #bottom-left-span span:first-child {
          color: #98ffff;
          left: -0.01rem;
          top: -0.01rem;
        }
        #bottom-bar #bottom-left #bottom-left-span span:nth-child(2) {
          color: #fe398a;
          left: 0.01rem;
          top: 0.01rem;
        }
        #bottom-bar #bottom-left #bottom-left-span span:nth-child(3) {
          color: #fff;
          left: 0;
          top: 0;
        }
      }

      @media screen and (min-width: 810px) {
        .icon-subscribe {
          background-position: -210px -39px;
          height: 21px;
          width: 31px;
        }
        .icon-question {
          background-position: -38px 0;
          height: 34px;
          width: 34px;
        }

        .center-box {
          max-width: 1200px;
          margin: 0 auto
        }

        .k-main {
          max-width: 830px;
          margin: 20px auto 40px;
          padding: 0 20px;
        }
        .termsofuse {
          border: 1px solid #ccc;
          box-shadow: 2px 2px 2px #ccc;
          padding: 20px 70px;
          font-size: 16px;
        }
        #header {
          align-items: center;
          border-radius: 2px;
          display: flex;
          height: 64px;
          width: 100%;
          z-index: 1;
          background-color: #422279;
          box-shadow: 0 6px 32px rgba(0,0,0,24%);
        }
        #header #header-left {
          align-items: center;
          display: flex;
        }
        #header #header-left .header-logo-a {
          cursor: pointer;
          margin-left: 14px;
          margin-right: 26px;
        }
        #header #header-left .header-logo-a .header-logo {
          height: 30px;
          width: 173px;
        }
        #header #header-left .header-btn {
          align-items: center;
          border-radius: 10px;
          display: flex;
          height: 36px;
          justify-content: center;
          margin-right: 20px;
          outline: none;
          text-decoration: none;
          width: 120px;
        }
        header #header-left .header-btn:hover {
          outline: none;
          text-decoration: none;
          transition: .5s;
        }
        #header #header-left .header-btn:hover div,#header #header-right #header-question:hover div {
          position: absolute;
        }
        #header #header-left .header-subscribe i {
          margin-right: 10px;
          transform: scale(.6);
        }
        #header #header-left .header-subscribe {
          cursor: pointer;
          overflow: hidden;
          position: relative;
        }
        @keyframes animate1 {
          0% {
            left: -100%;
          }
          50%,100% {
            left: 100%;
          }
        }
        @keyframes animate2 {
          0% {
            top: -100%;
          }
          50%,100% {
            top: 100%;
          }
        }
        @keyframes animate3 {
          0% {
            right: -100%;
          }
          50%,100% {
            right: 100%;
          }
        }
        @keyframes animate4 {
          0% {
            bottom: -100%;
          }
          50%,100% {
            bottom: 100%;
          }
        }
        #header #header-left .header-btn:hover div:first-child,#header #header-right #header-question:hover div:first-child {
          animation: animate1 1s linear infinite;
          background: linear-gradient(90deg,transparent,#33f1ee);
          height: 2px;
          left: -100%;
          top: 0;
          width: 100%;
        }
        #header #header-left .header-btn:hover div:nth-child(2),#header #header-right #header-question:hover div:nth-child(2) {
          animation: animate2 1s linear infinite;
          animation-delay: .25s;
          background: linear-gradient(180deg,transparent,#33f1ee);
          height: 100%;
          right: 0;
          top: -100%;
          width: 2px;
        }
        #header #header-left .header-btn:hover div:nth-child(3),#header #header-right #header-question:hover div:nth-child(3) {
          animation: animate3 1s linear infinite;
          animation-delay: .5s;
          background: linear-gradient(270deg,transparent,#33f1ee);
          bottom: 0;
          height: 2px;
          right: -100%;
          width: 100%;
        }
        #header #header-left .header-btn:hover div:nth-child(4),#header #header-right #header-question:hover div:nth-child(4) {
          animation: animate4 1s linear infinite;
          animation-delay: .75s;
          background: linear-gradient(0deg,transparent,#33f1ee);
          bottom: -100%;
          height: 100%;
          left: 0;
          width: 2px;
        }
        #header #header-left .header-btn,#header #header-right #header-question span {
          font-size: 14px;
          color: #fff;
        }
        #header #header-right {
          align-items: center;
          display: flex;
          justify-content: center;
          position: absolute;
          right: 20px;
        }
        #header #header-right #header-question {
          align-items: center;
          border-radius: 10px;
          display: flex;
          height: 36px;
          justify-content: center;
          margin-left: 20px;
          outline: none;
          overflow: hidden;
          position: relative;
          text-decoration: none;
          width: 84px;
        }
        #header #header-right #header-question i {
          margin-right: 2px;
          transform: scale(.5);
        }

        #bottom-bar {
          align-items: center;
          background-color: #422279;
          box-shadow: 0 6px 32px rgba(0,0,0,24%);
          display: flex;
          height: 64px;
          position: relative;
          width: 100%;
        }
        #bottom-bar #bottom-left {
          align-items: center;
          display: flex;
          margin-left: 20px;
        }
        #bottom-bar #bottom-left img {
          height: 26px;
          margin-right: 20px;
          width: 150px;
        }
        #bottom-bar #bottom-left #bottom-left-span {
          font-size: 14px;
          height: 44px;
          line-height: 44px;
          position: relative;
          width: 166px;
        }
        
        #bottom-bar #bottom-left #bottom-left-span span:first-child {
          color: #98ffff;
          left: -1px;
          position: absolute;
          top: -1px;
        } 
        
        #bottom-bar #bottom-left #bottom-left-span span:nth-child(2) {
          color: #fe398a;
          left: 1px;
          position: absolute;
          top: 1px;
        }

        #bottom-bar #bottom-left #bottom-left-span span:nth-child(3) {
          color: #fff;
          left: 0;
          position: absolute;
          top: 0;
        }
        #bottom-bar #bottom-right {
          align-items: center;
          display: flex;
          margin-right: 20px;
          position: absolute;
          right: 0;
        }
        #bottom-bar #bottom-right .bottom-contact,#bottom-bar #bottom-right .bottom-lab {
          color: #fff;
          cursor: pointer;
          font-size: 14px;
          margin-right: 24px;
          outline: none;
          text-decoration: none;
        }
        #bottom-bar #bottom-right .bottom-lab.multiLanguageRight {
          margin-right: 0;
        }
      }

    

      body {
        background-color: #1b0131;
      }

      @media screen and (max-width: 809px) {
        .termsofuse {
          color: #fff;
        }

        .termsofuse a {
          color: #ffd201;
        } 
      }

      @media screen and (min-width: 810px) {
        .termsofuse {
          background-color: #fff;
        }
      }
    