body {
  background-color: #070b2c;
  opacity: 1;
  background: #490A90;
  background: linear-gradient(90deg, rgba(73, 10, 144, 1) 0%, rgba(73, 10, 144, 1) 25%, rgba(85, 77, 191, 1) 50%, rgba(73, 10, 144, 1) 75%, rgba(73, 10, 144, 1) 100%);
  color: #000;
}
h4 {
  line-height: 3;
}
p {
  margin: 0;
  color: #000;
}
.highlight {
  color: #ffff00;
}
.tag {
  color: #0669f7;
}
.link {
  text-decoration: underline;
}

.neon-box1 {
  margin: 50px;
  border: 10px solid #fff; /* 邊框顏色通常與霓虹光顏色相同或白色 */
  border-radius: 10px; 
  color: #fff;
  background-color: #000; 
  box-shadow: 
    0 0 7px rgb(248 255 0), 
    0 0 10px rgb(248 255 0),
    0 0 21px rgb(248 255 0),
    0 0 42px rgb(248 255 0); 
}

.neon-box2 {
  margin: 50px;
  border: 10px solid #fff;
  border-radius: 10px; 
  color: #000;
  background-color: #000; 
  box-shadow: 
    0 0 7px rgb(0, 255, 255), 
    0 0 10px rgb(0, 255, 255),
    0 0 21px rgb(0, 255, 255),
    0 0 42px rgb(0, 255, 255); 
}
.neon-button {
  border: 3px solid #fff;
  border-radius: 10px; 
  background-color: #000; 
  box-shadow: 
    0 0 5px rgb(0, 255, 255), 
    0 0 7px rgb(0, 255, 255),
    0 0 12px rgb(0, 255, 255),
    0 0 20px rgb(0, 255, 255); 
}

.event-wrap {
  position: relative;
  margin: auto;
  /* background-color: #fff; */
}
.event-wrap.event2,
.event-wrap.event3 {
  background-color: #fff;
  border: 2px solid #fff;
  width: 95%;
}
.event-wrap .container img {
  width: 100%;
}
.content-wrap {
  width: 90%;
  margin: auto;
}

.content-wrap .content1 a>img:hover {
  transform: translateY(4px);
  transition: .2s;
}
.content-wrap .content2 a>img:hover {
  transform: translateY(4px);
  transition: .2s;
}

