@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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q,
blockquote {
  quotes: none; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none; }

a img {
  border: none; }

elements-of-type(html5-block) {
  display: block; }

html {
  font-family: 'Microsoft Yahei', '微软雅黑', STXihei, '华文细黑'; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.hide {
  display: none !important; }

/*!
 * fullPage 3.1.1
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -3.52vh;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 1.39vh;
  width: 0;
  border-width: 3.56vh 3.15vh 3.56vh 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 1.39vh;
  border-width: 3.56vh 0 3.56vh 3.15vh;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0); }

#fp-nav.fp-right {
  right: 1.57vh; }

#fp-nav.fp-left {
  left: 1.57vh; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 1.57vh; }

.fp-slidesNav.fp-top {
  top: 1.57vh; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 1.3vh;
  height: 1.2vh;
  margin: 0.65vh;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 1.11vh;
  width: 1.11vh;
  margin: -0.56vh 0 0 -0.56vh;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 0.37vh;
  width: 0.37vh;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -0.19vh 0 0 -0.19vh;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 0.93vh;
  height: 0.93vh;
  margin: -0.46vh 0px 0px -0.46vh; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -0.19vh;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 20.37vh;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 1.85vh; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 1.85vh; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.part {
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 100vh; }

.fullpage {
  opacity: 0; }
  .fullpage.show {
    opacity: 1; }

@-webkit-keyframes scalebtn {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes scalebtn {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@-webkit-keyframes scalebtnM {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scalebtnM {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scale {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(-0.55556vh);
            transform: translateY(-0.55556vh); }
  to {
    -webkit-transform: translateY(0.55556vh);
            transform: translateY(0.55556vh); } }

@keyframes upDown {
  from {
    -webkit-transform: translateY(-0.55556vh);
            transform: translateY(-0.55556vh); }
  to {
    -webkit-transform: translateY(0.55556vh);
            transform: translateY(0.55556vh); } }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0); }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0); }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg); } }

@-webkit-keyframes sway {
  from {
    -webkit-transform: rotateZ(-3deg);
            transform: rotateZ(-3deg); }
  to {
    -webkit-transform: rotateZ(6deg);
            transform: rotateZ(6deg); } }

@keyframes sway {
  from {
    -webkit-transform: rotateZ(-3deg);
            transform: rotateZ(-3deg); }
  to {
    -webkit-transform: rotateZ(6deg);
            transform: rotateZ(6deg); } }

@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translateY(5.55556vh);
            transform: translateY(5.55556vh);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes slideOut {
  from {
    -webkit-transform: translateY(5.55556vh);
            transform: translateY(5.55556vh);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes scaleOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

@keyframes scaleOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

.slide-out {
  -webkit-animation: slideOut 0.6s ease 1 forwards;
          animation: slideOut 0.6s ease 1 forwards; }

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .popup .popup-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); }
  .popup .popup-close {
    position: absolute;
    top: 1.85vh;
    right: 1.85vh;
    background: url(/dlssrznqts/img/popup-close.png?5eba928a) no-repeat center/contain;
    background-size: contain;
    height: 3.33vh;
    width: 3.89vh;
    cursor: pointer; }
  .popup .popup-content {
    background-image: url(/dlssrznqts/img/popup-bg.png?29962c88);
    background-size: contain;
    height: 39.72vh;
    width: 65.83vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.popup-rule {
  text-align: center; }
  .popup-rule .title {
    position: absolute;
    top: 2.78vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff696;
    font-size: 30px; }
    @supports ((-webkit-background-clip: text) or (background-clip: text)) {
      .popup-rule .title {
        background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fff696));
        background: -webkit-linear-gradient(bottom, #ffffff, #fff696);
        background: linear-gradient(to top, #ffffff, #fff696);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent; } }
    .popup-rule .title::after {
      background-image: url(/dlssrznqts/img/popup-after.png?f53742eb);
      background-size: contain;
      height: 2.13vh;
      width: 21.57vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: -1.39vh;
      background-size: cover; }
  .popup-rule .text-wrap {
    position: absolute;
    top: 9.72vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff696;
    font-size: 20px;
    text-align: left;
    line-height: 3.24vh;
    width: 55.56vh;
    height: 25.93vh;
    letter-spacing: 1px;
    overflow-y: scroll; }
    .popup-rule .text-wrap::-webkit-scrollbar {
      width: 0.19vh; }
    .popup-rule .text-wrap::-webkit-scrollbar-track {
      border-radius: 0.37vh; }
    .popup-rule .text-wrap::-webkit-scrollbar-thumb {
      background: #bfb38d;
      border-radius: 0.37vh; }

.popup-addconfirm .title {
  position: absolute;
  top: 12.04vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  color: #fff696;
  font-size: 30px; }
  @supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .popup-addconfirm .title {
      background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fff696));
      background: -webkit-linear-gradient(bottom, #ffffff, #fff696);
      background: linear-gradient(to top, #ffffff, #fff696);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent; } }

.popup-addconfirm .addconfirm-tip {
  position: absolute;
  top: 18.52vh;
  width: 52.78vh;
  line-height: 2vw;
  text-align: center;
  color: #fff696;
  font-size: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .popup-addconfirm .addconfirm-tip::after {
    background-image: url(/dlssrznqts/img/popup-after.png?f53742eb);
    background-size: contain;
    height: 2.13vh;
    width: 21.57vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.39vh;
    background-size: cover; }

.popup-addconfirm .popup-qx {
  position: absolute;
  right: 12.96vh;
  top: 27.78vh;
  cursor: pointer;
  background-image: url(/dlssrznqts/img/qx-btn.png?d112375a);
  background-size: contain;
  height: 5.74vh;
  width: 18.24vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .popup-addconfirm .popup-qx:hover, .popup-addconfirm .popup-qx.active {
    background-image: url(/dlssrznqts/img/qx-btnh.png?e200cf26);
    background-size: contain;
    height: 5.74vh;
    width: 18.33vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.popup-addconfirm .popup-confirm {
  position: absolute;
  left: 12.96vh;
  top: 27.78vh;
  cursor: pointer;
  background-image: url(/dlssrznqts/img/qr-btn.png?3452652e);
  background-size: contain;
  height: 5.74vh;
  width: 18.24vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .popup-addconfirm .popup-confirm:hover, .popup-addconfirm .popup-confirm.active {
    background-image: url(/dlssrznqts/img/qr-btnh.png?cd7dff28);
    background-size: contain;
    height: 5.74vh;
    width: 18.33vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.popup-juese .title {
  position: absolute;
  top: 2.31vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff696;
  font-size: 30px; }
  @supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .popup-juese .title {
      background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fff696));
      background: -webkit-linear-gradient(bottom, #ffffff, #fff696);
      background: linear-gradient(to top, #ffffff, #fff696);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent; } }
  .popup-juese .title::after {
    background-image: url(/dlssrznqts/img/popup-after.png?f53742eb);
    background-size: contain;
    height: 2.13vh;
    width: 21.57vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -1.39vh;
    background-size: cover; }

.popup-juese .select-wrapper {
  position: relative;
  margin: 9.72vh auto 0; }

.popup-juese .select {
  background: url(/dlssrznqts/img/input-bg.png?6074e932) no-repeat 95%;
  background-size: contain;
  height: 5.65vh;
  width: 40.83vh;
  background-size: 1.39vh 1.39vh;
  position: relative;
  -webkit-box-shadow: inset 0px -1px 1.11vh 1px #96b0d6;
          box-shadow: inset 0px -1px 1.11vh 1px #96b0d6;
  border-radius: 0.56vh;
  border: solid 1px #96b0d6;
  font-size: 22px;
  color: #ffffff;
  padding: 0 1.39vh 0 1.39vh;
  margin-left: 12.04vh;
  margin-bottom: 0.93vh;
  -webkit-appearance: none; }

.popup-juese option {
  background: #29376e; }

.popup-juese .popup-juese-confirm {
  display: block;
  margin: 4.63vh auto 0;
  background: url(/dlssrznqts/img/qr-btn.png?3452652e) no-repeat center/contain;
  background-size: contain;
  height: 5.74vh;
  width: 18.24vh;
  cursor: pointer; }
  .popup-juese .popup-juese-confirm:hover, .popup-juese .popup-juese-confirm.active {
    background-image: url(/dlssrznqts/img/qr-btnh.png?cd7dff28);
    background-size: contain;
    height: 5.74vh;
    width: 18.33vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.popup-juese .bind-tip {
  font-size: 14px;
  color: #fff696;
  letter-spacing: 1px;
  line-height: 1.2vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 39.81vh; }

.popup-tip {
  text-align: center; }
  .popup-tip .tips {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 58.33vh;
    font-size: 30px;
    color: #fff696;
    text-align: center; }
    @supports ((-webkit-background-clip: text) or (background-clip: text)) {
      .popup-tip .tips {
        background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#fff696));
        background: -webkit-linear-gradient(bottom, #ffffff, #fff696);
        background: linear-gradient(to top, #ffffff, #fff696);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent; } }
    .popup-tip .tips::after {
      background-image: url(/dlssrznqts/img/popup-after.png?f53742eb);
      background-size: contain;
      height: 2.13vh;
      width: 21.57vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: -1.39vh;
      background-size: cover; }

.nav {
  z-index: 9;
  display: none;
  position: fixed;
  top: 16.66667vh;
  left: 3.7037vh;
  margin: auto; }
  .nav .go-part2 {
    top: 0vh;
    position: absolute;
    background-image: url(/dlssrznqts/img/step1.png?6638aab0);
    background-size: contain;
    height: 10vh;
    width: 16.76vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer; }
    .nav .go-part2:hover, .nav .go-part2.active {
      background-image: url(/dlssrznqts/img/step1-h.png?2a95577a);
      background-size: contain;
      height: 9.91vh;
      width: 16.76vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .nav .go-part4 {
    top: 12.03704vh;
    position: absolute;
    background-image: url(/dlssrznqts/img/step2.png?2fa809ab);
    background-size: contain;
    height: 10vh;
    width: 16.76vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer; }
    .nav .go-part4:hover, .nav .go-part4.active {
      background-image: url(/dlssrznqts/img/step2-h.png?ef8b249f);
      background-size: contain;
      height: 9.91vh;
      width: 16.76vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .nav.active {
    display: block; }

.menu {
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0; }
  .menu .login-btn {
    position: absolute;
    top: 3.7vh;
    right: 25vh;
    background-image: url(/dlssrznqts/img/login-btn.png?ed2ce4e2);
    background-size: contain;
    height: 3.43vh;
    width: 8.24vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer; }
  .menu .user {
    display: none;
    color: #ffffff;
    position: absolute;
    width: 46.3vh;
    line-height: 2.8vh;
    text-align: right;
    top: 4.17vh;
    right: 25vh; }
    .menu .user .bind.disable {
      pointer-events: none; }
  .menu .go-btn {
    position: absolute;
    top: 3.7vh;
    right: 9.26vh;
    background-image: url(/dlssrznqts/img/go-btn.png?72356e6b);
    background-size: contain;
    height: 3.43vh;
    width: 14.26vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer; }

.part1 {
  background-image: url(/dlssrznqts/img/bg1.jpg?41622b2b);
  background-size: contain;
  height: 92.59vh;
  width: 177.78vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100vw;
  background-size: cover;
  background-position: top; }
  .part1 .logo {
    background-image: url(/dlssrznqts/img/logo.png?6b23421c);
    background-size: contain;
    height: 16.39vh;
    width: 32.22vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 3;
    position: absolute;
    top: 1.85185vh;
    left: 3.7037vh;
    margin: auto; }
  .part1 .slogan {
    background-image: url(/dlssrznqts/img/slogan.png?de4b282e);
    background-size: contain;
    height: 38.15vh;
    width: 76.85vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 22.22222vh; }

.part2 {
  background-image: url(/dlssrznqts/img/bg2.jpg?b1b77eeb);
  background-size: contain;
  height: 92.59vh;
  width: 177.78vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100vw;
  background-size: cover;
  background-position: top; }
  .part2-title {
    position: absolute;
    left: 50%;
    top: 1.38889vh;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(/dlssrznqts/img/p1-title.png?c691b8f9);
    background-size: contain;
    height: 24.07vh;
    width: 101.2vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .part2 .team-block {
    position: absolute;
    left: 50%;
    top: 20.37037vh;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 101.85vh;
    height: 64.81vh; }
    .part2 .team-block .team1 {
      position: absolute;
      left: 0;
      top: 7.41vh;
      background-image: url(/dlssrznqts/img/team1.png?589783a4);
      background-size: contain;
      height: 55.56vh;
      width: 31.48vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .part2 .team-block .team1.active .added {
        display: block; }
    .part2 .team-block .team2 {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0px;
      background-image: url(/dlssrznqts/img/team2.png?7b8e7ada);
      background-size: contain;
      height: 55.56vh;
      width: 31.48vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .part2 .team-block .team2.active .added {
        display: block; }
    .part2 .team-block .team3 {
      position: absolute;
      right: 0;
      top: 7.41vh;
      background-image: url(/dlssrznqts/img/team3.png?2033d8ff);
      background-size: contain;
      height: 55.56vh;
      width: 31.48vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .part2 .team-block .team3.active .added {
        display: block; }
    .part2 .team-block .go-part3 {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 17.59vh;
      background-image: url(/dlssrznqts/img/add-btn.png?4f151609);
      background-size: contain;
      height: 4.63vh;
      width: 14.54vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .part2 .team-block .team-text {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      text-align: center;
      bottom: 8.33vh;
      width: 100%;
      height: 8.33vh;
      color: #ffffff;
      font-size: 1vh;
      line-height: 1vw;
      letter-spacing: 1px; }
    .part2 .team-block .added {
      display: none;
      position: absolute;
      right: 0px;
      bottom: 17.59vh;
      background-image: url(/dlssrznqts/img/added.png?8d8a7fb0);
      background-size: contain;
      height: 18.52vh;
      width: 18.33vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .part2 .team-block .team-num {
      display: none;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: -3.7vh;
      background-image: url(/dlssrznqts/img/team-numbg.png?52edc3a1);
      background-size: contain;
      height: 3.33vh;
      width: 23.15vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      color: #ffffff;
      font-size: 16px;
      line-height: 3.24vh;
      text-align: center; }
      .part2 .team-block .team-num.active {
        display: block; }

.part3 {
  background-image: url(/dlssrznqts/img/bg2.jpg?b1b77eeb);
  background-size: contain;
  height: 92.59vh;
  width: 177.78vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100vw;
  background-size: cover;
  background-position: top; }
  .part3 .container {
    background-image: url(/dlssrznqts/img/p1-bg.png?cc677a0e);
    background-size: contain;
    height: 80vh;
    width: 139.07vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 10.18519vh;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2; }
  .part3 .rank {
    position: absolute;
    left: 14.35185vh;
    top: 5.55556vh;
    width: 63.89vh;
    height: 38.89vh; }
    .part3 .rank .rank1 {
      position: absolute;
      left: 0px;
      top: 0.93vh; }
    .part3 .rank .rank2 {
      position: absolute;
      left: 0px;
      top: 12.5vh; }
    .part3 .rank .rank3 {
      position: absolute;
      left: 0px;
      bottom: -8.33vh; }
    .part3 .rank .team1 {
      background-image: url(/dlssrznqts/img/team1-bg.png?e4025416);
      background-size: contain;
      height: 22.87vh;
      width: 62.13vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .part3 .rank .team1 .progress {
        left: 17.59vh; }
    .part3 .rank .team2 {
      left: 0.93vh;
      background-image: url(/dlssrznqts/img/team2-bg.png?48293983);
      background-size: contain;
      height: 22.87vh;
      width: 60.93vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .part3 .rank .team2 .progress {
        left: 16.67vh; }
    .part3 .rank .team3 {
      left: 0.46vh;
      background-image: url(/dlssrznqts/img/team3-bg.png?fbcc6aa6);
      background-size: contain;
      height: 22.87vh;
      width: 61.57vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .part3 .rank .team3 .progress {
        left: 17.13vh; }
    .part3 .rank .progress {
      z-index: 2;
      position: absolute;
      top: 8.8vh;
      width: 41.67vh;
      height: 1.39vh;
      background-color: #586597;
      border: 1px solid #bdbdbd; }
      .part3 .rank .progress .progress-bar {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #1ed9fe; }
      .part3 .rank .progress .progress-num {
        color: #ffffff;
        text-align: center;
        line-height: 1.39vh; }
  .part3 .top-task {
    position: absolute;
    left: 15.74vh;
    bottom: 2.78vh;
    width: 63.89vh;
    height: 29.63vh; }
    .part3 .top-task .task1 {
      position: absolute;
      left: 0px;
      top: 0px;
      cursor: pointer;
      background-image: url(/dlssrznqts/img/task1.png?0d1b33b8);
      background-size: contain;
      height: 14.17vh;
      width: 20.46vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .part3 .top-task .task1.active .today {
        display: block; }
    .part3 .top-task .task2 {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0px;
      cursor: pointer;
      background-image: url(/dlssrznqts/img/task2.png?93d176e4);
      background-size: contain;
      height: 14.17vh;
      width: 20.46vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .part3 .top-task .task2.active .today {
        display: block; }
    .part3 .top-task .task3 {
      position: absolute;
      right: 0px;
      top: 0px;
      cursor: pointer;
      background-image: url(/dlssrznqts/img/task3.png?d55e9627);
      background-size: contain;
      height: 14.17vh;
      width: 20.46vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .part3 .top-task .task3.active .today {
        display: block; }
    .part3 .top-task .task4 {
      position: absolute;
      left: 0px;
      bottom: 0px;
      cursor: pointer;
      background-image: url(/dlssrznqts/img/task4.png?dd227c7f);
      background-size: contain;
      height: 14.17vh;
      width: 20.46vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .part3 .top-task .task4.active .complete {
        display: block; }
    .part3 .top-task .task5 {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0px;
      cursor: pointer;
      background-image: url(/dlssrznqts/img/task5.png?08d56a8e);
      background-size: contain;
      height: 14.17vh;
      width: 20.46vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .part3 .top-task .task5.active .complete {
        display: block; }
    .part3 .top-task .task6 {
      position: absolute;
      right: 0px;
      bottom: 0px;
      cursor: pointer;
      background-image: url(/dlssrznqts/img/task6.png?3b2304bc);
      background-size: contain;
      height: 14.17vh;
      width: 20.46vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .part3 .top-task .task6.active .complete {
        display: block; }
    .part3 .top-task .today {
      display: none;
      position: absolute;
      right: 0px;
      bottom: 0px;
      background-image: url(/dlssrznqts/img/today-get.png?77cfa777);
      background-size: contain;
      height: 6.2vh;
      width: 7.59vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .part3 .top-task .complete {
      display: none;
      position: absolute;
      right: 0px;
      bottom: 0px;
      background-image: url(/dlssrznqts/img/getted.png?6d880209);
      background-size: contain;
      height: 6.2vh;
      width: 7.59vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .part3 .select-confirm {
    position: absolute;
    right: 28.7vh;
    bottom: 11.11vh;
    cursor: pointer;
    background-image: url(/dlssrznqts/img/selected.png?e71a2fec);
    background-size: contain;
    height: 5.74vh;
    width: 22.59vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .part3 .select-team {
    position: absolute;
    right: 18.52vh;
    bottom: 7.41vh;
    background-image: url(/dlssrznqts/img/name-bg.png?01aff766);
    background-size: contain;
    height: 2.59vh;
    width: 31.48vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 1.66667vh;
    line-height: 2.59259vh;
    padding-left: 5.55556vh;
    color: #ffffff; }
  .part3 .cur-point {
    position: absolute;
    right: 20.37vh;
    bottom: 3.7vh;
    background-image: url(/dlssrznqts/img/num-bg.png?e92f42b3);
    background-size: contain;
    height: 2.59vh;
    width: 29.72vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 1.66667vh;
    line-height: 2.59259vh;
    padding-left: 5.55556vh;
    color: #ffffff; }
  .part3 .flush-btn {
    position: absolute;
    right: 0px;
    bottom: 3.7vh;
    cursor: pointer;
    background-image: url(/dlssrznqts/img/flush-btn.png?693d4edd);
    background-size: contain;
    height: 2.59vh;
    width: 29.54vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2; }

.part4 {
  background-image: url(/dlssrznqts/img/bg3.jpg?8c5be838);
  background-size: contain;
  height: 92.59vh;
  width: 177.78vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  width: 100vw !important;
  background-size: cover !important; }
  .part4-title {
    position: absolute;
    left: 50%;
    top: 1.38889vh;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(/dlssrznqts/img/p2-title.png?13903bb3);
    background-size: contain;
    height: 23.33vh;
    width: 78.06vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .part4 .container {
    background-image: url(/dlssrznqts/img/p2-bg.png?44f370fb);
    background-size: contain;
    height: 92.59vh;
    width: 165.93vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 46%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 9.25926vh; }
    .part4 .container .video-btn {
      position: absolute;
      left: 71.2963vh;
      top: 16.2037vh;
      cursor: pointer;
      background-image: url(/dlssrznqts/img/sp-btn.png?38932121);
      background-size: contain;
      height: 4.81vh;
      width: 15.74vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .part4 .container .video-btn:hover, .part4 .container .video-btn.active {
        background-image: url(/dlssrznqts/img/sp-btnh.png?00146774);
        background-size: contain;
        height: 4.81vh;
        width: 15.74vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
    .part4 .container .live-btn {
      position: absolute;
      left: 88.88889vh;
      top: 16.2037vh;
      cursor: pointer;
      background-image: url(/dlssrznqts/img/zb-btn.png?56853bd3);
      background-size: contain;
      height: 4.81vh;
      width: 15.74vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      .part4 .container .live-btn:hover, .part4 .container .live-btn.active {
        background-image: url(/dlssrznqts/img/zb-btnh.png?c1c7ad2a);
        background-size: contain;
        height: 4.81vh;
        width: 15.74vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
    .part4 .container .video-block {
      position: absolute;
      left: 28.7vh;
      top: 21.94vh;
      width: 120.37vh;
      height: 50.93vh; }
      .part4 .container .video-block .video-content {
        position: absolute;
        left: 0.93vh;
        top: 0.93vh;
        background-image: url(/dlssrznqts/img/sp-mr.png?54b4e6bb);
        background-size: contain;
        height: 49.26vh;
        width: 87.31vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 87.5vh;
        height: 49.07vh; }
      .part4 .container .video-block .video-list {
        position: absolute;
        right: 0.93vh;
        top: 0.93vh;
        width: 29.63vh;
        height: 49.07vh;
        overflow-y: scroll; }
        .part4 .container .video-block .video-list::-webkit-scrollbar {
          width: 0.93vh; }
        .part4 .container .video-block .video-list::-webkit-scrollbar-track {
          border-radius: 0.37vh; }
        .part4 .container .video-block .video-list::-webkit-scrollbar-thumb {
          background: #5c5676;
          border-radius: 0.37vh; }
        .part4 .container .video-block .video-list li {
          position: absolute;
          width: 28.7vh !important;
          height: 15.28vh !important; }
        .part4 .container .video-block .video-list .video-item1 {
          background-image: url(/dlssrznqts/img/video1.png?cd72972a);
          background-size: contain;
          height: 51.85vh;
          width: 102.13vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 29.63vh;
          margin-top: -29.63vh; }
          .part4 .container .video-block .video-list .video-item1 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .part4 .container .video-block .video-list .video-item2 {
          background-image: url(/dlssrznqts/img/video2.png?fe4023dd);
          background-size: contain;
          height: 52.78vh;
          width: 97.5vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 59.26vh;
          margin-top: -43.5vh; }
          .part4 .container .video-block .video-list .video-item2 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .part4 .container .video-block .video-list .video-item3 {
          background-image: url(/dlssrznqts/img/video3.png?fb21cad9);
          background-size: contain;
          height: 52.41vh;
          width: 126.94vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 88.89vh;
          margin-top: -59vh; }
          .part4 .container .video-block .video-list .video-item3 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .part4 .container .video-block .video-list .video-item4 {
          background-image: url(/dlssrznqts/img/video4.png?7296143a);
          background-size: contain;
          height: 52.78vh;
          width: 103.89vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 118.52vh;
          margin-top: -73vh; }
          .part4 .container .video-block .video-list .video-item4 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .part4 .container .video-block .video-list .video-item5 {
          background-image: url(/dlssrznqts/img/video5.png?d927d989);
          background-size: contain;
          height: 51.3vh;
          width: 100.65vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 148.15vh;
          margin-top: -87vh; }
          .part4 .container .video-block .video-list .video-item5 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .part4 .container .video-block .video-list .video-item6 {
          background-image: url(/dlssrznqts/img/video6.png?0c02e264);
          background-size: contain;
          height: 53.06vh;
          width: 122.04vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 177.78vh;
          margin-top: -102vh; }
          .part4 .container .video-block .video-list .video-item6 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .part4 .container .video-block .video-list .video-item7 {
          background-image: url(/dlssrznqts/img/video7.png?d34ef082);
          background-size: contain;
          height: 53.06vh;
          width: 104.07vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 207.41vh;
          margin-top: -116vh; }
          .part4 .container .video-block .video-list .video-item7 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .part4 .container .video-block .video-list .video-item8 {
          background-image: url(/dlssrznqts/img/video8.png?5eee13c5);
          background-size: contain;
          height: 53.43vh;
          width: 103.33vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 237.04vh;
          margin-top: -130vh; }
          .part4 .container .video-block .video-list .video-item8 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .part4 .container .video-block .video-list .video-item9 {
          background-image: url(/dlssrznqts/img/video9.png?2aa03c5f);
          background-size: contain;
          height: 52.5vh;
          width: 105.28vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 266.67vh;
          margin-top: -144vh; }
          .part4 .container .video-block .video-list .video-item9 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .part4 .container .video-block .video-list .video-item10 {
          background-image: url(/dlssrznqts/img/video10.png?acb8fbb9);
          background-size: contain;
          height: 52.59vh;
          width: 105.83vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 296.3vh;
          margin-top: -158vh; }
          .part4 .container .video-block .video-list .video-item10 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .part4 .container .video-block .video-list .video-item11 {
          background-image: url(/dlssrznqts/img/video11.png?a355258d);
          background-size: contain;
          height: 52.87vh;
          width: 99.63vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 325.93vh;
          margin-top: -171.5vh; }
          .part4 .container .video-block .video-list .video-item11 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .part4 .container .video-block .video-list .video-item12 {
          background-image: url(/dlssrznqts/img/video12.png?101565d0);
          background-size: contain;
          height: 54.63vh;
          width: 105.09vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 355.56vh;
          margin-top: -185.2vh; }
          .part4 .container .video-block .video-list .video-item12 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .part4 .container .video-block .video-list .video-item13 {
          background-image: url(/dlssrznqts/img/video13.png?bac2d89f);
          background-size: contain;
          height: 53.43vh;
          width: 104.91vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 385.19vh;
          margin-top: -199vh; }
          .part4 .container .video-block .video-list .video-item13 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .part4 .container .video-block .video-list .video-item14 {
          background-image: url(/dlssrznqts/img/video14.png?603dc35d);
          background-size: contain;
          height: 50.74vh;
          width: 97.04vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 414.82vh;
          margin-top: -212.8vh; }
          .part4 .container .video-block .video-list .video-item14 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        .part4 .container .video-block .video-list .video-item15 {
          background-image: url(/dlssrznqts/img/video15.png?1c5fa367);
          background-size: contain;
          height: 50.19vh;
          width: 98.43vh;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          top: 444.45vh;
          margin-top: -226.5vh; }
          .part4 .container .video-block .video-list .video-item15 .video-text {
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 100%;
            height: 2.78vh;
            color: #ffffff;
            font-size: 1.38889vh;
            line-height: 2.78vh;
            letter-spacing: 1px;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
    .part4 .container .live-block {
      display: none;
      position: absolute;
      left: 28.7vh;
      top: 21.94vh;
      width: 120.37vh;
      height: 50.93vh; }
      .part4 .container .live-block .live-content {
        position: absolute;
        left: 0.93vh;
        top: 0.93vh;
        width: 87.5vh;
        height: 49.07vh; }
      .part4 .container .live-block .live-plate {
        position: absolute;
        right: 0.93vh;
        top: 0.93vh;
        width: 29.63vh;
        height: 49.07vh; }
  .part4 .float-open {
    position: absolute;
    right: -11.57vh;
    top: 17.59259vh;
    cursor: pointer;
    background-image: url(/dlssrznqts/img/sidebar-close.png?881a8b78);
    background-size: contain;
    height: 28.33vh;
    width: 11.48vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: right 0.4s linear;
    transition: right 0.4s linear;
    z-index: 2; }
    .part4 .float-open.show {
      right: 0px; }
  .part4 .float {
    position: absolute;
    right: -25vh;
    top: 11.11111vh;
    background-image: url(/dlssrznqts/img/sidebar-open.png?5063e439);
    background-size: contain;
    height: 67.31vh;
    width: 24.63vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: right 0.4s linear;
    transition: right 0.4s linear;
    z-index: 3; }
    .part4 .float.show {
      right: 0px; }
    .part4 .float .float-close {
      position: absolute;
      left: 0;
      top: 5.09259vh;
      width: 4.63vh;
      height: 5.56vh;
      cursor: pointer; }
    .part4 .float .facebook {
      position: absolute;
      left: 9.25926vh;
      top: 0vh;
      cursor: pointer;
      background-image: url(/dlssrznqts/img/sidebar-fb.png?e27026b5);
      background-size: contain;
      height: 6.57vh;
      width: 11.3vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      animation: scale 1s ease infinite alternate-reverse; }

.sidebar {
  display: none;
  z-index: 97;
  position: absolute;
  position: fixed;
  top: 41.2037vh;
  left: 3.7037vh; }
  .sidebar .discord {
    top: 0vh;
    position: absolute;
    background-image: url(/dlssrznqts/img/discord.png?792355e1);
    background-size: contain;
    height: 5.93vh;
    width: 16.76vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer; }
    .sidebar .discord:hover, .sidebar .discord.active {
      background-image: url(/dlssrznqts/img/discord-h.png?13c57a03);
      background-size: contain;
      height: 5.93vh;
      width: 16.76vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .sidebar .facebook {
    top: 8.33333vh;
    position: absolute;
    background-image: url(/dlssrznqts/img/fb.png?a99dbb7f);
    background-size: contain;
    height: 5.93vh;
    width: 16.76vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer; }
    .sidebar .facebook:hover, .sidebar .facebook.active {
      background-image: url(/dlssrznqts/img/fb-h.png?1c1a8fef);
      background-size: contain;
      height: 5.93vh;
      width: 16.76vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .sidebar .qr-bg {
    position: absolute;
    top: 16.66667vh;
    background-image: url(/dlssrznqts/img/qr-bg.png?37c7391a);
    background-size: contain;
    height: 18.43vh;
    width: 15vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .sidebar .qr-bg .qr-code {
      background-image: url(/dlssrznqts/img/qr-code.png?9b35de7e);
      background-size: contain;
      height: 37.04vh;
      width: 37.04vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 13.88889vh;
      height: 13.88889vh;
      position: absolute;
      top: 41%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .sidebar .apple {
    position: absolute;
    top: 36.57407vh;
    background-image: url(/dlssrznqts/img/apple-btn.png?f1b917d4);
    background-size: contain;
    height: 6.2vh;
    width: 15.65vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer; }
  .sidebar .google {
    position: absolute;
    top: 43.51852vh;
    background-image: url(/dlssrznqts/img/gp-btn.png?58153be4);
    background-size: contain;
    height: 6.2vh;
    width: 15.65vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer; }
  .sidebar.show {
    display: block; }

.part-mouse {
  background-image: url(/dlssrznqts/img/mouse.png?9c4d14bc);
  background-size: contain;
  height: 1.94vh;
  width: 17.22vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 3;
  position: fixed;
  bottom: 1.85vh;
  left: 0;
  right: 0;
  margin: auto;
  animation: upDown 0.8s ease infinite alternate-reverse; }

.footer {
  z-index: 98;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15vh;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }
  .footer-copyright {
    background-image: url(/dlssrznqts/img/copyright.png?294514f6);
    background-size: contain;
    height: 1.67vh;
    width: 8.7vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -2.77778vh;
    right: 3.7037vh;
    cursor: pointer; }
  .footer-arrow {
    background-image: url(/dlssrznqts/img/footer-arrow.png?8ac2109b);
    background-size: contain;
    height: 1.76vh;
    width: 1.67vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10.18519vh;
    margin: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  .footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer-left .logo {
      background-image: url(/dlssrznqts/img/footer-logo.png?dab927d9);
      background-size: contain;
      height: 4.72vh;
      width: 20vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin-bottom: 2vh; }
    .footer-left .text {
      color: #fff; }
  .footer-right {
    color: #fff; }
    .footer-right .link {
      color: #fff;
      text-decoration: none; }
  .footer-level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1vh; }
    .footer-level .level-logo {
      background-image: url(/dlssrznqts/img/12.png?56fe6223);
      background-size: contain;
      height: 71.11vh;
      width: 71.11vh;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 8vh;
      height: 6vh; }
    .footer-level .level-text {
      margin-left: 1vh;
      line-height: 1.66667vh;
      font-size: 1.2963vh; }
  .footer.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    .footer.active .footer-arrow {
      -webkit-transform: rotateZ(180deg);
          -ms-transform: rotate(180deg);
              transform: rotateZ(180deg); }


/*# sourceMappingURL=8fc2fd0e.index.min.css.map*/