@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "新細明體", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "新細明體", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
}

h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 64px;
  color: #092c5e;
}

h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
  color: #323232;
}

p {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  color: #323232;
  margin: 0;
}

span {
  font-size: 18px;
  font-weight: 400;
  color: #323232;
}

.award-name {
  font-weight: 900;
  color: #005bac;
}

.font-blue {
  color: #005bac;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 38px;
  }
  h3 {
    font-size: 20px;
    line-height: 32px;
  }
  p,
span {
    font-size: 16px;
    line-height: 26px;
  }
}
.nav.main-navbar.chat-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  background: #FFFFFF;
  padding: 16px 32px;
  -webkit-box-shadow: 0px 0px 2px 0px rgb(0, 0, 0);
          box-shadow: 0px 0px 2px 0px rgb(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav.main-navbar.chat-header img {
  width: 150px;
}
.nav.main-navbar.chat-header h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 38px;
}
@media screen and (max-width: 450px) {
  .nav.main-navbar.chat-header h2 {
    font-size: 16px;
  }
}

#footer.chat-footer {
  background: #114A9C;
  padding: 20px 20px;
}
#footer.chat-footer p {
  color: #FFFFFF;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  #footer div {
    text-align: left !important;
  }
}

.main-cont.container.main-chat-container {
  width: 100%;
  height: 100%;
  padding: 0;
}

.top-btn:hover {
  cursor: pointer;
}

.modal-dialog .modal-body .mb-title span {
  font-weight: bold;
  font-size: 20px;
}
.modal-dialog .modal-body .mb-text p {
  font-weight: bold;
}
.modal-dialog .modal-footer button {
  padding: 8px 25px;
}
.modal-dialog .modal-footer span {
  color: #ffffff;
}
.modal-dialog .modal-footer .btn-warning {
  background-color: #E57323 !important;
  border-color: #ECA216;
}

