@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

ol, ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

/* bisic ===================================================================*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* {
  box-sizing: border-box;
}
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

html {
  min-height: 100%;
}

body {
  position: relative;
  height: auto;
  min-height: 100%;
  text-align: left;
  -webkit-text-size-adjust: none;
  font-size: 18px;
  color: #333;
  line-height: 1.8em;
  font-family: "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  color: #FF6263;
}

ol > li {
  list-style-type: decimal;
}

ol li, ul li {
  list-style-position: outside;
  margin-left: 26px;
}

hr {
  border: 1px solid #333;
  border-top: none;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1, h2, h3 {
  line-height: 1.3em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

input, select, textarea {
  padding: 0 5px;
  outline: none;
  box-sizing: border-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  colos: #333;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  colos: #333;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  colos: #333;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  colos: #333;
}

select {
  cursor: pointer;
}

.textarea {
  height: 150px;
  padding: 5px;
}

.placeholder_form p {
  display: inline-block;
  position: relative;
}
.placeholder_form p label {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-align: left;
  text-indent: 5px;
  cursor: pointer;
}
.placeholder_form p input {
  text-indent: 5px;
}

.hover_fade > img {
  opacity: 1;
  transition: all 0.5s;
}
.hover_fade:hover > img {
  opacity: 0.85;
}

.hover_scale > img {
  transition: all 0.5s;
}
.video_icon {
  position: relative;
}
.video_icon .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
}
.video_icon .icon img {
  width: 100%;
  height: 100%;
}

.edit_wrap {
  clear: both;
  width: 100%;
  line-height: 1.8em;
}
.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5, .edit_wrap h6, .edit_wrap p, .edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-bottom: 12px;
}
.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap h5, .edit_wrap h6, .edit_wrap p {
  line-height: 1.8em;
}
.edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-top: 10px;
}
.edit_wrap h1 {
  font-size: 20px;
}
.edit_wrap h2 {
  font-size: 18px;
}
.edit_wrap h3 {
  font-size: 16px;
}
.edit_wrap h4 {
  font-size: 15px;
}
.edit_wrap h5 {
  font-size: 22px;
}
.edit_wrap h6 {
  font-size: 24px;
}
.edit_wrap img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto 30px auto;
}
.edit_wrap video {
  width: 100%;
  background-size: cover;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
}
.edit_wrap iframe {
  width: 100%;
}
.edit_wrap table {
  border: 1px solid #ccc;
}
.edit_wrap table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.edit_wrap table td:last-child {
  border-right: none;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}
/* main.css ==============================================*/
.mw_30 {
  max-width: 30px;
}

.mw_40 {
  max-width: 40px;
}

.mw_50 {
  max-width: 50px;
}

.mw_60 {
  max-width: 60px;
}

.mw_70 {
  max-width: 70px;
}

.mw_80 {
  max-width: 80px;
}

.mw_90 {
  max-width: 90px;
}

.mw_100 {
  max-width: 100px;
}

.mw_110 {
  max-width: 110px;
}

.mw_120 {
  max-width: 120px;
}

.mw_130 {
  max-width: 130px;
}

.mw_140 {
  max-width: 140px;
}

.mw_150 {
  max-width: 150px;
}

.mw_160 {
  max-width: 160px;
}

.mw_170 {
  max-width: 170px;
}

.mw_180 {
  max-width: 180px;
}

.mw_190 {
  max-width: 190px;
}

.mw_200 {
  max-width: 200px;
}

.mw_210 {
  max-width: 210px;
}

.mw_220 {
  max-width: 220px;
}

.mw_230 {
  max-width: 230px;
}

.mw_240 {
  max-width: 240px;
}

.mw_250 {
  max-width: 250px;
}

.mw_260 {
  max-width: 260px;
}

.mw_270 {
  max-width: 270px;
}

.mw_280 {
  max-width: 280px;
}

.mw_290 {
  max-width: 290px;
}

.mw_300 {
  max-width: 300px;
}

.mw_310 {
  max-width: 310px;
}

.mw_320 {
  max-width: 320px;
}

.mw_330 {
  max-width: 330px;
}

.mw_340 {
  max-width: 340px;
}

.mw_350 {
  max-width: 350px;
}

.box {
  display: block;
  width: 100%;
}

