html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

body {
  position: relative;
}

body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.ladder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ladder .top-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 101;
}

.ladder .top-control .left_info {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ladder .top-control .left_info .list-icon {
  margin-bottom: -6px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ladder .top-control .left_info .sound-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ladder .top-control h1 {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -10px;
  z-index: -1;
}

.ladder .top-control .right_info {
  position: absolute;
  right: 55px;
  bottom: 0;
  border-radius: 20px 20px 0 0;
  background-color: #D1A59B;
  border: 2px solid #433A34;
  width: 150px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: inset 0 2px 0px #ffede9;
          box-shadow: inset 0 2px 0px #ffede9;
  text-align: center;
}

.ladder .top-control .right_info span {
  font-size: 20px;
  font-weight: bold;
  color: #433A34;
}

.ladder .ladder-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #836D69;
  border-radius: 40px;
  border: 10px solid #D1A59B;
  position: relative;
  width: 864px;
  height: 559px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  padding: 20px;
  -webkit-box-shadow: inset 0px 0 2px 2px #5a3c2c;
          box-shadow: inset 0px 0 2px 2px #5a3c2c;
  z-index: 999;
}

.ladder .ladder-body .left-list {
  width: 207px;
  height: 493px;
  float: left;
  margin-right: 20px;
  background-color: #61524F;
  border: 2px solid #433A34;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ladder .ladder-body .left-list .list_item {
  overflow-y: auto;
  max-height: 100%;
  padding-right: 10px;
}

.ladder .ladder-body .left-list .list_item .left-list-item {
  background-color: #403735;
  border: 2px solid #766663;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}

.ladder .ladder-body .left-list .list_item .left-list-item .item_grap_name {
  position: relative;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ladder .ladder-body .left-list .list_item .left-list-item .item_grap_name font {
  color: #74E4C9;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ladder .ladder-body .left-list .list_item .left-list-item .item_grap {
  border-radius: 20px;
  border: 2px solid #9B817D;
  height: 15px;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  width: 100%;
  margin-bottom: 0;
  background-color: #EB3D17;
  border-radius: 20px;
  -webkit-animation: progress-ani 1.5s linear infinite;
          animation: progress-ani 1.5s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes progress-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -20px -20px;
  }
}

@keyframes progress-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -20px -20px;
  }
}

.ladder .ladder-body .left-list .list_item .left-list-item .item_grap .progress {
  -webkit-animation: progress-ani 1.5s linear infinite;
          animation: progress-ani 1.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border-radius: 20px;
  position: relative;
}

.ladder .ladder-body .left-list .list_item .left-list-item .item_grap .progress .progress_ball {
  position: absolute;
  top: -3px;
  right: -8.5px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #574141;
  z-index: 999;
}

@keyframes progress-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -20px -20px;
  }
}

.ladder .ladder-body .left-list .list_item .left-list-item .item_grap .progress:nth-of-type(1) {
  background-color: #FAA90C;
}

.ladder .ladder-body .left-list .list_item .left-list-item .item_grap .progress:nth-of-type(2) {
  background-color: #EB3D16;
}

.ladder .ladder-body .left-list .list_item .left-list-item .item_grap .progress:nth-of-type(3) {
  background-color: #18C82A;
}

.ladder .ladder-body .right-ladder-list {
  width: 205px;
  height: 493px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-left: 20px;
  background-color: #61524F;
  border: 2px solid #9B817D;
  border-radius: 20px;
  padding: 10px 20px 10px 10px;
}

.ladder .ladder-body .right-ladder-list .list-height {
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
  padding-right: 10px;
}

.ladder .ladder-body .right-ladder-list .list-height .list-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #403735;
  border: 2px solid #766663;
  border-radius: 40px;
  margin-bottom: 10px;
  height: 74px;
  padding-left: 20px;
}

.ladder .ladder-body .right-ladder-list .list-height .list-item-two .item_head {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 30px;
  font-size: 14px;
  color: #A32D03;
  float: left;
}

.ladder .ladder-body .right-ladder-list .list-height .list-item-two .item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.ladder .ladder-body .right-ladder-list .list-height .list-item-two .item_body span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}

.ladder .ladder-body .right-ladder-list .list-height .list-item-two .item_body span:last-child {
  margin-right: 0;
}

.ladder .ladder-body .right-ladder-list .list-height .list-item-two:after {
  content: '';
  display: block;
  clear: both;
}

