@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&family=Noto+Serif+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;800;900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", serif;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #000;
}

/* 重置边距和填充 */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.background-layer {
  background-image: url('../images/bg.png');
  /* 替换为您的背景图像路径 */
  background-attachment: fixed;
  /* 背景固定不动 */
  background-position: top center;
  /* 背景居中 */
  background-repeat: no-repeat;
  /* 不重复背景图 */
  background-size: cover;
  /* 背景覆盖整个容器 */
  height: 100vh;
  /* 视窗高度 */
  width: 100%;
  /* 宽度为100% */
  position: fixed;
  top: 0;
  left: 0;
  z-index:-100;
}

* {
  padding: 0;
  margin: 0;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a:visited,
a:link,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  /*color: #d8441a;*/
}

a:visited {
  text-decoration: none;
}

.wapper {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

.img-fluid {
  max-width: 100%;
}

.main-content {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}

.mian-img {
  position: relative;
  width: 30%;
  height: auto;
  margin: 150px auto 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


#fixed-bottom-left {
  width: 300px;
  height: auto;
  position: absolute;
  top: 60%;
  left: 0em;
  z-index: 99;
}

#fixed-top-right {
  width: 250px;
  height: auto;
  position: absolute;
  top: -150px;
  right: 1em;
  z-index: 99;
}

.ware {
  position: fixed;
  left:0;
  bottom:0;
  background-image: url('../images/new_long.png');
  /* 替换为您的背景图像路径 */
  /* 背景固定不动 */
  background-position: 30px center 0;
  /* 背景居中 */
  background-repeat: no-repeat;
  /* 不重复背景图 */
  background-size: 100%;
  /* 背景覆盖整个容器 */
  height: 80px;
  /* 视窗高度 */
  width: 100%;
}

@media (min-width: 2000px) {
  .ware {
    height: 100px;
    /* 视窗高度 */
  }
}

@media (max-width: 767px) {
  .mian-img {
    width: 90%;
    margin: 50px auto 10px;
  }

  #fixed-bottom-left {
    display: none;
  }

  #fixed-top-right {
    display: none;
  }
  .ware {
    height: 60px;
  }
}

main {
  padding: 0;
  margin: 0;
}

.subtitle {
  max-width: 500px;
  width: 20%;
  height: auto;
  margin: 0 auto;
  margin-top: 150px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .subtitle {
    max-width: 500px;
    width: 70%;
    margin-top: 50px;
  }
}

.mainarea {
  max-width: 1100px;
  width: 40%;
  height: auto;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
  text-align: center;
}

.mainarea h1 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  color: #e14a43;
  text-align: center;
  padding: 20px 0;
}

.mainarea h3 {
  margin: 0;
  padding: 0;
  text-align: center;
}

.mainarea p {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #e14a43;
  text-align: center;
}

.mainarea img {
  max-width: 25%;
}

