@charset "UTF-8";
* {
  cursor: default;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  background-color: #009ac9;
  border: solid 3px #fff;
  -webkit-box-shadow: 1px 1px 4px 1px #ccc;
          box-shadow: 1px 1px 4px 1px #ccc;
  margin: 10px auto 10px;
  font-family: "微軟正黑體", Arial, sans-serif;
  list-style: none;
}
.navbar li {
  color: #ecf0f1;
  font-size: 18px;
  cursor: pointer;
  padding: 10px 0;
  border-left: #fff dashed 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.navbar li:first-child {
  border-left: none;
}
.navbar a {
  text-decoration: none;
  color: #ecf0f1;
  padding-left: 5px;
}

.title-bar {
  padding: 10px;
  background-color: #0b243b;
  font-size: 15pt;
  color: #fff;
  border-radius: 6px 6px 0px 0px;
  position: relative;
}
.title-bar .row-assets {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  position: absolute;
  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;
}
.title-bar .row-assets a {
  text-decoration: none;
}
.title-bar .row-assets h3 {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 10px 0 0;
  color: #fff;
  font-weight: 700;
}
.title-bar .row-assets .img-assets {
  width: 30px !important;
  height: 30px;
  margin-right: 6px;
}
.title-bar .row-assets .btn-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-bar .row-assets .btn-activity img {
  width: 130px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.title-bar .row-assets .btn-activity img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.container-banner {
  position: relative;
  padding-top: 0;
}
.container-banner .banner {
  width: 100%;
}
.container-banner .row-gift {
  position: absolute;
  top: 130px;
  right: 85px;
}
.container-banner .row-gift .gift-bg {
  width: 110px;
}
.container-banner .row-gift .gift-bg img {
  width: 100%;
}
.container-banner .row-gift .class-btn {
  width: 90px;
  padding: 5px 10px 0px;
}
.container-banner .row-gift .class-btn img {
  cursor: pointer;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container-banner .row-gift .btn-get:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.container-banner .row-gift .text-get-number {
  text-align: center;
  color: #247C0A;
  font-weight: 700;
  letter-spacing: 1px;
}
.container-banner .row-class {
  margin-top: 24px;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.container-banner .class {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0px 10px;
}
.container-banner .class img {
  width: 100%;
}
.container-banner .item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px 16px 36px 16px;
  background-color: #A47B55;
  border-radius: 8px;
  border: 3px solid #744C28;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-banner .item::after {
  content: "";
  position: absolute;
  width: 92%;
  height: 94.7%;
  top: 4px;
  border: 2px solid #C59C70;
  border-radius: 8px;
  opacity: 0.8;
}
.container-banner .item .item-img {
  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;
}
.container-banner .item .item-img img {
  width: auto;
  max-height: 100px;
  border-radius: 8px;
  border: 3px solid #744C28;
  background-color: #fff;
}
.container-banner .item .item-detail {
  margin-top: 12px;
  color: #fff;
}
.container-banner .item .item-name {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-shadow: -1px -1px 0 #744C28, 1px -1px 0 #744C28, -1px 1px 0 #744C28, 1px 1px 0 #744C28;
}
.container-banner .item .item-point {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(116, 76, 40, 0.7);
  padding: 4px 8px;
  border-radius: 50px;
  margin-top: 6px;
}
.container-banner .item .item-btn {
  cursor: pointer;
  width: 100px;
  position: absolute;
  bottom: -20px;
  z-index: 10;
}
.container-banner .item .item-btn img {
  cursor: pointer;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container-banner .item .btn-get:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.container-banner .item .btn-get:active img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.container-banner .item .text-get-number {
  text-align: center;
  color: #247C0A;
  font-weight: 700;
  letter-spacing: 1px;
}
.container-banner .class-bg {
  position: relative;
}
.container-banner .class-bg .stamp-finish, .container-banner .class-bg .stamp-none {
  bottom: 9px;
  left: 12px;
  z-index: 100;
  position: absolute;
  width: 65px;
}
.container-banner .class-bg .animation-stamp {
  -webkit-animation: stamp 0.4s forwards;
          animation: stamp 0.4s forwards;
}

@-webkit-keyframes stamp {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(5);
            transform: scale(5);
    -webkit-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes stamp {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(5);
            transform: scale(5);
    -webkit-transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.container-class {
  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;
  padding: 20px 0px 10px;
}
.container-class .content-class {
  height: 100px;
  margin-bottom: 10px;
  width: 880px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fdf1e1;
  border: 2px solid #c69c6d;
  border-radius: 5px;
}
.container-class .content-class .class-time {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
  color: #fff;
  border: 3px solid #471d00;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#b97846), to(#8a4a23));
  background: linear-gradient(to bottom, #b97846, #8a4a23);
}
.container-class .content-class .class-time .time {
  padding-top: 5px;
  font-size: 18px;
}
.container-class .content-class .class-icon {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-class .content-class .class-icon img {
  border-radius: 50%;
  width: 100%;
}
.container-class .content-class .class-detail {
  width: 300px;
  color: #000000;
}
.container-class .content-class .class-detail .course-subject {
  font-size: 16px;
  font-weight: 500;
}
.container-class .content-class .class-detail .course-unit {
  padding: 3px 10px;
  color: #fff;
  font-size: 16px;
  background-color: #754c24;
  border-radius: 20px;
  display: inline-block;
  margin: 10px 0px;
}
.container-class .content-class .class-gift {
  padding: 0px 20px;
  padding-top: 16px;
}
.container-class .content-class .class-gift .gift-pic {
  width: 130px;
  position: relative;
}
.container-class .content-class .class-gift .gift-pic img {
  width: 100%;
}
.container-class .content-class .class-gift .gift-pic .gift-diamond {
  position: absolute;
  font-size: 20px;
  color: #fff;
  bottom: 8px;
  right: 65px;
  text-shadow: 1.6px 1.6px 0 #912092, -1.6px -1.6px 0 #912092, 1.6px -1.6px 0 #912092, -1.6px 1.6px 0 #912092;
}
.container-class .content-class .class-gift .gift-pic .gift-ecoin {
  position: absolute;
  font-size: 20px;
  color: #fff;
  bottom: 8px;
  right: 12px;
  text-shadow: 1.6px 1.6px 0 #912092, -1.6px -1.6px 0 #912092, 1.6px -1.6px 0 #912092, -1.6px 1.6px 0 #912092;
}
.container-class .content-class .class-btn {
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.container-class .content-class .class-btn img {
  width: 100%;
}
.container-class .content-class .class-btn .class-btn-start, .container-class .content-class .class-btn .class-btn-add, .container-class .content-class .class-btn .class-btn-done, .container-class .content-class .class-btn .class-btn-ready, .container-class .content-class .class-btn .class-btn-check-error, .container-class .content-class .class-btn .class-btn-check, .container-class .content-class .class-btn .class-btn-eTutor, .container-class .content-class .class-btn .disabled, .container-class .content-class .class-btn .class-btn-noclass {
  cursor: pointer;
  width: 100px;
  margin-right: 12px;
}
.container-class .content-class .class-btn .class-btn-start img, .container-class .content-class .class-btn .class-btn-add img, .container-class .content-class .class-btn .class-btn-done img, .container-class .content-class .class-btn .class-btn-ready img, .container-class .content-class .class-btn .class-btn-check-error img, .container-class .content-class .class-btn .class-btn-check img, .container-class .content-class .class-btn .class-btn-eTutor img, .container-class .content-class .class-btn .disabled img, .container-class .content-class .class-btn .class-btn-noclass img {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container-class .content-class .class-btn .class-btn-start img:hover, .container-class .content-class .class-btn .class-btn-add img:hover, .container-class .content-class .class-btn .class-btn-done img:hover, .container-class .content-class .class-btn .class-btn-ready img:hover, .container-class .content-class .class-btn .class-btn-check-error img:hover, .container-class .content-class .class-btn .class-btn-check img:hover, .container-class .content-class .class-btn .class-btn-eTutor img:hover, .container-class .content-class .class-btn .disabled img:hover, .container-class .content-class .class-btn .class-btn-noclass img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.container-class .content-class .class-btn .class-btn-not-ready {
  -webkit-filter: grayscale(1);
  pointer-events: none;
}
.container-class .content-class .class-btn .class-btn-ready {
  position: relative;
}
.container-class .content-class .class-btn .class-btn-ready .count-time {
  width: 140px;
  position: absolute;
  color: #ffffff;
  text-align: center;
  bottom: 15px;
  font-size: 14px;
  letter-spacing: 1px;
}
.container-class .content-class .class-btn .class-btn-ready .count-time:before {
  font-size: 15px;
  padding-right: 5px;
  margin: 0;
}

.banner-arrange, .banner-buy-ecoach, .banner-finish, .banner-soldout {
  position: relative;
}
.banner-arrange img, .banner-buy-ecoach img, .banner-finish img, .banner-soldout img {
  width: 98%;
  padding: 0px 10px;
  cursor: pointer;
}

.btn-ecoach {
  position: absolute;
  right: 24%;
  bottom: 33%;
}
.btn-ecoach img {
  width: 200px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-ecoach img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.banner-soldout {
  position: relative;
  padding: 10px 0;
}
.banner-soldout .iframe-soldout {
  position: absolute;
  right: 160px;
  top: 175px;
}
.banner-soldout .iframe-soldout iframe {
  width: 340px;
  height: 180px;
}
.banner-soldout img {
  cursor: pointer;
}

.btn-outclass {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 6%;
}
.btn-outclass img {
  width: 250px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-outclass img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.modal {
  z-index: 1000;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear;
}
.modal.visible {
  opacity: 1;
  visibility: visible;
}

.modal-con {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 200px auto;
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  max-width: 400px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s, visibility 0s, opacity 0.2s linear;
  transition: 0.3s, visibility 0s, opacity 0.2s linear;
}
.modal-con.slideDown {
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.modal-con .content-gift {
  padding: 30px 0px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
}
.modal-con .js-close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  cursor: pointer;
}
.modal-con .js-close-modal:before {
  font-size: 15px;
}
.modal-con .js-close-modal:hover {
  color: #757575;
}

.title-choose {
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.title-choose img {
  width: 100%;
  display: block;
}

.wrap-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap-gift .gift {
  width: 100px;
  margin-right: 16px;
}
.wrap-gift .gift img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.wrap-gift .gift img:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.wrap-gift .gift:last-child {
  margin-right: 0px;
}
.wrap-gift .gift1 {
  -webkit-animation: switch1 1s forwards cubic-bezier(0, 0.55, 0.45, 1);
          animation: switch1 1s forwards cubic-bezier(0, 0.55, 0.45, 1);
}
.wrap-gift .gift2 {
  -webkit-animation: switch2 1s forwards cubic-bezier(0.85, 0, 0.15, 1);
          animation: switch2 1s forwards cubic-bezier(0.85, 0, 0.15, 1);
}
.wrap-gift .gift3 {
  -webkit-animation: switch3 1s forwards cubic-bezier(0, 0.55, 0.45, 1);
          animation: switch3 1s forwards cubic-bezier(0, 0.55, 0.45, 1);
}

@-webkit-keyframes switch1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
  25% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    -webkit-filter: drop-shadow(-10px 0px 2px rgba(142, 42, 144, 0.3));
            filter: drop-shadow(-10px 0px 2px rgba(142, 42, 144, 0.3));
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
  75% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    -webkit-filter: drop-shadow(-10px 0px 2px rgba(142, 42, 144, 0.3));
            filter: drop-shadow(-10px 0px 2px rgba(142, 42, 144, 0.3));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
}

@keyframes switch1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
  25% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    -webkit-filter: drop-shadow(-10px 0px 2px rgba(142, 42, 144, 0.3));
            filter: drop-shadow(-10px 0px 2px rgba(142, 42, 144, 0.3));
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
  75% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    -webkit-filter: drop-shadow(-10px 0px 2px rgba(142, 42, 144, 0.3));
            filter: drop-shadow(-10px 0px 2px rgba(142, 42, 144, 0.3));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
}
@-webkit-keyframes switch2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
  25% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
            filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-filter: drop-shadow(-10px 0px 2px rgba(142, 42, 144, 0.3));
            filter: drop-shadow(-10px 0px 2px rgba(142, 42, 144, 0.3));
  }
  75% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
            filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
}
@keyframes switch2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
  25% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
            filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-filter: drop-shadow(-10px 0px 2px rgba(142, 42, 144, 0.3));
            filter: drop-shadow(-10px 0px 2px rgba(142, 42, 144, 0.3));
  }
  75% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
            filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
}
@-webkit-keyframes switch3 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
  25% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
            filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
  75% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
            filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
}
@keyframes switch3 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
  25% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
            filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
  75% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
            filter: drop-shadow(10px 0px 2px rgba(142, 42, 144, 0.3));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
            filter: drop-shadow(0px 0px 0px rgba(142, 42, 144, 0));
  }
}
.modal-body-award {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-congrats {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title-congrats .congrats-glow {
  width: 80%;
  position: absolute;
  top: -110px;
  -webkit-animation: congrats-glow 6s linear infinite;
          animation: congrats-glow 6s linear infinite;
}
.title-congrats .congrats-deco {
  width: 65%;
  position: absolute;
  top: -90px;
  -webkit-animation: congrats-bounce 1s 0.1s ease forwards;
          animation: congrats-bounce 1s 0.1s ease forwards;
  opacity: 0;
}
.title-congrats .congrats-title {
  width: 50%;
  position: absolute;
  top: -40px;
  -webkit-animation: congrats-bounce 1s 1 ease;
          animation: congrats-bounce 1s 1 ease;
}

.wrap-award {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 10;
}
.wrap-award .item-award {
  margin-top: 12px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-award .item-award .img-award {
  display: block;
  width: 150px;
  height: 150px;
}
.wrap-award .item-award .item-name-award {
  font-size: 20px;
  font-weight: 700;
  margin-top: 16px;
}
.wrap-award .item-award .item-message-award {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 16px;
  padding: 8px 16px;
  border-radius: 50px;
}
.wrap-award .item-award .rewards-check-text {
  font-weight: 500;
  margin: 16px 0 4px 0;
}
.wrap-award .item-award .rewards-check-title {
  margin: 0 0 8px 0;
}
.wrap-award .point-item-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap-award .point-item-award .img-award {
  display: block;
  width: 40px !important;
  height: 40px !important;
}
.wrap-award .point-number-award {
  font-size: 16px;
  font-weight: 700;
  color: #744C28;
  margin-left: 4px;
}
.wrap-award .coin-name-award, .wrap-award .gem-name-award, .wrap-award .chest-name-award {
  letter-spacing: 1px;
  font-size: 20px;
  color: #E94840;
  font-weight: bold;
  margin-left: 8px;
}
.wrap-award .coin-number-award, .wrap-award .gem-number-award, .wrap-award .chest-number-award {
  letter-spacing: 1px;
  font-size: 20px;
  color: #E94840;
  font-weight: bold;
}

.modal-rewards-check .item-award-btn {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 16px;
  padding: 4px 16px;
  border-radius: 50px;
  border: 2px solid #91D129;
  outline: 3px solid #4F6023;
  background: -webkit-gradient(linear, left bottom, left top, from(#77B723), to(#9DD52D));
  background: linear-gradient(to top, #77B723, #9DD52D);
  text-shadow: -1px -1px 0 #688C3B, 1px -1px 0 #688C3B, -1px 1px 0 #688C3B, 1px 1px 0 #688C3B;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 16px;
}
.modal-rewards-check .item-award-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.modal-rewards-check .item-award-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.modal-rewards-success .item-name-award {
  color: #C1272D;
}
.modal-rewards-success .item-message-award {
  border: 2px solid #FFC2D0;
  outline: 3px solid #C1272D;
  background: -webkit-gradient(linear, left bottom, left top, from(#F5608F), to(#FE8FA9));
  background: linear-gradient(to top, #F5608F, #FE8FA9);
  text-shadow: -1px -1px 0 #C1272D, 1px -1px 0 #C1272D, -1px 1px 0 #C1272D, 1px 1px 0 #C1272D;
}

.modal-rewards-fail .item-name-award {
  color: #666666;
}
.modal-rewards-fail .item-message-award {
  border: 2px solid #CCCCCC;
  outline: 3px solid #666666;
  background: -webkit-gradient(linear, left bottom, left top, from(#A1A1A1), to(#CBCBCB));
  background: linear-gradient(to top, #A1A1A1, #CBCBCB);
  text-shadow: -1px -1px 0 #666666, 1px -1px 0 #666666, -1px 1px 0 #666666, 1px 1px 0 #666666;
}

@-webkit-keyframes congrats-glow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes congrats-glow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes congrats-bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2, 0.9);
            transform: scale(1.2, 0.9);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
  }
  30% {
    -webkit-transform: scale(1.1, 1);
            transform: scale(1.1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1.1);
            transform: scale(1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes congrats-bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2, 0.9);
            transform: scale(1.2, 0.9);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
  }
  30% {
    -webkit-transform: scale(1.1, 1);
            transform: scale(1.1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1.1);
            transform: scale(1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.modal-body-result {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-body-result hr {
  width: 80%;
  margin: 12px 0px 16px;
  border: 1px solid #EAEAEA;
}

.wrap-result {
  font-size: 16px;
  color: #454545;
  margin-top: 12px;
}
.wrap-result .item-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.wrap-result .title {
  margin-right: 8px;
}
.wrap-result .time, .wrap-result .serious, .wrap-result .achievement, .wrap-result .tutorTime, .wrap-result .concentrate, .wrap-result .interactive {
  padding: 4px 16px;
  background-color: #B27524;
  border-radius: 5px;
  color: #ffffff;
}

.reward-detail {
  width: 100%;
  display: contents;
}
.reward-detail .wrap-result-award {
  margin: 0;
  height: auto;
}
.reward-detail .wrap-result-award .coin-item-award, .reward-detail .wrap-result-award .gem-item-award, .reward-detail .wrap-result-award .chest-item-award {
  margin-top: 8px;
  width: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.reward-detail .wrap-result-award .img-award {
  width: 30px;
  border-radius: 8px;
}
.reward-detail .wrap-result-award .coin-name-award, .reward-detail .wrap-result-award .gem-name-award, .reward-detail .wrap-result-award .chest-name-award {
  font-size: 16px;
  color: #454545;
  font-weight: normal;
  margin-left: 8px;
}
.reward-detail .wrap-result-award .coin-number-award, .reward-detail .wrap-result-award .gem-number-award, .reward-detail .wrap-result-award .chest-number-award {
  font-size: 16px;
  color: #454545;
  font-weight: normal;
}
.reward-detail .wrap-result-award .point-item-award {
  margin-top: 8px;
}

.chest-item-award {
  width: 160px;
  min-width: 160px;
  height: 300px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-result {
  font-size: 20px;
  font-weight: bold;
  color: #744C28;
}

.popup-unlogin {
  z-index: 1100;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup-con {
  margin: 70px auto;
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 400px;
  top: 200px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.popup-con .popup-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #282828;
}
.popup-con a {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  width: 50%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.popup-con .btn-login {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9BD93F), to(#6AC94A));
  background-image: linear-gradient(to bottom, #9BD93F, #6AC94A);
  margin-bottom: 10px;
}
.popup-con .btn-login:hover {
  text-decoration: none;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6AC94A), to(#6AC94A));
  background-image: linear-gradient(to bottom, #6AC94A, #6AC94A);
}
.popup-con .btn-intro {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#42DFFF), to(#29ABE2));
  background-image: linear-gradient(to bottom, #42DFFF, #29ABE2);
}
.popup-con .btn-intro:hover {
  text-decoration: none;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#29ABE2), to(#29ABE2));
  background-image: linear-gradient(to bottom, #29ABE2, #29ABE2);
}

.hide {
  display: none;
}

.class-expired {
  display: block;
  background-color: #FD4949;
  color: #ffffff;
  padding: 6px;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 30px;
}

@media screen and (max-width: 700px) {
  .modal-con {
    width: 70%;
  }
}