/*! 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 {
  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 {
  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'] {
  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;
}

.red {
  color: #f8223c;
}

.green {
  color: #21c06e;
}

.blue {
  color: #0899ec;
}

table.even-color tbody tr:nth-child(even) {
  background-color: #fafafa;
}

body {
  font-family: 'PingFang SC', 'Apple LiGothic Medium', 'Droid Sans',
    'Microsoft YaHei', 'Microsoft JhengHei', 'Helvetica Neue', Helvetica,
    sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  width: 100%;
  height: 100vh;
  background-color: #f0f0f0;
}

a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

p {
  padding: 0;
  margin: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wrapper {
  width: 1200px;
  height: 100%;
  margin: auto;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.container__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 0;
  box-sizing: border-box;
}
.container__footer {
  min-width: 1200px;
}

.content-pair {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.button-primary {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-flex;
}
.button-primary:hover {
  color: #178aff;
  background-color: #e8f3ff;
}
.button-primary.active {
  background-color: #178aff;
  color: #ffffff;
}
.button-primary.disable {
  background-color: #ebebeb;
}

.button-outline {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-flex;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ebebeb;
  color: #000000;
}
.button-outline:hover {
  color: #178aff;
  box-shadow: inset 0 0 0 1px #178aff;
}
.button-outline.active {
  box-shadow: inset 0 0 0 1px #178aff;
  background-color: #178aff;
  color: #ffffff;
}
.button-outline.disable {
  background-color: #fafafa;
  color: #cdcdcd;
  cursor: no-drop;
  box-shadow: inset 0 0 0 1px #ebebeb;
}

.refresh-img {
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../img/refresh.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.button-outline:hover .refresh-img {
  background-image: url(../img/refresh-p.png);
}

.checkbox {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.checkbox__label {
  font-size: 1rem;
  line-height: 1rem;
}
.checkbox:hover .checkbox__select {
  border-color: #178aff;
}
.checkbox:hover .checkbox__label {
  color: #178aff;
}
.checkbox.active .checkbox__select {
  background-image: url(../img/checkbox-v.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #178aff;
  background-color: #178aff;
}
.checkbox.active .checkbox__label {
  color: #178aff;
}
.checkbox__select {
  width: 1rem;
  height: 1rem;
  border: solid 1px #000000;
  margin: 0 8px;
  border-radius: 2px;
  background-color: #ffffff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.selectbox {
  min-width: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.selectbox:hover .selectbox__select {
  color: #178aff;
  box-shadow: inset 0 0 0 1px #178aff;
}
.selectbox::before {
  content: '';
  position: absolute;
  right: 0;
  width: 16px;
  height: 14px;
  background-image: url(../img/selectbox-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  pointer-events: none;
}
.selectbox__text {
  margin-right: 8px;
}
.selectbox__select {
  width: 100%;
  padding: 0 0.5rem;
  padding-right: 1.5rem;
  height: 30px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-flex;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ebebeb;
  border: 0;
}

textarea,
input {
  outline: none;
}

.inputbox {
  width: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.inputbox.date {
  width: auto;
}
.inputbox:hover .inputbox__input {
  border-color: #178aff;
  color: #178aff;
}
.inputbox.avtive .inputbox__input {
  border-color: #178aff;
  background-color: #178aff;
  color: #ffffff;
}
.inputbox__input {
  width: 100%;
  height: 30px;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 500;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.75rem;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.75rem;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.75rem;
}

input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.75rem;
}

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 0.75rem;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 0.75rem;
}

textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 0.75rem;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 0.75rem;
}

.sequence {
  display: inline-block;
  cursor: pointer;
  width: 0.875rem;
  height: 0.875rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 4px;
  box-sizing: border-box;
}
.sequence:hover {
  transform: rotate(180deg);
}
.sequence.top {
  background-image: url(../img/sequence-top.svg);
}
.sequence.down {
  background-image: url(../img/sequence-down.svg);
}

input[type='color'] {
  -webkit-appearance: none;
  border: none;
  width: 100px;
  height: 30px;
  border: solid 1px #ebebeb;
  padding: 4px;
  box-sizing: border-box;
  cursor: pointer;
}

input[type='color']::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type='color']::-webkit-color-swatch {
  border: none;
}

input {
  height: 30px;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
  padding: 0 8px;
  border: solid 1px #ebebeb;
}
input:focus {
  border-color: #178aff;
}
input.focus {
  border-color: #178aff;
}

.tableballbox__item.addplus:after {
  content: '';
  background-image: url(../img/plus.svg);
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
}

.tableballbox__item.addequal:after {
  content: '';
  background-image: url(../img/equal.svg);
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
}

.stepbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stepbar__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding-left: 8px;
}
.stepbar__item.active {
  color: #178aff;
}
.stepbar__item.active .stepbar__item__number {
  border-color: #178aff;
}
.stepbar__item:first-child::after {
  content: '-';
  position: relative;
}
.stepbar__item:last-child {
  margin-right: 0;
}
.stepbar__item__number {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ebebeb;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.stepbar__item__text {
  width: 100%;
  padding: 4px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  flex: 1;
}

.ball.dice-1 {
  background-image: url(../img/ball/dice/dice1@1.5x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.dice-2 {
  background-image: url(../img/ball/dice/dice2@1.5x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.dice-3 {
  background-image: url(../img/ball/dice/dice3@1.5x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.dice-4 {
  background-image: url(../img/ball/dice/dice4@1.5x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.dice-5 {
  background-image: url(../img/ball/dice/dice5@1.5x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.dice-6 {
  background-image: url(../img/ball/dice/dice6@1.5x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.zodiac-3 {
  background-image: url(../img/ball/zodiac/icon03Dragon@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.zodiac-4 {
  background-image: url(../img/ball/zodiac/icon04Snake@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.zodiac-0 {
  background-image: url(../img/ball/zodiac/icon00Mouse@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.zodiac-7 {
  background-image: url(../img/ball/zodiac/icon07Monkey@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.zodiac-6 {
  background-image: url(../img/ball/zodiac/icon06Sheep@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.zodiac-5 {
  background-image: url(../img/ball/zodiac/icon05Horse@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.zodiac-1 {
  background-image: url(../img/ball/zodiac/icon01Tiger@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.zodiac-9 {
  background-image: url(../img/ball/zodiac/icon09Pig@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.zodiac-2 {
  background-image: url(../img/ball/zodiac/icon02Rabbit@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.zodiac-8 {
  background-image: url(../img/ball/zodiac/icon08Chickens@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-1 {
  background-image: url(../img/ball/fruit/haomaimg1@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-2 {
  background-image: url(../img/ball/fruit/haomaimg2@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-3 {
  background-image: url(../img/ball/fruit/haomaimg3@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-4 {
  background-image: url(../img/ball/fruit/haomaimg4@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-5 {
  background-image: url(../img/ball/fruit/haomaimg5@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-6 {
  background-image: url(../img/ball/fruit/haomaimg6@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-7 {
  background-image: url(../img/ball/fruit/haomaimg7@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-8 {
  background-image: url(../img/ball/fruit/haomaimg8@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-9 {
  background-image: url(../img/ball/fruit/haomaimg9@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-10 {
  background-image: url(../img/ball/fruit/haomaimg10@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-11 {
  background-image: url(../img/ball/fruit/haomaimg11@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-12 {
  background-image: url(../img/ball/fruit/haomaimg12@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-13 {
  background-image: url(../img/ball/fruit/haomaimg13@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-14 {
  background-image: url(../img/ball/fruit/haomaimg14@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-15 {
  background-image: url(../img/ball/fruit/haomaimg15@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-16 {
  background-image: url(../img/ball/fruit/haomaimg16@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-17 {
  background-image: url(../img/ball/fruit/haomaimg17@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-18 {
  background-image: url(../img/ball/fruit/haomaimg18@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-19 {
  background-image: url(../img/ball/fruit/haomaimg19@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.ball.haomaimg-20 {
  background-image: url(../img/ball/fruit/haomaimg20@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.statusbar {
  width: 100%;
  min-width: 1200px;
  height: 30px;
  background-color: #f8f8f8;
}
.statusbar__box {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.statusbar__box__left {
  flex: 1;
}
.statusbar__box__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.statusbar__box__right .mobile-link {
  padding: 0 12px;
  box-sizing: border-box;
  color: #f8223c;
  border-left: solid 1px #ebebeb;
}
.statusbar__box__right .feedback-link {
  padding: 0 12px;
  box-sizing: border-box;
  border-left: solid 1px #ebebeb;
}

.marquee {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.marquee__icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 4px;
  box-sizing: border-box;
  vertical-align: middle;
}
.marquee__icon > img {
  max-width: 100%;
  max-height: 100%;
}
.marquee__title {
  white-space: nowrap;
}
.marquee__message {
  width: 80%;
  color: #f8223c;
}

.signin-before {
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.signin-before__item {
  padding: 0 12px;
  box-sizing: border-box;
  border-right: solid 1px #ebebeb;
}
.signin-before__item:hover {
  color: #178aff;
}
.signin-before__item:last-child {
  border-right: 0;
}

.signin-after {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.signin-after .member {
  position: relative;
}
.signin-after .member:hover {
  background-color: #ffffff;
}
.signin-after .member:hover .member__information {
  display: block;
}
.signin-after .member__list {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  box-sizing: border-box;
  cursor: pointer;
}
.signin-after .member__list__face {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
  border: solid 1px #ebebeb;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.signin-after .member__list__face > img {
  max-width: 100%;
  max-height: 100%;
}
.signin-after .member__list__name {
  margin-right: 8px;
}
.signin-after .member__list__hovericon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url(../img/drop-down-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.signin-after .member__information {
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  box-sizing: border-box;
  z-index: 5;
}
.signin-after .member__information__item {
  display: flex;
  justify-content: center;
}
.signin-after__item {
  padding: 0 12px;
  box-sizing: border-box;
  border-left: solid 1px #ebebeb;
}
.signin-after__item:hover {
  color: #178aff;
}

.list-number {
  padding: 0 8px;
  box-sizing: border-box;
  border-right: solid 1px #ebebeb;
  margin-bottom: 12px;
}
.list-number__number {
  color: #f8223c;
}
.list-number:last-child {
  padding-right: 0;
  border-right: 0;
}

.togo {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.togo__text {
  margin-right: 4px;
}
.togo__icon {
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../img/togo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.togo:hover {
  color: #178aff;
}
.togo:hover i.togo__icon {
  background-image: url(../img/togo-hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.header {
  width: 100%;
  min-width: 1200px;
  height: 100px;
  background-color: #ffffff;
}
.header__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__box .logo {
  width: 220px;
  height: 100px;
  overflow: hidden;
}
.header__box .h-banner {
  width: 820px;
  height: 100px;
  overflow: hidden;
}

.qr-link {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
}
.qr-link:hover .qr-link__scanning {
  display: block;
}
.qr-link .qr-link__icon {
  width: 52px;
  height: 52px;
}
.qr-link__text {
  margin-left: 8px;
}
.qr-link__text .text {
  display: block;
  line-height: 1.3125rem;
}
.qr-link__scanning {
  display: none;
  position: absolute;
  right: 0;
  top: 85px;
  background-color: #ffffff;
  padding: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 5;
}
.qr-link__scanning__img {
  width: 200px;
  height: 200px;
  margin-bottom: 8px;
}
.qr-link__scanning__img > img {
  max-width: 100%;
  max-height: 100%;
}
.qr-link__scanning__text {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 8px;
  white-space: nowrap;
}

.headermenubar {
  width: 100%;
  min-width: 1200px;
  height: 50px;
  background-color: #178aff;
  position: relative;
}
.headermenubar__box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.menu-item {
  cursor: pointer;
  height: 100%;
}
.menu-item:hover .menu-item__subbox {
  display: block;
}
.menu-item:hover .menu-item__subbox-2 {
  display: flex;
}
.menu-item.active {
  background: #157ce6;
}
.menu-item__link {
  display: flex;
  align-items: center;
  height: 100%;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
.menu-item__link:hover {
  background-color: #ffffff;
  color: #f8223c;
}
.menu-item__link:hover i.menu-item__icon {
  background-image: url(../img/drop-down-icon-r.svg);
}
.menu-item .menu-item__icon {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 4px;
  background-image: url(../img/drop-down-icon-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
}

.menu-item__subbox {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  min-width: 1200px;
  background-color: #ffffff;
  z-index: 5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.menu-item__subbox-2 {
  width: 122px;
  position: absolute;
  top: 50px;
  z-index: 4;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
}
.menu-item__subbox-2__item {
  width: 100%;
  height: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #178aff;
  color: #ffffff;
}
.menu-item__subbox-2__item:hover {
  background-color: #ffffff;
  color: #f8223c;
}

.header-tabs {
  width: 100%;
  display: flex;
  height: 50px;
  justify-content: space-between;
  align-items: center;
}
.header-tabs__item {
  flex: 1;
  height: 100%;
  background-color: #e8f3ff;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #ffffff;
  box-sizing: border-box;
  cursor: pointer;
}
.header-tabs__item:last-child {
  border-right: 0;
}
.header-tabs__item:hover {
  color: #178aff;
}
.header-tabs__item.active {
  color: #178aff;
  background-color: #ffffff;
}

.header-content {
  width: 100%;
}
.header-content__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ebebeb;
}
.header-content__item:last-child {
  border-bottom: 0;
}
.header-content__item__left {
  width: 158px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0;
}
.header-content__item__left .h-content-icon {
  vertical-align: middle;
}
.header-content__item__left .h-content-title {
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-left: 12px;
}
.header-content__item__right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 16px;
  box-sizing: border-box;
}

.content-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 16px;
}
.content-1__ad {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.content-1__films {
  width: 100%;
  height: 100%;
  position: relative;
  border-top: solid 1px #ebebeb;
  box-sizing: border-box;
}
.content-1__films__previous {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
  font-size: 0;
  line-height: 0;
}
.content-1__films__next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
  font-size: 0;
  line-height: 0;
}

.slick-dots {
  bottom: 0 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.filmsbox {
  width: 100%;
  padding: 0 1rem;
  padding-right: .5rem;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.filmsbox__item {
  width: 25%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 8px;
  cursor: pointer;
}
.filmsbox__item:hover {
  background-color: #e8f3ff;
}
.filmsbox__item:hover .videobox__mask {
  opacity: 1;
}
.filmsbox__item__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.filmsbox__item__content .title {
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  color: #666666;
  margin: 8px 4px;
  font-weight: 400;
}

.videobox {
  width: 151px;
  height: 95px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.videobox > img {
  width: 100%;
}
.videobox__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.timerbox {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.timerbox__hour__text {
  padding: 0 4px;
}
.timerbox__minute__text {
  padding: 0 4px;
}
.timerbox__second__text {
  padding: 0 4px;
}

.content-2 {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.content-2__title {
  width: 100%;
  padding: 16px;
  padding-bottom: 8px;
  box-sizing: border-box;
}
.content-2__title__text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 8px;
}
.content-2__title__img {
  width: 100%;
  text-align: center;
}
.content-2__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  padding-top: 0;
  box-sizing: border-box;
}

.content-2__cards {
  width: 33.33%;
  padding: 12px 0;
  cursor: pointer;
}
.content-2__cards:hover {
  background-color: #e8f3ff;
}
.content-2__cards:hover .text {
  color: #178aff;
}
.content-2__cards__img {
  width: 76px;
  margin: auto;
}
.content-2__cards__img > img {
  width: 100%;
}
.content-2__cards__name {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 8px;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 0.875rem;
  white-space: nowrap;
}

.content-3 {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.content-3__menu {
  width: 100%;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
}
.content-3__menu.hide {
  display: none;
}
.content-3__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.content-3__content__item {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #ebebeb;
}
.content-3__content__item:last-child {
  border-bottom: 0;
}

.lottery-card {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 16px;
  box-sizing: border-box;
}
.lottery-card__content {
  display: flex;
  justify-content: space-between;
}
.lottery-card__content__icon {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-right: 12px;
}
.lottery-card__content__icon > img {
  width: 100%;
}
.lottery-card__content__title {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.lottery-card__content__title .ballnumber {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
  box-sizing: border-box;
}
.lottery-card__content__quickselection {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.lottery-card__content__form {
  width: 100%;
  margin: 8px 0;
}

.lotterybox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 0;
  box-sizing: border-box;
}
.lotterybox__lottery-name {
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #000000;
  margin-left: 8px;
}
.lotterybox__lottery-datenumber {
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-left: 8px;
}
.lotterybox__lottery-datenumber__number {
  color: #178aff;
}
.lotterybox__lottery-datenumber__text {
  margin: 0 4px;
}
.lotterybox__lottery-detail {
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #666666;
  font-weight: 400;
  margin-left: 8px;
}
.lotterybox__lottery-detail__text {
  margin-left: 8px;
}
.lotterybox__lottery-explanation {
  margin: 0 1rem;
}

.ballbox {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.ballbox.no-wrap {
  flex-wrap: nowrap;
}
.ballbox.no-wrap .ballbox__item {
  width: auto;
}
.ballbox__item {
  width: 40px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.ballbox__item > img {
  width: 100%;
}
.ballbox__item__detail {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  margin-top: 4px;
  box-sizing: border-box;
}

.countdown {
  margin: 8px 0;
  box-sizing: border-box;
}
.countdown .timerbox__hour {
  display: flex;
  align-items: center;
}
.countdown .timerbox__minute {
  display: flex;
  align-items: center;
}
.countdown .timerbox__second {
  display: flex;
  align-items: center;
}
.countdown .timerbox__hour__number,
.countdown .timerbox__minute__number,
.countdown .timerbox__second__number {
  background-color: #178aff;
  color: #ffffff;
  padding: 8px;
  border-radius: 4px;
}

.content-4 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.content-4__title {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
  font-size: 1.125rem;
}
.content-4__date {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
}
.content-4__detail {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px 16px;
  box-sizing: border-box;
}

.c4-detail {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.c4-detail__color {
  background-color: #000;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  margin-right: 4px;
  display: inline-block;
}
.c4-detail__color.active {
  background-color: #178aff;
}
.c4-detail__color.today {
  background-color: #f0f0f0;
}

.content-5 {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.content-5__title {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  box-sizing: border-box;
  border-bottom: solid 1px #ebebeb;
}
.content-5__content {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
}
.content-5__menubar {
  border-bottom: solid 1px #ebebeb;
}

.content-6 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.content-6__submenu {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.content-6__submenu .menubar__item__lightborder {
  display: none;
}
.content-6__chartbox {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.content-6__chartbox__control {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  box-shadow: 0 1px 0 0 #ebebeb;
  box-sizing: border-box;
}
.content-6__chartbox__number {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 16px 8px;
  box-sizing: border-box;
}
.content-6__chartbox__number .button-outline {
  height: 30px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.content-6__chartbox__content {
  width: 100%;
  padding: 0 1rem 1rem;
  box-sizing: border-box;
}
.content-6__other {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-6__other .c6-linkbox {
  width: 49.4%;
}

.c6-linkbox {
  display: flex;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.c6-linkbox__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 1rem;
  text-align: center;
}
.c6-linkbox__left__icon {
  width: 104px;
  height: 104px;
  margin-bottom: 16px;
}
.c6-linkbox__left__icon > img {
  width: 100%;
}
.c6-linkbox__right {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.linkgroup {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.linkgroup:last-child {
  margin-bottom: 0;
}
.linkgroup__title {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #178aff;
  margin-bottom: 8px;
  padding: 0 1rem;
  box-sizing: border-box;
}
.linkgroup_content {
  width: 100%;
}

.c6-select {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.c6-select__title {
  padding: 1rem 1rem 0;
  box-sizing: border-box;
  margin-top: -0.5rem;
  display: flex;
  justify-content: flex-start;
}
.c6-select__content {
  display: flex;
  flex-wrap: wrap;
}
.c6-select__content__item {
  margin-right: 8px;
  margin-bottom: 8px;
}

.content-7 {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.content-7__lottery {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  box-sizing: border-box;
  border-bottom: solid 1px #ebebeb;
}
.content-7__lottery__icon {
  width: 90px;
  height: 90px;
  padding-right: 1rem;
}
.content-7__lottery__icon > img {
  width: 100%;
}
.content-7__linkbox {
  display: flex;
}
.content-7__linkbox__item {
  padding: 16px;
  border-right: solid 1px #ebebeb;
}
.content-7__linkbox__item:last-child {
  border-right: 0;
}
.content-7 .countdown {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  border-left: solid 1px #ebebeb;
}
.content-7 .countdown__title {
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 16px;
}

.content-7__lottery__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.content-7__lottery__content .lottery-title__explanation {
  margin-left: 16px;
}
.content-7__lottery__content .lotterybox {
  margin-bottom: 8px;
}

.content-7__videobox {
  padding: 16px;
  border-left: solid 1px #ebebeb;
  box-sizing: border-box;
  cursor: pointer;
}
.content-7__videobox:hover .videobox__mask {
  opacity: 1;
}

.content-7-total {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  border-left: solid 1px #ebebeb;
}
.content-7-total__title {
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 16px;
}
.content-7-total__title__subtext {
  font-size: 0.875rem;
  color: #666666;
  margin: 0 8px;
}
.content-7-total__content {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
.content-7-total__content__subtext {
  margin: 0 16px 0 8px;
}

.content-8 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  min-height: 500px;
}
.content-8__titlebar {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 0 0 #ebebeb;
}
.content-8__titlebar__left {
  display: flex;
  height: 100%;
  align-items: center;
  flex: none;
}
.content-8__titlebar__right {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  height: 100%;
  align-items: center;
}
.content-8__titlebar__right .selectbox {
  margin: 0 8px;
}
.content-8__titlebar__right .selectbox:last-child {
  margin-right: 0;
}
.content-8__controlbar {
  width: 100%;
}
.content-8__controlbar__item {
  width: 100%;
  padding: 8px 16px;
  box-sizing: border-box;
  border-bottom: solid 1px #ebebeb;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.content-8__controlbar__item > table {
  margin-bottom: 16px;
}
.content-8__controlbar__item__title {
  padding: 1rem;
  box-sizing: border-box;
}
.content-8__controlbar__item__item {
  width: 100%;
}
.content-8__controlbar__item__item__title {
  width: 100%;
  text-align: left;
}
.content-8__controlbar__item__content {
  display: flex;
}
.content-8__controlbar__item__content .item {
  margin-right: 8px;
}
.content-8__content {
  padding: 16px;
  box-sizing: border-box;
}

.c8-itemtitle {
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
}

.c8-titlename {
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding: 1rem;
  box-sizing: border-box;
  border-right: solid 1px #ebebeb;
  background-color: #178aff;
  color: #ffffff;
}

.c8-menubox {
  display: flex;
  height: 100%;
  align-items: center;
}
.c8-menubox .menubar {
  border-right: solid 1px #ebebeb;
}
.c8-menubox__btnbox {
  display: flex;
  height: 100%;
  align-items: center;
  border-right: solid 1px #ebebeb;
  padding: 0 16px;
  box-sizing: border-box;
}
.c8-menubox__btnbox__item {
  margin: 0 8px;
}

.content-8__titlebar__right {
  padding-right: 16px;
}

.c8-select {
  width: 100%;
  display: flex;
  padding: 8px 0 0;
}
.c8-select__search {
  white-space: nowrap;
}
.c8-select__article {
  padding: 0 1rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.c8-select__title {
  padding: 0 1rem;
  box-sizing: border-box;
  margin-top: 8px;
  white-space: nowrap;
}
.c8-select__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c8-select__content__textarea {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.4rem;
  font-weight: 400;
}
.c8-select__content .btnbox__item {
  margin-right: 8px;
  margin-bottom: 8px;
}
.c8-select__content__item {
  margin-right: 8px;
  margin-bottom: 8px;
}
.c8-select__content .group-btn {
  margin: 0 16px;
}
.c8-select__content .group-btn__item {
  margin: 0 4px;
}
.c8-select__content__text {
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-top: 8px;
}
.c8-select__content-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
  box-sizing: border-box;
}
.c8-select__content-2__control .libox {
  width: 400px;
}
.c8-select__content-2__control .libox .libox__control__item {
  margin-right: 16px;
}
.c8-select__content-2__menuber {
  border-bottom: solid 1px #ebebeb;
}
.c8-select__content-2__btnbox {
  width: 100%;
  padding: 16px 16px 8px;
  box-sizing: border-box;
  background-color: #f0f0f0;
}
.c8-select__content-2__btnbox .button-outline {
  margin-right: 8px;
  margin-bottom: 8px;
}

.c8-changltx {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c8-changltx__item {
  padding: 1rem;
  border: solid 1px #ebebeb;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 0.875rem;
}

.c8-explanation {
  width: 100%;
  height: 32px;
  overflow: hidden;
  position: relative;
  display: flex;
  cursor: pointer;
  background-color: #e8f3ff;
  padding: 0 1rem;
  box-sizing: border-box;
  border-radius: 4px;
  padding-bottom: 8px;
}
.c8-explanation:hover {
  box-shadow: inset 0 0 0 1px #178aff;
}
.c8-explanation:hover .c8-explanation__icon {
  background-image: url(../img/drop-down-icon-p.svg);
}
.c8-explanation.active {
  min-height: 30px;
  height: auto;
}
.c8-explanation.active .c8-explanation__icon {
  transform: rotate(180deg);
  background-image: url(../img/drop-down-icon-p.svg);
}
.c8-explanation__icon {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  right: 1rem;
  top: 0.65rem;
  background-image: url(../img/drop-down-icon.svg);
  background-repeat: no-repeat;
}
.c8-explanation__title {
  color: #178aff;
  white-space: nowrap;
  margin-top: 8px;
}
.c8-explanation__content {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0 2rem 0 0;
  box-sizing: border-box;
  margin-top: 4px;
}

.c8-datebox {
  display: flex;
}
.c8-datebox__item {
  margin: 0 4px;
}

.content-9 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
.content-9__title {
  width: 100%;
  height: 50px;
  border-bottom: solid 1px #ebebeb;
  display: flex;
  align-items: center;
}
.content-9__title__text {
  padding: 0 16px;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.content-9__control {
  display: flex;
  flex-direction: column;
  padding: 16px 0;
  box-sizing: border-box;
  border-bottom: solid 1px #ebebeb;
}
.content-9__control__item {
  width: 100%;
  margin-bottom: 8px;
}
.content-9__content {
  padding: 16px;
  box-sizing: border-box;
  position: relative;
}
.content-9__content__control {
  position: absolute;
  right: 16px;
  top: 16px;
}

.c9-showstyle {
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  padding: 0px 8px;
}
.c9-showstyle__item {
  display: flex;
  margin-right: 16px;
}
.c9-showstyle__item:last-child {
  margin-right: 0;
}
.c9-showstyle__item.full {
  flex: 1;
  overflow: auto;
}
.c9-showstyle .ballbox__item {
  margin:8px;
}
.c9-showstyle.rwd{
  flex-wrap: wrap;
  width: 100% !important;
  height:auto!important;
  padding: 8px 8px
}
.c9-showstyle.rwd .c9-showstyle__item.full{
  flex: none;
  width: 100%;
  padding: 8px 0px 8px;
  margin-right: 0px;
}
.c9-ifeame {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.c9-ifeame__code {
  flex: 1;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  font-size: 0.875rem;
  font-weight: 400;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #f0f0f0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c9-ifeame__code__text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c9-ifeame__code:-webkit-scrollbar {
  display: none;
}
.c9-ifeame__code:hover {
  background-color: #e8f3ff;
  color: #178aff;
  border-color: #178aff;
}
.c9-ifeame__copybtn {
  margin: 16px;
}

.content-10 {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  min-height: 382px;
}
.content-10__title {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
  height: 50px;
  align-items: center;
  padding: 0 16px;
}
.content-10__content {
  padding: 16px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}
.content-10__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  box-sizing: border-box;
  border-right: solid 1px #ebebeb;
}
.content-10__left__item {
  width: 100%;
  margin-bottom: 16px;
}
.content-10__left__item .c8-select__title {
  min-width: 120px;
}
.content-10__left__item .button-primary {
  margin: 0 8px;
}
.content-10__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  box-sizing: border-box;
}
.content-10__right__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-10__right__item .textarea {
  font-size: 0.75rem;
  width: 100%;
  text-align: center;
  line-height: 0.75rem;
  margin: 16px 0;
  color: #666666;
  font-weight: 400;
}
.content-10__right__item .member {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-10__right__item .member__face {
  display: flex;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 16px;
  border: solid 2px #ebebeb;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.content-10__right__item .member__face > img {
  width: 100%;
}
.content-10__right__item .button-outline {
  margin: auto;
}

.content-11 {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}
.content-11__title {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
  height: 50px;
  align-items: center;
  padding: 0 16px;
}
.content-11__content {
  display: flex;
  flex-direction: column;
}

.c11-search {
  width: 100%;
  height: 50px;
  display: flex;
  padding: 16px;
  box-sizing: border-box;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
}
.c11-search .text-title {
  margin-bottom: 16px;
}
.c11-search__item {
  display: inline-flex;
  align-items: center;
  border-right: solid 1px #ebebeb;
  padding-right: 16px;
  box-sizing: border-box;
}
.c11-search__item:last-child {
  border-right: 0;
}
.c11-search__item__text {
  padding: 0 16px;
}
.c11-search__item__input {
  display: flex;
  align-items: center;
}
.c11-search__item__input .connection {
  padding: 0 8px;
}
.c11-search__item .button-primary {
  margin: 0 16px;
}

.c11-control {
  width: 100%;
  padding: 16px 0;
  border-bottom: solid 1px #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c11-control__item {
  flex: 1;
  padding: 0 16px;
  box-sizing: border-box;
  border-right: solid 1px #ebebeb;
  text-align: center;
}
.c11-control__item__icon {
  width: 30px;
  height: 30px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.875rem;
  margin: 0 4px;
}
.c11-control__item__icon.red {
  background-color: #f8223c;
}
.c11-control__item__icon.blue {
  background-color: #0899ec;
}
.c11-control__item__text {
  margin: 0 4px;
}
.c11-control__item:last-child {
  border-right: 0;
}

.c11-content {
  width: 100%;
  padding: 16px;
}

.c11-pagination {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 1px #ebebeb;
}

.content-12 {
  position: absolute;
  bottom: 0;
  right: 0px;
  left: -4px;
  top: 178px;
  background-image: url(../img/login-page.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 1204px;
}
.content-12__content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.c12-card-2 {
  width: 800px;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin: 0 30px;
}

.c12-card {
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  margin: 0 30px;
  display: flex;
  flex-direction: column;
}
.c12-card.logincaed {
  width: 380px;
  height: 548px;
}
.c12-card.forget {
  width: 380px;
}
.c12-card.feedback {
  width: 1000px;
}
.c12-card__title {
  width: 100%;
  height: 50px;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex: none;
}
.c12-card__title__item {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c12-card__title__item .button-primary {
  flex: 1;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
  font-size: 1rem;
}
.c12-card__title__item .button-primary.active {
  background-color: #7dbdff;
}
.c12-card__content {
  box-sizing: border-box;
  padding: 16px 16px;
  width: 100%;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c12-card__content .c8-select__content {
  width: 100%;
}
.c12-card__content .c8-select__content input {
  width: 100%;
  max-width: 218px;
}
.c12-card__content .c12-style {
  border: solid 1px #ebebeb;
  width: 100%;
  height: 100px;
  resize: none;
  padding: 8px 16px;
  box-sizing: border-box;
  font-size: 1rem;
}
.c12-card__content .passcode {
  display: flex;
}
.c12-card__content .passcode__input {
  width: 80px;
  margin-right: 8px;
}
.c12-card__content .passcode_img {
  width: 100px;
  height: 30px;
  overflow: hidden;
}
.c12-card__content .passcode_img > img {
  width: 100%;
}
.c12-card__content__item {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
}
.c12-card__content__item.mb-16 {
  margin-bottom: 1rem;
}
.c12-card__content__item.enter {
  padding-top: 1rem;
}
.c12-card__content__item .c8-select__title {
  min-width: 100px;
  text-align: right;
}
.c12-card__content__item .button-outline {
  min-width: 150px;
  display: flex;
  justify-content: center;
  margin: 0 16px;
  font-size: 1rem;
  line-height: 1rem;
}

.c13-leaderboard {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.c13-leaderboard__item {
  flex: 1;
  max-width: 50%;
  margin: 0 16px;
  box-sizing: border-box;
  background-color: #f0f0f0;
}

.leaderboardbox {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.leaderboardbox__title {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: space-between;
}
.leaderboardbox__title.red-bg {
  background-color: #a979fc;
}
.leaderboardbox__title.blue-bg {
  background-color: #3fc4fe;
}
.leaderboardbox__title__left {
  height: 50px;
  align-items: center;
  flex: 1;
  display: flex;
}
.leaderboardbox__title__right {
  height: 50px;
  align-items: center;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.leaderboardbox__content {
  width: 100%;
  margin-top: -100px;
  display: flex;
  padding: 0 16px;
  box-sizing: border-box;
}

.c13-itemtitle {
  height: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}

.c13-datebox {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c13-datebox__item {
  color: #ffffff;
  margin-left: 16px;
}
.c13-datebox__item:hover {
  background-color: #157ce6;
  color: #ffffff;
}
.c13-datebox__item.active {
  background-color: #ffffff;
  color: #178aff;
}

.c13-achievement {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.c13-achievement__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
}
.c13-achievement__title__item {
  flex: 1;
  padding: 16px;
}
.c13-achievement__title__item .c13-ranking {
  flex-direction: column;
}
.c13-achievement__title__item .c13-ranking.special .c13-ranking__img {
  transform: scale(1.25);
}
.c13-achievement__title__item .c13-ranking__name {
  margin-bottom: 8px;
}
.c13-achievement__content {
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
}
.c13-achievement__content__item {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ebebeb;
}

.c13-ranking {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c13-ranking__sort {
  width: 100%;
  text-align: center;
}
.c13-ranking__sort__text {
  background-color: #178aff;
  color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  display: inline-block;
  line-height: 24px;
}
.c13-ranking__img {
  width: 50px;
  height: 50px;
  margin: auto;
  margin-bottom: 16px;
}
.c13-ranking__name {
  width: 100%;
  text-align: center;
}
.c13-ranking__number {
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.jc-information {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.jc-information__item {
  margin-right: 16px;
  display: flex;
  flex-direction: column;
}
.jc-information__item.flex-1 {
  flex: 1;
}
.jc-information__item:last-child {
  margin-right: 0;
}
.jc-information__item .table {
  margin: 16px 0;
  flex: 1;
}
.jc-information__item .table table {
  height: 100%;
}

.jc-menberbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}
.jc-menberbox__item {
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
}
.jc-menberbox__item:last-child {
  margin-bottom: 0;
}
.jc-menberbox__item__img {
  width: 50px;
  height: 50px;
  margin: auto;
  overflow: hidden;
  border-radius: 100px;
}
.jc-menberbox__item__img > img {
  width: 100%;
}

.jc-textbox {
  border: solid 1px #ebebeb;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
  margin: 16px 0;
}
.jc-textbox__text {
  width: 100%;
}

.content-14 {
  width: 100%;
  margin-bottom: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.content-14__banner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.content-14__banner__img {
  position: relative;
}
.content-14__banner__img:hover .c14-alink {
  display: flex;
}
.content-14__box {
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding-bottom: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.content-14__box__title {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #ebebeb;
}
.content-14__box__content {
  flex: 1;
  width: 100%;
}

.c14-card {
  border-bottom: solid 1px #ebebeb;
  display: flex;
  flex-direction: column;
}
.c14-card:last-child {
  border-bottom: 0;
}
.c14-card__title {
  width: 100%;
  padding: 8px;
  padding-bottom: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.c14-card__title__img {
  width: 50px;
  margin-right: 8px;
}
.c14-card__content {
  padding: 8px;
  box-sizing: border-box;
}
.c14-card__content__titlename {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
}
.c14-card__content__titlename__img {
  width: 1rem;
  margin-right: 8px;
}
.c14-card__content .c14-titlename {
  font-size: 0.875rem;
}
.c14-card__content__alinkbox {
  padding: 8px 0;
  box-sizing: border-box;
}

.c14-alink {
  width: 100%;
  display: none;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-wrap: wrap;
  color: #ffffff;
}
.c14-alink__text {
  width: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  height: 20px;
  margin-top: 40px;
}
.c14-alink__link {
  border: solid 1px #ffffff;
  display: inline-flex;
  color: #ffffff;
  width: 66px;
  text-align: center;
  font-size: 0.875rem;
  box-sizing: border-box;
  margin-right: 8px;
  white-space: nowrap;
  height: 40px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.c14-alink__link:last-child {
  margin-right: 0;
}
.c14-alink__link:hover {
  background-color: #000;
}

.content-15 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.content-15__title {
  width: 100%;
  height: 50px;
  border-bottom: solid 1px #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-15__title__left {
  flex: 1;
  padding: 0 16px;
  box-sizing: border-box;
}
.content-15__title__right {
  padding: 0 16px;
  box-sizing: border-box;
}
.content-15__linkbox {
  padding: 16px;
  padding-bottom: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-15__linkbox .button-outline {
  width: 88px;
  height: 50px;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  margin-bottom: 16px;
}
.content-15__search {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-15__search__item {
  height: 40px;
  width: 33.333%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.75rem;
  cursor: pointer;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
}
.content-15__search__item:hover {
  color: #178aff;
}
.content-15__search__item.active {
  color: #ffffff;
  background-color: #178aff;
}
.content-15__content {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}
.content-15__content__imgbox {
  width: 100%;
}
.content-15__content__imgbox > img {
  max-width: 100%;
}
.content-15__content__imgname {
  width: 100%;
  text-align: center;
  padding: 16px 0;
}

.nodata {
  width: 100%;
  display: flex;
  justify-content: center;
}
.nodata .nodata__img {
  width: 480px;
  margin-top: 50px;
  margin-bottom: 30vh;
  padding-left: 30px;
  box-sizing: border-box;
}
.nodata .nodata__img > img {
  width: 100%;
}

.personal-menu {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  flex-direction: column;
  padding: 16px;
}
.personal-menu__about {
  width: 100%;
  display: flex;
  justify-content: center;
}
.personal-menu__about .member {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.personal-menu__about .member__face {
  display: flex;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 8px;
  border: solid 2px #ebebeb;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.personal-menu__about .member__name {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 1.25rem;
}
.personal-menu__about .member__information {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.personal-menu__about .member__information__item {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.personal-menu__about .member__information__item .information__text {
  margin: 0 4px;
}
.personal-menu__alinkbox {
  width: 100%;
}
.personal-menu__alinkbox .menulink {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.personal-menu__alinkbox .menulink__item {
  border: solid 1px #ebebeb;
  border-bottom: 0;
}
.personal-menu__alinkbox .menulink__item:last-child {
  border-bottom: solid 1px #ebebeb;
}
.personal-menu__alinkbox .menulink__item .button-primary {
  width: 100%;
  padding: 16px;
  display: flex;
  justify-content: center;
  border-radius: 0;
}

.footer-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer-1__linkbox {
  width: 100%;
  height: 260px;
  background-color: #3f404e;
  min-width: 1200px;
}
.footer-1__linkbox__box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer-1__copyright {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
  min-width: 1200px;
}

.footer-logo {
  width: 200px;
  height: 260px;
  overflow: hidden;
}
.footer-logo__img {
  width: 100%;
}

.footer-fastlink {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
}
.footer-fastlink__title {
  width: 100%;
  line-height: 1.25rem;
  font-size: 1.25rem;
  padding: 1rem;
  padding-left: 0;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.footer-fastlink__title__icon {
  margin-right: 1rem;
}
.footer-fastlink__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-fastlink__content__item {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  padding-left: 3rem;
}

.footer-link {
  color: #ffffff;
  display: inline-block;
  line-height: 0.875rem;
  font-size: 0.875rem;
  cursor: pointer;
  font-weight: 400;
}
.footer-link:hover {
  text-decoration: underline;
}

.footer-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-2__linkbox {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px;
  box-sizing: border-box;
  background-color: #3b3c42;
}
.footer-2__linkbox__item {
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
}
.footer-2__linkbox__item > img {
  width: 50px;
  margin: auto;
  margin-bottom: 16px;
}
.footer-2__linkbox__item > span {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  white-space: nowrap;
}
.footer-2__copyright {
  width: 100%;
  background-color: #2d2e32;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.4rem;
  color: #ffffff;
  padding: 16px 0;
  font-weight: 400;
}
.footer-2__copyright__text {
  display: block;
}

.popup {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow: hidden;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}
.popup.active {
  display: flex;
}
.popup__box {
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.popup__box.w880 {
  width: 880px;
}
.popup__box.w660 {
  width: 660px;
}
.popup__box.w1150 {
  width: 1150px;
}
.popup__box__title {
  width: 100%;
  height: 50px;
  font-size: 1.25rem;
}
.popup__box__content {
  width: 100%;
  font-size: 0;
  line-height: 0;
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup__box__content > img {
  width: 100%;
}
.popup__box__content .article {
  width: 100%;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 2rem;
  font-weight: 400;
}
.popup__box__content .article__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2rem;
  margin-top: 16px;
}
.popup__box__content .article__title:first-child {
  margin-top: 0;
}
.popup__box__control {
  width: 100%;
  border-bottom: solid 1px #ebebeb;
}

.pop-close {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.pop-close:hover {
  background-image: url(../img/close-p.svg);
}

.pop-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
}
.pop-title__left {
  padding: 0 16px;
}
.pop-title__right {
  padding: 0 16px;
}

.zhuanjia-detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  box-sizing: border-box;
}
.zhuanjia-detail__left {
  display: flex;
  flex-direction: column;
}
.zhuanjia-detail__left__name {
  width: 100%;
  height: 33px;
  display: flex;
  align-items: center;
}
.zhuanjia-detail__left__name .name-title {
  margin-right: 8px;
}
.zhuanjia-detail__left__total {
  width: 100%;
  flex: 1;
}
.zhuanjia-detail__right {
  flex: 1;
  margin-left: 16px;
  box-sizing: border-box;
}

.pop-detail {
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  padding: 8px;
  display: flex;
  white-space: nowrap;
}
.pop-detail__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  margin-right: 16px;
}
.pop-detail__left__item {
  width: 100%;
  margin-bottom: 16px;
}
.pop-detail__left__item:last-child {
  margin-bottom: 0;
}
.pop-detail__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  margin-right: 16px;
}
.pop-detail__right__item {
  width: 100%;
  margin-bottom: 16px;
}
.pop-detail__right__item:last-child {
  margin-bottom: 0;
}

.pop-table {
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}

.js-control-pop {
  width: 100%;
  display: flex;
  padding: 16px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
.js-control-pop__left {
  display: flex;
  align-items: center;
}
.js-control-pop__left__text {
  margin-right: 8px;
}
.js-control-pop__left__timerbox .timerbox__hour {
  display: flex;
  align-items: center;
}
.js-control-pop__left__timerbox .timerbox__minute {
  display: flex;
  align-items: center;
}
.js-control-pop__left__timerbox .timerbox__second {
  display: flex;
  align-items: center;
}
.js-control-pop__left__timerbox .timerbox__hour__number,
.js-control-pop__left__timerbox .timerbox__minute__number,
.js-control-pop__left__timerbox .timerbox__second__number {
  background-color: #178aff;
  color: #ffffff;
  padding: 8px;
  border-radius: 4px;
}
.js-control-pop__right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.js-control-pop__right__item {
  margin-right: 16px;
}
.js-control-pop__right__item:last-child {
  margin-right: 0;
}

.changltx-1 {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 1rem;
  box-sizing: border-box;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.changltx-1__title {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
  padding: 0 1rem;
  box-sizing: border-box;
}
.changltx-1__title__text {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.changltx-1__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  box-sizing: border-box;
}
.changltx-1__content__sidebar {
  width: 237px;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  margin-right: 1rem;
  display: flex;
}
.changltx-1__content__container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sidebar__title {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
  padding: 0 1rem;
  white-space: nowrap;
}
.sidebar__title__control {
  display: flex;
}
.sidebar__title__control .button-outline {
  margin-left: 4px;
}
.sidebar__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sidebar__content__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-bottom: solid 1px #ebebeb;
}
.sidebar__content__item:last-child {
  border-bottom: 0;
}

.ultitle {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
  white-space: nowrap;
  background-color: #f8f8f8;
}
.ultitle.active {
  color: #178aff;
}
.ultitle.active .ultitle__text__subicon {
  background-image: url(../img/drop-down-icon-p.svg);
}
.ultitle__text {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.ultitle__text__subicon {
  width: 0.625rem;
  height: 0.625rem;
  background-image: url(../img/drop-down-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 4px;
}
.ultitle__text:hover {
  color: #178aff;
}
.ultitle__text:hover .ultitle__text__subicon {
  background-image: url(../img/drop-down-icon-p.svg);
}
.ultitle__control {
  display: flex;
}
.ultitle__control .button-outline {
  margin-left: 4px;
}

.libox {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.libox__control {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #ebebeb;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.libox__control__item {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 1;
  margin-right: 4px;
}
.libox__control__item:last-child {
  margin-right: 0;
}
.libox__control__item__text {
  margin-right: 4px;
  white-space: nowrap;
}
.libox__control__item .selectbox {
  flex: 1;
}
.libox__content {
  flex: 1;
  padding: 1rem;
  box-sizing: border-box;
}
.libox__content__item {
  width: 100%;
  margin-bottom: 8px;
}
.libox__content__item:last-child {
  margin-bottom: 0;
}

.changltx-control {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
}
.changltx-control__left {
  flex: 1;
}
.changltx-control__right {
  flex: none;
  display: flex;
  align-items: center;
}
.changltx-control__right__text {
  font-weight: 400;
}
.changltx-control__right .selectbox {
  margin: 0 8px;
}

.changltx-table {
  width: 100%;
  flex: 1;
  padding: 1rem 0;
  box-sizing: border-box;
}

.sidebar-menu {
  position: fixed;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.sidebar-menu .sidebar__title {
  background-color: #178aff;
  color: #ffffff;
}
.sidebar-menu .sidebar .button-primary {
  font-size: 1rem;
  line-height: 1rem;
}
.sidebar-menu .sidebar .libox {
  max-height: 50vh;
}
.sidebar-menu .sidebar .libox__content {
  overflow: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table.tablestyle {
  table-layout: fixed;
}
table thead {
  background-color: #f8f8f8;
}
table thead tr th {
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1rem;
  padding: 8px 4px;
  box-sizing: border-box;
}
table tbody tr.tr-bottom-border {
  border-bottom: solid 2px #666666;
}
table tbody tr td {
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem;
  padding: 8px 4px;
  box-sizing: border-box;
}

table,
th,
td {
  border: 1px solid #ebebeb;
  text-align: center;
}
table .continuous-text,
th .continuous-text,
td .continuous-text {
  display: inline-block;
}
table .continuous-text__text,
th .continuous-text__text,
td .continuous-text__text {
  margin-right: 0.5rem;
}
table .continuous-text__text:last-child,
th .continuous-text__text:last-child,
td .continuous-text__text:last-child {
  margin-right: 0;
}
table .textbox,
th .textbox,
td .textbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
table .textbox__text,
th .textbox__text,
td .textbox__text {
  padding: 0.25rem 0;
}
table .tablecheckbox,
th .tablecheckbox,
td .tablecheckbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
table.bg-col,
th.bg-col,
td.bg-col {
  background-color: #fff9f1;
}
table.bg-red,
th.bg-red,
td.bg-red {
  background-color: #d95843;
  color: #ffffff;
}
table.bg-blue,
th.bg-blue,
td.bg-blue {
  background-color: #5498dd;
  color: #ffffff;
}
table.bg-green,
th.bg-green,
td.bg-green {
  background-color: #5f8b31;
  color: #ffffff;
}
table.bg-orange,
th.bg-orange,
td.bg-orange {
  background-color: #e9932c;
  color: #ffffff;
}
table.bg-col-red,
th.bg-col-red,
td.bg-col-red {
  background-color: #ffe1dc;
}
table.bg-col-blue,
th.bg-col-blue,
td.bg-col-blue {
  background-color: #d8ecff;
}
table.bg-col-green,
th.bg-col-green,
td.bg-col-green {
  background-color: #d5eac0;
}
table.bg-col-orange,
th.bg-col-orange,
td.bg-col-orange {
  background-color: #ffdfb9;
}
table.yiloufc,
th.yiloufc,
td.yiloufc {
  background: #9595c5;
  color: #ffffff;
}
table .tablebtnbox,
th .tablebtnbox,
td .tablebtnbox {
  display: inline-block;
}
table .tablebtnbox__item,
th .tablebtnbox__item,
td .tablebtnbox__item {
  margin-right: 4px;
}
table .tablebtnbox__item:last-child,
th .tablebtnbox__item:last-child,
td .tablebtnbox__item:last-child {
  margin-right: 0;
}
table .tableballbox,
th .tableballbox,
td .tableballbox {
  width: 100%;
  display: inline-block;
}
table .tableballbox.flexwrap,
th .tableballbox.flexwrap,
td .tableballbox.flexwrap {
  width: 400px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: auto;
}
table .tableballbox__item,
th .tableballbox__item,
td .tableballbox__item {
  display: inline-block;
  margin: 2px;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
}

.luzhutable {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.luzhutable:last-child {
  margin-bottom: 0;
}
.luzhutable__head {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f8;
  border-bottom: solid 1px #ebebeb;
}
.luzhutable__head__left,
.luzhutable__head__right {
  display: flex;
  height: 100%;
  align-items: center;
}
.luzhutable .luzhutable-scroll {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  background-image: url(../img/luzhutable-bg.svg);
  background-position: right;
  direction: rtl;
}
.luzhutable__content {
  width: 100%;
  white-space: nowrap;
  text-align: right;
  display: flex;
}
.luzhutable__content__item {
  display: flex;
  white-space: nowrap;
  width: 40px;
  flex: none;
  min-height: 168px;
  text-align: center;
  border-left: solid 1px #ebebeb;
  background-color: #ffffff;
}
.luzhutable__content__item:nth-child(even) {
  background-color: #fafafa;
}
.luzhutable__content__item.hightlight {
  background-color: #ffe8bc;
}

.textbox {
  width: 100%;
  height: 100%;
}
.textbox__item {
  width: 100%;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 4px 0;
}

.luzhutable-group {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 8px;
  box-sizing: border-box;
}
.luzhutable-group .head-text {
  padding: 0 4px;
  box-sizing: border-box;
  font-weight: 400;
}
.luzhutable-group .selectbox,
.luzhutable-group .inputbox {
  padding: 0 4px;
  box-sizing: border-box;
}

.ball {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  vertical-align: middle;
}
.ball > img {
  width: 100%;
}
.ball__number {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.ball__subnumber {
  background-color: #f8223c;
  color: #ffffff;
  top: -0.5rem;
  border-radius: 500px;
  right: -0.25rem;
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ball__subnumber__text {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
}

.ball.circle {
  border-radius: 500px;
}

.ball.size-large {
  width: 40px;
  height: 40px;
}

.ball.size-middle {
  width: 30px;
  height: 30px;
}

.ball.color-disable {
  opacity: 0.2;
}

.ball.color--primary {
  background-color: #178aff;
  color: #ffffff;
}

.ball.color--blue {
  background-color: #0899ec;
  color: #ffffff;
}

.ball.color--red {
  background-color: #f8223c;
  color: #ffffff;
}

.ball.color--green {
  background-color: #21c06e;
  color: #ffffff;
}

.ball.color--outline {
  background-color: #ffffff;
  color: #000000;
  border: solid 1px #ebebeb;
}

.ball.color--orange {
  background-color: #ff8b00;
  color: #ffffff;
}

.ball.color--gray {
  background-color: #9e9e9e;
  color: #ffffff;
}

.ball.hightlight {
  box-shadow: 0 0 0 2px #c50018;
}

.ball.ball-01 {
  background-color: #e6de00;
  color: #ffffff;
}

.ball.ball-02 {
  background-color: #0592e0;
  color: #ffffff;
}

.ball.ball-03 {
  background-color: #4c4c4c;
  color: #ffffff;
}

.ball.ball-04 {
  background-color: #ff7501;
  color: #ffffff;
}

.ball.ball-05 {
  background-color: #16e1e1;
  color: #ffffff;
}

.ball.ball-06 {
  background-color: #5333ff;
  color: #ffffff;
}

.ball.ball-07 {
  background-color: #bfbfbf;
  color: #ffffff;
}

.ball.ball-08 {
  background-color: #ff2600;
  color: #ffffff;
}

.ball.ball-09 {
  background-color: #780c02;
  color: #ffffff;
}

.ball.ball-10 {
  background-color: #1fbf15;
  color: #ffffff;
}

.datestyle {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
}
.datestyle__title {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.datestyle__title__previous {
  position: absolute;
  font-size: 0;
  line-height: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.datestyle__title__next {
  position: absolute;
  font-size: 0;
  line-height: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.datestyle__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.datestyle__content__week {
  width: 100%;
  display: flex;
}
.datestyle__content__day {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.week__item {
  width: 14.28%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 0.875rem;
}

.day__item {
  width: 14.28%;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
}
.day__item.today .day__item__text {
  background-color: #f0f0f0;
  color: #000000;
  min-width: 2rem;
  text-align: center;
  line-height: 2rem;
  min-height: 2rem;
  border-radius: 50%;
}
.day__item.active .day__item__text {
  background-color: #178aff;
  color: #ffffff;
  min-width: 2rem;
  text-align: center;
  line-height: 2rem;
  min-height: 2rem;
  border-radius: 50%;
  font-weight: 500;
}

.menubar {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
}
.menubar__next {
  position: absolute;
  right: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.menubar__previous {
  position: absolute;
  left: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
.menubar__itembox {
  display: flex;
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
}
.menubar__item {
  white-space: nowrap;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.menubar__item:hover .menubar__item__text {
  color: #178aff;
}
.menubar__item.active .menubar__item__text {
  color: #178aff;
}
.menubar__item.active .menubar__item__lightborder {
  background-color: #178aff;
}
.menubar__item__text {
  flex: 1;
  display: flex;
  align-items: center;
}
.menubar__item__lightborder {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}

@media screen and (max-width: 576px) {
  .c9-showstyle {
    width: 100% !important;
    height: auto !important;
    flex-wrap: wrap;
    padding: 8px 8px;
  }
  .c9-showstyle .c9-showstyle__item {
    margin-right: 8px;
  }
  .c9-showstyle .c9-showstyle__item .c9-showstyle__item__text {
    font-size: 14px;
  }
  .c9-showstyle .c9-showstyle__item.full {
    flex: none;
    padding: 8px;
    margin-right: 0px;
  }
  .content-9__content__control {
    margin-left: auto;
  }
  .c9-showstyle .ballbox__item {
    margin:0px;
    margin-right:4px;
  }
  .c9-showstyle .ballbox__item:last-child {
    margin-right:0px;
  }
}
@media screen and (max-width: 320px) {
  .c9-showstyle .c9-showstyle__item.full {
    padding:4px;
  }
  .content-9__content__control {
    width: 100%;
    padding-top: 4px;
  }
}
.c9-showstyle .c9-showstyle__item.full::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.c9-showstyle .c9-showstyle__item.full::-webkit-scrollbar-track {
  background-color: #ececec;
}
.c9-showstyle .c9-showstyle__item.full::-webkit-scrollbar-thumb {
  background-color: rgba(56, 89, 100, 0.4);
  border: 2px solid #e3e7f0;
}
.c9-showstyle .c9-showstyle__item.full::-webkit-scrollbar-button {
  height: 0px;
  background: red;
  width: 0px;
}
.c9-showstyle .c9-showstyle__item.full::-webkit-scrollbar-corner {
  margin-top: 20px;
  background-color: #e3e7f1;
}