@charset "UTF-8";
/* CSS Document */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

body, div, dl, dt, dd, ul, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

button {
  background: none;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

button:focus {
  outline: none;
}

ol {
  margin: 0;
}

iframe {
  width: 100%;
}

iframe, img {
  border: 0;
}

ul {
  list-style: none;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

.block {
  display: block;
}

.t-align-center {
  text-align: center;
}

.t-align-left {
  text-align: left;
}

.fz_80 {
  font-size: 5em;
}

.fz_50 {
  font-size: 3.125em;
}

.fz_30 {
  font-size: 1.563em;
}

.fz_25 {
  font-size: 1.563em;
}

.fz_20 {
  font-size: 1.25em;
}

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  border-radius: 30px 0 0 30px;
  background-color: #f89c00;
  width: 80%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w55 {
  width: 55%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w15 {
  width: 15%;
}

.w10 {
  width: 10%;
}

.w9 {
  width: 9%;
}

.w8 {
  width: 8%;
}

.w7 {
  width: 7%;
}

.w6 {
  width: 6%;
}

.w5 {
  width: 5%;
}

.w4 {
  width: 4%;
}

.m_10 {
  margin-bottom: 10px;
}

.m_20 {
  margin-bottom: 20px;
}

.m_30 {
  margin-bottom: 30px;
}

.m_40 {
  margin-bottom: 40px;
}

.m_50 {
  margin-bottom: 50px;
}

.m_60 {
  margin-bottom: 60px;
}

.m_70 {
  margin-bottom: 70px;
}

.m_80 {
  margin-bottom: 80px;
}

.m_90 {
  margin-bottom: 90px;
}

.m_100 {
  margin-bottom: 100px;
}

.m_110 {
  margin-bottom: 110px;
}

.m_120 {
  margin-bottom: 120px;
}

.m_130 {
  margin-bottom: 130px;
}

.m_140 {
  margin-bottom: 140px;
}

.m_150 {
  margin-bottom: 150px;
}

.m_160 {
  margin-bottom: 160px;
}

.m_170 {
  margin-bottom: 170px;
}

.m_180 {
  margin-bottom: 180px;
}

.m_190 {
  margin-bottom: 190px;
}

.m_200 {
  margin-bottom: 200px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgba(102, 102, 102, 0.8);
  border-radius: 10px;
}

/* Handle on hover */
.d_no {
  display: none;
}

.d_block {
  display: block;
}

body a {
  transition: all 0.2s;
}

body,
html {
  width: 100%;
  height: 100%;
}

button {
  border: 0;
  background: 0;
  cursor: pointer;
  padding: 0;
}

body {
  color: black;
  font-family: 微軟正黑體;
  font-size: 100%;
  position: relative;
  overflow-x: hidden;
}
body.hidden {
  overflow: hidden;
}

h2 {
  color: #de2a23;
  font-size: clamp(22px, 3vw, 36px);
}

section {
  padding: 20px 0;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1470px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.menu_button {
  width: 26px;
  height: 20px;
  display: inline-block;
  position: relative;
  transition: 0.25s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  z-index: 9999;
  display: none;
}
.menu_button .menuicon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 50%;
  height: 0.15rem;
  background: white;
  transition: 0.2s;
  border-radius: 2.5rem;
}
.menu_button:before, .menu_button:after {
  display: block;
  content: "";
  height: 0.15rem;
  width: 100%;
  background: white;
  position: absolute;
  transition: 0.2s;
  border-radius: 1rem;
  left: 0;
}
.menu_button:before {
  top: 0;
}
.menu_button:after {
  bottom: 0;
}
@media (max-width: 1200px) {
  .menu_button {
    display: block;
  }
}

header.active .menu_button .menuicon {
  background: transparent;
}
header.active .menu_button:before {
  top: 10px;
  transform: rotate(-45deg);
}
header.active .menu_button:after {
  top: 10px;
  transform: rotate(45deg);
}
header.active .mob-menu {
  pointer-events: inherit;
}
header.active .md-overlay {
  opacity: 0.8;
  visibility: visible;
}

.include_point {
  box-shadow: 0px 0px 9px 0px #bfbfbf;
  background: white;
  position: sticky;
  top: 0;
  z-index: 5;
}
.include_point .point .container ul {
  display: flex;
  justify-content: center;
  grid-gap: 24px;
  padding: 15px;
}
.include_point .point .container ul li a {
  color: black;
  font-size: clamp(14px, 3vw, 16px);
}
.include_point .point .container ul li.active a {
  color: #de2a23;
}
@media (min-width: 1201px) {
  .include_point .point .container ul li a:hover {
    color: #de2a23;
  }
}
@media (max-width: 768px) {
  .include_point .point .container ul {
    padding: 10px 0;
  }
}
.include_point.no_video .point_video {
  display: none;
}
.include_point.no_tutorial .point_tutorial {
  display: none;
}
.include_point.no_process .point_process {
  display: none;
}
.include_point .point.type2 {
  display: none;
}
.include_point.special .point.type1 {
  display: none;
}
.include_point.special .point.type2 {
  display: block;
}

.gotop_mob {
  position: fixed;
  bottom: 80px;
  right: 5px;
  z-index: 9;
  display: none;
}
.gotop_mob a {
  width: 45px;
  height: 45px;
  background: url(../images/icon_gotop.png);
  display: block;
}
@media (max-width: 1200px) {
  .gotop_mob {
    display: block;
  }
}

.fix-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 29%;
  right: 5px;
  z-index: 99;
}
.fix-menu > ul > li {
  margin-bottom: 7px;
  position: relative;
}
.fix-menu > ul > li > a {
  border: 2px #ff3f3f solid;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  background: rgb(210, 20, 41);
  background: linear-gradient(180deg, rgb(210, 20, 41) 0%, rgb(237, 62, 82) 100%);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-weight: bold;
}
.fix-menu > ul > li > a p {
  font-size: 0.8em;
}
.fix-menu > ul > li > a:hover {
  background: rgb(239, 44, 66);
  background: linear-gradient(180deg, rgb(239, 44, 66) 0%, rgb(255, 99, 117) 100%);
}
.fix-menu > ul > li .drop-menu {
  display: none;
  padding: 0 28px 100px 0;
  position: absolute;
  top: 0;
  right: 52px;
}
.fix-menu > ul > li .drop-menu ul {
  border-radius: 5px;
  border: 2px #ff3f3f solid;
  background: white;
  min-width: 183px;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
  padding: 15px;
}
.fix-menu > ul > li .drop-menu ul li {
  font-size: 0.8em;
}
.fix-menu > ul > li .drop-menu ul li a {
  display: flex;
  color: #535353;
  align-items: center;
  grid-gap: 8px;
}
.fix-menu > ul > li .drop-menu ul li a:hover {
  color: #ff3f3f;
}
.fix-menu > ul > li .drop-menu ul li .qr {
  display: none;
  padding: 5px 0 0 23px;
  position: relative;
}
.fix-menu > ul > li .drop-menu ul li .qr p {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fix-menu > ul > li .drop-menu ul li:hover .qr {
  display: block;
}
.fix-menu > ul > li .drop-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
  border-color: transparent transparent transparent #ff3f3f;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
}
.fix-menu > ul > li:hover .drop-menu {
  display: block;
}
@media (max-width: 1200px) {
  .fix-menu {
    display: none;
  }
}

.end_menu {
  width: 100%;
  background: #de2a23;
  position: fixed;
  bottom: 0;
  z-index: 9;
}
.end_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.end_menu ul li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.end_menu ul li a {
  color: white;
  padding: 10px;
}

.include_header header {
  position: relative;
  z-index: 10;
}
.include_header header .header_top {
  background: #de2a23;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
.include_header header .header_top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.include_header header .header_top .container .nav {
  display: flex;
  grid-gap: 15px;
}
.include_header header .header_top .container .nav li a {
  color: white;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  padding-bottom: 5px;
  position: relative;
}
.include_header header .header_top .container .nav li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: white;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.include_header header .header_top .container .nav li a:hover:before {
  transform: scaleX(1);
}
.include_header header .header_bottom {
  background: #eee;
  padding: 15px 0;
  transition: all 0.2s;
  width: 100%;
  position: relative;
  z-index: 10;
}
.include_header header .header_bottom .container .menu {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  justify-content: space-between;
  grid-gap: 15px 0;
}
.include_header header .header_bottom .container .menu li {
  position: relative;
}
.include_header header .header_bottom .container .menu li a {
  color: black;
  display: flex;
  font-size: clamp(12px, 3vw, 18px);
  align-items: center;
  grid-gap: 5px;
}
.include_header header .header_bottom .container .menu li a:hover, .include_header header .header_bottom .container .menu li a.active {
  color: #de2a23;
}
.include_header header .header_bottom .container .menu li.active a {
  color: #de2a23;
}
.include_header header .header_bottom .container .menu li.new:before {
  content: "";
  width: 24px;
  height: 10px;
  background: url(../images/icon_news.png);
  display: block;
  position: absolute;
  top: -4px;
  left: 36px;
}

.include_header header .header_bottom .container .menu li.recommend:before {
  content: "";
  width: 24px;
  height: 10px;
  background: url(../images/icon_recommend.png);
  display: block;
  position: absolute;
  top: -4px;
  left: 36px;
}

.include_header header .mob-menu {
  background-color: #8e1a16;
  width: 100%;
  height: 100%;
  top: 57px;
  left: 0;
  position: fixed;
  z-index: 999;
  pointer-events: none;
  padding: 30px 0 80px;
  overflow: auto;
  display: none;
}
.include_header header .mob-menu ul {
  width: 100%;
  max-width: 310px;
  text-align: center;
  font-size: 1.25em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.include_header header .mob-menu ul li {
  width: 100%;
  padding: 15px 0;
}
.include_header header .mob-menu ul li a {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
.include_header header .mob-menu ul li a img {
  filter: brightness(0) invert(1);
}
.include_header header .mob-menu ul li:not(:last-child) {
  border-bottom: 1px #e77d79 solid;
}
.include_header header .md-overlay {
  z-index: 2;
}
.include_header header.active .mob-menu {
  pointer-events: inherit;
}
@media (max-width: 1300px) {
  .include_header header .header_bottom .container .menu li a {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .include_header header .header_top .container .nav {
    display: none;
  }
  .include_header header .header_top .container .logo img {
    max-height: 37px;
  }
  .include_header header .header_bottom .container {
    grid-template-columns: 1fr;
  }
  .include_header header .header_bottom .container .tt {
    display: none;
  }
  .include_header header.sub .header_bottom {
    height: auto;
  }
  .include_header header.sub .header_bottom .container .menu_icon a {
    background: url(../images/icon_nav04-close.png) no-repeat;
  }
}
@media (max-width: 500px) {
  .include_header header .header_bottom .container .menu {
    grid-template-columns: repeat(5, 1fr);
  }
}

.title {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.title span {
  color: #de2a23;
}

.bottom_line {
  border-bottom: 1px black dashed;
  padding-bottom: 80px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-next,
.slick-prev {
  width: 16px;
  height: 31px;
  z-index: 8;
}
.slick-next:hover,
.slick-prev:hover {
  -webkit-filter: brightness(0.5);
}
.slick-next:before,
.slick-prev:before {
  display: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-next,
.slick-next:hover {
  background: url(../images/slick-next.png);
}

.slick-prev:focus,
.slick-prev:hover,
.slick-prev,
.slick-prev:hover {
  background: url(../images/slick-prev.png);
}

/* 手机版 */
.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

/* 电脑版 */
@media (min-width: 769px) {
  .slick-prev {
    left: -40px;
  }

  .slick-next {
    right: -40px;
  }
}



.slick-slide {
  padding: 0 18px;
}

.md .md-modal {
  max-width: 900px;
  width: calc(100vw - 50px);
  background: white;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.3);
}
.md .md-modal .md-content {
  padding: 10px;
  position: relative;
  margin: auto;
}
.md .md-modal .md-content video {
  width: 100%;
  max-height: 550px;
  height: 100%;
}
@media (max-width: 500px) {
  .md .md-modal .md-content video {
    max-height: 400px;
  }
}
.md .md-close {
  color: white;
  border-radius: 25%;
  font-size: 45px;
  display: flex;
  position: absolute;
  top: -54px;
  right: 10px;
  visibility: hidden;
  align-items: center;
  justify-content: center;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  background: rgba(0, 0, 0, 0.98);
  transition: all 0.3s;
}

.md.active .md-modal {
  visibility: visible;
}
.md.active .md-overlay {
  opacity: 0.8;
  visibility: visible;
}
.md.active .md-close {
  visibility: visible;
  right: 1px;
}

.close {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 11px;
}
.close .icon {
  display: flex;
  align-items: center;
  transform: rotate(180deg);
}
.close .icon img {
  max-height: 18px;
}

footer {
  background: #3f3f3f;
  color: white;
  text-align: center;
  padding: 40px 0;
  font-size: 0.9em;
}
@media (max-width: 1200px) {
  footer {
    padding: 20px 0;
  }
}

section:nth-of-type(even) {
  background: url(../images/bg.png);
}

.download {
  margin-bottom: 50px;
}
.download .container .box {
  display: flex;
  grid-gap: 70px;
}
.download .container .box .right {
  display: flex;
  flex-direction: column;
  grid-gap: 37px;
}
.download .container .box .right a {
  background: #de2a23;
  border-radius: 15px;
  color: white;
  font-size: clamp(18px, 3vw, 24px);
  padding: 15px;
  text-align: center;
}
.download .container .box .right a:hover {
  background: #94110c;
}
@media (max-width: 500px) {
  .download {
    margin-bottom: 10px;
  }
  .download .container .box {
    flex-wrap: wrap;
    grid-gap: 10px;
  }
}

.tutorial .container .center .item .top .tt {
  border: 1px #636363 solid;
  background: white;
  border-radius: 20px;
  color: #636363;
  font-size: clamp(15px, 3vw, 18px);
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px 0;
}
.tutorial .container .center .item .top p {
  color: #636363;
  font-size: clamp(15px, 3vw, 18px);
  margin-bottom: 25px;
}

.cg_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.cg_btn .tt {
  color: #636363;
  font-size: 1.25em;
}
.cg_btn .main {
  width: 100%;
  display: flex;
  grid-gap: 15px;
  justify-content: center;
}
.cg_btn .main a {
  background: #7ab800;
  border-radius: 10px;
  width: 100%;
  max-width: 270px;
  display: flex;
  color: white;
  padding: 8px;
  text-align: center;
  font-size: clamp(15px, 3vw, 18px);
  align-items: center;
  justify-content: center;
}
.cg_btn .main a:hover {
  background: #588107;
}

.share_tab {
  margin-bottom: 45px;
}
.share_tab ul {
  display: flex;
  grid-gap: 20px;
}
.share_tab ul li {
  flex: 1;
}
.share_tab ul li a {
  background: #eee;
  border-radius: 5px;
  color: #737373;
  display: block;
  text-align: center;
  padding: 10px;
}
.share_tab ul li.active a {
  background: #de2a23;
  color: white;
}

.share_box {
  height: 0px;
  overflow-y: hidden;
}
.share_box.active {
  height: auto;
  overflow-y: inherit;
}

.process .process_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.process .process_box .txt {
  max-width: 322px;
  color: #636363;
  display: flex;
  flex-direction: column;
  grid-gap: 25px;
}
.process .process_box .txt > li {
  display: flex;
  grid-gap: 14px;
  align-items: flex-start;
}
.process .process_box .txt > li .step {
  background: white;
  border: 1px #636363 solid;
  border-radius: 30px;
  padding: 5px 20px;
  white-space: nowrap;
}
.process .process_box .txt > li .illustrate {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 150%;
}
.process .process_box .txt > li .illustrate li span {
  color: #de2a23;
}
.process .process_box .img {
  width: 77%;
}
@media (max-width: 1200px) {
  .process .process_box {
    grid-gap: 20px;
  }
  .process .process_box .txt {
    max-width: inherit;
    width: 100%;
  }
  .process .process_box .img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .process .process_box .txt {
    grid-gap: 10px;
  }
}

.video .center .item a {
  color: #636363;
  overflow: hidden;
}
.video .center .item a:hover {
  color: #de2a23;
}

.qa_frame {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.qa_frame main {
  flex: 1;
}
.qa_frame .include_footer {
  width: 100%;
  align-self: flex-end;
}
.qa_frame.bg_overview {
  height: auto;
  background: url(../images/bg_overview.png);
}

.qa .qa_tab {
  margin-bottom: 20px;
}
.qa .qa_tab ul {
  border-bottom: 1px #b2b2b2 solid;
  display: flex;
  grid-gap: 1px;
}
.qa .qa_tab ul li a {
  border-radius: 10px 10px 0 0;
  background: #b2b2b2;
  color: white;
  display: block;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: bold;
  padding: 10px 20px;
}
.qa .qa_tab ul li.active a {
  background: #dd2e28;
}
.qa .qa_main .tt {
  color: #dd2e28;
  font-size: clamp(16px, 3vw, 18px);
  margin-bottom: 20px;
}
.qa .qa_main .txt {
  color: #636363;
  font-size: clamp(16px, 3vw, 18px);
}
.qa .qa_main .txt ol {
  line-height: 200%;
}
.qa .qa_main .txt .common {
  line-height: 200%;
}
.qa .qa_main .txt .common li {
  margin-bottom: 20px;
}
.qa .qa_main .txt .common li p span {
  color: #4c8fff;
}
.qa .qa_main .txt .common li p:nth-of-type(odd) {
  color: #dd2e28;
}
.overview_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  justify-content: space-between;
  grid-gap: 25px 20px;
}
.overview_list li {
  background: white;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
  align-items: center;
  padding: 20px 10px 10px;
}
.overview_list li picture {
  position: relative;
}
.overview_list li picture.new:before {
  content: "";
  width: 24px;
  height: 10px;
  background: url(../images/icon_news.png);
  display: block;
  position: absolute;
  top: -4px;
  left: 36px;
}
.overview_list li picture.recommend:before {
  content: "";
  width: 24px;
  height: 10px;
  background: url(../images/icon_recommend.png);
  display: block;
  position: absolute;
  top: -4px;
  left: 36px;
}

.overview_list li picture img {
  box-shadow: 0px 0px 3px 0px #bfbfbf;
  border-radius: 10px;
}
.overview_list li .tt {
  font-size: clamp(20px, 3vw, 24px);
}
.overview_list li a {
  color: white;
  display: block;
  border-radius: 5px;
  padding: 5px 8px;
}
.overview_list li .overview_download a {
  background: #dd2e28;
}
.overview_list li .overview_download a:hover {
  background: #941c18;
}
.overview_list li .overview_download a:last-of-type {
  display: none;
}
.overview_list li .overview_page a {
  background: #5990e0;
}
.overview_list li .overview_page a:hover {
  background: #3c6bb3;
}
@media (max-width: 500px) {
  .overview_list li .overview_download a:first-of-type {
    display: none;
  }
  .overview_list li .overview_download a:last-of-type {
    display: block;
  }
}

.defend .txt {
  font-size: clamp(16px, 3vw, 18px);
  line-height: 160%;
}
.defend .txt .red {
  color: #de2a23;
}
.defend .txt .alert-text {
  font-size: clamp(20px, 3vw, 22px);
  font-weight: bold;
}

.faq_tt {
  display: flex;
  justify-content: center;
}
.faq_tt h2 {
  width: 80%;
  text-align: center;
  background: #de2a23;
  border-radius: 30px;
  color: white;
  font-size: clamp(25px, 3vw, 30px);
  padding: 5px 20px;
  margin-bottom: 30px;
}

.faq-container .faq .question {
  background: #595959;
  border-bottom: 1px #ccc solid;
  border-radius: 10px 10px 10PX 10PX;
  color: white;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.faq-container .faq .question span {
  font-size: 20px;
  font-weight: bold;
}
.faq-container .faq .question p {
  font-size: clamp(16px, 3vw, 20px);
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.faq-container .faq .question p::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/defend/arrow_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.faq-container .faq.active .question p::after {
  transform: scaleY(-1);
}
.faq-container .faq.new .question::before {
  content: "";
  width: 24px;
  height: 10px;
  background: url(../images/icon_news.png);
  display: block;
  position: absolute;
  top: -4px;
  left: 36px;
}

.answer {
  background: white;
  font-size: clamp(16px, 3vw, 18px);
  display: none;
  overflow: hidden;
  padding: 20px;
}
.answer .txt {
  margin-bottom: clamp(15px, 3vw, 25px);
  line-height: 180%;
}

.faq_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq_btn button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq_btn button:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/defend/arrow_bottom_r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  transform: scaleY(-1);
}

.md_download .md-modal {
  border-radius: 20px;
  max-width: 520px;
}
.md_download .md-modal .md-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.md_download .md-modal .md-content img {
  opacity: 0;
  transition: opacity 0.8s;
}
.md_download.active .md-modal .md-content img {
  opacity: 1;
}

@media screen and (min-width: 1201px) {
  .menu_main {
    display: block !important;
  }
  header .md-overlay,
  .end_menu,
  .mob-menu {
    display: none !important;
  }
}
@media (max-width: 768px) {
  main {
    display: block;
  }
}
/* 教程轮播修正 */
.tutorial .center{
    margin:0 auto;
}

.tutorial .slick-list{
    overflow:hidden;
}

.tutorial .slick-track{
    display:flex;
    align-items:flex-start;
}

.tutorial .slick-slide{
    text-align:center;
}

.tutorial .slick-slide img{
    margin:0 auto;
}
