@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;
  font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none;
  font-size: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../Assets/img/arrow-down.png) no-repeat 95%;
  cursor: pointer; }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif; }

html,
button,
input,
select,
textarea {
  color: #212121; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-block {
  display: block; }

.text-block-left {
  display: block;
  text-align: left; }

.text-block-center {
  display: block;
  text-align: center; }

.text-block-right {
  display: block;
  text-align: right; }

.hide {
  display: none; }

.unbold {
  font-weight: normal !important; }

.no-border {
  border: none !important; }

.no-gutter-t-b {
  padding-top: 0;
  padding-bottom: 0; }

.no-gutter-pad {
  padding-left: 0;
  padding-right: 0; }

.no-gutter-pad-left {
  padding-left: 0; }

.no-gutter-pad-right {
  padding-right: 0; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutter-pad-tb {
  padding-top: 0;
  padding-bottom: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

@media (max-width: 1024px) {
  .no-p-sm {
    padding: 0 !important; } }

@media (max-width: 576px) {
  .no-p-xs {
    padding: 0 !important; } }

@media (max-width: 576px) {
  .no-pr-xs {
    padding-right: 0 !important; } }

@media (max-width: 576px) {
  .l-p-xs {
    padding-left: 15px !important; } }

@media (max-width: 576px) {
  .lr-p-xs {
    padding: 0 15px !important; } }

.flex {
  display: flex; }

.m-xs {
  margin: 0 15px; }

.v-t-m {
  vertical-align: middle; }

.m-t-b {
  margin: 10px 0 20px; }

.m-btm {
  margin-bottom: 15px; }

.row-flex-web {
  display: flex; }
  @media (max-width: 1024px) {
    .row-flex-web {
      display: block; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1200px;
  position: relative; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media only screen and (max-width: 1280px) {
  /*.container {
      width: 100%;
  }*/ }
@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px; } }
.row {
  display: block;
  padding: 10px 0; }

.row:before, .row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

/* ========== LARGE DEVICES ========== */
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

.col-lg-12 {
  width: 100%; }

.col-lg-11 {
  width: 91.6666666667%; }

.col-lg-10 {
  width: 83.3333333333%; }

.col-lg-9 {
  width: 75%; }

.col-lg-8 {
  width: 66.6666666667%; }

.col-lg-7 {
  width: 58.3333333334%; }

.col-lg-6 {
  width: 50%; }

.col-lg-5 {
  width: 41.66666666667%; }

.col-lg-4 {
  width: 33.33333333333%; }

.col-lg-3 {
  width: 25%; }

.col-lg-2 {
  width: 16.66666666667%; }

.col-lg-1 {
  width: 8.33333333%; }

.offset-lg-0 {
  margin-left: 0; }

.offset-lg-1 {
  margin-left: 8.333333%; }

.offset-lg-2 {
  margin-left: 16.666667%; }

.offset-lg-3 {
  margin-left: 25%; }

.offset-lg-4 {
  margin-left: 33.333333%; }

.offset-lg-5 {
  margin-left: 41.666667%; }

.offset-lg-6 {
  margin-left: 50%; }

.offset-lg-7 {
  margin-left: 58.333333%; }

.offset-lg-8 {
  margin-left: 66.666667%; }

.offset-lg-9 {
  margin-left: 75%; }

.offset-lg-10 {
  margin-left: 83.333333%; }

.offset-lg-11 {
  margin-left: 91.666667%; }

.col-lg-2-custom {
  width: 12%; }

.col-lg-10-custom {
  width: 88%; }

/* ========== MEDIUM DEVICES ========== */
@media only screen and (max-width: 1440px) and (min-width: 1170px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-7 {
    width: 58.3333333334%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666666667%; }

  .col-md-4 {
    width: 33.33333333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
/* ========== SMALL DEVICES ========== */
@media only screen and (max-width: 1024px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }

  .col-sm {
    padding: 0; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-7 {
    width: 58.3333333334%; }

  .col-sm-6 {
    width: 50% !important; }

  .col-sm-5 {
    width: 41.66666666667%; }

  .col-sm-4 {
    width: 33.33333333333%; }

  .col-sm-3 {
    width: 25% !important; }

  .col-sm-2 {
    width: 16.66666666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
/* ========== EXTRA SMALL TABLET ========== */
@media only screen and (max-width: 768px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left; }

  .col-xs {
    padding: 0; }

  .col-xs-12 {
    width: 100% !important; }

  .col-xs-11 {
    width: 91.6666666667%; }

  .col-xs-10 {
    width: 83.3333333333%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-8 {
    width: 66.6666666667%; }

  .col-xs-7 {
    width: 58.3333333334%; }

  .col-xs-6 {
    width: 50% !important; }

  .col-xs-5 {
    width: 41.66666666667%; }

  .col-xs-4 {
    width: 33.33333333333%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-2 {
    width: 16.66666666667%; }

  .col-xs-1 {
    width: 8.33333333%; }

  .col-xs-4-custom {
    width: 33.33333333333% !important; }

  .offset-xs-0 {
    margin-left: 0; }

  .offset-xs-1 {
    margin-left: 8.333333%; }

  .offset-xs-1-5 {
    margin-left: 12.5%; }

  .offset-xs-2 {
    margin-left: 16.666667%; }

  .offset-xs-3 {
    margin-left: 25%; }

  .offset-xs-4 {
    margin-left: 33.333333%; }

  .offset-xs-5 {
    margin-left: 41.666667%; }

  .offset-xs-6 {
    margin-left: 50%; }

  .offset-xs-7 {
    margin-left: 58.333333%; }

  .offset-xs-8 {
    margin-left: 66.666667%; }

  .offset-xs-9 {
    margin-left: 75%; }

  .offset-xs-10 {
    margin-left: 83.333333%; }

  .offset-xs-11 {
    margin-left: 91.666667%; } }
/* ========== EXTRA SMALL DEVICES ========== */
@media only screen and (max-width: 480px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    float: left; }

  .col-xxs {
    padding: 0; }

  .col-xxs-12 {
    width: 100% !important; }

  .col-xxs-11 {
    width: 91.6666666667%; }

  .col-xxs-10 {
    width: 83.3333333333%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-8 {
    width: 66.6666666667%; }

  .col-xxs-7 {
    width: 58.3333333334%; }

  .col-xxs-6 {
    width: 50% !important; }

  .col-xxs-5 {
    width: 41.66666666667%; }

  .col-xxs-4 {
    width: 33.33333333333%; }

  .col-xxs-3 {
    width: 25%; }

  .col-xxs-2 {
    width: 16.66666666667%; }

  .col-xxs-1 {
    width: 8.33333333%; }

  .offset-xxs-0 {
    margin-left: 0; }

  .offset-xxs-1 {
    margin-left: 8.333333%; }

  .offset-xxs-1-5 {
    margin-left: 12.5%; }

  .offset-xxs-2 {
    margin-left: 16.666667%; }

  .offset-xxs-3 {
    margin-left: 25%; }

  .offset-xxs-4 {
    margin-left: 33.333333%; }

  .offset-xxs-5 {
    margin-left: 41.666667%; }

  .offset-xxs-6 {
    margin-left: 50%; }

  .offset-xxs-7 {
    margin-left: 58.333333%; }

  .offset-xxs-8 {
    margin-left: 66.666667%; }

  .offset-xxs-9 {
    margin-left: 75%; }

  .offset-xxs-10 {
    margin-left: 83.333333%; }

  .offset-xxs-11 {
    margin-left: 91.666667%; } }
/* ========== CUSTOM COLUMN FOR 5 ========== */
.col-custom-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 20%; }

/* ========== CUSTOM COLUMN FOR 15% ========== */
.col-custom-17 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 17%; }

/* ==================== */
.inner-container {
  padding: 20px 20px 10px 20px;
  	/*@media only screen and (max-width: 576px) {
          padding: 20px 0px 10px 0px;
      }*/ }
  @media only screen and (max-width: 1024px) {
    .inner-container {
      padding: 20px 0px 0px 0px; } }

.elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.font-bold {
  font-weight: bold; }

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.font-20 {
  font-size: 20px; }

.font-24 {
  font-size: 24px; }

.d-block {
  display: block; }

.p-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.p-b-5mod {
  padding-bottom: 5%; }

.m-r-5 {
  margin-right: 5px; }

.letter-space1 {
  letter-spacing: 1px; }

.w-100 {
  width: 100%; }

.w-95 {
  width: 95%; }

.w-90 {
  width: 90%; }

.w-85 {
  width: 85%; }

.w-80 {
  width: 80%; }

.w-70 {
  width: 70%; }

.w-65 {
  width: 65%; }

.w-60 {
  width: 60%; }

.w-50 {
  width: 50%; }

.w-40 {
  width: 40%; }

.w-30 {
  width: 30%; }

.w-20 {
  width: 20%; }

.w-25 {
  width: 25%; }

.w-15 {
  width: 15%; }

.w-10 {
  width: 10%; }

/* ========== image mobile responsive ============*/
@media (max-width: 1024px) {
  .w-sm-100 {
    width: 100%; }

  .w-sm-90 {
    width: 90%; }

  .w-sm-80 {
    width: 80%; }

  .w-sm-70 {
    width: 70%; }

  .w-sm-60 {
    width: 60%; }

  .w-sm-50 {
    width: 50%; }

  .w-sm-40 {
    width: 40%; }

  .w-sm-30 {
    width: 30%; }

  .w-sm-20 {
    width: 20%; }

  .w-sm-10 {
    width: 10%; } }
@media (max-width: 768px) {
  .w-xs-100 {
    width: 100%; }

  .w-xs-90 {
    width: 90%; }

  .w-xs-85 {
    width: 85% !important; }

  .w-xs-80 {
    width: 80%; }

  .w-xs-70 {
    width: 70%; }

  .w-xs-60 {
    width: 60%; }

  .w-xs-50 {
    width: 50%; }

  .w-xs-40 {
    width: 40%; }

  .w-xs-30 {
    width: 30%; }

  .w-xs-20 {
    width: 20%; }

  .w-xs-10 {
    width: 10%; } }
@media (max-width: 480px) {
  .font-5vw-mobi {
    font-size: 5vw; }

  .font-3-5vw-mobi {
    font-size: 3.5vw; }

  .font-2-5vw-mobi {
    font-size: 2.5vw; }

  .w-xxs-100 {
    width: 100%; }

  .w-xxs-98 {
    width: 98%; }

  .w-xxs-95 {
    width: 95%; }

  .w-xxs-90 {
    width: 90%; }

  .w-xxs-80 {
    width: 80%; }

  .w-xxs-70 {
    width: 70%; }

  .w-xxs-65 {
    width: 65%; }

  .w-xxs-60 {
    width: 60%; }

  .w-xxs-50 {
    width: 50%; }

  .w-xxs-40 {
    width: 40%; }

  .w-xxs-30 {
    width: 30%; }

  .w-xxs-20 {
    width: 20%; }

  .w-xxs-25 {
    width: 25%; }

  .w-xxs-15 {
    width: 15%; }

  .p-b-0mod-mobi {
    padding-bottom: 0; }

  .p-tb-xxs-5 {
    padding-top: 5px;
    padding-bottom: 5px; } }
.d-block-auto {
  display: block;
  margin: 0 auto; }

.white {
  color: #fff; }

.light-blue {
  color: #3f79f0; }

.w-100 {
  width: 100%; }

.w-80 {
  width: 80%; }

.font-italic {
  font-style: italic; }

.text-underline {
  text-decoration: underline; }

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0; }

@media (max-width: 1024px) {
  .w-sm-100 {
    width: 100%; } }
.pc-visible {
  display: block; }
  @media (max-width: 1024px) {
    .pc-visible {
      display: none; } }

.mobile-visible {
  display: none; }
  @media (max-width: 1024px) {
    .mobile-visible {
      display: block; } }

.mobi-show {
  display: none !important; }
  @media (max-width: 1024px) {
    .mobi-show {
      display: block !important; } }

.wheel-container {
  position: relative;
  margin: 0 0 7% 0; }
  @media (max-width: 1024px) {
    .wheel-container {
      margin: 0 auto 10% auto;
      width: 70%; } }
  @media (max-width: 800px) {
    .wheel-container {
      width: 70%; } }
  @media (max-width: 480px) {
    .wheel-container {
      width: 85%;
      margin: 0 auto 6% auto; } }

.pop-wd {
  min-width: 300px !important; }

/*==================NEW SPINNER STYLE====================*/
.spinfix {
  text-align: center;
  position: fixed;
  z-index: 12;
  top: 47%;
  left: 1%;
  right: unset; }
  .spinfix a {
    font-size: 0;
    display: block; }
  .spinfix p {
    font-size: 15px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background-color: #820508;
    border-radius: 50%;
    box-shadow: 0px 1px 10px #3a0607;
    border: 1px solid rgba(255, 255, 255, 0.6);
    height: 25px;
    width: 25px;
    line-height: inherit;
    position: absolute;
    right: 30px;
    cursor: pointer;
    z-index: 2; }
  @media only screen and (max-width: 1600px) {
    .spinfix {
      top: 55%;
      width: 12%; }
      .spinfix img {
        width: 100%; }
      .spinfix p {
        right: 7%; } }
  @media only screen and (max-width: 1280px) {
    .spinfix {
      top: 60%; } }
  @media only screen and (max-width: 1024px) {
    .spinfix {
      top: 31%;
      width: 18%; } }
  @media only screen and (max-width: 768px) {
    .spinfix {
      width: 23%; } }
  @media only screen and (max-width: 425px) {
    .spinfix {
      top: 21%;
      width: 30%; }
      .spinfix p {
        right: 40%;
        bottom: -27%; } }
  @media only screen and (max-width: 375px) {
    .spinfix p {
      right: 38%; } }
  @media only screen and (max-width: 320px) {
    .spinfix {
      top: 21%;
      width: 39%; }
      .spinfix p {
        bottom: -20%;
        right: 41%;
        font-size: 13px;
        padding-top: 2px;
        height: 20px;
        width: 20px; } }

.fortune-container {
  background: url(/assets/spin101/images/fortunewheel/spin101-bg.jpg?v=092624);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #015385;
  position: relative;
  padding-bottom: 1.5%; }
  @media (max-width: 1024px) {
    .fortune-container {
      background: url(/assets/spin101/images/fortunewheel/spin101-bg-mb.jpg?v=092624);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      overflow: hidden;
      padding-bottom: 4%; } }
  @media (max-width: 480px) {
    .fortune-container {
      height: 110vh;
      padding-bottom: 20px; } }
  @media (max-width: 430px) {
    .fortune-container {
      height: 120vh; } }
  @media (max-width: 360px) {
    .fortune-container {
      height: 105vh; } }
  @media (max-width: 320px) {
    .fortune-container {
      height: 115vh; } }
  @media only screen and (max-width: 1366px) {
    .fortune-container .container {
      width: 80% !important; } }
  @media only screen and (max-width: 1024px) {
    .fortune-container .container {
      width: 100% !important; } }
  .fortune-container .pc-title {
    display: inline-block; }
    @media (max-width: 1024px) {
      .fortune-container .pc-title {
        display: none; } }
  .fortune-container .mobi-title {
    display: none; }
    @media (max-width: 1024px) {
      .fortune-container .mobi-title {
        display: inline-block;
        margin-top: 10%; } }
    @media (max-width: 600px) {
      .fortune-container .mobi-title {
        margin-top: 2%; } }

#spin101canvas {
  background: url(/assets/spin101/images/fortunewheel/wheel.png) no-repeat center center;
  width: 100%;
  background-size: cover; }

.pointer {
  filter: drop-shadow(0px 11px 3px rgba(0, 0, 0, 0.65));
  width: 100%; }

.pointer-center {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
  width: 4%; }
  @media (max-width: 1024px) {
    .pointer-center {
      width: 9%;
      top: 3.5%; } }

.wheel-midcircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  filter: drop-shadow(0px 7px 6px rgba(0, 0, 0, 0.7));
  width: 10%; }

.popup-section {
  display: none;
  position: absolute;
  top: 49.5%;
  left: 50.5%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  width: 82%;
  filter: drop-shadow(0 0 20px rgba(52, 57, 255, 0.4)); }
  .popup-section > div {
    position: absolute; }

/* ============== Insufficient Popup ===========*/
.italic-font {
  font-style: italic; }

.wheel-section {
  position: relative;
  width: 47%;
  margin: 0 auto; }
  @media (max-width: 1440px) {
    .wheel-section {
      width: 45%; } }
  @media (max-width: 1366px) {
    .wheel-section {
      width: 48%; } }
  @media (max-width: 1024px) {
    .wheel-section {
      width: 100%; } }
  @media (max-width: 480px) {
    .wheel-section {
      width: 92%; } }

.wheel-stand {
  text-align: center;
  margin-top: -53px; }
  @media (max-width: 1440px) {
    .wheel-stand {
      margin-top: -53px; } }
  @media (max-width: 1024px) {
    .wheel-stand {
      margin-top: -48px; } }
  @media (max-width: 480px) {
    .wheel-stand {
      margin-top: -28px; } }
  .wheel-stand img {
    margin-left: 7px; }
    @media (max-width: 1366px) {
      .wheel-stand img {
        width: 75%; } }

.wheel-trigger {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  @media (max-width: 1024px) {
    .wheel-trigger {
      bottom: 16px; } }
  @media (max-width: 480px) {
    .wheel-trigger {
      width: 50%;
      bottom: -2px; } }

.spinner-code-icon p {
  text-shadow: 2px 4px 5px #000; }

.btn-trigger {
  color: #7d04c2;
  font-size: 25px;
  border: none;
  letter-spacing: 3px;
  border-radius: 10px;
  padding: 8px 25px;
  line-height: 25px;
  background: #020024;
  background: -moz-radial-gradient(circle, #020024 0%, #eeeeee 0%, #9c9c9c 100%);
  background: -webkit-radial-gradient(circle, #020024 0%, #eeeeee 0%, #9c9c9c 100%);
  background: radial-gradient(circle, #020024 0%, #eeeeee 0%, #9c9c9c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#9c9c9c",GradientType=1);
  filter: drop-shadow(1px 1px 3px black);
  box-shadow: inset 0px 0px 3px 2px #f4fcfc;
  -webkit-box-shadow: inset 0px 0px 3px 2px #f4fcfc;
  -moz-box-shadow: inset 0px 0px 3px 2px #f4fcfc; }
  @media (max-width: 1366px) {
    .btn-trigger {
      font-size: 20px;
      padding: 6px 25px; } }
  @media (max-width: 480px) {
    .btn-trigger {
      border-radius: 6px;
      padding: 1px 10px;
      font-size: 3.5vw;
      width: 100%; } }

.btn-trigger-disabled {
  color: #2c2c2c;
  letter-spacing: 1px; }

.wheel-light-bg {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99%;
  z-index: 1; }
  @media (max-width: 1440px) {
    .wheel-light-bg {
      top: 35.5%;
      width: 87%; } }
  @media (max-width: 1366px) {
    .wheel-light-bg {
      top: 36.5%;
      width: 88%; } }
  @media (max-width: 1024px) {
    .wheel-light-bg {
      width: 100%;
      top: 44%; } }
  @media (max-width: 480px) {
    .wheel-light-bg {
      top: 43.5%;
      width: 91vw; } }
  @media (max-width: 414px) {
    .wheel-light-bg {
      top: 40.5%;
      width: 92vw; } }
  @media (max-width: 375px) {
    .wheel-light-bg {
      top: 32.5vw;
      width: 100vw; } }
  @media (max-width: 360px) {
    .wheel-light-bg {
      top: 32vw; } }
  @media (max-width: 320px) {
    .wheel-light-bg {
      top: 29.5vw; } }

@media (max-width: 1024px) {
  .reward-popup {
    width: 80%;
    margin: 0 auto; } }
@media (max-width: 480px) {
  .reward-popup {
    width: 95%; } }

.award-box {
  margin: 0 auto;
  padding: 10px 25px;
  width: 90%; }
  @media (max-width: 1366px) {
    .award-box {
      width: 85%; } }
  @media (max-width: 1280px) {
    .award-box {
      width: 95%; } }
  @media (max-width: 1024px) {
    .award-box {
      width: 100%; } }
  @media (max-width: 320px) {
    .award-box {
      padding-bottom: 5px; } }
  .award-box > p {
    color: #daf8ff;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 1px;
    filter: drop-shadow(0 0 3px rgba(47, 213, 255, 0.9)); }
    @media (max-width: 1366px) {
      .award-box > p {
        font-size: 25px;
        line-height: 35px; } }
    @media (max-width: 1280px) {
      .award-box > p {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 768px) {
      .award-box > p {
        font-size: 30px;
        line-height: 40px; } }
    @media (max-width: 480px) {
      .award-box > p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px; } }
    @media (max-width: 375px) {
      .award-box > p {
        font-size: 18px;
        line-height: 28px; } }
    @media (max-width: 320px) {
      .award-box > p {
        font-size: 14px;
        line-height: 14px; } }
  .award-box p.award {
    color: #fff9da;
    font-size: 30px;
    line-height: 40px;
    text-shadow: 0px 4px 5px #000000;
    filter: drop-shadow(0 0 3px rgba(255, 222, 42, 0.9));
    margin-bottom: 20px;
    margin-top: 20px; }
    @media (max-width: 1366px) {
      .award-box p.award {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 0; } }
    @media (max-width: 1280px) {
      .award-box p.award {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 480px) {
      .award-box p.award {
        font-size: 18px;
        line-height: 26px; } }
    @media (max-width: 375px) {
      .award-box p.award {
        font-size: 17px;
        line-height: 24px; } }
    @media (max-width: 320px) {
      .award-box p.award {
        font-size: 13px;
        line-height: 20px; } }

.popup-arrow {
  position: absolute;
  right: -127px;
  top: -78px; }
  @media (max-width: 480px) {
    .popup-arrow {
      right: -42px;
      top: 0px;
      width: 43%; } }

.popup-1 {
  margin-top: 20%; }
  @media (max-width: 1366px) {
    .popup-1 {
      margin-top: 17%; } }
  @media (max-width: 1280px) {
    .popup-1 {
      margin-top: 15%; } }
  @media (max-width: 1024px) {
    .popup-1 {
      margin-top: 21%; } }
  @media (max-width: 480px) {
    .popup-1 {
      margin-top: 16%; } }
  @media (max-width: 375px) {
    .popup-1 {
      margin-top: 13%; } }

.popup-2 {
  display: block; }

.client-box {
  width: 90%;
  margin: 0 auto; }
  @media (max-width: 320px) {
    .client-box {
      width: 95%; } }
  .client-box p:first-child {
    display: block;
    font-size: 29px;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .client-box p:first-child {
        font-size: 4.5vw;
        margin-bottom: 7px; } }
  .client-box p:nth-child(2) {
    color: #f7f2ba;
    font-size: 38px;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .client-box p:nth-child(2) {
        font-size: 5vw; } }
  .client-box p:last-child {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 5px 0 30px;
    line-height: 32px; }
    @media (max-width: 480px) {
      .client-box p:last-child {
        font-size: 3.5vw; } }
    @media (max-width: 414px) {
      .client-box p:last-child {
        margin: 0;
        line-height: 25px; } }
  .client-box p.award {
    color: #f7da66;
    font-size: 40px;
    line-height: 40px;
    text-shadow: 0 4px 5px #000;
    margin-bottom: 40px;
    letter-spacing: 2px; }
    @media (max-width: 480px) {
      .client-box p.award {
        font-size: 7vw;
        margin-bottom: 15px; } }
    @media (max-width: 320px) {
      .client-box p.award {
        margin-bottom: 5px;
        line-height: 30px; } }
  .client-box img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1; }
  .client-box .client-box-arrow-left {
    left: 30px; }
    @media (max-width: 480px) {
      .client-box .client-box-arrow-left {
        left: 25px; } }
  .client-box .client-box-arrow-right {
    right: -20px; }

.btn-plaintxt {
  background: none;
  border: none;
  letter-spacing: 2px;
  color: #fff;
  font-size: 16px; }
  @media (max-width: 480px) {
    .btn-plaintxt {
      font-size: 13px;
      margin-top: 10px; } }
  .btn-plaintxt:hover {
    text-decoration: underline; }

.weibospin-title {
  padding: 3% 0 3%; }
  @media (max-width: 1366px) {
    .weibospin-title {
      padding-top: 2%; } }
  @media (max-width: 1024px) {
    .weibospin-title {
      padding-top: 10%; } }
  @media (max-width: 768px) {
    .weibospin-title {
      padding: 6% 0 8%; } }
  @media (max-width: 480px) {
    .weibospin-title {
      padding: 6% 0 15%; } }
  @media (max-width: 375px) {
    .weibospin-title {
      padding-top: 8%; } }
  @media (max-width: 1440px) {
    .weibospin-title img {
      width: 75%; } }
  @media (max-width: 1024px) {
    .weibospin-title img {
      width: 70%; } }
  @media (max-width: 480px) {
    .weibospin-title img {
      width: 80%; } }
  @media (max-width: 320px) {
    .weibospin-title img {
      width: 70%; } }

.subtitle-mb {
  width: 70%;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .subtitle-mb {
      width: 80%;
      margin-bottom: 10px; } }

/*POP UP*/
.modal-overlay {
  display: none;
  /* display: block if you want to test*/
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: fixed;
  z-index: 45;
  width: 100%;
  top: 0; }

.modal-popup {
  /* FOR ALL POP UP pls add this class*/
  display: none;
  /* display: block if you want to test*/
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 47;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .modal-popup {
      width: 93%; } }

.errorpop {
  width: 55%; }
  @media (max-width: 768px) {
    .errorpop {
      width: 70%; } }
  @media (max-width: 480px) {
    .errorpop {
      width: 90%; } }

.wspin-stand img {
  position: absolute;
  top: 91%;
  left: 51%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: auto; }
  @media (max-width: 768px) {
    .wspin-stand img {
      position: absolute;
      width: 85%; } }
  @media (max-width: 480px) {
    .wspin-stand img {
      top: 92%;
      width: 100%; } }

.wsopspin-index {
  position: relative;
  z-index: 3; }
  @media (max-width: 480px) {
    .wsopspin-index {
      padding: 0; } }

.section-padd {
  padding: 3% 0; }

@media (max-width: 480px) {
  .mb-pad-b-0 {
    padding-bottom: 0 !important; } }

.v-mid {
  vertical-align: middle; }

.m-b-50-imp {
  margin-bottom: 50px !important; }

.m-t-15 {
  margin-top: 15px; }

.wheel-back-objects {
  position: absolute;
  top: 36.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  z-index: -2; }
  @media (max-width: 768px) {
    .wheel-back-objects {
      width: 100%;
      top: 45.5%; } }
  @media (max-width: 480px) {
    .wheel-back-objects {
      top: 33.5%; } }

.wspin-objects {
  position: absolute;
  top: 94%;
  left: 17%;
  transform: translate(-50%, -50%);
  z-index: -2;
  width: 100%; }
  @media (max-width: 768px) {
    .wspin-objects {
      left: 25%; } }
  @media (max-width: 480px) {
    .wspin-objects {
      top: 86%;
      left: 35%; } }
  .wspin-objects > img {
    width: auto; }
    @media (max-width: 480px) {
      .wspin-objects > img {
        height: 110px; } }

.wspin-standee {
  position: absolute;
  width: 36.5%;
  bottom: -3.2%;
  z-index: 3;
  right: 0; }
  @media (max-width: 1680px) {
    .wspin-standee {
      bottom: -2.2%; } }
  @media (max-width: 1440px) {
    .wspin-standee {
      bottom: -2%; } }
  @media (max-width: 1024px) {
    .wspin-standee {
      width: 33%;
      top: 45%; } }
  @media (max-width: 768px) {
    .wspin-standee {
      top: 62%;
      width: 37%; } }
  @media (max-width: 480px) {
    .wspin-standee {
      width: 43.5%;
      top: 62%; } }
  @media (max-width: 414px) {
    .wspin-standee {
      width: 41.5%;
      top: 63%; } }
  @media (max-width: 375px) {
    .wspin-standee {
      top: 61%; } }

.wspin-input-section {
  position: relative;
  height: 140px; }
  @media (max-width: 1366px) {
    .wspin-input-section {
      height: 130px; } }
  @media (max-width: 1024px) {
    .wspin-input-section {
      height: 200px; } }
  @media (max-width: 480px) {
    .wspin-input-section {
      height: 160px; } }
  @media (max-width: 375px) {
    .wspin-input-section {
      height: 140px; } }
  @media (max-width: 320px) {
    .wspin-input-section {
      height: 115px; } }

.weibo-box {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; }
  @media (max-width: 375px) {
    .weibo-box {
      top: 70px; } }
  @media (max-width: 320px) {
    .weibo-box {
      top: 55px; } }

.wspin-input {
  position: relative;
  width: 85%;
  margin: 0 auto; }
  @media (max-width: 1280px) {
    .wspin-input {
      width: 90%; } }
  @media (max-width: 1024px) {
    .wspin-input {
      text-align: center; } }
  @media (max-width: 480px) {
    .wspin-input {
      width: 100%;
      min-height: 80px; } }
  @media (max-width: 320px) {
    .wspin-input {
      min-height: 65px; } }
  .wspin-input > img {
    width: 100%; }

.wspin-input-detail {
  position: absolute;
  top: 23px;
  left: 38px; }
  @media (max-width: 1366px) {
    .wspin-input-detail {
      top: 18px; } }
  @media (max-width: 1024px) {
    .wspin-input-detail {
      top: 41px;
      width: 100%;
      left: 0; } }
  @media (max-width: 768px) {
    .wspin-input-detail {
      top: 31px; } }
  @media (max-width: 480px) {
    .wspin-input-detail {
      top: 16px; } }
  @media (max-width: 430px) {
    .wspin-input-detail {
      top: 15px; } }
  @media (max-width: 414px) {
    .wspin-input-detail {
      top: 14px; } }
  @media (max-width: 375px) {
    .wspin-input-detail {
      top: 11px; } }
  @media (max-width: 320px) {
    .wspin-input-detail {
      top: 14px; } }
  .wspin-input-detail label {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px;
    text-shadow: 0px 6px 3px #220200; }
    @media (max-width: 1366px) {
      .wspin-input-detail label {
        font-size: 20px;
        margin-right: 5px; } }
    @media (max-width: 1024px) {
      .wspin-input-detail label {
        font-size: 22px; } }
    @media (max-width: 480px) {
      .wspin-input-detail label {
        font-size: 4.5vw;
        margin-right: 5px; } }
  .wspin-input-detail input {
    display: inline-block;
    border: 1px solid #929292;
    line-height: 38px;
    border-radius: 5px; }
    @media (max-width: 480px) {
      .wspin-input-detail input {
        line-height: 30px;
        font-size: 14px; } }
    @media (max-width: 360px) {
      .wspin-input-detail input {
        line-height: 28px;
        font-size: 13px;
        width: 45%; } }
    @media (max-width: 320px) {
      .wspin-input-detail input {
        line-height: 25px;
        font-size: 12px;
        width: 50%; } }

@media (max-width: 1024px) {
  .weibo-box, .weibo-trigger {
    width: 70%;
    margin: 0 auto; } }
@media (max-width: 768px) {
  .weibo-box, .weibo-trigger {
    width: 90%; } }

.wspin-input-btn {
  position: absolute;
  right: -68px;
  top: -25px; }
  @media (max-width: 1366px) {
    .wspin-input-btn {
      right: -74px;
      top: -33px; } }
  @media (max-width: 1024px) {
    .wspin-input-btn {
      right: auto;
      top: auto;
      bottom: -31px;
      width: 100%; } }
  @media (max-width: 768px) {
    .wspin-input-btn {
      bottom: -56px; } }
  @media (max-width: 480px) {
    .wspin-input-btn {
      width: 100%;
      bottom: -43px; } }
  @media (max-width: 430px) {
    .wspin-input-btn {
      bottom: -32px; } }
  @media (max-width: 414px) {
    .wspin-input-btn {
      bottom: -27px; } }
  @media (max-width: 375px) {
    .wspin-input-btn {
      bottom: -21px; } }
  .wspin-input-btn > button {
    border: 0;
    background: none;
    width: 75%; }
    @media (max-width: 1366px) {
      .wspin-input-btn > button {
        width: 70%; } }
    @media (max-width: 1024px) {
      .wspin-input-btn > button {
        width: 35%; } }
    @media (max-width: 480px) {
      .wspin-input-btn > button {
        width: 40%; } }
    @media (max-width: 375px) {
      .wspin-input-btn > button {
        width: 42%; } }
    .wspin-input-btn > button img {
      filter: drop-shadow(0px 7px 3px rgba(0, 0, 0, 0.8));
      width: 100%; }

.weibospin-rules {
  background-color: #000000;
  margin-top: 6px;
  padding: 35px 0; }
  @media (max-width: 768px) {
    .weibospin-rules {
      padding: 35px 5%; } }
  @media (max-width: 480px) {
    .weibospin-rules {
      padding: 20px 5%; } }
  .weibospin-rules h3 {
    color: #e4b648;
    letter-spacing: 2px;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .weibospin-rules h3 {
        margin-bottom: 10px;
        font-size: 16px;
        margin-left: 10px; } }
  .weibospin-rules ol {
    list-style-type: decimal;
    padding-left: 30px; }
    .weibospin-rules ol li {
      line-height: 1.5em;
      font-size: 18px;
      color: #b9b9b9;
      line-height: 30px; }
      @media (max-width: 480px) {
        .weibospin-rules ol li {
          font-size: 15px;
          line-height: 25px; } }

.wspin-error {
  visibility: hidden;
  position: relative;
  z-index: 3;
  margin-top: 20px; }
  @media (max-width: 480px) {
    .wspin-error {
      margin-top: 40px; } }
  @media (max-width: 430px) {
    .wspin-error {
      margin-top: 30px; } }
  @media (max-width: 414px) {
    .wspin-error {
      margin-top: 25px; } }
  @media (max-width: 375px) {
    .wspin-error {
      margin-top: 10px; } }
  .wspin-error img {
    filter: drop-shadow(0px 3px 1px black); }
  .wspin-error span {
    text-shadow: 0px 3px 3px #000; }
    @media (max-width: 480px) {
      .wspin-error span {
        font-size: 16px; } }
    @media (max-width: 320px) {
      .wspin-error span {
        font-size: 14px; } }

.yellow-txt {
  color: #e7b53d;
  text-decoration: none; }

.lr-elements {
  position: absolute;
  width: 17.5%;
  top: 0;
  z-index: 1; }
  @media (max-width: 1024px) {
    .lr-elements {
      width: 33%;
      /*top: 45%;*/ } }
  @media (max-width: 768px) {
    .lr-elements {
      /* top: 35%;*/ } }

.left-elem {
  left: 4%;
  top: -9%;
  width: 24.5%; }
  @media (max-width: 1024px) {
    .left-elem {
      left: -20%; } }
  @media (max-width: 480px) {
    .left-elem {
      left: -15%;
      width: 36.5%;
      top: -9%; } }

.right-elem {
  right: -8%;
  width: 18.5%;
  top: -27%; }
  @media (max-width: 1024px) {
    .right-elem {
      right: -20%; } }
  @media (max-width: 480px) {
    .right-elem {
      right: -10%;
      width: 27.5%;
      top: -2%; } }

/*# sourceMappingURL=main.css.map */