.wrap {
  clear: both;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.video_h {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.full_wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.full_vid {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.fixed_bg {
  background-attachment: fixed;
}

.cover_bg, .contain_bg {
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cover_bg {
  background-size: cover;
}

.contain_bg {
  background-size: contain;
}

.content {
  width: 100%;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.terms .box {
  margin-bottom: 30px;
}
.terms label {
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}
.terms label:hover {
  color: #D90000;
}
.terms label input {
  margin-right: 10px;
}
.terms ul li, .terms ol li {
  margin-bottom: 10px;
}
.terms ul li ul, .terms ul li ol, .terms ol li ul, .terms ol li ol {
  margin-top: 10px;
}
.terms ul > li {
  list-style-type: disc;
}

.slider_btn {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.slider_btn:hover {
  background: #2c3b61;
}
.slider_btn:hover span:before {
  border-color: #fff !important;
}
.slider_btn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
}
.slider_btn span:before {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  border-top: 3px solid #333;
  transition: 0.3s ease;
}
.slider_btn.prev {
  left: -3%;
}
.slider_btn.prev span:before {
  border-left: 3px solid #333;
  transform: translateX(3px) rotate(-45deg);
}
.slider_btn.next {
  right: -3%;
}
.slider_btn.next span:before {
  border-right: 3px solid #333;
  transform: translateX(-3px) rotate(45deg);
}

@media screen and (max-width: 1440px) {
  .wrap {
    max-width: 1100px;
  }
}
/* btn.css ==============================================*/
.close_btn {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.3s ease;
}
.close_btn:before, .close_btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000;
}
.close_btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close_btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close_btn:hover {
  transform: rotate(180deg) scale(1.3);
}

.btn {
  display: inline-block;
  width: 47%;
  max-width: 200px;
  margin: 0 1.5%;
  padding: 5px 20px;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s ease;
}
.btn:hover {
  background: #333;
  color: #fff;
}
.cancel {
  background: #666;
}

/* scroll.css ==============================================*/
.scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 10;
  transform: translateX(-50%);
  color: #fff;
  font-size: 15px;
  text-align: center;
  animation: scrollIcon 3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.scroll img {
  margin: 0 auto;
}

@keyframes scrollIcon {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
    margin-top: 100px;
  }
  100% {
    opacity: 0;
    margin-top: 0;
  }
}
/* header.css ==============================================*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 15px 2% 20px 2%;
  transition: 0.3s ease;
}
.header.active {
  background: rgba(5, 13, 23, 0.95);
}

.side_btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 10;
  width: 80px;
  overflow: hidden;
}
.side_btn a {
  position: relative;
  width: 90px;
  transform: translateX(10px);
  color: #fff;
  cursor: pointer;
}
.side_btn a.play .box img {
  width: 22px;
}
.side_btn a.cloud {
  margin-top: -10px;
}
.side_btn a.cloud .box img {
  width: 26px;
}
.side_btn a:hover {
  transform: translateX(0);
}
.side_btn a .bg {
  width: 100%;
}
.side_btn a .light {
  position: absolute;
  right: 0;
  top: 8%;
  width: 87%;
  height: 77%;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
}
.side_btn a .light::before {
  opacity: 0.4;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 300%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #cc51d0 50%, #12aad1, #5c2bc2 70%, rgba(255, 255, 255, 0));
  animation: move 2.5s linear 0.5s infinite;
  filter: blur(5px);
  border-radius: 100px;
}
.side_btn a .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 10px;
  padding-bottom: 10px;
}
.side_btn a .box img {
  margin-bottom: 5px;
}
.side_btn a .box p {
  line-height: 1.2em;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .header .logo img {
    width: 120px;
  }
  .side_btn {
    width: 65px;
  }
  .side_btn a {
    width: 75px;
  }
  .side_btn a.play .box img {
    width: 18px;
  }
  .side_btn a.cloud .box img {
    width: 22px;
  }
  .side_btn a .box {
    padding-left: 4px;
  }
  .side_btn a .box p {
    font-size: 14px;
  }
}
/* footer.css ==============================================*/
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px 3%;
  background: #000e20;
  color: #fff;
  text-align: center;
  color: #fff;
}
.footer p {
  font-size: 14px;
}
.footer .footer_menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
}
.footer .footer_menu a {
  width: 38px;
  margin-right: 20px;
}
.footer .footer_menu a:last-child {
  margin-right: 0;
}
.footer .footer_menu a:hover {
  transform: scale(1.1);
}
.footer .footer_menu img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .footer {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer .footer_menu {
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
    margin-bottom: 5px;
  }
}
/* mobilerBtn.css ==============================================*/
.menu_m {
  display: none;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  width: 30px;
  height: 22px;
  cursor: pointer;
  transition: 0.3s ease;
}
.menu_m .group {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.menu_m .group div {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.3s ease;
}
.menu_m .group .line1 {
  top: 0;
}
.menu_m .group .line2, .menu_m .group .line3 {
  top: 50%;
  transform: translateY(-50%);
}
.menu_m .group .line4 {
  bottom: 0;
}
.menu_m:hover .group .line1, .menu_m:hover .group .line4 {
  transform: translateX(5px);
}
.menu_m:hover .group .line2, .menu_m:hover .group .line3 {
  transform: translate(-5px, -50%);
}
.menu_m.on {
  width: 30px;
  height: 22px;
  margin-left: 50px;
}
.menu_m.on .group {
  top: -2px;
  transform: rotate(360deg);
}
.menu_m.on .group div {
  background: #D90000;
}
.menu_m.on .group .line1, .menu_m.on .group .line4 {
  top: 0;
  opacity: 0;
  transition: transform 0.5s ease 0, top 0.5s ease 0, opacity 0.1s ease 0.4;
}
.menu_m.on .group .line2 {
  transform: rotate(45deg);
}
.menu_m.on .group .line3 {
  transform: rotate(-45deg);
}
.menu_m.on:hover {
  transform: translateY(-50%) rotate(-180deg) scale(1.2);
}

.menu_m .group .line2, .menu_m .group .line3 {
  transition: all 0.5s 0 ease;
}

.menu_m .group .line1, .menu_m .group .line4, .menu_m.on .group .line2, .menu_m.on .group .line3 {
  transition: transform 0.5s ease 0.4, top 0.5s ease 0.4, opacity 0.1s ease 0.4;
}

@media screen and (max-width: 990px) {
  .menu_m {
    display: block;
  }
}
/* inViewport.css ==============================================*/
.view_item {
  transition: 0.1s;
}
.view_item.trans {
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.view_item.trans.delay_1 {
  transition-delay: 0.2s;
}
.view_item.trans.delay_2 {
  transition-delay: 0.4s;
}
.view_item.trans.delay_3 {
  transition-delay: 0.6s;
}
.view_item.trans.delay_4 {
  transition-delay: 0.8s;
}
.view_item.trans.delay_5 {
  transition-delay: 1s;
}
.view_item.trans.to_top, .view_item.trans.to_right, .view_item.trans.to_left, .view_item.trans.to_bottom {
  opacity: 1;
  transform: translateX(0);
}
.view_item.trans.scale_in {
  transform: scale(1);
}
.view_item.trans .scale_out {
  transform: scale(0.8);
}
.view_item.trans.bg_scale_in, .view_item.trans.bg_scale_out {
  opacity: 1;
  transform: scale(1);
}
.view_item.trans.fade_in {
  opacity: 1;
}
.view_item.trans.flip {
  opacity: 1;
  transform: rotateY(0);
}
.view_item.trans.speed_scale_left, .view_item.trans.speed_scale_right {
  opacity: 1;
  transform: scale(1) translate(0);
}
.view_item.trans.from_tl, .view_item.trans.from_tr, .view_item.trans.from_bl, .view_item.trans.from_br {
  opacity: 1;
  transform: translate(0, 0);
}
.view_item.trans.rotate_in {
  opacity: 1;
  transition-duration: 1.5s;
  transform: translateY(0) rotateX(0);
}

.view_group .to_top, .view_group .to_right, .view_group .to_left, .view_group .to_bottom, .view_group .bg_scale_in, .view_group .bg_scale_out, .view_group .fade_in, .view_group .flip, .view_group .speed_scale_left, .view_group .speed_scale_right, .view_group .extrude_w, .view_group .extrude_h, .view_group .from_tl, .view_group .from_tr, .view_group .from_bl, .view_group .from_br {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.view_group.trans .to_top, .view_group.trans .to_right, .view_group.trans .to_left, .view_group.trans .to_bottom {
  opacity: 1;
  transform: translateX(0);
}
.view_group.trans .scale_in, .view_group.trans .scale_out {
  opacity: 0;
}
.view_group.trans .scale_in {
  transform: scale(1);
}
.view_group.trans .scale_out {
  transform: scale(0.8);
}
.view_group.trans .bg_scale_in, .view_group.trans .bg_scale_out {
  opacity: 1;
  transform: scale(1);
}
.view_group.trans .fade_in {
  opacity: 1;
}
.view_group.trans .flip {
  opacity: 1;
  transform: rotateY(0);
}
.view_group.trans .speed_scale_left, .view_group.trans .speed_scale_right {
  opacity: 1;
  transform: scale(1) translate(0);
}
.view_group.trans .extrude_w, .view_group.trans .extrude_h {
  opacity: 1;
}
.view_group.trans .extrude_w {
  width: 100%;
}
.view_group.trans .extrude_h {
  height: 100%;
}
.view_group.trans .from_tl, .view_group.trans .from_tr, .view_group.trans .from_bl, .view_group.trans .from_br {
  opacity: 1;
  transform: translate(0, 0);
}

.to_top, .to_right, .to_left, .to_bottom {
  opacity: 0;
}

.to_top {
  transform: translateY(50%);
}

.to_right {
  transform: translateX(-50%);
}

.to_bottom {
  transform: translateY(-50%);
}

.to_left {
  transform: translateX(50%);
}

.from_tl, .from_tr, .from_bl, .from_br {
  opacity: 0;
}

.from_tl {
  transform: translate(-50%, -50%);
}

.from_tr {
  transform: translate(50%, -50%);
}

.from_bl {
  transform: translate(-50%, 50%);
}

.from_br {
  transform: translate(50%, 50%);
}

.scale_in, .scale_out {
  opacity: 0;
}

.scale_in {
  transform: scale(0);
}

.speed_scale_left, .speed_scale_right {
  opacity: 0;
  transition-delay: 0.3s;
}

.speed_scale_left {
  transform: scale(5) translate(-50%, 100%);
}

.speed_scale_right {
  transform: scale(5) translate(50%, 100%);
}

.bg_scale_in {
  opacity: 0;
  transform: scale(0.6);
  transition-duration: 1.5s;
}

.bg_scale_out {
  opacity: 0;
  transform: scale(1.3);
  transition-duration: 1.5s;
}

.fade_in {
  opacity: 0;
}

.flip {
  opacity: 0;
  transform: rotateY(180deg);
}

.flip_parent {
  perspective: 150vh;
}

.extrude_w {
  opacity: 0;
  width: 0;
}

.extrude_h {
  opacity: 0;
  height: 0;
}

.rotate_parent {
  perspective: 800px;
}

.rotate_in {
  opacity: 0;
  transform: translateY(15%) rotateX(30deg);
}

body {
  background: #050d17;
  overflow-x: hidden;
}

@keyframes fadeScale {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.85);
    filter: blur(5px);
  }
}
@keyframes moveRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  20% {
    opacity: 1;
  }
  40%, 70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}
@keyframes move {
  0% {
    transform: translateX(-100%);
  }
  70%, 100% {
    transform: translateX(100%);
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.15;
  }
}
@keyframes fade_2 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes lightMove {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  10% {
    opacity: 1;
  }
  75% {
    transform: translateX(150%);
  }
  85%, 100% {
    opacity: 0;
    transform: translateX(0);
  }
}
@keyframes lightMoveReverse {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  10% {
    opacity: 1;
  }
  75% {
    transform: translateX(-150%);
  }
  85%, 100% {
    opacity: 0;
    transform: translateX(0);
  }
}
.bg_wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.bg_wrap .bg_item {
  position: absolute;
}
.bg_wrap .bg_item img {
  width: 100%;
}

.bg_main {
  height: 0;
  padding-bottom: 83.54%;
}
.bg_main .bg_1 img, .bg_main .bg_2 img {
  animation-name: fadeScale;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-duration: 15s;
}
.bg_main .bg_1 {
  left: 0;
  top: 0;
  width: 64.63%;
}
.bg_main .bg_1 img {
  transform-origin: 0 0;
}
.bg_main .bg_2 {
  right: 0;
  bottom: 0;
  width: 64%;
}
.bg_main .bg_2 img {
  animation-delay: 2s;
  transform-origin: 100% 50%;
}

.main_group {
  position: relative;
  z-index: 1;
}

.main_section {
  overflow: hidden;
}

.section {
  position: relative;
  z-index: 1;
  padding: 8vh 0;
}

.home {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding-top: 40px;
  background: url("../images/bg_home.png") no-repeat center bottom;
  background-size: cover;
}
.home .bg_line_1 {
  right: 0;
  top: 0;
  width: 39.53%;
  animation: fade 5s linear infinite;
}
.home .slogan_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  height: 100%;
}
.home .slogan_wrap .slogan {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.home .slogan_wrap .slogan img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.home .slogan_wrap .slogan .arrow {
  width: 10%;
  position: absolute;
  right: 12%;
  top: 30%;
}
.home .slogan_wrap .slogan .arrow img {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 53%;
  animation: moveRight 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.home .slogan_wrap .slogan .arrow img:first-child {
  left: 0;
  animation-delay: 0.2s;
}
.home .slogan_wrap .slogan .arrow img:last-child {
  right: 0;
}
.home .slogan_wrap .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
  color: #fff;
}
.home .slogan_wrap .text p {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.1em;
  font-size: 26px;
  font-weight: 500;
}
.home .slogan_wrap .text p:last-child {
  margin-bottom: 0;
}
.home .slogan_wrap .text p span {
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.home .slogan_wrap .text p span span {
  padding: 0;
}
.home .slogan_wrap .text p span span::before {
  display: none;
}
.home .slogan_wrap .text p span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform: translateY(30%);
  width: 100%;
  height: 80%;
  background: #391090;
}
.home .slogan_wrap .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
}
.home .slogan_wrap .btn_wrap a {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.home .slogan_wrap .btn_wrap a:hover {
  transform: scale(1.05);
}
.home .slogan_wrap .btn_wrap a .light {
  position: absolute;
  width: 50%;
}
.home .slogan_wrap .btn_wrap a .light:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 16.9%;
  background: url("../images/btn_home_light.png") no-repeat center center;
  background-size: contain;
}
.home .slogan_wrap .btn_wrap a .light.top {
  left: 0;
  top: 0;
  transform: translate(-20%, -18%);
}
.home .slogan_wrap .btn_wrap a .light.top::before {
  animation: lightMove 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s infinite;
}
.home .slogan_wrap .btn_wrap a .light.bottom {
  right: 0;
  bottom: 0;
  transform: translate(20%, 18%);
}
.home .slogan_wrap .btn_wrap a .light.bottom::before {
  animation: lightMoveReverse 3s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s infinite;
}
.home .slogan_wrap .btn_wrap a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  height: 75%;
  border-radius: 50px;
  overflow: hidden;
}
.home .slogan_wrap .btn_wrap a span::before {
  opacity: 0.4;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 300%;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #cc51d0 50%, #12aad1, #5c2bc2 70%, rgba(255, 255, 255, 0));
  animation: move 3s linear infinite;
  filter: blur(5px);
  border-radius: 100px;
}
.home .slogan_wrap .btn_wrap a img {
  width: 100%;
}