@media (max-width: 767px) {
  .mainarea {
    width: 90%;
    margin-top: 20px;
  }
  .mainarea img {
    width: 60%;
    margin-top: 20px;
  }
  .pulseimg img {
    width: 100%;
    margin-top: 20px;
  }

  .mainarea h1 {
    font-size: 2.5rem;
    padding: 10px 0;
  }

  .mainarea h3 {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 20%;
    margin: 0 auto -2px;
  }

  .mainarea p {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.mvcards {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  margin: 0 auto;
}

.mvcards2 {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  margin: 0 auto;
}

.mvcard {
  width: 50%;
  color: #FFF;
  text-align: center;
  margin: 5px;
  cursor: pointer;
  /*margin-bottom: 20px;*/
}

.mvcardop {
  width: 50%;
  color: #FFF;
  text-align: center;
  margin: 5px;
  cursor: pointer;
  /*margin-bottom: 20px;*/
}

.vs {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 70px;
  cursor: pointer;
}

.mvcard p {
  text-align: center;
  margin: 10px auto 20px;
}

.slick_photo {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: none;
  margin: 0 auto;
}

.slick_photo p {
  text-align: center;
}

@media (max-width: 767px) {
  .mvcards {
    width: 100%;
  }

  .mvcards2 {
    width: 100%;
  }

  .mvcard {
    width: 90%;
  }

  .mvcardop {
    width: 90%;
  }

  .vs {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
.slick_photo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: none;
  margin: 0 auto;
}
}

.rabbitears {
  width: 100%;
  padding: 0;
  margin: 100px 0 0;
}

.rabbitears img {
  margin-bottom: -10px;
}

.whitebg {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #ffffff;
}

.videotitle {
  padding-top: 100px;
}

.videotitle h1 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  color: #d8441a;
  text-align: center;
  border-top: 10px solid #d8441a;
  border-bottom: 10px solid #d8441a;
  padding: 20px 0;
  width: 50%;
  margin: 0 auto;
}

.videotitle h3 {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 20%;
  margin: 0 auto;
}

.videotitle p {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  color: #d8441a;
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .videotitle {
    width: 96%;
    padding-top: 50px;
    margin: 0 auto;
  }

  .videotitle h1 {
    font-size: 2rem;
    width: 95%;
    border-top: 5px solid #d8441a;
    border-bottom: 5px solid #d8441a;
  }

  .videotitle h3 {
    padding: 0;
    text-align: center;
    width: 20%;
    margin: 0 auto -2px;
  }

  .videotitle p {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

.filmarea {
  width: 60%;
  height: auto;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.filmpic {
  width: 25%;
  height: auto;
  text-align: center;
  padding: 20px;
}

.filmarea p {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #d8441a;
  text-align: center;
}

@media (max-width: 767px) {
  .filmarea {
    width: 100%;
    display: none;
    margin: 20px auto;
  }

  .filmpic {
    width: 45%;
    padding: 5px;
  }

  .filmarea p {
    font-size: 1rem;
  }
}

#facebook {
  margin: 20px;
  font-size: 4rem;
  color: #4267b2;
}

#line {
  margin: 20px;
  font-size: 4rem;
  color: #00b900;
}

.maindiv {
  width: 100%;
  height: auto;
  /*background: #ffffff;*/
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.maindiv h1 {
  font-size: 4rem;
  font-weight: 900;
  color: #d8441a;
  text-align: center;
  padding: 20px;
}

.maindiv p {
  font-size: 2rem;
  font-weight: 500;
  color: #d8441a;
  text-align: center;
}

@media (max-width: 767px) {
  .maindiv h1 {
    font-size: 2rem;
    font-weight: 900;
    padding: 10px;
  }

  .maindiv p {
    font-size: 1rem;
  }
}

.playerimg {
  position: relative;
  width: 100%;
}

.playerimg img {
  width: 100%;
  height: auto;
}

.playerimg .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: black;
  font-size: 48pt;
  padding-bottom: 20px;
  border: none;
  cursor: pointer;
  text-align: center;
  color: white;
}

.prizeicon {
  width: 40%;
  height: auto;
  margin: 0 auto;
  padding: 3rem;
}

.callout {
  width: 30%;
  height: auto;
  margin: 0 auto;
  padding: 0rem;
}

@media (max-width: 767px) {
  .callout {
    width: 90%;
  }
}

.radioicon {
  width: 150px;
  padding-top: 30px;
}

.appicon {
  width: 130px;
  padding-top: 30px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: url(/activities2022/2022ChineseNewYear/images/overlay.png) repeat 0 0;
}

@media (max-width: 767px) {
  .modal {
    width: 100%;
    padding-top: 50px;
  }
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0 auto;
  padding: 3rem;
  width: 80%;
  max-width: 1200px;
}

@media (max-width: 767px) {
  .modal-content {
    width: 96%;
    padding: 1rem;
  }
}

.modal-content table tr td {
  padding: 0;
  margin: 0;
}

.modal-content h1 {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-content h1 {
    font-size: 1.5rem;
  }
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  z-index: 999;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

.form-control2 {
  padding: 10px;
  margin: 5px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  vertical-align: top;
  width: 60%;
}

@media (max-width: 767px) {
  .form-control2 {
    width: 100%;
  }
}

.msg {
  width: 40%;
  height: auto;
  padding: 40px;
  background: rgb(216, 68, 26, 1);
  border-radius: 20px;
  margin: 40px auto;
}

@media (max-width: 767px) {
  .msg {
    width: 90%;
  }
}

.nickname {
  font-size: 1.2rem;
  font-weight: 500;
  color: #DCDA8B;
}

.msg p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #DCDA8B;
  text-align: left;
}

@media (max-width: 767px) {
  .msg p {
    font-size: 1rem;
  }
}

.msg hr {
  border: 0;
  border-top: 2px solid #DCDA8B;
}

.centerword {
  margin-top: 10em;
  text-align: center;
  width: 100%;
  height: auto;
  position: absolute;
}

.webfontsize1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%;
}

@media (max-width: 767px) {
  .webfontsize1 {
    font-size: 1rem;
    font-weight: 500;
  }
}

.webfontsize2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 180%;
}