.tab_css {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.tab_css input {
  display:none;
}
.tab_css label {
  width: 35%;
  margin: 0 0px 5px 0;
  padding: 10px 10px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  background: #000;
  color: #fff;
  opacity: 0.5;
  font-weight: bold;
}
.tab_content {
  order:1;
  display: none; 
  width:100%; 
  color: #000;
}
.tab_css input:checked + label, .tab_css label:hover {
  opacity: 1; 
}
.tab_css input:checked + label + .tab_content {
  display: initial;
}
.tab_content a {
  color: #4990C4;
}
.list {
  text-align: left;
}
.list a:hover {
  filter: brightness(130%);
}
.bg-section-ntc {
  background: #FF00D6;
  background: linear-gradient(136deg, rgba(255, 0, 214, 1) 0%, rgba(131, 40, 115, 1) 30%, rgba(255, 0, 214, 1) 50%, rgba(131, 40, 115, 1) 80%);
  text-align: left;
  color: #fff;
  padding: 30px 0;
}
ul {
  margin: 0;
  line-height: 1.6;
}
/*-----------推薦網站-----------*/
.web-list {
  display: flex;
  justify-content: center; 
  align-content: center;      
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  padding: 0 0 50px;
}

.web-item:hover {
  transform: translateY(5px);
  transition: .3s;
}
.web-item img {
  width: 95%;
}
.web-btn {
  display: inline-block;
  width: 80%;
  background-color: #fe7600;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  line-height: 2.5;
  font-weight: 900;
  font-size: 1.1em;
}

@media(min-width: 320px) {
  
  .event-wrap.event2,
  .event-wrap.event3 {
    margin-bottom: 40px;
  }
  .event-wrap {
    border-radius: 19px 19px 25px 25px;
  }
  
  .event-wrap1 img,
  .event-wrap3 img,
  .header img {
    width: 100%;
  }
  .event-item {
    margin-top: -15px;
  }
  .event-box {
    display: flex;
    background-color: #fff;
    width: 100%;
    flex-wrap: wrap;
    border: 3px solid #000;
    border-radius: 25px;
    justify-content: center;
    padding: 10px 0;
  }
  .event-box a {
    width: calc(100%/2 - 30px);
    margin: 10px;
  }
  .event-box img {
    width: 100%;
    border-radius: 10px;
  }
  .list {
    padding: 15px 30px;
  }
  .sign-btn {
    width: 90%!important;
    margin: 15px auto;
  }
  .flex-wrap {
    display: block;
    width: 100%;
    margin: auto;
  }
  .flex-wrap:last-child {
    padding-bottom: 25px;
  }
  .sign-wrap {
    display: flex;
    justify-content: center;
  }
  .sign-wrap .img-s,.sign-wrap .img-s {
    margin: 2px;
  }
  .sign-wrap .img-s {
    width: calc(100%/4 - 30px)!important;
    height: fit-content;
  } 
  .sign-wrap .img-b {
    width: calc(75% - 140px)!important;
    height: fit-content;
    margin: 2px;
  } 
  .bg-section-ntc {
    border-radius: 0 0 25px 25px;
  }
  .bg-section-ntc ul {
    padding: 0 15px 0 30px;
  }
  .web-list {
    padding: 0;
  }
  .web-item {
    width: calc(100%/2);
    margin: 0 auto;
  }
  .footer-wrap {
    width: 90%;
    margin-bottom: 50px;
  }
  .footer {
    padding: 0;
  }
}
@media(min-width: 375px) {

}
@media(min-width: 400px) {

}
@media(min-width: 576px) {
  .flex-wrap {
    width: 90%;
  }
  .event-wrap {
    border-radius: 40px;
  }
  .bg-section-ntc {
    border-radius: 0 0 40px 40px;
  }
}
@media(min-width: 675px) {
  
}
@media(min-width: 768px) {

  .event-wrap {
    margin-bottom: 50px;
    /* border-radius: 38px 38px 50px 50px; */
  }
  .event-wrap.event2 {
    margin-top: 50px;
  }
  .event-box {
    border: 5px solid #000;
    border-radius: 50px;
  }
  .event-box img {
    border-radius: 30px;
  }
  .list {
    width: 75%;
    margin: auto;
  }
  
  .bg-section-ntc ul {
    padding: 0 40px 0 80px;
  }
  .event-wrap {
    border-radius: 62px 62px 50px 50px;
  }
  .bg-section-ntc {
    border-radius: 0 0 50px 50px;
  }
}

@media(min-width: 992px) {
  .sign-wrap .img-s {
    width: calc(100%/3 - 20px)!important;
  } 
  .sign-wrap .img-b {
    width: calc(100% - 50px)!important;
  } 
  .web-item {
    width: calc(100%/4);
    float: left;
    margin: 5px auto;
  }
}

@media(min-width: 1200px) {
  .pd-item {
    font-size: 22px;
  }
  
  .event-box {
    border: 5px solid #000;
    border-radius: 60px;
  }
  .event-box a {
    width: calc(100%/4 - 40px);
    margin: 30px 10px;
  }
  .event-box img {
    border-radius: 20px;
  }
  
  .flex-wrap .sign-wrap {
    display: flex;
    flex-wrap: nowrap;
  }
  .sign-wrap .img-s,.sign-wrap .img-b {
    width: auto!important;
  }
}
@media(min-width: 1400px) {
  .flex-wrap {
    display: flex;
    justify-content: center;
    width: 95%;
    margin: auto;
  }
  .event-wrap {
    max-width: 1300px;
  }
}