.intro {
  position: relative;
}
.intro .bg_line_1 {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 150%;
  animation: fade 5s linear infinite;
}
.intro .bg_line_1 img {
  width: auto;
  height: 100%;
}
.intro .wrap {
  position: relative;
  width: 100%;
}
.intro .main_group.trans .bg {
  transform: translateX(0);
}
.intro .main_group.trans .pic, .intro .main_group.trans .info {
  opacity: 1;
}
.intro .main_group.trans .pic {
  transform: scale(1);
}
.intro .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url("../images/bg_border.png") no-repeat center center;
  background-size: 100% 100%;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.intro .bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50vw - 600px);
  height: 100%;
  transform: translateX(-100%);
  background: rgba(0, 0, 0, 0.8);
}
.intro .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.intro .pic, .intro .info {
  opacity: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.intro .pic {
  transform: scale(0);
  width: 23%;
  transition-delay: 0.3s;
}
.intro .pic img {
  width: 100%;
  transform: scale(1.35);
}
.intro .info {
  width: 70%;
  padding: 40px 0;
  padding-right: 5%;
  transition-delay: 0.5s;
}
.intro .head {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: center;
  margin-bottom: 30px;
}
.intro .head h3 {
  margin-right: 20px;
}
.intro .text {
  padding-left: 10%;
}
.intro .text p {
  color: #fff;
  font-size: 20px;
  line-height: 1.7em;
}

.highlight {
  position: relative;
}
.highlight .bg_line_1 {
  right: 0;
  top: 0;
  z-index: 1;
  width: 22.5%;
  animation: fade 5s linear infinite;
}
.highlight .bg_wave_1 {
  right: 0;
  top: 20%;
  z-index: 0;
  width: 32.29%;
  animation: fade_2 7s linear infinite;
}
.highlight .title {
  text-align: center;
}
.highlight .title h2 {
  margin-bottom: 15px;
  font-size: 50px;
  color: #fff;
}
.highlight .title p {
  font-size: 22px;
  color: #93daff;
}
.highlight .title p span {
  display: inline-block;
}
.highlight .item_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.highlight .item_wrap .item {
  position: relative;
  width: 25%;
  margin: 0 2.5%;
  padding-top: 50px;
}
.highlight .item_wrap .item.item_2 {
  margin-top: 10%;
}
.highlight .item_wrap .item .num {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  height: 95px;
}
.highlight .item_wrap .item .box {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.highlight .item_wrap .item .pic {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  width: 100%;
}
.highlight .item_wrap .item .pic img {
  width: 100%;
}
.highlight .item_wrap .item .text {
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  color: #fff;
}
.highlight .item_wrap .item .text p {
  line-height: 1.3em;
}

.section_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}
.section_title::after {
  content: "";
  display: block;
  width: 80px;
  height: 8px;
  border-radius: 20px;
}
.section_title h2 {
  margin-bottom: 20px;
}
.section_title h2 img {
  height: 70px;
  margin: 0 auto;
}
.section_title p {
  margin-bottom: 30px;
  font-size: 28px;
  color: #fff;
}

.episode .bg_line_1 {
  left: 0;
  top: 0;
  width: 18.125%;
  animation: fade 5s linear infinite;
}
.episode .section_title {
  margin-bottom: 60px;
}
.episode .section_title::after {
  background: #8062ff;
}
.episode .podcast {
  position: relative;
  max-width: 1000px;
  padding: 20px 50px 10px 50px;
  margin: 0 auto;
  background: linear-gradient(to right, #f4f4f6, #f8f8fa);
  border-radius: 20px;
}
.episode .podcast .icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translate(-25%, -50%);
  width: 24.7%;
}
.episode .podcast .icon img {
  width: 100%;
}
.episode .podcast iframe {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 176px;
  overflow: hidden;
}

.episode_list {
  position: relative;
  z-index: 2;
}
.episode_list .bg_wave_1 {
  left: 0;
  top: 0;
  width: 25.93%;
  animation: fade_2 7s linear infinite;
}
.episode_list .bg_line_1 {
  right: 0;
  top: 50%;
  width: 12.55%;
  animation: fade 5s linear infinite;
}
.episode_list .bg_line_2 {
  left: 0;
  bottom: -10%;
  width: 10.78%;
  animation: fade 5s linear infinite;
}
.episode_list .section_title {
  margin-bottom: 60px;
}
.episode_list .section_title::after {
  background: #0078e0;
}
.episode_list .item_wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.episode_list .item_wrap .item {
  width: 42%;
  margin: 0 3%;
  margin-bottom: 80px;
}
.episode_list .item_wrap .item:nth-child(2n) {
  transform: translateY(120px);
}
.episode_list .item_wrap .item_group {
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.episode_list .item_wrap .item_group:hover {
  transform: scale(1.05);
}
.episode_list .item_wrap .item_box {
  position: relative;
  border: 2px solid #0b6dd7;
  border-radius: 10px;
  cursor: pointer;
}
.episode_list .item_wrap .item_box .bg, .episode_list .item_wrap .item_box .pic {
  border-radius: 15px;
  overflow: hidden;
}
.episode_list .item_wrap .item_box .bg::before, .episode_list .item_wrap .item_box .pic::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  transition: 1s;
}
.episode_list .item_wrap .item_box .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 90%;
  height: 0;
  padding-bottom: 50.625%;
  transform: translateY(-15px);
  background: linear-gradient(to bottom right, #006de0, #0035ae, #1873e0, #3a1a7d);
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.episode_list .item_wrap .item_box .box {
  position: relative;
  z-index: 1;
}
.episode_list .item_wrap .item_box .box:hover ~ .bg {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transform: translateY(0);
}
.episode_list .item_wrap .item_box .box:hover ~ .bg::before, .episode_list .item_wrap .item_box .box:hover .pic::before {
  opacity: 0;
}
.episode_list .item_wrap .item_box .box:hover .pic {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.episode_list .item_wrap .item_box .pic {
  position: relative;
  width: 90%;
  transform: translate(-15px, -30px);
}
.episode_list .item_wrap .item_box .text, .episode_list .item_wrap .item_box .info {
  padding: 10px 20px;
  color: #fff;
}
.episode_list .item_wrap .item_box .text::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
}
.episode_list .item_wrap .item_box .text h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.5em;
}
.episode_list .item_wrap .item_box .text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5em;
}
.episode_list .item_wrap .item_box .info {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5em;
}
.episode_list .item_wrap .item_box .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 20px;
}
.episode_list .item_wrap .item_box .btn_wrap p {
  width: 200px;
  margin-right: 20px;
  padding: 0 10px 0 20px;
  font-size: 15px;
  background: linear-gradient(to right, #0078e0, #944cff);
  color: #fff;
  border-radius: 0 30px 30px 0;
}
.episode_list .item_wrap .item_box .btn_wrap .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 220px);
  padding-right: 15px;
}
.episode_list .item_wrap .item_box .btn_wrap .box a {
  width: 36px;
  min-width: 30px;
  margin-right: 12px;
}
.episode_list .item_wrap .item_box .btn_wrap .box a:last-child {
  margin-right: 0;
}
.episode_list .item_wrap .item_box .btn_wrap .box a:hover {
  transform: scale(1.05);
}
.episode_list .item_wrap .item_box .btn_wrap .box a img {
  width: 100%;
}