@media (max-width: 767px) {
  .webfontsize2 {
    font-size: 1rem;
    font-weight: 500;
  }
}

.webfontsize3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .webfontsize3 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 180%;
  }
}

.webfontsize4 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 180%;
  color: #d8441a;
}

@media (max-width: 767px) {
  .webfontsize4 {
    font-size: 0.8rem;
    font-weight: 300;
  }
}

.webfontsize5 {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 180%;
  padding-bottom: 10px;
  color: #d8441a;
}

@media (max-width: 767px) {
  .webfontsize5 {
    font-size: 8px;
    font-weight: 300;
  }
}

.webfontcolor1 {
  color: #e14a43;
  font-weight: 500;
}

.webfontcolor2 {
  color: #8C0000;
  font-weight: 500;
}

.redline {
  width: 50%;
  border-top: 1px solid #d3000f;
  text-align: center;
  margin: 0 auto;
  margin-top: -2px;
}

.polaroid {
  width: 500px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.polaroid img {
  padding: 0 20px;
  max-width: 40%;
}

@media (max-width: 767px) {
  .polaroid {
    width: 100%;
    margin-top: 20px;
  }

  .polaroid img {
    padding: 0 10px;
    max-width: 35%;
  }
}

.youtubeimg {
  display: inline-block;
  width: 300px;
  height: auto;
  padding: 5px;
}

.overh {
  padding: 5px;
  text-align: center;
  width: 50%;
  float: right;
  margin-top: -20px;
  background: #d3000f;
  color: #fff;
  opacity: 0.9;
}

.redtd {
  background-color: #d8441a;
  color: #fff;
  font-weight: 500;
  line-height: 180%;
}

.pinktd {
  background-color: #f7b24a;
  color: #FFF;
  font-weight: 500;
  line-height: 150%;
}

.pinktdvideo {
  background-color: #DCDA8B;
  color: #8C0000;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
}

.pinktdvideo2 {
  background-color: #DCDA8B;
  color: #8C0000;
  font-weight: 500;
  line-height: 150%;
}

table {
  width: 80%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 10px;
  /* Apply cell spacing */
}

table th,
table td {
  padding: 15px 10px 20px 10px;
  /* Apply cell padding */
}

a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .pinktdvideo {
    font-size: 1rem;
  }

  .pinktdvideo2 {
    font-size: 1rem;
  }

  table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 2px;
    /* Apply cell spacing */
  }

  table th,
  table td {
    padding: 2px 2px 2px 2px;
    /* Apply cell padding */
    font-size: 8px;
    font-weight: 300;
  }
}

/* footer */
.myfooter {
  width: 100%;
  position: relative;
  color: #000;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .myfooter {
    font-size: 8px;
  }
}

.sicon {
  margin: 10px;
  font-size: 60px;
  color: #000;
}

/*************************�����*****************************/

.mobcards {
  display: none;
  width: 100%;
  margin: 20px auto 0px;
  text-align: center;
}

@media (max-width: 767px) {
  .mobcards {
    display: block;
  }
}

.youtubeimg {
  display: inline-block;
  width: 90%;
  height: auto;
  padding: 5px;
  margin: 0 auto;
}

.youtubeimg p {
  font-size: 1rem;
  font-weight: 500;
  color: #d8441a;
  text-align: center;
}

.ycolor {
  font-size: 1rem;
  font-weight: 500;
  color: #ffcc00;
  text-align: center;
}