@media screen and (max-width: 359px) {
  .layout-v2 .modal-dialog {
    min-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .w-25per .modal-body {
    padding: 18px 25px !important;
  }
}
/* 共用樣式 start */
button:focus {
  outline: none;
}

.action-btn .more-gift {
  background-image: url("/csp-lite/images/events/chat-main/more-gift.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.action-btn .more-gift:hover {
  background-image: url("/csp-lite/images/events/chat-main/more-gift-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.action-btn .more {
  background-image: url("/csp-lite/images/events/chat-main/more.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.action-btn .more:hover {
  background-image: url("/csp-lite/images/events/chat-main/more-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.action-btn .insured {
  background-image: url("/csp-lite/images/events/chat-main/insured.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.action-btn .insured:hover {
  background-image: url("/csp-lite/images/events/chat-main/insured-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.action-btn .start {
  background-image: url("/csp-lite/images/events/chat-main/start.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.action-btn .start:hover {
  background-image: url("/csp-lite/images/events/chat-main/start-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.action-btn .start-right-now {
  background-image: url("/csp-lite/images/events/chat-main/button.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.action-btn .start-right-now:hover {
  background-image: url("/csp-lite/images/events/chat-main/button-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.action-btn .download {
  background-image: url("/csp-lite/images/events/chat-main/download.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.action-btn .download:hover {
  background-image: url("/csp-lite/images/events/chat-main/download-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.action-btn .btn-size {
  width: 280px;
  height: 110px;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .action-btn .btn-size {
    width: 220px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .action-btn .more {
    background-image: url("/csp-lite/images/events/chat-main/more-mobile.png");
  }
  .action-btn .more:hover {
    background-image: url("/csp-lite/images/events/chat-main/more-mobile-hover.png");
  }
  .action-btn .insured {
    background-image: url("/csp-lite/images/events/chat-main/insured-mobile.png");
  }
  .action-btn .insured:hover {
    background-image: url("/csp-lite/images/events/chat-main/insured-mobile-hover.png");
  }
  .action-btn .start {
    background-image: url("/csp-lite/images/events/chat-main/start-mobile.png");
  }
  .action-btn .start:hover {
    background-image: url("/csp-lite/images/events/chat-main/start-mobile-hover.png");
  }
  .action-btn .start-right-now {
    background-image: url("/csp-lite/images/events/chat-main/button-mobile.png");
  }
  .action-btn .start-right-now:hover {
    background-image: url("/csp-lite/images/events/chat-main/button-mobile-hover.png");
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .action-btn .btn-size {
    width: 175px;
    height: 64px;
  }
}

.result-page .lottery-bg {
  padding: 30px 0;
}

.challenge-result {
  padding: 90px 40px 144px 40px;
}
.challenge-result .action-btn .go-back {
  background-image: url("/csp-lite/images/events/chat-main/go-back.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.challenge-result .action-btn .go-back:hover {
  background-image: url("/csp-lite/images/events/chat-main/go-back-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.challenge-result .action-btn .again {
  background-image: url("/csp-lite/images/events/chat-main/again.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.challenge-result .action-btn .again:hover {
  background-image: url("/csp-lite/images/events/chat-main/again-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.challenge-result .action-btn .btn-size {
  width: 280px;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .challenge-result .action-btn .go-back {
    background-image: url("/csp-lite/images/events/chat-main/go-back-mobile.png");
  }
  .challenge-result .action-btn .go-back:hover {
    background-image: url("/csp-lite/images/events/chat-main/go-back-mobile-hover.png");
  }
  .challenge-result .action-btn .again {
    background-image: url("/csp-lite/images/events/chat-main/again-mobile.png");
  }
  .challenge-result .action-btn .again:hover {
    background-image: url("/csp-lite/images/events/chat-main/again-mobile-hover.png");
  }
}
@media screen and (min-width: 769px) {
  .challenge-result {
    padding: 140px 40px 144px 40px;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .challenge-result .img-group {
    -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;
  }
  .challenge-result .img-group img:nth-child(odd) {
    margin-bottom: 10px;
  }
  .challenge-result .action-btn .btn-size {
    width: 200px;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .challenge-result .action-btn .btn-size {
    width: 150px;
  }
}

.challenge-result {
  min-height: 100vh;
}
.challenge-result.success {
  background: url("/csp-lite/images/events/chat-main/success-background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.challenge-result.fail {
  background: url("/csp-lite/images/events/chat-main/fail-background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .challenge-result.success .img-group {
    margin: 0 auto;
  }
  .challenge-result.fail .img-group {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .challenge-result.success .img-group .pic-mobile {
    display: block !important;
  }
  .challenge-result.success .img-group .pic-mobile.success-text {
    max-width: 330px;
  }
  .challenge-result.success .img-group .pic-mobile.success-img {
    max-width: 220px;
  }
  .challenge-result.success .img-group .pic {
    display: none;
  }
  .challenge-result.fail .img-group .pic-mobile {
    display: block !important;
  }
  .challenge-result.fail .img-group .pic-mobile.fail-text {
    max-width: 330px;
  }
  .challenge-result.fail .img-group .pic-mobile.fail-img {
    max-width: 220px;
  }
  .challenge-result.fail .img-group .pic {
    display: none;
  }
}

.overlay {
  background-color: rgba(0, 0, 0, 0.50196);
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
}
.overlay .name-list-dialog {
  width: 340px;
  height: auto;
  background: #ffffff;
  position: fixed;
  top: 200px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 12px;
}
.overlay .name-list-dialog p {
  font-weight: 700;
}
.overlay .name-list-dialog .btn-list {
  background: #005bac;
  color: #ffffff;
  width: 220px;
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .overlay .name-list-dialog {
    width: 290px;
  }
}

.scroll {
  -webkit-animation: scroll 1s ease-in-out infinite alternate;
          animation: scroll 1s ease-in-out infinite alternate;
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
}

.download-icare {
  background: url("/csp-lite/images/events/chat-main/download-background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 24px 0;
  margin-top: 32px !important;
}
.download-icare h3 {
  line-height: 45px;
}
.download-icare .btn-size {
  width: 164px !important;
  height: 60px !important;
}
@media screen and (min-width: 1440px) {
  .download-icare {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .download-icare {
    margin-top: 32px !important;
  }
  .download-icare img {
    display: none;
  }
}

.slick-prev,
.slick-next {
  width: 46px;
  height: 46px;
}
.slick-prev:before,
.slick-next:before {
  color: #005BAC;
  font: normal normal normal 14px/1 "FontAwesome";
  font-size: 46px;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next:before {
  content: "\f105";
}

.slick-dots {
  bottom: -30px;
}
.slick-dots li button:before {
  font-size: 13px;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

/* 共用樣式 end */
/* 各頁面樣式 start */
.kv1 {
  background: url("/csp-lite/images/events/chat-main/white-background.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kv1 .kv1-content {
  position: relative;
  padding: 200px 30px 80px 30px;
}
.kv1 .yuans-img {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.kv1 .yuans-img .yuans-body {
  position: relative;
  z-index: 3;
}
.kv1 .yuans-img .yuans-hand-wave {
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-animation: hands 0.4s ease-in-out infinite alternate;
          animation: hands 0.4s ease-in-out infinite alternate;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: relative;
  z-index: 1;
}
@-webkit-keyframes hands {
  0% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
@keyframes hands {
  0% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
.kv1 .yuans-img .yuans-hand-wave .yuans-hand {
  position: absolute;
  bottom: 4;
  right: 55%;
  z-index: 1;
  width: 258px;
}
.kv1 .star-group .star {
  position: absolute;
  -webkit-animation: star 2.5s ease-in infinite;
          animation: star 2.5s ease-in infinite;
}
@-webkit-keyframes star {
  10% {
    opacity: 0.8;
  }
  30% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes star {
  10% {
    opacity: 0.8;
  }
  30% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.kv1 .star-group .star:nth-child(1) {
  top: 66%;
  left: 1%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  width: 40px;
}
.kv1 .star-group .star:nth-child(2) {
  left: 40%;
  top: -5%;
}
.kv1 .star-group .star:nth-child(3) {
  top: 35%;
  right: 6%;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  width: 40px;
}
.kv1 .star-group .star:nth-child(4) {
  top: 73%;
  right: 16%;
}
.kv1 .kv-group .kv-img {
  position: absolute;
  width: 220px;
}
@-webkit-keyframes card {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@keyframes card {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@-webkit-keyframes card2 {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@keyframes card2 {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}
@-webkit-keyframes card3 {
  0% {
    -webkit-transform: translateY(-3%) translateX(2%);
            transform: translateY(-3%) translateX(2%);
  }
  100% {
    -webkit-transform: translateY(3%) translateX(-2%);
            transform: translateY(3%) translateX(-2%);
  }
}
@keyframes card3 {
  0% {
    -webkit-transform: translateY(-3%) translateX(2%);
            transform: translateY(-3%) translateX(2%);
  }
  100% {
    -webkit-transform: translateY(3%) translateX(-2%);
            transform: translateY(3%) translateX(-2%);
  }
}
@-webkit-keyframes card4 {
  0% {
    -webkit-transform: translateY(-3%) translateX(-2%);
            transform: translateY(-3%) translateX(-2%);
  }
  100% {
    -webkit-transform: translateY(3%) translateX(2%);
            transform: translateY(3%) translateX(2%);
  }
}
@keyframes card4 {
  0% {
    -webkit-transform: translateY(-3%) translateX(-2%);
            transform: translateY(-3%) translateX(-2%);
  }
  100% {
    -webkit-transform: translateY(3%) translateX(2%);
            transform: translateY(3%) translateX(2%);
  }
}
.kv1 .kv-group .kv-img:nth-child(1) {
  top: 122px;
  left: -70px;
  -webkit-animation: card4 3s linear infinite alternate;
          animation: card4 3s linear infinite alternate;
}
.kv1 .kv-group .kv-img:nth-child(2) {
  top: -43px;
  left: 45px;
  -webkit-animation: card2 3s linear infinite alternate;
          animation: card2 3s linear infinite alternate;
}
.kv1 .kv-group .kv-img:nth-child(3) {
  top: -90px;
  right: 244px;
  -webkit-animation: card 3s linear infinite alternate;
          animation: card 3s linear infinite alternate;
}
.kv1 .kv-group .kv-img:nth-child(4) {
  top: 54px;
  right: 9px;
  -webkit-animation: card2 3s linear infinite alternate;
          animation: card2 3s linear infinite alternate;
}
.kv1 .kv-group .kv-img:nth-child(5) {
  top: 243px;
  right: -30px;
  -webkit-animation: card3 3s linear infinite alternate;
          animation: card3 3s linear infinite alternate;
}
.kv1 .event-solgan {
  position: relative;
  top: -75px;
  z-index: 3;
}
.kv1 .event-solgan .pc-img {
  width: 950px;
}
.kv1 .event-solgan .mobile-img {
  display: none;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .kv1 .yuans-img {
    width: 700px;
  }
  .kv1 .yuans-img .yuans-hand-wave .yuans-hand {
    bottom: 15px;
    right: 57%;
    width: 250px;
  }
  .kv1 .kv-group .kv-img {
    width: 200px;
  }
  .kv1 .kv-group .kv-img:nth-child(1) {
    top: 18%;
    left: -7%;
  }
  .kv1 .kv-group .kv-img:nth-child(2) {
    top: -11%;
    left: 8%;
  }
  .kv1 .kv-group .kv-img:nth-child(3) {
    top: -19%;
    right: 26%;
  }
  .kv1 .kv-group .kv-img:nth-child(4) {
    top: 9%;
    right: 2%;
  }
  .kv1 .kv-group .kv-img:nth-child(5) {
    top: 43%;
    right: -6%;
  }
  .kv1 .event-solgan .pc-img {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .kv1 {
    background: url("/csp-lite/images/events/chat-main/white-background-mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .kv1 .star-group .star {
    width: 24px !important;
    height: 24px !important;
  }
}
@media screen and (min-width: 648px) and (max-width: 992px) {
  .kv1 .yuans-img {
    width: 480px;
  }
  .kv1 .yuans-img .yuans-hand-wave .yuans-hand {
    bottom: 2px;
    right: 56%;
    width: 200px;
  }
  .kv1 .kv-group .kv-img {
    width: 160px;
  }
  .kv1 .kv-group .kv-img:nth-child(1) {
    top: 14%;
    left: -11%;
  }
  .kv1 .kv-group .kv-img:nth-child(2) {
    top: -15%;
    left: 3%;
  }
  .kv1 .kv-group .kv-img:nth-child(3) {
    top: -26%;
    right: 22%;
  }
  .kv1 .kv-group .kv-img:nth-child(4) {
    top: 0%;
    right: -2%;
  }
  .kv1 .kv-group .kv-img:nth-child(5) {
    top: 30%;
    right: -13%;
  }
  .kv1 .event-solgan .pc-img {
    width: 800px;
  }
}
@media screen and (min-width: 545px) and (max-width: 647px) {
  .kv1 .kv-group .kv-img {
    width: 140px;
  }
  .kv1 .kv-group .kv-img:nth-child(1) {
    top: 12%;
    left: -17%;
  }
  .kv1 .kv-group .kv-img:nth-child(2) {
    top: -18%;
    left: -5%;
  }
  .kv1 .kv-group .kv-img:nth-child(3) {
    top: -33%;
    right: 24%;
  }
  .kv1 .kv-group .kv-img:nth-child(4) {
    top: -5%;
    right: -6%;
  }
  .kv1 .kv-group .kv-img:nth-child(5) {
    top: 28%;
    right: -22%;
  }
}
@media screen and (min-width: 577px) and (max-width: 647px) {
  .kv1 .yuans-img {
    width: 400px;
  }
  .kv1 .yuans-img .yuans-hand-wave .yuans-hand {
    bottom: 2px;
    right: 56%;
    width: 155px;
  }
  .kv1 .event-solgan {
    top: -70px;
  }
}
@media screen and (min-width: 451px) and (max-width: 576px) {
  .kv1 .yuans-img {
    width: 350px;
  }
  .kv1 .yuans-img .yuans-hand-wave .yuans-hand {
    bottom: 18px;
    right: 58%;
    width: 130px;
  }
  .kv1 .event-solgan {
    top: -58px;
  }
}
@media screen and (min-width: 376px) and (max-width: 544px) {
  .kv1 .kv-group .kv-img {
    width: 140px;
  }
  .kv1 .kv-group .kv-img:nth-child(1) {
    top: 5%;
    left: -9%;
  }
  .kv1 .kv-group .kv-img:nth-child(2) {
    top: -24%;
    left: 3%;
  }
  .kv1 .kv-group .kv-img:nth-child(3) {
    top: -38%;
    right: 22%;
  }
  .kv1 .kv-group .kv-img:nth-child(4) {
    top: -12%;
    right: 5%;
  }
  .kv1 .kv-group .kv-img:nth-child(5) {
    top: 12%;
    right: -11%;
  }
}
@media screen and (min-width: 376px) and (max-width: 450px) {
  .kv1 .yuans-img {
    width: 300px;
  }
  .kv1 .yuans-img .yuans-hand-wave .yuans-hand {
    bottom: 8px;
    right: 57%;
    width: 110px;
  }
  .kv1 .kv-group .kv-img {
    width: 120px;
  }
  .kv1 .event-solgan {
    top: -38px;
  }
  .kv1 .event-solgan .pc-img {
    display: none;
  }
  .kv1 .event-solgan .mobile-img {
    display: block;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .kv1 .yuans-img {
    width: 250px;
  }
  .kv1 .yuans-img .yuans-hand-wave .yuans-hand {
    right: 57%;
    width: 100px;
  }
  .kv1 .kv-group .kv-img {
    width: 120px;
  }
  .kv1 .kv-group .kv-img:nth-child(1) {
    top: 3%;
    left: -19%;
  }
  .kv1 .kv-group .kv-img:nth-child(2) {
    top: -26%;
    left: 2%;
  }
  .kv1 .kv-group .kv-img:nth-child(3) {
    top: -52%;
    right: 18%;
  }
  .kv1 .kv-group .kv-img:nth-child(4) {
    top: -20%;
    right: 1%;
  }
  .kv1 .kv-group .kv-img:nth-child(5) {
    top: 7%;
    right: -19%;
  }
  .kv1 .event-solgan {
    top: -30px;
  }
  .kv1 .event-solgan .pc-img {
    display: none;
  }
  .kv1 .event-solgan .mobile-img {
    display: block;
  }
}

.kv2 {
  background: url("/csp-lite/images/events/chat-main/background-light-blue.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -45px;
}
.kv2 .kv2-content {
  position: relative;
  padding: 10px 0px 130px 0;
  width: 100%;
  height: 100%;
}
.kv2 .curtain {
  position: absolute;
  height: 100%;
}
.kv2 .curtain.curtain-left {
  top: 0;
}
.kv2 .curtain.curtain-right {
  top: 0;
  right: 0;
}
.kv2 .yuan {
  width: 300px;
  position: absolute;
  bottom: 2%;
  right: 74%;
  -webkit-animation: yuan 0.8s ease-in-out infinite alternate;
          animation: yuan 0.8s ease-in-out infinite alternate;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  z-index: 1;
}
@-webkit-keyframes yuan {
  0% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes yuan {
  0% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
.kv2 .start-frame {
  background: url("/csp-lite/images/events/chat-main/start-frame-header.png") center top no-repeat, url("/csp-lite/images/events/chat-main/start-frame-bottom.png") center bottom no-repeat;
  max-width: 1200px;
  margin: 0 auto;
}
.kv2 .content-frame {
  background: url("/csp-lite/images/events/chat-main/start-frame-middle.png") center center repeat-y;
  margin-top: -2px;
  margin-bottom: -2px;
  width: 100%;
}
.kv2 .content-frame .solgan > .img-fluid:nth-child(odd) {
  width: 440px;
}
.kv2 .start-award {
  position: relative;
}
.kv2 .start-award img {
  width: 34%;
}
.kv2 .start-award .start-award-content {
  text-align: left;
}
.kv2 .start-award .full-seal {
  position: absolute;
  opacity: 0.87;
  width: 240px;
}
@media screen and (max-width: 1200px) {
  .kv2 .start-frame {
    width: 700px;
  }
  .kv2 .start-frame,
.kv2 .content-frame {
    background-size: contain;
  }
}
@media screen and (min-width: 992px) {
  .kv2 .kv2-content {
    padding: 40px 0px 130px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .kv2 .start-frame {
    width: 800px;
  }
  .kv2 .content-frame .start-award img {
    width: 30%;
  }
  .kv2 .content-frame .solgan > .img-fluid:nth-child(odd) {
    width: 330px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .kv2 .content-frame .solgan {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .kv2 .start-frame {
    width: 520px;
  }
  .kv2 .start-award .start-award-content h2 {
    font-size: 30px;
    line-height: 48px;
  }
  .kv2 .start-award .start-award-content h3 {
    font-size: 24px;
    line-height: 38px;
  }
  .kv2 .start-award .start-award-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .kv2 .content-frame .start-award img {
    width: 28%;
  }
  .kv2 .content-frame .solgan > .img-fluid:nth-child(odd) {
    width: 330px;
  }
  .kv2 .content-frame .solgan .with-icon {
    width: 38px;
  }
  .kv2 .yuan {
    position: absolute;
    bottom: 2%;
    right: 68%;
    width: 240px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .kv2 .start-award .start-award-content {
    text-align: center;
  }
  .kv2 .content-frame .solgan .with-icon {
    width: 38px;
  }
  .kv2 .curtain.curtain-left {
    top: 0;
    left: -54px;
  }
  .kv2 .curtain.curtain-right {
    top: 0;
    right: -38px;
  }
  .kv2 .yuan {
    position: absolute;
    bottom: 4%;
    right: 67%;
    width: 200px;
  }
  .kv2 .start-award .full-seal {
    top: 92px;
  }
}
@media screen and (min-width: 469px) and (max-width: 767px) {
  .kv2 .start-frame {
    width: 400px;
  }
  .kv2 .start-right-now-button {
    margin-bottom: 16px;
  }
  .kv2 .content-frame .start-award img {
    width: 50%;
  }
  .kv2 .content-frame .solgan > .img-fluid:nth-child(odd) {
    width: 310px;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .kv2 .start-frame {
    width: 480px;
  }
}
@media screen and (min-width: 320px) and (max-width: 576px) {
  .kv2 .start-award .start-award-content {
    text-align: center;
  }
  .kv2 .content-frame .solgan .with-icon {
    width: 30px;
  }
  .kv2 .curtain {
    position: absolute;
    height: 100%;
  }
  .kv2 .curtain.pic-mb {
    display: block !important;
  }
  .kv2 .curtain.pic-pad {
    display: none !important;
  }
  .kv2 .curtain.curtain-left {
    top: 0;
    left: -40px;
  }
  .kv2 .curtain.curtain-right {
    top: 0;
    right: -30px;
  }
  .kv2 .yuan {
    position: absolute;
    right: 65%;
    width: 160px;
  }
  .kv2 .start-award .full-seal {
    top: 92px;
  }
}
@media screen and (max-width: 468px) {
  .kv2 .start-frame {
    background: url("/csp-lite/images/events/chat-main/start-frame-small-header.png") center top no-repeat, url("/csp-lite/images/events/chat-main/start-frame-small-bottom.png") center bottom no-repeat;
    max-width: 335px;
  }
  .kv2 .start-frame > .img-fluid {
    height: 70px;
  }
  .kv2 .start-frame .content-frame + .img-fluid {
    height: 23px;
  }
  .kv2 .content-frame {
    background: url("/csp-lite/images/events/chat-main/start-frame-small-middle.png") center center repeat-y;
  }
  .kv2 .content-frame .start-award img {
    width: 50%;
  }
  .kv2 .content-frame .start-award .full-seal {
    width: 180px;
    top: 60px;
  }
  .kv2 .content-frame .solgan {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .kv2 .content-frame .solgan > .img-fluid:nth-child(odd) {
    width: 220px;
  }
}
@media screen and (max-width: 375px) {
  .kv2 .yuan {
    display: none;
  }
}

.kv3 {
  background: url("/csp-lite/images/events/chat-main/background-dark-blue.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -65px;
  z-index: 1;
  position: relative;
}
.kv3 .kv3-content {
  padding: 100px 0 160px 0;
}
@media screen and (min-width: 1200px) {
  .kv3 {
    margin-top: -80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .kv3 .kv3-content {
    padding: 60px 32px 150px 32px;
  }
}
@media screen and (max-width: 992px) {
  .kv3 {
    background: url("/csp-lite/images/events/chat-main/background-dark-blue-mobile.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .kv3 .kv3-content {
    padding: 20px 20px 140px 20px;
  }
}
@media screen and (min-width: 375px) and (max-width: 576px) {
  .kv3 {
    margin-top: -48px;
  }
}
@media screen and (max-width: 375px) {
  .kv3 .kv3-content {
    padding: 10px 0 130px 0;
  }
}

.kv4 {
  background: url("/csp-lite/images/events/chat-main/background-yellow.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -160px;
  position: relative;
  z-index: 1;
}
.kv4 .kv4-content {
  padding: 160px 0px 100px;
}
.kv4 .kv4-content .kv4-top-img {
  max-width: 620px;
  width: 100%;
  margin-bottom: 60px;
}
.kv4 .kv4-content .icare-slick,
.kv4 .kv4-content .download-icare {
  width: 75%;
  margin: 0 auto;
}
.kv4 .kv4-content .slick-prev:before,
.kv4 .kv4-content .slick-next:before {
  color: #FFFFFF;
}
.kv4 .kv4-content .icare-slick {
  max-width: 1200px;
}
.kv4 .kv4-content .icare-slick .slick-slide h3 {
  margin-bottom: 24px;
  font-size: 32px;
}
.kv4 .kv4-content .icare-slick .slick-prev {
  left: -50px;
}
.kv4 .kv4-content .icare-slick .slick-next {
  right: -50px;
}
@media screen and (min-width: 1440px) {
  .kv4 .download-icare {
    background-size: contain;
  }
}
@media screen and (min-width: 576px) {
  .kv4 .kv4-content .icare-slick .slick-prev,
.kv4 .kv4-content .icare-slick .slick-next {
    width: 60px;
    height: 60px;
  }
  .kv4 .kv4-content .icare-slick .slick-prev:before,
.kv4 .kv4-content .icare-slick .slick-next:before {
    font-size: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .kv4 .kv4-content {
    padding: 100px 32px 100px;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1440px) {
  .kv4 .kv4-content .icare-slick {
    max-width: 72%;
  }
}
@media screen and (min-width: 921px) and (max-width: 1360px) {
  .kv4 .kv4-content .icare-slick {
    max-width: 58%;
  }
  .kv4 .kv4-content .icare-slick .slick-slide h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 920px) {
  .kv4 .kv4-content .icare-slick {
    max-width: 66%;
  }
  .kv4 .kv4-content .icare-slick .slick-slide h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .kv4 .kv4-content .kv4-top-img {
    max-width: 480px;
    margin-bottom: 40px;
  }
  .kv4 .kv4-content .icare-slick .slick-slide h3 {
    font-size: 24px;
  }
  .kv4 .kv4-content .icare-slick .slick-prev {
    left: -25px;
  }
  .kv4 .kv4-content .icare-slick .slick-next {
    right: -25px;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .kv4 .kv4-content .icare-slick .slick-slide h3 {
    font-size: 26px;
  }
  .kv4 .kv4-content .icare-slick .slick-slide .d-flex {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 640px) {
  .kv4 .kv4-content .icare-slick .slick-slide .d-flex {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 768px) {
  .kv4 .kv4-content {
    padding: 80px 20px 60px;
  }
}
@media screen and (max-width: 375px) {
  .kv4 .kv4-content {
    padding: 60px 20px 40px;
  }
  .kv4 .kv4-content .kv4-top-img {
    max-width: 335px;
    margin-bottom: 32px;
  }
  .kv4 .kv4-content .icare-slick .slick-slide h3 {
    font-size: 22px;
  }
  .kv4 .kv4-content .icare-slick .slick-slide .d-flex {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}
.kv5 .kv5-content {
  width: 75%;
  margin: 0 auto;
}
.kv5 .collapse-btn i {
  color: #3c4b78;
}
.kv5 .collapse-btn i.close {
  opacity: 1;
}
.kv5 .collapse-content {
  border-top: 1px solid black;
  padding: 32px 0px;
}
.kv5 .collapse-content p {
  font-size: 16px;
  font-weight: normal;
}
.kv5 .collapse-content li {
  margin-bottom: 10px;
}

.lottery-bg {
  background: url("/csp-lite/images/events/chat-main/background-dark-blue.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 0px;
  margin-top: -90px;
}

.lottery-frame {
  background: url("/csp-lite/images/events/chat-main/lottery-frame-header.png") center top no-repeat, url("/csp-lite/images/events/chat-main/lottery-frame-bottom.png") center bottom no-repeat;
  max-width: 1200px;
  margin: 0 auto;
}

.content-frame {
  background: url("/csp-lite/images/events/chat-main/lottery-frame-middle.png") center center repeat-y;
  margin-top: -4px;
  margin-bottom: -4px;
  width: 100%;
}

.lottery-content {
  padding: 20px 20px;
  border: 3px solid #092c5e;
  border-radius: 24px;
  background: #f0f4fa;
  -webkit-box-shadow: 4px 4px #092c5e;
          box-shadow: 4px 4px #092c5e;
  width: 85%;
}
.lottery-content .solgan img.pic {
  width: 400px;
}

.notify-slick {
  width: 85%;
}
.notify-slick .step {
  width: 30px;
  height: 30px;
  color: #005bac;
  background-color: #EAF6FF;
  border-radius: 50%;
  padding: 3px 10px;
}
.notify-slick .slick-prev,
.notify-slick .slick-next {
  top: 42%;
}

@media screen and (max-width: 1200px) {
  .lottery-frame,
.content-frame {
    background-size: contain;
  }
}
@media screen and (min-width: 993px) and (max-width: 1100px) {
  .lottery-content .solgan img.pic {
    width: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .lottery-content .solgan .pic {
    display: none;
  }
  .lottery-content .solgan img.pic-pad {
    display: block !important;
    width: 250px;
  }
}
@media screen and (min-width: 940px) and (max-width: 992px) {
  .lottery-content .solgan img.pic-pad {
    width: 320px;
  }
  .lottery-content .solgan .with-icon {
    margin-right: 4px;
    margin-left: 4px;
  }
}
@media screen and (min-width: 900px) and (max-width: 939px) {
  .lottery-content .solgan img.pic-pad {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .notify-slick img {
    width: 187px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .lottery-content .solgan img.pic {
    width: 450px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .lottery-content .solgan {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 576px) {
  .lottery-content .with-icon {
    width: 40px;
  }
  .lottery-content .lottery-award img {
    width: 135px;
  }
}
@media screen and (max-width: 468px) {
  .lottery-frame {
    background: url("/csp-lite/images/events/chat-main/lottery-frame-small-header.png") center top no-repeat, url("/csp-lite/images/events/chat-main/lottery-frame-small-bottom.png") center bottom no-repeat;
    background-size: contain;
    max-width: 335px;
  }
  .lottery-frame > .img-fluid {
    height: 70px;
  }
  .lottery-frame .content-frame + .img-fluid {
    height: 50px;
  }
  .lottery-frame .slick-prev {
    left: -16px;
  }
  .lottery-frame .slick-next {
    right: -16px;
  }
  .content-frame {
    background: url("/csp-lite/images/events/chat-main/lottery-frame-small-middle.png") center center repeat-y;
    background-size: contain;
  }
  .lottery-content,
.notify-slick {
    width: 80%;
  }
}
.become-bg {
  background: url("/csp-lite/images/events/chat-main/background-dark-blue.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0px;
  margin-top: -90px;
}

.become-frame {
  background: url("/csp-lite/images/events/chat-main/become-frame-header.png") center top no-repeat, url("/csp-lite/images/events/chat-main/become-frame-bottom.png") center bottom no-repeat;
  max-width: 1200px;
  margin: 0 auto;
}

.content-frame {
  background: url("/csp-lite/images/events/chat-main/become-frame-middle.png") center center repeat-y;
  margin-top: -4px;
  margin-bottom: -4px;
  width: 100%;
}

.become-content {
  padding: 40px 0px;
  border: 3px solid #092c5e;
  border-radius: 24px;
  background: #f0f4fa;
  -webkit-box-shadow: 4px 4px #092c5e;
          box-shadow: 4px 4px #092c5e;
  width: 85%;
}
.become-content .become-award-content {
  text-align: left;
}
.become-content .main-pic.mobile-pic {
  display: none;
}

@media screen and (max-width: 1200px) {
  .become-frame,
.content-frame {
    background-size: contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .become-award img {
    width: 180px;
  }
  .become-award .line-points {
    margin-top: 41px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .become-award .line-points {
    margin-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .become-award .become-award-content {
    text-align: center;
  }
  .become-award img {
    width: 147px;
  }
}
@media screen and (min-width: 577px) and (max-width: 865px) {
  .become-content .main-pic.lottery-solgan {
    display: none;
  }
  .become-content .main-pic.lottery-solgan-mobile {
    display: block;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .become-content .lottery-solgan-mobile {
    width: 330px;
  }
}
@media screen and (min-width: 320px) and (max-width: 576px) {
  .become-content {
    padding: 24px 0;
  }
  .become-content .main-pic.pc-pic {
    display: none;
  }
  .become-content .main-pic.mobile-pic {
    display: block;
  }
}
@media screen and (min-width: 469px) and (max-width: 576px) {
  .become-content .solgan-mobile {
    width: 528px;
  }
  .become-content .lottery-solgan-mobile {
    width: 300px;
  }
}
@media screen and (min-width: 469px) and (max-width: 576px) {
  .become-content .solgan-mobile {
    width: 280px;
  }
  .become-content .lottery-solgan-mobile {
    width: 280px;
  }
}
@media screen and (max-width: 468px) {
  .become-frame {
    background: url("/csp-lite/images/events/chat-main/become-frame-small-header.png") center top no-repeat, url("/csp-lite/images/events/chat-main/become-frame-small-bottom.png") center bottom no-repeat;
    background-size: contain;
    max-width: 335px;
  }
  .become-frame > .img-fluid {
    height: 70px;
  }
  .become-frame .content-frame + .img-fluid {
    height: 50px;
  }
  .content-frame {
    background: url("/csp-lite/images/events/chat-main/become-frame-small-middle.png") center center repeat-y;
    background-size: contain;
  }
  .become-content {
    width: 80%;
  }
  .become-content .award-name.watch {
    padding-right: 10px;
    padding-left: 10px;
  }
  .become-content .solgan-mobile {
    width: 200px;
  }
  .become-content .lottery-solgan-mobile {
    width: 210px;
  }
  .action-btn .btn-size {
    width: 135px;
    height: 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .become-award img {
    width: 140px;
  }
}
.overlay .illustrate-dialog {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .overlay .illustrate-dialog {
    width: 80%;
  }
}

.illustrate-frame {
  background: url("/csp-lite/images/events/chat-main/illustrate-frame-header.png") center top no-repeat, url("/csp-lite/images/events/chat-main/illustrate-frame-bottom.png") center bottom no-repeat;
  max-width: 1200px;
  margin: 0 auto;
}
.illustrate-frame .content-frame {
  background: url("/csp-lite/images/events/chat-main/illustrate-frame-middle.png") center center repeat-y;
  margin-top: -4px;
  margin-bottom: -4px;
}
.illustrate-frame .content-frame .box-close {
  padding: 0 56px;
}
.illustrate-frame .illustrate-content {
  padding: 70px 11% 10px;
}
.illustrate-frame .illustrate-content > h3 {
  margin-bottom: 32px;
}
.illustrate-frame .illustrate-content .sub-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.illustrate-frame .illustrate-content .item {
  margin-bottom: 0.125rem;
}
.illustrate-frame .illustrate-content .small-tips {
  font-size: 24px;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 32px;
}
.illustrate-frame .illustrate-content .small-tips .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #91C9FC;
  border-radius: 8px;
  padding: 12px 12px 12px 62px;
  width: 100%;
  margin-left: -62px;
}
.illustrate-frame .illustrate-content .small-tips .text-block h3 {
  color: #005bac;
  margin: 0px 12px 0 0;
}
.illustrate-frame .illustrate-content .small-tips .text-block h3,
.illustrate-frame .illustrate-content .small-tips .text-block span {
  font-size: 24px;
  line-height: 24px;
}
.illustrate-frame .illustrate-content .small-tips .img-fluid {
  z-index: 2;
}
.illustrate-frame .action-btn .btn-size {
  width: 324px;
  height: 110px;
}
@media screen and (min-width: 1050px) {
  .illustrate-frame .illustrate-content .small-tips .text-block {
    max-width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  .illustrate-frame,
.illustrate-frame .content-frame {
    background-size: contain;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .illustrate-frame {
    max-width: 750px;
  }
  .illustrate-frame .illustrate-content {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .illustrate-frame .illustrate-content > h3 {
    font-size: 24px;
  }
  .illustrate-frame .illustrate-content .sub-title {
    font-size: 20px;
  }
  .illustrate-frame .illustrate-content .item {
    font-size: 18px;
  }
  .illustrate-frame .illustrate-content .small-tips {
    font-size: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .illustrate-frame .illustrate-content .small-tips .img-fluid {
    max-width: 70px;
  }
  .illustrate-frame .illustrate-content .small-tips .text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 35px;
    margin-left: -35px;
  }
  .illustrate-frame .illustrate-content .small-tips .text-block h3,
.illustrate-frame .illustrate-content .small-tips .text-block span {
    font-size: 18px;
    line-height: 28px;
  }
  .illustrate-frame .action-btn .btn-size {
    width: 175px;
    height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .illustrate-frame {
    max-width: 704px;
  }
  .illustrate-frame .content-frame .box-close {
    padding: 0 36px;
  }
  .illustrate-frame .illustrate-content {
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .illustrate-frame .illustrate-content > h3 {
    font-size: 24px;
  }
  .illustrate-frame .illustrate-content .sub-title {
    font-size: 20px;
  }
  .illustrate-frame .illustrate-content .item {
    font-size: 18px;
  }
  .illustrate-frame .illustrate-content .small-tips {
    font-size: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .illustrate-frame .illustrate-content .small-tips .img-fluid {
    max-width: 70px;
  }
  .illustrate-frame .illustrate-content .small-tips .text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 35px;
    margin-left: -35px;
  }
  .illustrate-frame .illustrate-content .small-tips .text-block h3,
.illustrate-frame .illustrate-content .small-tips .text-block span {
    font-size: 18px;
    line-height: 28px;
  }
  .illustrate-frame .action-btn .btn-size {
    width: 175px;
    height: 64px;
  }
}
@media screen and (max-width: 468px) {
  .illustrate-frame {
    background: url("/csp-lite/images/events/chat-main/illustrate-frame-small-header.png") center top no-repeat, url("/csp-lite/images/events/chat-main/illustrate-frame-small-bottom.png") center bottom no-repeat;
    max-width: 335px;
    margin-top: 2rem !important;
    background-size: contain;
  }
  .illustrate-frame > .img-fluid {
    height: 70px;
  }
  .illustrate-frame .content-frame + .img-fluid {
    height: 50px;
  }
  .illustrate-frame .content-frame {
    background: url("/csp-lite/images/events/chat-main/illustrate-frame-small-middle.png") center center repeat-y;
    background-size: contain;
  }
  .illustrate-frame .illustrate-content {
    padding: 8px 32px 0px;
  }
  .illustrate-frame .illustrate-content > h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .illustrate-frame .action-btn .btn-size {
    width: 150px;
    height: 55px;
  }
}

.exam-page {
  margin-top: 65px;
  background-color: #f8f9ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.exam-page .exam-left {
  width: 640px;
}
.exam-page .exam-right {
  width: calc(100% - 640px);
  padding: 95px 40px 0px;
  max-width: 800px;
}
@media screen and (min-width: 981px) and (max-width: 1440px) {
  .exam-page .exam-left {
    width: 565px;
  }
  .exam-page .exam-right {
    width: calc(100% - 565px);
    padding: 65px 40px 0px 0px;
  }
}
@media screen and (min-width: 841px) and (max-width: 980px) {
  .exam-page .exam-left {
    width: 480px;
  }
  .exam-page .exam-right {
    width: calc(100% - 480px);
    padding: 46px 40px 0px 0px;
  }
}
@media screen and (max-width: 840px) {
  .exam-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .exam-page .exam-left {
    width: 100%;
  }
  .exam-page .exam-right {
    width: 100%;
    padding: 0px 32px 32px 32px;
  }
}
@media screen and (min-width: 320px) and (max-width: 450px) {
  .exam-page {
    margin-top: 58px;
  }
}

.exam-left .main-pic {
  max-width: 100%;
}
.exam-left .main-pic img {
  width: 100%;
}
.exam-left .main-pic.mobile-pic {
  display: none;
}
@media screen and (max-width: 840px) {
  .exam-left .main-pic.pc-pic {
    display: none;
  }
  .exam-left .main-pic.mobile-pic {
    display: block;
  }
}

.exam-right .exam-alarm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
.exam-right .exam-alarm img {
  width: 70px;
  height: 70px;
  margin-top: -10px;
  z-index: 5;
  position: relative;
}
.exam-right .exam-alarm span {
  display: inline-block;
  width: 130px;
  height: 60px;
  padding: 6px 20px 6px 20px;
  border: 3px solid #ffa941;
  border-radius: 50px;
  background-color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.exam-right .exam-alarm .countdown-time,
.exam-right .exam-alarm .current-item {
  position: relative;
}
.exam-right .exam-alarm .countdown-time img {
  margin-right: -55px;
}
.exam-right .exam-alarm .countdown-time span {
  padding-left: 55px;
  padding-right: 15px;
  width: 150px;
}
.exam-right .exam-alarm .current-item img {
  margin-left: -60px;
}
.exam-right .exam-alarm .current-item span {
  padding-right: 60px;
}
.exam-right .exam-content .question-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}
.exam-right .exam-content .question-list {
  margin-top: 48px;
  margin-left: 0;
}
.exam-right .exam-content .question-list li {
  margin-bottom: 24px;
  list-style: none;
  font-weight: bold;
}
.exam-right .exam-content .question-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 88px;
  padding: 20px 24px;
  border: 2px solid #d4e4fa;
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4.2507462502px 0 0 #d4e4fa;
          box-shadow: 0px 4.2507462502px 0 0 #d4e4fa;
  font-weight: bold;
}
.exam-right .exam-content .question-list li a:hover {
  text-decoration: none;
}
.exam-right .exam-content .question-list li .symbol {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 24px;
  background-color: #d4e4fa;
  border-radius: 50px;
  text-align: center;
}
.exam-right .exam-content .question-list li .symbol .symbol-text {
  font-size: 20px;
  font-weight: bold;
}
.exam-right .exam-content .question-list li .text {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
}
.exam-right .exam-content .question-list li.correct-answer a {
  border: 2px solid #09A046;
  background-color: #0BC858;
  -webkit-box-shadow: 0px 4.2507462502px 0 0 #09A046;
          box-shadow: 0px 4.2507462502px 0 0 #09A046;
}
.exam-right .exam-content .question-list li.correct-answer .symbol {
  background: url("/csp-lite/images/events/chat-main/correct.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.exam-right .exam-content .question-list li.correct-answer .symbol .symbol-text {
  display: none;
}
.exam-right .exam-content .question-list li.correct-answer .text {
  color: #FFFFFF;
}
.exam-right .exam-content .question-list li.incorrect-answer a {
  border: 2px solid #BE1303;
  background-color: #EF3A3C;
  -webkit-box-shadow: 0px 4.2507462502px 0 0 #BE1303;
          box-shadow: 0px 4.2507462502px 0 0 #BE1303;
}
.exam-right .exam-content .question-list li.incorrect-answer .symbol {
  background: url("/csp-lite/images/events/chat-main/incorrect.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.exam-right .exam-content .question-list li.incorrect-answer .symbol .symbol-text {
  display: none;
}
.exam-right .exam-content .question-list li.incorrect-answer .text {
  color: #FFFFFF;
}
.exam-right .exam-content .key-word {
  font-size: 22px;
  font-weight: bold;
}
.exam-right .exam-content .key-word a,
.exam-right .exam-content .key-word span {
  font-size: 22px;
  font-weight: bold;
}
.exam-right .btn-bar {
  margin-top: 36px;
}
.exam-right .btn-bar .btn-exam {
  border: 2px solid #005bac !important;
  border-radius: 12px;
  background-color: #4b9dff !important;
  -webkit-box-shadow: 0px 4.2507462502px 0px 0px #005bac !important;
          box-shadow: 0px 4.2507462502px 0px 0px #005bac !important;
  padding: 24px 24px;
  font-size: 26px;
  width: 100%;
  font-weight: bold;
}
.exam-right .btn-bar .btn-exam:hover {
  background-color: #57c3ff !important;
}
@media screen and (min-width: 1441px) {
  .exam-right .btn-bar {
    margin-top: 48px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1440px) {
  .exam-right .exam-content .question-title {
    font-size: 26px;
    line-height: 36px;
  }
  .exam-right .exam-content .question-list {
    margin-top: 36px;
  }
  .exam-right .exam-content .question-list li {
    margin-bottom: 20px;
  }
  .exam-right .exam-content .question-list li a {
    height: auto;
    min-height: 84px;
    padding: 18px 24px;
  }
  .exam-right .exam-content .question-list li .symbol {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
  }
  .exam-right .exam-content .question-list li .text {
    font-size: 24px;
  }
  .exam-right .exam-content .key-word {
    font-size: 20px;
  }
  .exam-right .exam-content .key-word a,
.exam-right .exam-content .key-word span {
    font-size: 20px;
  }
  .exam-right .btn-bar .btn-exam {
    padding: 22px 24px;
    font-size: 24px;
  }
}
@media screen and (min-width: 841px) and (max-width: 980px) {
  .exam-right .exam-alarm {
    margin-bottom: 16px;
  }
  .exam-right .exam-alarm img {
    width: 60px;
    height: 60px;
    margin-top: -10px;
  }
  .exam-right .exam-alarm span {
    width: 130px;
    height: 50px;
    padding: 4px 20px 4px 20px;
    font-size: 24px;
  }
  .exam-right .exam-alarm .countdown-time img {
    margin-right: -55px;
  }
  .exam-right .exam-alarm .countdown-time span {
    width: 140px;
  }
  .exam-right .exam-alarm .current-item img {
    margin-left: -60px;
  }
  .exam-right .exam-alarm .current-item span {
    padding-right: 60px;
  }
  .exam-right .exam-content .question-title {
    font-size: 24px;
    line-height: 34px;
  }
  .exam-right .exam-content .question-list {
    margin-top: 26px;
  }
  .exam-right .exam-content .question-list li {
    margin-bottom: 16px;
  }
  .exam-right .exam-content .question-list li a {
    height: auto;
    min-height: 63px;
    padding: 16px 24px;
  }
  .exam-right .exam-content .question-list li .symbol {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
  }
  .exam-right .exam-content .question-list li .text {
    font-size: 20px;
  }
  .exam-right .exam-content .key-word {
    font-size: 18px;
  }
  .exam-right .exam-content .key-word a,
.exam-right .exam-content .key-word span {
    font-size: 18px;
  }
  .exam-right .btn-bar .btn-exam {
    padding: 20px 24px;
    font-size: 20px;
  }
}
@media screen and (max-width: 840px) {
  .exam-right .exam-alarm {
    position: absolute;
    top: 28px;
    width: calc(100% - 64px);
    margin-bottom: 0px;
  }
  .exam-right .exam-alarm img {
    width: 64px;
    height: 64px;
    margin-top: -10px;
  }
  .exam-right .exam-alarm span {
    width: 120px;
    height: 54px;
    padding: 11px 20px 6px 20px;
    font-size: 24px;
  }
  .exam-right .exam-alarm .countdown-time img {
    margin-right: -55px;
  }
  .exam-right .exam-alarm .countdown-time span {
    width: 140px;
  }
  .exam-right .exam-alarm .current-item img {
    margin-left: -55px;
  }
  .exam-right .exam-alarm .current-item span {
    padding-right: 55px;
  }
  .exam-right .exam-content .question-title {
    font-size: 24px;
    line-height: 34px;
  }
  .exam-right .exam-content .question-list {
    margin-top: 36px;
  }
  .exam-right .exam-content .question-list li {
    margin-bottom: 24px;
  }
  .exam-right .exam-content .question-list li a {
    height: auto;
    min-height: 76px;
    padding: 18px 24px;
  }
  .exam-right .exam-content .question-list li .symbol {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
  }
  .exam-right .exam-content .question-list li .text {
    font-size: 22px;
  }
  .exam-right .exam-content .key-word {
    font-size: 20px;
  }
  .exam-right .exam-content .key-word a,
.exam-right .exam-content .key-word span {
    font-size: 20px;
  }
  .exam-right .btn-bar .btn-exam {
    padding: 20px 24px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .exam-right .exam-alarm span {
    padding: 6px 20px 6px 20px;
  }
}
@media screen and (min-width: 451px) and (max-width: 840px) {
  .exam-right .exam-alarm {
    top: 32px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .exam-right .exam-content .question-list li .symbol-text {
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .exam-right .exam-content .key-word {
    font-size: 18px;
  }
  .exam-right .exam-content .key-word a,
.exam-right .exam-content .key-word span {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .exam-right .exam-alarm img {
    width: 35px;
    height: 35px;
    margin-top: -5px;
  }
  .exam-right .exam-alarm span {
    width: 65px;
    height: 29px;
    padding: 0px 12px 0px 12px;
    border: 2px solid #ffa941;
    font-size: 14px;
  }
  .exam-right .exam-alarm .countdown-time img {
    margin-right: -22px;
  }
  .exam-right .exam-alarm .countdown-time span {
    padding-left: 22px;
    width: 75px;
  }
  .exam-right .exam-alarm .current-item img {
    margin-left: -24px;
  }
  .exam-right .exam-alarm .current-item span {
    padding-right: 24px;
  }
}
@media screen and (max-width: 414px) {
  .exam-right .exam-content .key-word {
    font-size: 14px;
    width: 250px;
  }
  .exam-right .exam-content .key-word a,
.exam-right .exam-content .key-word span {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .exam-right .exam-content .question-title {
    font-size: 18px;
    line-height: 28px;
  }
  .exam-right .exam-content .question-list {
    margin-top: 20px;
  }
  .exam-right .exam-content .question-list li {
    margin-bottom: 16px;
  }
  .exam-right .exam-content .question-list li a {
    height: auto;
    min-height: 60px;
    padding: 14px 24px;
  }
  .exam-right .exam-content .question-list li .symbol {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .exam-right .exam-content .question-list li .text {
    font-size: 16px;
  }
  .exam-right .btn-bar {
    margin-top: 20px;
  }
  .exam-right .btn-bar .btn-exam {
    padding: 14px 24px;
    font-size: 16px;
  }
}

.page-tool {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 210;
}
.page-tool .service-popup-box {
  position: absolute;
  right: 16px;
  bottom: 50px;
  z-index: 123;
  width: 375px;
  height: 600px;
  background-color: #fff;
  border: 2px solid #a4daff;
  border-radius: 10px;
  -webkit-box-shadow: 2.9794070721px 2.9794070721px 17.876441956px 0 rgba(51, 102, 255, 0.05);
          box-shadow: 2.9794070721px 2.9794070721px 17.876441956px 0 rgba(51, 102, 255, 0.05);
}
.page-tool .service-popup-box .box-content {
  height: 100%;
}
.page-tool .none {
  display: none;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .page-tool .service-popup-box {
    height: 550px;
  }
}
@media screen and (max-width: 640px) {
  .page-tool .service-popup-box {
    height: calc(100vh - 280px);
  }
}
@media screen and (min-width: 320px) and (max-width: 450px) {
  .page-tool .service-popup-box {
    right: -12px;
    bottom: 38px;
    width: 98vw;
  }
}

.customer-ai-chatbot {
  width: auto;
  height: auto;
}
.customer-ai-chatbot .tips-text {
  font-size: 16px;
  width: 130px;
  left: -110px;
  top: -44px;
  display: block;
  opacity: 1;
}
.customer-ai-chatbot p {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .customer-ai-chatbot .tips-text {
    font-size: 12px;
    width: 110px;
    left: -38px;
    top: -52px;
    padding: 4px 6px;
    opacity: 0;
    -webkit-animation: tips 10s ease-in-out;
            animation: tips 10s ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
  @-webkit-keyframes tips {
    0% {
      opacity: 1;
    }
    90% {
      opacity: 0.95;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes tips {
    0% {
      opacity: 1;
    }
    90% {
      opacity: 0.95;
    }
    100% {
      opacity: 0;
    }
  }
}

.customer-ai-chatbot .link-chatbot {
  position: relative;
  z-index: 2;
  width: 88px;
  height: 88px;
  border-radius: 88px;
  background-color: rgba(164, 218, 255, 0.2);
  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;
}

.chatbot-wrapper .bg {
  position: absolute;
  top: 0;
  width: 88px;
  height: 88px;
  z-index: 1;
  border-radius: 100%;
  background-color: rgba(18, 116, 197, 0.5);
  -webkit-animation: pules 1.2s ease infinite;
          animation: pules 1.2s ease infinite;
}

@-webkit-keyframes pules {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes pules {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
.customer-ai-chatbot .icon-ai-chatbot {
  width: 74px;
  height: 74px;
  border-radius: 74px;
  -webkit-box-shadow: 2.9794070721px 2.9794070721px 17.876441956px 0 rgba(51, 102, 255, 0.05);
          box-shadow: 2.9794070721px 2.9794070721px 17.876441956px 0 rgba(51, 102, 255, 0.05);
}

@media screen and (max-width: 1199.98px) {
  .customer-ai-chatbot {
    bottom: 60px;
  }
}
.illustrate-box {
  padding-top: 50px;
  margin-top: -50px;
}

/* 各頁面樣式 end */