.report {
  position: relative;
  z-index: 1;
}
.report .bg_wave_1 img, .report .bg_wave_2 img {
  animation-name: fadeScale;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-duration: 15s;
}
.report .bg_wave_1 {
  right: 0;
  bottom: 0;
  width: 57.18%;
}
.report .bg_wave_1 img {
  transform-origin: 100% 100%;
  transition-delay: 3s;
}
.report .bg_wave_2 {
  left: 0;
  bottom: 0;
  width: 58.28%;
}
.report .bg_wave_2 img {
  transform-origin: 0 100%;
}
.report .section_title::after {
  background: #dd0d9b;
}
.report .item_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.report .item {
  width: 45%;
  max-width: 400px;
  margin: 0 1.5%;
}
.report .item:nth-child(2n) {
  margin-top: 5%;
}
.report .item .item_box {
  display: block;
  position: relative;
  background: linear-gradient(to bottom, #dd0d9b, #0a1b2e);
  width: 97%;
  padding: 8px;
  margin: 0 1.5% 20px 1.5%;
  border-radius: 20px;
  border: 2px solid #dd0d9b;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.report .item .item_box:hover {
  transform: scale(1.1);
}
.report .item .pic {
  margin-bottom: 20px;
  border-radius: 14px;
  overflow: hidden;
}
.report .item .text {
  padding: 0 10px;
  color: #fff;
}
.report .item .text h3 {
  margin-bottom: 15px;
  line-height: 1.5em;
  font-size: 20px;
}
.report .item .text p {
  display: -webkit-box;
  height: 4.5em;
  line-height: 1.5em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}
.report .item .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 10px;
}
.report .item .btn_wrap a {
  position: relative;
  color: #fff;
  font-size: 14px;
}
.report .item .btn_wrap a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #9323a3, #7b58ff);
}
.report .item .btn_wrap a:hover {
  transform: translateX(5px);
}