.container {
  max-width: 1600px;
  width: 100%;
}

@media (max-width: 767px) {
  .container {
    display: none;
  }
}

.mobtb {
  display: none;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .mobtb {
    display: block;
  }

  .mobtb h1 {
    font-size: 2.5rem;
  }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #d8441a;
}

.nav-pills .nav-link {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 99em;
  margin: 0.2rem;
  border: 1px solid #d8441a;
  font-size: 0.8rem;
  padding-top: 15px;
  color: #d8441a;
  font-weight: 700;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (max-width: 767px) {
  .redtd {
    background-color: #d8441a;
    color: #fff;
    font-weight: 500;
    line-height: 180%;
    font-size: 1rem;
  }

  .webfontsize4,
  .webfontsize5,
  .pinktd {
    font-size: 1rem;
  }

  td {
    border-radius: 4px;
  }
}

/* CSS */
.button-42 {
  background-color: initial;
  background-image: linear-gradient(-180deg, #d8441a, #d8441a);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
  outline: 0;
  overflow: hidden;
  padding: 5px 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
  margin: 20px auto 0;
}

.button-42:hover {
  box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

.flash {
  opacity: 0.8;
}


div.view {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: url(/activities2022/2022ChineseNewYear/images/overlay.png) repeat 0 0;

  /* padding-top �� 100%�A�O div.viw �e�׬� 100% �ɪ� 100%�C
     �ҡGdiv.view �b 100% �ɪ��e�׬� 800px(���t���)�A���H�U������X�Ӫ����G�N�O 450px�C */
  padding-top: calc(90% * 9 / 16);
}

div.view iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
}

@media (max-width: 767px) {
  div.view {
    padding-top: 20px;
  }

  div.view iframe {
    position: absolute;
    top: 50px;
    left: 0;
    transform: translate(0%, 0%);
    width: 100%;
    height: 56%;
  }
}

.playbt {
  font-size: 1.5rem;
  margin-top: 10px;
}

.tab-content {
  width: 80%;
  margin: 0 auto;
}

.sing {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.singdiv {
  width: 45%;
  margin: 10px;
}

@media (max-width: 767px) {
  .sing {
    width: 95%;
    justify-content: space-around;
  }

  .singdiv {
    width: 45%;
    margin: 0px;
  }
}

.note {
  width: 50%;
  margin: 20px auto;
  text-align: left;
  font-size: 12pt;
  line-height: normal;
  color: #747474;
}

@media (max-width: 767px) {
  .note {
    width: 80%;
    margin: 10px auto;
    text-align: left;
    font-size: 9pt;
    line-height: normal;
    color: #747474;
  }
}


/* CSS */

.play-button {
  width: 100%;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


.button-82-pushable {
  width: 42%;
  /* 设置为100%宽度 */
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: 10px;
}

.button-82-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(4px);
  /* 增加浮起效果 */
  transition:
    transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.button-82-edge {
  width: 100%;
  /* 设置为100%宽度 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(to left,
      hsl(210deg 100% 16%) 0%,
      /* 更改為藍色 */
      hsl(210deg 100% 32%) 8%,
      hsl(210deg 100% 32%) 92%,
      hsl(210deg 100% 16%) 100%);
}

.button-82-front {
  display: block;
  position: relative;
  font-size: 1.5rem;
  /* 调整更大屏幕的字体大小 */
  padding: 20px 40px;
  /* 调整更大屏幕的内边距 */
  font-weight: 700;
  /* 可以调整字体大小 */
  color: white;
  background: hsl(210deg 100% 47%);
  will-change: transform;
  transform: translateY(-6px);
  /* 增加浮起效果 */
  transition:
    transform 600ms cubic-bezier(.3, .7, .4, 1);
}


@media (max-width: 768px) {
  .button-82-front {
    font-size: 1.2rem;
    /* 调整更大屏幕的字体大小 */
    padding: 10px 20px;
    /* 调整更大屏幕的内边距 */
  }
}

.button-82-pushable:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.button-82-pushable:hover .button-82-front {
  transform: translateY(-8px);
  /* 在悬停时增加浮起效果 */
  transition:
    transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-front {
  transform: translateY(-4px);
  /* 在点击时减少浮起效果，模拟按钮被按下 */
  transition: transform 34ms;
}

.button-82-pushable:hover .button-82-shadow {
  transform: translateY(6px);
  /* 在悬停时增加阴影的浮起效果 */
  transition:
    transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.button-82-pushable:active .button-82-shadow {
  transform: translateY(2px);
  /* 在点击时减少阴影的浮起效果 */
  transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
  outline: none;
}

/* 按钮1 - 浅蓝色 */
.button-color1 .button-82-front {
  background-color: #CCEEFF;
  /* 背景色 */
  color: black;
  /* 文字颜色 */
}

.button-color1 .button-82-shadow {
  background: rgba(204, 238, 255, 0.5);
  /* 阴影颜色 */
}

.button-color1 .button-82-edge {
  background: hsl(210, 100%, 40%);
  /* 边缘颜色 */
}

/* 按钮2 - 淡粉色 */
.button-color2 .button-82-front {
  background-color: #FF3EB5;
  color: black;
}

.button-color2 .button-82-shadow {
  background: rgba(255, 62, 181, 0.5);
}

.button-color2 .button-82-edge {
  background: hsl(330, 100%, 40%);
}

/* 按钮3 - 橙黄色 */
.button-color3 .button-82-front {
  background-color: #EEAB0B;
  color: black;
}

.button-color3 .button-82-shadow {
  background: rgba(238, 171, 11, 0.5);
}

.button-color3 .button-82-edge {
  background: hsl(36, 100%, 40%);
}

/* 按钮4 - 明黄色 */
.button-color4 .button-82-front {
  background-color: #FDEE15;
  color: black;
}

.button-color4 .button-82-shadow {
  background: rgba(253, 238, 21, 0.5);
}

.button-color4 .button-82-edge {
  background: hsl(60, 100%, 40%);
}

/* 按钮5 - 天蓝色 */
.button-color5 .button-82-front {
  background-color: #5FB6E0;
  color: black;
}

.button-color5 .button-82-shadow {
  background: rgba(95, 182, 224, 0.5);
}

.button-color5 .button-82-edge {
  background: hsl(203, 100%, 40%);
}

/* 按钮6 - 红色 */
.button-color6 .button-82-front {
  background-color: #F23030;
  color: white;
}

.button-color6 .button-82-shadow {
  background: rgba(242, 48, 48, 0.5);
}

.button-color6 .button-82-edge {
  background: hsl(0, 100%, 40%);
}

/* 按钮7 - 黑色 */
.button-color7 .button-82-front {
  background-color: #000000;
  color: white;
}

.button-color7 .button-82-shadow {
  background: rgba(255, 255, 255, 0.5);
  /* 更亮的阴影 */
}

.button-color7 .button-82-edge {
  background: hsl(0, 0%, 20%);
  /* 更亮的边缘 */
}

/* 按钮8 - 淡绿色 */
.button-color8 .button-82-front {
  background-color: #A0E5DA;
  color: black;
}

.button-color8 .button-82-shadow {
  background: rgba(160, 229, 218, 0.5);
}

.button-color8 .button-82-edge {
  background: hsl(174, 100%, 40%);
}

/* 按钮9 - 深紫色 */
.button-color9 .button-82-front {
  background-color: #463379;
  color: white;
}

.button-color9 .button-82-shadow {
  background: rgba(70, 51, 121, 0.5);
}

.button-color9 .button-82-edge {
  background: hsl(255, 100%, 30%);
}

/* 按钮10 - 深红色 */
.button-color10 .button-82-front {
  background-color: #C03B11;
  color: white;
}

.button-color10 .button-82-shadow {
  background: rgba(192, 59, 17, 0.5);
}

.button-color10 .button-82-edge {
  background: hsl(16, 100%, 30%);
}


.pulseimg img {
  max-width: 50%;
}

@media (max-width: 768px) {
  .pulseimg img {
    max-width: 90%;
  }
}

.slick_photo p {
  padding: 0;
  margin-bottom: 10px;
}

.c_date {
  color:#C03B11;
  font-size: 1.5em;
  font-weight:500;
}

.c_name {
  font-size: 1.2em;
  font-weight:500;
}