.ladder .ladder-body .right-ladder-list .list-height .list-item-two.one {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDD67), to(#FFCF29));
  background: linear-gradient(180deg, #FFDD67 0%, #FFCF29 100%);
  border: 2px solid #574141;
  -webkit-box-shadow: 0px 2px 0px #574141;
          box-shadow: 0px 2px 0px #574141;
  border-radius: 35px;
}

.ladder .ladder-body .right-ladder-list .list-height .list-item-two.two {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA24D), to(#FC8415));
  background: linear-gradient(180deg, #FFA24D 0%, #FC8415 100%);
  border: 2px solid #574141;
  -webkit-box-shadow: 0px 2px 0px #574141;
          box-shadow: 0px 2px 0px #574141;
  border-radius: 35px;
}

.ladder .ladder-body .right-ladder-list .list-height .list-item-two.three {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF7C32), to(#FF5C00));
  background: linear-gradient(180deg, #FF7C32 0%, #FF5C00 100%);
  border: 2px solid #574141;
  -webkit-box-shadow: 0px 2px 0px #574141;
          box-shadow: 0px 2px 0px #574141;
  border-radius: 35px;
}

.ladder .ladder-body .right-ladder-list .list-height:last-child {
  margin-bottom: 0;
}

.ladder .ladder-body .ladder-content {
  position: relative;
  width: 356px;
  height: 100%;
  float: left;
}

.ladder .ladder-body .ladder-content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 22px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.ladder .ladder-body .ladder-content h3 img {
  height: 14px;
}

.ladder .ladder-body .ladder-content .content-body {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #61524F;
  position: relative;
  border-radius: 20px;
  border: 2px solid #9B817D;
}

.ladder .ladder-body .ladder-content .content-body .time {
  width: 213px;
  height: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #50423F;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ladder .ladder-body .ladder-content .content-body .time font {
  font-size: 14px;
  color: #D6AE74;
}

.ladder .ladder-body:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border-radius: 43px;
  z-index: -1;
  border: 2px solid #433A34;
  -webkit-box-shadow: inset 0 2px 0px #ffede9;
          box-shadow: inset 0 2px 0px #ffede9;
}

.red-bg {
  background-color: #DF3939 !important;
  border: 1px solid #B02626 !important;
  color: #fff;
  border-radius: 20px;
}

.yellow-bg {
  background-color: #fdd009 !important;
  border: 1px solid #aa7410 !important;
  color: #000;
  border-radius: 20px;
}

.blue-bg {
  background-color: #4685FF !important;
  border: 1px solid #3D4C55 !important;
  color: #fff;
  border-radius: 20px;
}

.green-bg {
  background-color: #35b40f !important;
  border: 1px solid #3D4C55 !important;
  color: #fff;
  border-radius: 20px;
}

.pop-message {
  border-radius: 20px;
  width: 183px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.pop-message .pop-head {
  background-color: #F09000;
  color: #d3e3ff;
  font-size: 12px;
  width: 100%;
  height: 43px;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pop-message .pop-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 0 0 20px 20px;
  background-color: #F09000;
  padding: 10px 0;
  margin-top: -1px;
}

.pop-message .pop-body div img {
  margin-right: 5px;
  width: 100px;
}

.pop-message .pop-body div img:last-child {
  margin-right: 0;
}

::-webkit-scrollbar {
  border-radius: 8px;
  background-color: #433A34;
  width: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: #433A34;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #D1A59B;
}

.hiddens {
  display: none;
}

.content-timer {
  background-color: #433A34;
  margin-top: 20px;
  border-radius: 40px;
  height: 56px;
  padding: 6px;
  position: absolute;
  bottom: 30px;
  left: 40px;
  right: 40px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content-timer div {
  border-radius: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  overflow: hidden;
}

.content-timer font {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
}

.content-timer .on-times {
  position: absolute;
  bottom: 3px;
  left: 2px;
  right: 2px;
  height: 51px;
  border-radius: 40px;
  background-color: #9c1624;
  /* -webkit-animation: timers 10s linear forwards;
          animation: timers 10s linear forwards;
  width: 0%; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes timers {
  0% {
    left: 2px;
  }
  100% {
    right: 2px;
    width: calc(100% - 4px);
  }
}

@keyframes timers {
  0% {
    left: 2px;
  }
  100% {
    right: 2px;
    width: calc(100% - 4px);
  }
}

.content-timer .on-times .progress {
  /* -webkit-animation: progress-ani 1.5s linear infinite;
          animation: progress-ani 1.5s linear infinite; */
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background-color: #FFB21E;
}

@keyframes progress-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -20px -20px;
  }
}
/*# sourceMappingURL=sm-ladder.css.map */