@media screen and (max-width: 1200px) {
  .episode .podcast .icon {
    transform: translate(-15%, -55%) rotateZ(5deg);
  }
}
@media screen and (max-width: 1440px) {
  .intro .bg::before {
    width: calc(50vw - 550px);
  }
}
@media screen and (max-width: 1140px) {
  .intro .wrap {
    width: 94%;
    margin-left: 0;
  }
  .intro .bg::before {
    display: none;
  }
  .intro .group {
    padding: 0 30px;
  }
  .intro .pic img {
    transform: scale(1);
  }
  .intro .info {
    width: 74%;
    padding: 20px 0;
  }
  .intro .head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .intro .head h3 {
    margin-bottom: 20px;
  }
  .intro .head img {
    width: 318px;
  }
  .intro .text {
    padding-left: 0;
  }
  .highlight .item_wrap .item {
    width: 30%;
    margin: 0 1.5%;
  }
}
@media screen and (max-width: 1100px) {
  .episode .podcast .icon {
    transform: translate(-10%, -55%) rotateZ(10deg);
  }
}
@media screen and (max-width: 1000px) {
  .home {
    min-height: 0;
  }
  .intro .head h3 img {
    max-width: 250px;
  }
  .intro .text p {
    font-size: 18px;
  }
  .episode .podcast {
    padding: 20px 15px 0 15px;
  }
  .episode .podcast::before {
    height: 25px;
  }
  .episode_list .item_wrap .item {
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
@media screen and (max-width: 960px) {
  .highlight .item_wrap .item {
    padding-top: 40px;
  }
  .highlight .item_wrap .item .num {
    height: 75px;
  }
  .highlight .item_wrap .item .text {
    bottom: 10%;
  }
  .highlight .item_wrap .item .text p span {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .episode_list .item_wrap {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
  .episode_list .item_wrap .item {
    width: 100%;
    margin: 0;
    margin-bottom: 70px;
    transform: translateY(0) !important;
  }
  .episode_list .item_wrap .item:last-child {
    margin-bottom: 0;
  }
  .episode_list .item_wrap .item .text {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .episode_list .item_wrap .item .text h3, .episode_list .item_wrap .item .text p {
    margin-bottom: 10px;
  }
  .episode_list .item_wrap .item .text h3 {
    font-size: 18px;
  }
  .episode_list .item_wrap .item .text p {
    font-size: 15px;
  }
  .episode_list .item_wrap .item .info {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .home .slogan_wrap .text p {
    font-size: 22px;
  }
  .intro .bg_line_1 {
    width: 30%;
    height: auto;
  }
  .intro .bg_line_1 img {
    width: 100%;
    height: auto;
  }
  .intro .wrap {
    width: 100%;
  }
  .intro .bg {
    display: none;
  }
  .intro .group {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
  .intro .pic {
    align-self: center;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }
  .intro .info {
    width: 94%;
    padding: 25px 6% 25px 9%;
    background: url("../images/bg_border.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .intro .head h3, .intro .head p {
    margin: 0 auto;
  }
  .intro .head h3 {
    margin-bottom: 15px;
  }
  .intro .head h3 img {
    max-width: 300px;
  }
  .highlight .item_wrap .item .text p {
    font-size: 16px;
  }
  .section_title h2 img {
    height: 55px;
  }
  .episode_list .item_wrap .item_box .bg::before, .episode_list .item_wrap .item_box .pic::before {
    display: none;
  }
  .report .item .item_box:hover {
    transform: scale(1);
  }
}
@media screen and (max-width: 700px) {
  .highlight .item_wrap {
    flex-wrap: wrap;
  }
  .highlight .item_wrap .item {
    width: 44%;
    margin: 0 3%;
  }
}
@media screen and (max-width: 640px) {
  .home .slogan_wrap .text p {
    font-size: 20px;
  }
  .highlight .title h2 {
    font-size: 40px;
  }
  .episode .podcast {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .episode .podcast .icon {
    left: auto;
    right: 5%;
    transform: translate(0, -45%) rotateZ(20deg);
    width: 50%;
    max-width: 150px;
  }
  .report .item_wrap {
    max-width: 450px;
    margin: 0 auto;
  }
  .report .item {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 550px) {
  .home .slogan_wrap .slogan {
    width: 95%;
  }
  .home .slogan_wrap .slogan .arrow {
    top: 20%;
    width: 15%;
  }
  .home .slogan_wrap .text p {
    text-align: center;
    font-size: 18px;
  }
  .section_title h2 {
    margin-bottom: 15px;
  }
  .section_title h2 img {
    height: 45px;
  }
  .section_title p {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .episode .podcast::before {
    right: 5%;
  }
}
@media screen and (max-width: 480px) {
  .home .slogan_wrap .text {
    margin-bottom: 35px;
  }
  .home .slogan_wrap .btn_wrap a {
    max-width: 280px;
  }
  .intro .pic {
    max-width: 220px;
  }
  .intro .info {
    width: 98%;
    padding-left: 4%;
    background-position: right 0;
    background-size: 200% 100%;
  }
  .intro .head img {
    width: 100%;
  }
  .intro .head h3 img {
    max-width: 250px;
  }
  .intro .text p {
    font-size: 16px;
  }
  .highlight .title p {
    font-size: 18px;
  }
  .episode_list .item_wrap {
    width: 85%;
    max-width: 340px;
  }
  .episode_list .item_wrap .item_box .btn_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .episode_list .item_wrap .item_box .btn_wrap p {
    width: 70%;
    margin-bottom: 15px;
    text-align: center;
  }
  .episode_list .item_wrap .item_box .btn_wrap .box {
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .episode_list .item_wrap .item_box .btn_wrap .box a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 450px) {
  .home .slogan_wrap .text p {
    font-size: 16px;
  }
  .highlight .title {
    margin-bottom: 40px;
  }
  .highlight .item_wrap {
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
  }
  .highlight .item_wrap .item {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 0 !important;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .highlight .item_wrap .item .num {
    height: 60px;
  }
  .highlight .item_wrap .item .pic {
    width: 80%;
  }
  .highlight .item_wrap .item .text {
    bottom: 15%;
  }
  .highlight .item_wrap .item .text p {
    font-size: 17px;
  }
  .highlight .item_wrap .item .text p span {
    display: inline;
  }
  .section_title h2 {
    margin-bottom: 10px;
  }
  .section_title h2 img {
    height: 35px;
  }
  .section_title p {
    font-size: 22px;
  }
}
@media screen and (max-width: 400px) {
  .home .slogan_wrap .text {
    margin-bottom: 20px;
  }
  .home .slogan_wrap .text p {
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
  }
  .home .slogan_wrap .text p span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .home .slogan_wrap .text p span::before {
    display: none;
  }
  .home .slogan_wrap .text p span span {
    margin-bottom: 15px;
  }
  .home .slogan_wrap .text p span span::before {
    display: block;
  }
  .intro .pic {
    max-width: 180px;
  }
  .highlight .title h2 {
    margin-bottom: 10px;
    font-size: 32px;
  }
}
@media screen and (max-width: 375px) {
  .section_title h2 img {
    height: 30px;
  }
  .section_title p {
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */