* {
  font-family: "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  /* overflow-x: hidden; */
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
/* 
*::selection {
    background: #00A8B1;
    color: #fff;
}

*::-moz-selection {
    background: #00A8B1;
    color: #fff;
}
 */

/*  */
/* menu */
.menu {
  /* border: 1px solid #000; */
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.4822303921568627) 0%, rgba(0,0,0,0) 100%);
}
.js-scroll {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-color: #fff;
  box-shadow: 0px 11px 32px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.menu-nav {
  display: flex;
  margin: 0;
  padding: 10px 0;
  justify-content: flex-end;
}
.menu-nav li {
  padding: 0 10px;
}
.menu-nav li a {
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  display: block;
  position: relative;
}
.menu-nav li a::after {
  content: " ";
  width: 0%;
  background-color: #fff;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  bottom: 5px;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.menu-nav li:hover a::after {
  opacity: 1;
  width: 100%;
}
.js-scroll .menu-nav {
  display: flex;
  margin: 0;
  padding: 10px 0;
  justify-content: flex-end;
}
.js-scroll .menu-nav li a::after {
  background-color: #91121d;
}
.js-scroll .menu-nav li a {
  color: #91121d;
  padding: 10px 0;
  display: block;
  position: relative;
  font-weight: bold;
}

.logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  max-width: 150px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.js-scroll .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  max-width: 64px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.logo img {
  width: 100%;
}
.desktop_logo {
  display: block;
}
.desktop_mobile {
  display: none;
}
.menu-btn {
  width: 35px;
  position: absolute;
  height: 35px;
  top: 10px;
  right: 20px;
  display: none;
}
.menu-btn-row {
  position: relative;
  width: 100%;
  height: 100%;
}

.menu-line-1 {
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.menu-line-2 {
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.open-menu .menu-line-1 {
  top: 35%;
  transform: translate(-50%, -50%) rotate(45deg);
  /* -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg); */
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.open-menu .menu-line-2 {
  top: 35%;
  transform: translate(-50%, -50%) rotate(-45deg);
  /* -moz-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg); */
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* menu end */
/* header */
header {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.kv-img {
  max-width: 1840px;
}
.kv-img img {
  width: 100%;
}
.slogan_row {
  position: absolute;
  top: 30%;
  left: 10%;
}
.slogan_row_text_img {
  text-align: center;
  margin: 0 auto 25px;
}
.slogan_row_text_img img {
  max-width: 100%;
}
.slogan_tag {
  width: 100%;
  margin: 0 0 15px;
  display: flex;
  justify-content: center;
}
.slogan_tag li {
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
}
.slogan_tag li a {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
}
.scroll_row {
  position: absolute;
  bottom: 0px;
  left: 50px;
}
.scroll_text {
  writing-mode: vertical-lr;
  color: #fff;
  font-weight: bold;
}
.scroll_line {
  background-color: rgba(255, 255, 255, 0.5);
  width: 0.125rem;
  height: 8rem;
  position: relative;
  margin: 5px auto 0;
}
.scroll_box {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll_1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;

  --tw-gradient-from: transparent;
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  animation: afterimage 2.5s ease-in-out infinite;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scroll_2 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;

  --tw-gradient-from: transparent;
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  animation: afterimage 2.5s ease-in-out 1.25s infinite;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.to-\[black_50\%\] {
  --tw-gradient-to: #000 50%;
}

.to-black {
  --tw-gradient-to: #b13f47;
}
@keyframes afterimage {
  0% {
    transform: scaleY(0) translateY(-150%);
    transform-origin: top;
  }
  100% {
    transform: scaleY(1) translateY(150%);
    transform-origin: bottom;
  }
}
/* header end */
/* carousel */
.carousel_row {
  width: 100%;
  position: relative;
  margin: 50px 0 100px;
  background-color: #f8f8f8;
}
.carousel_main {
  width: 90%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: -150px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  padding: 15px 20px;
  z-index: 1;
}
/* carousel end */
/*  */
.title_sm {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}
.title_lg {
  /* color: #fff; */
  color: #3d3d3d;
  font-weight: bold;
  font-size: 38px;
}
/*  */

/*  */
.word_des {
  width: 90%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.word_des p {
  font-size: 20px;
}
.bg_1 {
  background-color: #fff;
  position: relative;
}
.bg_1 .title_lg {
  color: #3d3d3d;
}
.bg_1 .word_des p {
  margin: 0;
}
.img_row_1 {
  margin: 0 auto;
  padding: 60px 0;
}
.ishadow {
  max-width: 570px;

  margin: 0 auto;
}
.img_relative {
  position: relative;
  z-index: 2;
}
.img_row_1 img {
  max-width: 100%;
}
/*  */

/*  */
.bg_2 {
  background-color: #f8f8f8;
  position: relative;
}
.bg_2 .word_des p {
  /* color: #f8f8f8; */
  margin: 0;
}
.img_row_2 {
  width: 100%;
}
.img_row_2 img {
  width: 100%;
}
/*  */
/*  */
.bg_3 {
  background-color: #fff;
  position: relative;
}
.bg_3 .title_lg {
  color: #3d3d3d;
}
.img_row_3 {
  width: 100%;
}
.img_row_3 img {
  width: 100%;
}
/*  */
/*  */
.bg_4 {
  background-image: url('../img/bg1.png');
  background-repeat: no-repeat;
  background-position: center;
}
.bg_4 .title_lg {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}
.bg_4_text {
  /* padding: 140px 0; */
}
.bg_4_text .word_des {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.bg_4_text .word_des p {
  max-width: 600px;
  color: #fff;
  margin: 0 auto;
}
/*  */
/*  */
.bg_5 {
  position: relative;
}
.bg_5 .title_lg {
  color: #3d3d3d;
}
.img_row_5 {
  margin: 0 auto;
  padding: 60px 0;
}
.ishadow {
  max-width: 570px;

  margin: 0 auto;
}
.img_relative {
  position: relative;
  z-index: 2;
}
.img_row_5 img {
  max-width: 100%;
}
/*  */

/*  */
.bg_6 {
  position: relative;
  background-image: url(../img/row6_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.bg_6 .title_lg {
  color: #3d3d3d;
}
.bg_6 .word_des {
  width: 90%;
  position: relative;
  top: 50%;
  /* top: 30%; */
  left: 50%;
  transform: translate(-50%, -50%);
}
.img_row_6 {
  margin: 0 auto;
  padding: 60px 0;
}
.ishadow {
  max-width: 570px;

  margin: 0 auto;
}
.img_relative {
  position: relative;
  z-index: 2;
}
.img_row_6 img {
  max-width: 100%;
}
/*  */

.bg_7 {
  position: relative;
  background-image: url(../img/row8.png);
  background-repeat: no-repeat;
  background-position: top center;
}
.bg_7 .title_lg {
  color: #3d3d3d;
}
.img_row_7 {
  margin: 0 auto;
  padding: 60px 0;
}
.ishadow {
  max-width: 570px;

  margin: 0 auto;
}
.img_relative {
  position: relative;
  z-index: 2;
}
.img_row_7 img {
  max-width: 100%;
}
/*  */
/*  */
.linky_row {
  position: relative;
}
.linky_top {
  position: relative;
  background-image: url(../img/linky_top_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding: 50px 0 160px;
}
.linky_logo {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 0 15px;
}
.linky_logo img {
  width: 100%;
}
.linky_title {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
.linky_list {
  position: absolute;
  width: 100%;
  top: 270px;
}
.linky_list ul {
  display: flex;
}
.linky_list ul li {
  flex: 1;
  padding: 0 15px;
}
.linky_list_row {
  background-color: #fff;
  padding: 50px 25px 0;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0px 11px 22px 0px rgba(0, 0, 0, 0.3);
}
.linky_list_icon {
  text-align: center;
  margin: 0 auto;
  height: 80px;
}
.linky_list_row h3 {
  color: #3d3d3d;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.linky_list_row p {
  color: #3d3d3d;
  text-align: center;
  font-size: 23px;
}
.linky_qa {
  padding: 270px 0 0;
}
.linky_qa_title {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  padding: 10px 0 25px;
}
.qa_list {
  width: 100%;
}
.qa_btn {
  width: 100%;
  cursor: pointer;
}

.linky_qa_list {
  max-width: 1024px;
  margin: 0 auto 60px;
}
.qa_title {
  padding: 10px 0;
  /* border-bottom: 1px solid #e5e5e5; */
  border-bottom: 1px solid #9e0d1a;
  position: relative;
}
.qa_title_text {
  font-size: 27px;
  /* color: #7288a2; */
  color: #9e0d1a;
  font-weight: bold;
  width: 95%;
}
.qa_active .qa_title {
  border-bottom: 1px solid #9e0d1a;
}
.qa_active .qa_title_text {
  font-size: 27px;
  color: #9e0d1a;
  font-weight: bold;
}
.qa_answer {
  padding: 15px;
  font-size: 21px;
  color: #000;
  min-height: 130px;
  border-bottom: 1px solid #e5e5e5;
  display: none;
}
.qa_active .qa_answer {
  display: block;
}
.qa_answer span {
  color: #9e0d1a;
  font-weight: bold;
  display: block;
}
.qa_icon {
  width: 30px;
  height: 30px;
  /* border: 1px solid #7288a2; */
  border: 1px solid #9e0d1a;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.qa_icon_1 {
  width: 80%;
  height: 2px;
  /* background-color: #7288a2; */
  background-color: #9e0d1a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.qa_icon_2 {
  width: 2px;
  height: 80%;
  /* background-color: #7288a2; */
  background-color: #9e0d1a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
}
.qa_active .qa_icon {
  width: 30px;
  height: 30px;
  border: 1px solid #9e0d1a;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.qa_active .qa_icon_1 {
  width: 80%;
  height: 2px;
  background-color: #9e0d1a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.qa_active .qa_icon_2 {
  width: 2px;
  height: 80%;
  background-color: #9e0d1a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: none;
}
/*  */
.connection {
  position: relative;
  background-image: url(../img/connection.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 80px;
}
.container_title {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.container_des {
  max-width: 565px;
  margin: 50px auto 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 25px 0;
  text-align: center;
  font-size: 25px;
  /* font-weight: bold; */
  color: #fff;
}
.container_des p {
  margin: 0;
  line-height: 1.5;
}
footer {
  background-color: #000000;
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
  color: #fff;
}
/*  */
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.loading {
  position: fixed;
  background-color: #9e0d1a;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
.loading_row{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.loading_row span{
  display: block;
  padding: 10px 0 0;
  font-size: 25px;
  font-weight: bold;
}
.loading_svg {
  width: 60px;
  margin: 0 auto;
}
.path {
  fill: #9e0d1a;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: ani linear 3s 1;
  animation-fill-mode: forwards;
}
.connection_fix {
  position: fixed;
  right: 10px;
  top: 35%;
  z-index: 99;
}
.connection_fix a {
  writing-mode: vertical-lr;
  text-orientation: upright;
  background-color: #91121d;
  padding: 10px 5px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
}
.connection_fix a i {
  margin: 5px 0 0;
}
.ltv_btn_row {
  padding: 0 15px 15px;
}
.ltv_btn {
  margin: 0 auto;
  display: block;
  width: 150px;
  background-color: #fff;
  padding: 5px 0;
  font-size: 16px;
  border-radius: 50px;
  color: #91121d;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  border: 2px solid #91121d;
  text-align: center;
}
.ltv_btn:hover {
  background-color: #91121d;
  color: #fff;
}
.robot {
  max-width: 125px;
  margin: 0 auto;
  /* padding: 25px 0 0; */
  position: absolute;
  left: 62%;
  top: 55px;
}
.robot img {
  width: 100%;
}

.ltv_row {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  margin: 60px 0;
}

.ltv_row_img {
  width: 100%;
}
.ltv_row_img img {
  width: 100%;
}
.ltv_row_title {
  padding: 15px;
    font-size: 23px;
    margin: 0;
    font-weight: bold;
    height: 85px;
}
.ltv_row_text {
  font-size: 18px;
  padding: 0 15px 0px;
  margin: 0 0 15px;
   overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 85px;
}
.member_header{
  background-image: url(../img/member.png);
  background-position:center top ;
  background-repeat: no-repeat;
}
.member_kv{
  width: 100%;
  text-align: center;
  padding: 150px 0;
  position: relative;
}
.member_kv p{
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.member_kv h2{
  font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}
.member_kv p br{
  display: none;
  
}
.member_kv h2 br{
  display: none;
}
.member_kv::after{
  content: " ";
  background-image: url(../img/member_b.png);
  background-position:center bottom ;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  left: 0;
}
.member_title{
  color: #3D3D3D;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    padding:45px 0;
    margin: 0;
}
.member_bg1{

}
.member_left{
  background-color: #F3DCDC;
  padding: 50px 25px;
}
.member_left_title{
  color: #9E0D1A;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 15px;
}
.member_left_sub{
  font-size: 25px;
  color: #3D3D3D;
  text-align: center;
  font-weight: bold;
}
.member_left_text{
 max-width: 485px;
 margin: 10px auto;

  font-size: 22px;
  color: #3D3D3D;
  text-align: left;
  line-height: 1.8;
}
.member_left_text span{
  color: #9E0D1A;
  font-weight: bold;
}



.member_right{
  background-color: #E9E9E9;
  padding: 50px 25px;
  height: 100%;
}
.member_right_title{
  color: #9E0D1A;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 15px;
}
.member_right_sub{
  font-size: 25px;
  color: #3D3D3D;
  text-align: center;
  font-weight: bold;
}
.member_right_text{
 max-width: 485px;
 margin: 10px auto;

  font-size: 22px;
  color: #3D3D3D;
  text-align: left;
  line-height: 1.8;
}
.member_right_text span{
  color: #9E0D1A;
  font-weight: bold;
}

.focus{
  background-color: #C55E67;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding:0 15px;
  position: absolute;
  top: 44.5%;
  left:44.5%;
  /* transform: translate(-50%, -50%); */

}

.member_bg1_color{
  background-image: url(../img/member_bg.png);
  background-position:center bottom ;
  background-repeat: no-repeat;
}
.member_bg2_color{
  background-color: #F9F2F2;
  padding: 45px 0;
}
.member_robot{
  max-width: 300px;
  flex: 0 0;
  flex-basis: 300px;
  order: -1;
}
.member_robot img{
  width: 100%;
  
}
.container_member{
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.member_robot_list{
  flex-grow: 2;
  padding-left: 35px;
}
.member_robot_list .dk{
  display: block;
}
.member_robot_list .mo{
  display: none;
}
.member_robot_list ul{
  padding: 15px 0 0;
}
.member_robot_list ul li{
  max-width: 700px;
  margin:0 0 30px;
}
.member_robot_list ul li:nth-child(2){
  margin-left: 30px;
}
.member_robot_list ul li img{
  width: 100%;
}
.member_table{
  max-width: 1351px;
  margin: 0 auto;
  padding-bottom: 65px;
}
.member_table img{
 width: 100%;
}
.member_operate{
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.member_operate .member_title{
  color: #fff;
}
.member_operate_list img{
  width: 100%;

}
.member_bg4_color{
  position: relative;
}
.member_bg4_color::before{
  content: " ";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 60%;
  background-color: #91121d;
}
.member_plan_list img{
  width: 100%;
}
.member_plan_row{
  padding: 0px 0 60px;
}
.member_robot_b{
  padding: 60px 0;
  position: relative;
}
.member_robot_b::after{
  content: " ";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  background-color: #EAEAEA;
}
.member_robot_b_d{
  max-width: 810px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}
.member_robot_b_m{
  display: none;
}
.member_kv_img {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
}
.member_kv_img img{
  width:100%;
  display: block;
}
.head_fix{
  position: fixed;
  right: 24px;
  top: 50%;
  z-index: 99;
  animation: angle 1s infinite;
  cursor: pointer;
  display: block;
}
.head_fix a{
  position: relative;
  display:block;
}
.head_fix_img{
 width: 100px;

}
.head_fix_img img{
  width:100%;
 
 }
.head_msg{
  background-color: #9e0d1a;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  /* transform:scale(0); */
  color:#fff;
  /* box-shadow:rgb(193 193 193) 0px 1px 5px; */
}
.head_msg::after{
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #9e0d1a transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
}

/* @keyframes scale-up-bottom{
  0%{
    transform:scale(0);
    transform-origin:center bottom
  }
  100%{
    transform:scale(1);
    transform-origin:center bottom
  }
} */
/* @keyframes angle {
  0% {
    bottom: 28px;
  }

  50% {
    bottom: 24px;
  }

  100% {
    bottom: 28px;
  }
}

@-webkit-keyframes angle {
  0% {
    bottom: 28px;
  }

  50% {
    bottom: 24px;
  }

  100% {
    bottom: 28px;
  }
} */
/* .head_fix:hover{
  animation-play-state: paused; 
}
.head_fix:hover .head_msg {
  animation:scale-up-bottom 0.4s; 
  transform:scale(1);
} */
@keyframes ani {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    fill: #fff;
    stroke-dashoffset: 0;
  }
}
.head_fix_m{
  display: none;
}
/*  */
@media (max-width: 992px) {

  footer {
    background-color: #000000;
    text-align: center;
    padding: 10px 0 80px;
    font-size: 15px;
    color: #fff;
}
  .head_fix{
    display: none;
  }
  .head_fix_m{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
    font-size: 23px;
    color: #fff;
    background-color: #91121d;
    z-index: 99;
    font-weight: bold;
    display: block;
  }
  .head_fix_m a{
    display: block;
  }
  .focus {
    background-color: #C55E67;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
  .member_right_text {
    max-width: 485px;
    margin: 10px auto;
    font-size: 18px;
    color: #3D3D3D;
    text-align: left;
    line-height: 1.8;
}
  .member_right_sub {
    font-size: 23px;
    color: #3D3D3D;
    text-align: center;
    font-weight: bold;
}
  .member_right_title {
    color: #9E0D1A;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 15px;
}
  .member_left_text {
    max-width: 485px;
    margin: 10px auto;
    font-size: 18px;
    color: #3D3D3D;
    text-align: left;
    line-height: 1.8;
}
  .member_left_sub {
    font-size: 23px;
    color: #3D3D3D;
    text-align: center;
    font-weight: bold;
}
  .member_left_title {
    color: #9E0D1A;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 15px;
}
  .member_title {
    color: #3D3D3D;
    font-weight: bold;
    font-size: 33px;
    text-align: center;
    padding: 45px 15px;
    margin: 0;
}
  .member_kv p br{
    display: block;
    
  }
  .member_kv h2 br{
    display: block;
  }
  .member_header {
    background-image: url(../img/member.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
  .member_plan_list{
    padding: 15px 30px;
  }
  .member_bg4_color::before {
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 10%;
    background-color: #91121d;
}
  .member_operate_list {
    padding: 15px 70px;
}
  .member_table {
    max-width: 1351px;
    margin: 0 auto;
    padding: 15px 15px 40px;

}
  .member_robot_list ul li:nth-child(2) {
    margin-left: initial;
}
  .member_robot_list {
    max-width: 300px;
    flex-grow: 2;
    padding-left: initial;
    margin: 0 auto;
}
.member_robot_list .dk{
  display: none;
}
.member_robot_list .mo{
  display: block;
}
  .container_member{
    display: inherit;
    max-width: 1200px;
    margin: 0 auto;
  }
  .member_robot{
    max-width: 300px;
    margin: 0 auto;
    flex: inherit;
    flex-basis: inherit;
    order: inherit;
    display: block;
  }
  .member_kv {
    width: 100%;
    text-align: center;
    padding: 100px 15px 100px;
    position: relative;
}
.member_kv p {
  font-size: 27px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.member_kv h2 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin: 10px 0;
}
  .member_robot_b_d{
    max-width: 810px;
    margin: 0 auto;
   
    display: none;
    position: relative;
    z-index: 1;
  }
  .member_robot_b_m{
    max-width: 343px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
  }

  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  /* menu */
  .js-scroll .menu-nav {
    display: inherit;
    margin: inherit;
    padding: inherit;
    justify-content: inherit;
  }
  .menu-btn {
    width: 35px;
    position: absolute;
    height: 35px;
    top: 15px;
    right: 25px;
    display: block;
    z-index: 99;
  }
  .menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .menu-m {
    background-color: #9e0d1a;
    background: #9e0d1a;
    height: 60px;
  }
  .menu-nav {
    display: none;
    margin: 0;
    padding: 60px 20px 10px;
    justify-content: initial;
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: #9e0d1a;
    top: 0;
    left: 0;
  }
  .menu-nav-act {
    display: block !important;
  }
  .menu-nav li {
    padding: 0 10px;
    border-bottom: 1px solid #c46b73;
  }
  .menu-nav li a {
    color: #fff;
    font-size: 21px;
    padding: 15px 0;
    display: block;
  }
  .logo {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
    max-width: 150px;
  }
  .logo img {
    width: 100%;
  }
  .desktop_logo {
    display: none;
  }
  .desktop_mobile {
    display: block;
  }
  /* menu end */
  /* kv */
  .kv-img {
    max-width: 1840px;
    padding: 10px;
  }
  .slogan_row {
    position: absolute;
    top: 70px;
    left: 0;
    padding: 25px;
  }
  .slogan_tag {
    width: 100%;
    margin: 0 0 0px;
    display: inherit;
    justify-content: center;
  }
  .slogan_tag li {
    margin: 0 0px 10px;
    border-radius: 10px;

    display: table;
  }
  .slogan_row_text {
    margin: 0 0 25px;
  }
  .scroll_row {
    position: absolute;
    bottom: 10px;
    left: inherit;
    right: 50px;
  }
  .kv_m_img {
    width: 100%;
    height: 95vh;
    background-image: url(../img/kv_m.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
  }
  .cdp_text {
    width: 80%;
    text-align: left;
    margin: 0 0 25px;
  }
  /* kv end */
  /*  */
  .carousel_row {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
  }
  .carousel_main {
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    position: relative;
    right: inherit;
    top: inherit;
    border-radius: 15px;
    padding: 15px 20px;
    z-index: 1;
  }
  /*  */
  /*  */
  .title_lg {
    color: #fff;

    font-weight: bold;
    font-size: 25px;
  }
  .container {
    padding: 0;
  }
  .bg_1 {
    background-color: #fff;
    position: relative;
    padding: 0 10px 60px;
  }
  .bg_1_color {
    background-color: #fff;
  }
  .word_des {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    padding: 25px 25px;
  }
  .img_row_1 {
    margin: 0 auto;
    padding: 0px 0;
  }
  .bg_2 {
    background-color: #fff;
    padding: 0 10px 10px;
    position: relative;
  }
  .bg_2 .title_lg {
    color: #3d3d3d;
    font-weight: bold;
    font-size: 25px;
  }
  .bg_2_color {
    background-color: #f8f8f8;
  }
  .bg_3 {
    background-color: #fff;
    padding: 0 10px 10px;
    position: relative;
  }
  .bg_3_color {
    background-color: #fff;
  }
  .bg_4_text {
    padding: 30px 0 0;
  }
  .bg_4_text .word_des {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  .bg_4 {
    background-image: url(../img/bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .bg_5_color {
    padding: 0 10px 10px;
  }
  .img_row_5 {
    margin: 0 auto;
    padding: 0px 0 60px;
  }
  .bg_6 {
    position: relative;
    background-image: url(../img/row6_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0 10px;
  }
  .bg_6 .word_des {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  .bg_6 .word_des p {
    margin: 0 auto 15px;
  }
  .img_row_6 {
    margin: 0 auto;
    padding: 0px 0 60px;
  }
  .bg_6_color {
  }
  .bg_7 {
    position: relative;
    background-image: url(../img/row8.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0 10px;
  }
  .bg_7 .word_des p {
    margin: 0 auto;
  }
  .img_row_7 {
    margin: 0 auto;
    padding: 0px 0 60px;
  }
  .linky_top {
    position: relative;
    background-image: url(../img/linky_top_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 50px 25px 50px;
  }
  .linky_list {
    position: relative;
    width: 100%;
    top: inherit;
  }
  .linky_list ul {
    display: inline-block;
    padding: 25px 15px 0;
  }
  .linky_list ul li {
    flex: inherit;
    padding: 0 15px 25px;
  }
  .linky_qa {
    padding: 30px 25px 0;
  }
  .linky_qa_title {
    color: #3d3d3d;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    padding: 10px 0 25px;
  }
  .linky_qa_list {
    max-width: 1024px;
    margin: 0 auto 60px;
    padding: 0 25px;
  }
  .qa_title_text {
    font-size: 21px;
    /* color: #7288a2; */
    color: #9e0d1a
    font-weight: bold;
    width: 85%;
  }
  .qa_active .qa_title_text {
    font-size: 21px;
    color: #9e0d1a;
    font-weight: bold;
  }
  .qa_answer {
    padding: 15px;
    font-size: 17px;
    color: #000;
    min-height: 110px;
    border-bottom: 1px solid #e5e5e5;
    display: none;
  }

  .connection {
    position: relative;
    background-image: url(../img/connection.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 25px 60px;
  }
  .container_title {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
  }
  .container_des {
    max-width: 565px;
    margin: 50px auto 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 25px 0;
    text-align: center;
    font-size: 21px;
    /* font-weight: bold; */
    color: #fff;
  }
  .ltv {
    padding: 0 15px;
  }
  .ltv_row {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    margin: 0px 0 15px;
  }
  .robot {
    max-width: 125px;
    margin: 0 auto;
    /* padding: 25px 0 0; */
    position: initial;
    left:initial;
    top:initial;
  }
  /*  */
}
