:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #32D7C6;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --midcolor: #53D58A;
}

#sinyi_softmobile-header a {
  text-decoration: none;
}

.gotofunc,
.gotoev {
  display: none;
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 2;
}

.gotofunc a,
.gotoev a {
  display: inline-block;
  text-align: center;
}

.gotofunc a>img,
.gotoev a>img {
  width: 80%;
}

.gotofunc.show,
.gotoev.show {
  display: inline-block;
}

/*topbtn*/
.gotop {
  display: none;
  position: fixed;
  bottom: 15vh;
  right: 3vw;
  z-index: 999;
  transform: translateY(50%);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.gotop.show {
  opacity: 1;
  transform: translateY(0);
  display: inline-block;
}

.gotop a {
  display: inline-block;
}

.gotop a img {
  width: 60px;
}

/*頁首樣式*/
#header {
  height: 50px;
  top: 0;
  right: 0;
  left: 0;
}

.main {
  position: relative;
}

.main-logo {
  margin-left: auto;
  margin-right: auto;
}

.main-logo a img {
  width: 137px;
}

.main-header {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.main-banner {
  position: relative;
  z-index: 2;
  background: var(--white);
  background: -webkit-gradient(linear, left bottom, left top, from(var(--midcolor)), color-stop(42.5373%, var(--primary)), color-stop(0, #d3d3d36b), color-stop(0, #f7f7f7));
  background: linear-gradient(0deg, var(--midcolor), var(--primary) 80%, #d3d3d36b 0, #f7f7f7 0);
}


.main-banner::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5vw;
  height: 15vw;
  left: 1vw;
  background: url(../img/triangle_bg_white.png) no-repeat;
  background-size: contain;
}

.main-banner::before {
  display: none;
}

.main-banner.page2 {
  background: var(--white);
  background: -webkit-gradient(linear, left bottom, left top, from(#32D7C6), color-stop(42.5373%, #53D58A), color-stop(0, #d3d3d36b), color-stop(0, #f7f7f7));
  background: linear-gradient(0deg, #32D7C6, #53D58A 42.5373%, #d3d3d36b 0, #f7f7f7 0);
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0px 40px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.title_box.container {
  margin-top: -14vw;
  position: relative;
  text-align: center;
}

.function_bar {
  padding-bottom: 30px;
  border-bottom: 12px solid var(--orange);
}

.function_bar.page2 {
  position: relative;
  border-bottom: unset;
  padding-bottom: 30px;
}

.function_bar.page2>ul {
  padding-bottom: 25px;
}

.function_bar.page2::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 100%;
  margin: 0 auto;
  aspect-ratio: 1440 / 149;
  background: url(../img/gradient_bg.png) no-repeat;
  background-size: contain;
}

.function_bar>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  /* width: 50vw;
  min-width: 800px; */
  margin: auto;
  text-align: center;
  list-style-type: none;
}

.function_bar>ul>li {
  padding: 20px 0;

}

.function_bar.page2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#35d7c0), color-stop(#00e1c9), to(#53D58A));
  background-image: linear-gradient(to bottom, #35d7c0, #00e1c9, #53D58A);
}

.function_bar.page2 ul li .title>span {
  text-shadow: 2px 4px 0px #FE2F95;
}

li::marker {
  content: '';
}

.mv {
  position: relative;
}

.mv .mv-img {
  width: auto;
  height: 100%;
}

.main-role {
  position: absolute;
  height: 80%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.main-role::before {
  position: absolute;
  content: "";
  display: block;
  width: 39.31624%;
  height: 56.93069%;
  background: url(../img/main_circle.png) no-repeat;
  background-size: contain;
  top: 26%;
  right: 63.5%;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}

.main-role.page2 {
  height: 100%;
}

.main-role.page2::before {
  display: none;
}

.main-bg {
  background: url(../img/banner_bg.png) no-repeat;
  background-size: cover;
  background-position: 0;
  overflow: hidden;
  height: 35vw;
  border-radius: 0 0 0 8vw;
}

.main-title span {
  display: inline-block;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;

}

.main-title i {
  -webkit-animation: title_in 0.5s ease-in-out;
  animation: title_in 0.5s ease-in-out;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.main-title i:nth-child(2) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.main-title i:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.main-title i:nth-child(4) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.main-title i:nth-child(5) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.main-title i:nth-child(6) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.scroll_down {
  z-index: 2;
  position: relative;
  text-align: center;
}

.scroll_down img {
  -webkit-animation: Updown 3s ease-in-out infinite;
  animation: Updown 3s ease-in-out infinite;
  width: 36px;
}

.scroll_down.page2 {
  bottom: -80px;
}

.gotoev .scroll_down {
  top: -60px;
  left: 15px;
}

.gotoev .scroll_down img {
  top: unset;
  left: unset;
  bottom: 100%;
}

/*活動輪播*/
.event {
  margin-top: 30px;
  padding-bottom: 60px;
  background-image: url(../img/ev_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.ev-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.ev-title img {
  max-width: 340px;
  width: 100%;
}

.event-ct {
  margin: 0 auto;
}

.ev_form .captcha {
  background-color: #ff2f95;
  color: #ffffff;
  font-size: 14px;
  padding: 4px;
  height: 38px;
  border: none;
  border-radius: 4px;
}

.ev_form_container {
  margin: 0 10px;
  margin-top: -10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ev_form_container p {
  font-size: 12px;
}

.ev_form_title {
  position: relative;
  text-align: center;
  background-color: #ff2f95;
  color: #fff;
  padding: 8px 0;
}

.ev_form_title::before {
  content: " ";
  display: inline-block;
  width: 150px;
  height: 46px;
  background: url(../img/send_img.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 78%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.form_btn a img {
  width: 100%;
}

.form_btn a:hover .no_click,
.form_btn a:hover .click,
.form_btn a:hover .click_m,
.form_btn a:focus .no_click,
.form_btn a:focus .click,
.form_btn a:focus .click_m {
  display: none;
}

.form_btn a .click,
.form_btn a .no_click,
.form_btn a .click_m {
  display: none;
}

.form_btn a .no_click_m {
  display: block;
}

.qa_title {
  border-top: 2px dotted #ff2f95;
  font-size: 20px;
  font-weight: 900;
  color: #ff2f95;
  text-align: center;
  margin: 0 20px;
  padding: 10px;
  cursor: pointer;
}

.qa_title::after {
  content: "+";
  display: inline;
  font-size: 1.5rem;
  font-weight: 500;
}

.qa_title.is-active::after {
  content: "-";
}

.qa_container {
  margin: 0 20px;
  padding: 20px 0;
}

.qa_container li {
  font-size: 14px;
  line-height: 175%;
}

.qa_container li.sec-title {
  font-size: 16px;
  font-weight: 800;
  margin: 10px 0;
  color: #01B7A9;
}

.step-pc {
  display: none;
}

.step-m {
  display: block;
  text-align: center;
}

.step-m img {
  width: 100%;
}

.step-slider .stepcarousel .slick-dots {
  background-color: unset !important;
}

.step-slider .stepcarousel .slick-dots li button::before {
  color: #f7f7f7;
}

.func-item {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}

.func-item img {
  width: 50px;
  position: absolute;
  left: -50px;
  bottom: 0;
}

.func-item .item-img-2 {
  right: -50px;
  left: unset;
}


.func-item:hover .title {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.func-item:hover .num>span .num_item::before {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.func-item:hover {
  color: var(--white);
  text-decoration: none;
}

.func-item.item-2 p .num_item::after {
  right: 44%;
  width: 100%;
  height: 274%;
  background: url(../img/num_2.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

.func-item p {
  position: relative;
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  z-index: 1;
  margin-bottom: 0;
}

.func-item p>span {
  position: relative;
  display: inline-block;
  -webkit-text-stroke: 3px black;
  text-shadow: 3px 5px 0px #D6510C;
  z-index: 2;
}

.func-item p>span::after {
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  display: block;
  margin: 0 auto;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.func-item p>span .num_item {
  position: relative;
}

.func-item p>span .num_item::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 100%;
  width: 25%;
  height: 70%;
  background: url(../img/dot_circle_hover.svg) no-repeat;
  display: block;
  background-size: contain;
}

.func-item p>span .num_item::after {
  content: " ";
  display: block;
  width: 50%;
  height: 360%;
  background: url(../img/num_1.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -70%;
  right: 100%;
  margin-right: 10px;
}

.func-item p.num {
  font-size: 20px;
}

.func-item p.num>span {
  text-shadow: 2px 4px 0px #105F7E;
}

.func-item p.num>span::after {
  color: #B7FBD8;
  text-shadow: none;
}

.content_center {
  padding: 0 10px;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 40px;
}

/*影音樣式*/
.founder-area {
  position: relative;
  z-index: 2;
}

.slick-slider .slick-prev {
  left: -55px;
}

.slick-slider .slick-next {
  right: -55px;
}

.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  font-size: 48px;
  color: #01B7A9;
}

.slick-slider .slick-dots {
  background-color: #101010;
}

.slick-slider .slick-dots li.slick-active button::before {
  color: var(--primary);
}

.slick-slider .slick-dots li button::before {
  opacity: 1;
  color: var(--white);
}

.stepcarousel.slick-slider .slick-next {
  right: -15px;
}

.stepcarousel.slick-slider .slick-prev {
  left: -15px;
}

.stepcarousel.slick-slider .slick-arrow {
  width: 44px;
  height: 44px;
  z-index: 2;
}

.stepcarousel.slick-slider .slick-arrow::before,
.stepcarousel.slick-slider .slick-arrow::after {
  color: #FE2B96;
}

.videoCarousel__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.videoCarousel__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flip-card-group {
  max-width: 800px;
  padding: 0px;
  margin: 0 auto;
}

/* 列表 */
.flip-card-list {
  padding: 0;
  font-size: 0;
  position: relative;
}

.flip-card-list::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: url(../img/circle_arc.png) no-repeat;
  background-size: 50%;
  background-position: center 70%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.flip-card-list li {
  display: inline-block;
  width: 33%;
}

.flip-card-list li.active .flip-card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.flip-card-list li.active .flip-card__back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* 翻轉卡片 */
.flip-card {
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 1 / 1;
}

.flip-card img {
  width: 100%;
}

.flip-card:hover .flip-card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.flip-card:hover .flip-card__back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flip-card__front,
.flip-card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* 背面看不到 */
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.flip-card__back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

/*功能說明區塊樣式*/
.title-part-2 {
  display: block;
}
.func .title {
  z-index: 2;
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  display: block;
  padding-left: 1.6666em;
}

.func .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/title_icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.func.page2 .title p {
  font-size: 1rem;
  line-height: 100%;
  color: #FE2F95;
  margin-bottom: 0;
}

.func .sub-title {
  display: inline-block;
  font-size: 16px;
  color: #028CC3;
  padding: 4px;
  background-color: rgba(123, 213, 203, 0.35);
  margin-bottom: 10px;
}

.func .description {
  font-size: 14px;
  line-height: 195%;
}

.func .coupleimg {
  display: none;
}

.func img {
  width: 100%;
}

#sinyi_softmobile-footer {
  margin-bottom: 100px;
}

.ctabtn {
  text-align: center;
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: -8px;
  padding: 15px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
}

.ctabtn a {
  display: inline-block;
  width: 300px;
}

.ctabtn a img {
  width: 80%;
  margin: 0 auto;
}

.ctabtn a img.no_click {
  display: block;
}

.ctabtn a img.click {
  display: none;
}

.ctabtn a:hover img.no_click {
  display: none;
}

.ctabtn a:hover img.click {
  display: block;
}

.func01 .content_center {
  position: relative;
}

.func01 .content_center::after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/sinyi_circle_bg.svg) no-repeat;
  background-size: contain;
  left: 20vw;
  top: 11vw;
  z-index: -1;
}



.page2::before {
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: inline-block;
  width: 50vw;
  height: 10vw;
  background: url(../img/dots_bg.png) repeat-X;
  background-size: contain;
  opacity: 0.4;
  z-index: -1;
}

.page3::before {
  top: 150px;
  right: 0;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: inline-block;
  width: 50vw;
  height: 10vw;
  background: url(../img/dots_bg.png) repeat-X;
  background-size: contain;
  opacity: 0.4;
  z-index: -1;
}


.page4::before {
  display: none;
}

.page4::after {
  bottom: 10vh;
  right: 0;
  position: absolute;
  content: "";
  display: inline-block;
  width: 6.875vw;
  height: 17.083vw;
  background: url(../img/triangle_bg_green.png) no-repeat;
  background-size: contain;
}


.func02.page1::after {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  content: "";
  display: inline-block;
  width: 6.875vw;
  height: 13.283vw;
  background: url(../img/triangle_img_orange.png) no-repeat;
  background-size: contain;
}



.func02.page1 .content_center {
  position: relative;
}

.func03.page2 {
  position: relative;
}

.func03.page2::after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 40vw;
  height: auto;
  aspect-ratio: 1148 / 886;
  background: url(../img/func03-deco.png) no-repeat;
  background-size: contain;
  right: -10px;
  top: 11vw;
  z-index: -1;
}

.videoCarousel {
  margin-top: 30px;
}

.slick-list {
  max-height: 450px;
}

.deco {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30vw;
  height: 30vw;
  background: url(../img/sinyi_circle_bg_green.svg) no-repeat;
  background-size: 150% auto;
  background-position: right top;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.deco.page2-1 {
  background: url(../img/glow_pink.png) no-repeat;
  background-size: 100% auto;
  background-position: right top;
  left: 60vw;
  width: 100vw;
  height: 100vw;
  bottom: 0;
}

.deco.page2-2 {
  background: url(../img/sinyi_circle_bg.svg) no-repeat;
  background-size: 100% auto;
  background-position: right bottom;
}

.deco.page2-4 {
  background: url(../img/sinyi_circle_bg.svg) no-repeat;
  background-size: 100%;
  background-position: left top;
  width: 100vw;
  height: 100vw;
  bottom: -80px;
}

.page2 .deco {
  width: 400px;
  height: 400px;
  background: url(../img/glow_green.png) no-repeat;
  background-size: 100% auto;
  left: -250px;
  top: 300px;
}

.page4 .deco {
  position: absolute;
  background: url(../img/glow_pink.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 400px;
  height: 400px;
  bottom: 10vw;

  right: -200px;
  /* 負值剛好露出右半邊 */
}

.bg {
  position: relative;
}

/*賣屋留單樣式*/
.ctabtn.btn-primary {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 0;
}

.ctabtn.btn-primary:focus,
.ctabtn.btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 0;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 0;
}

#sale_form {
  padding: 20px 10px;
}

#sale_form h5 {
  font-size: 28px;
  color: #0B4142;
  padding-bottom: 24px;
  border-bottom: 5px dotted #F36061;
}

#sale_form .singleAreaSingle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

#sale_form .singleAreaSingle>span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#sale_form .singleAreaSingle>img {
  margin-right: 5px;
  width: 24px;
}

#sale_form .singleAreaSingle .searchArrow {
  margin-left: auto;
  position: static;
  right: 7px;
  padding-top: 4px;
}

#sale_form .connect-time>select,
#sale_form .connect-time>div,
#sale_form .road-name>select {
  padding: 10px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sale_form .connect-time .options {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 12px);
}

#sale_form ul {
  padding: 0 10px;
}

#sale_form ul li input,
#sale_form ul li textarea,
#sale_form ul li .singleAreaSingle,
#sale_form ul li .connect-time,
#sale_form ul li .road-name {
  margin-bottom: 16px;
}

#sale_form ul li .form-check-inline {
  margin-right: 0;
}

#sale_form ul li .form-check-inline input[type="radio"] {
  opacity: 0;
}

#sale_form ul li .form-check-inline input[type="radio"]:checked+label:before,
#sale_form ul li .form-check-inline input[type="radio"]+label:before {
  content: "";
  height: 1.2rem;
  width: 1.2rem;
  display: inline-block;
  border: 1px solid #39AE38;
  border-radius: 50%;
  margin-left: -1.5rem;
  margin-right: 10px;
  vertical-align: middle;
}

#sale_form ul li .form-check-inline input[type="radio"]:checked+label:before {
  -webkit-box-shadow: inset -0.25px -0.25px 0px 6px #FFFFFF;
  box-shadow: inset -0.25px -0.25px 0px 6px #FFFFFF;
  background: #39AE38;
}

#sale_form ul li .form-check-inline .form-check-input {
  margin-bottom: 3px;
}

#sale_form ul li .form-check-inline label {
  display: inline-block;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0 .5rem;
  line-height: 38px;
}

.sent_btn {
  display: block;
}

.sent_btn a img {
  width: 60%;
  margin: 0 auto;
}

.sent_btn a .no_click {
  display: none;
}

.sent_btn a .click {
  display: block;
}

.sent_btn:hover {
  text-decoration: none;
}

.sent_btn:hover .click {
  display: none;
}

.sent_btn:hover .no_click {
  display: block;
}

/*切換頁面switch樣式*/
.can-toggle {
  position: relative;
  /*page1*/
}

.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.can-toggle input[type="checkbox"][disabled]~label {
  pointer-events: none;
}

.can-toggle input[type="checkbox"][disabled]~label .can-toggle__switch {
  opacity: 0.4;
}

.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:before {
  content: attr(data-unchecked);
  left: 0;
}

.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
  content: attr(data-checked);
}

.can-toggle label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.can-toggle label .can-toggle__label-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 32px;
}

.can-toggle label .can-toggle__switch {
  position: relative;
}

.can-toggle label .can-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}

.can-toggle label .can-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.can-toggle input[type="checkbox"][disabled]~label {
  color: rgba(119, 119, 119, 0.5);
}

.can-toggle input[type="checkbox"]:focus~label .can-toggle__switch,
.can-toggle input[type="checkbox"]:hover~label .can-toggle__switch {
  background-color: #777;
}

.can-toggle input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover~label .can-toggle__switch:after {
  color: #5e5e5e;
}

.can-toggle input[type="checkbox"]:hover~label {
  color: #6a6a6a;
}

.can-toggle input[type="checkbox"]:checked~label:hover {
  color: #55bc49;
}

.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch {
  background-color: #70c767;
}

.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
  color: #4fb743;
}

.can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch,
.can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch {
  background-color: #5fc054;
}

.can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
  color: #47a43d;
}

.can-toggle label .can-toggle__label-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.can-toggle label .can-toggle__switch {
  -webkit-transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #848484;
}

.can-toggle label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.5);
}

.can-toggle label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777;
}

.can-toggle input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:hover~label .can-toggle__switch:after {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle input[type="checkbox"]:checked~label .can-toggle__switch:after {
  -webkit-transform: translate3d(65px, 0, 0);
  transform: translate3d(65px, 0, 0);
}

.can-toggle input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle.pageSwitch.page1 input[type="checkbox"]:checked~label .can-toggle__switch:after {
  -webkit-transform: translate3d(-65px, 0, 0);
  transform: translate3d(-65px, 0, 0);
}

.can-toggle.pageSwitch.page1 input[type="checkbox"]:checked~label .can-toggle__switch::before {
  left: 67px;
}

.can-toggle.pageSwitch.page1 label .can-toggle__switch::after {
  left: unset;
  right: 2px;
}

.can-toggle.pageSwitch.page1 label .can-toggle__switch::before {
  left: unset;
  right: 67px;
}

.can-toggle label {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.can-toggle label .can-toggle__switch {
  height: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 134px;
  flex: 0 0 134px;
  border-radius: 4px;
}

.can-toggle label .can-toggle__switch:before {
  left: 67px;
  font-size: 20px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.can-toggle label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.can-toggle label .can-toggle__switch:hover:after {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle.pageSwitch {
  width: 240px;
  margin: 0 auto;
  margin-top: 15px;
  /*page1*/
}

.can-toggle.pageSwitch input[type="checkbox"][disabled]~label {
  color: rgba(254, 43, 150, 0.5);
}

.can-toggle.pageSwitch input[type="checkbox"]:focus~label .can-toggle__switch,
.can-toggle.pageSwitch input[type="checkbox"]:hover~label .can-toggle__switch {
  background-color: #FE2B96;
}

.can-toggle.pageSwitch input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle.pageSwitch input[type="checkbox"]:hover~label .can-toggle__switch:after {
  color: #f5017d;
}

.can-toggle.pageSwitch input[type="checkbox"]:hover~label {
  color: #fe1289;
}

.can-toggle.pageSwitch input[type="checkbox"]:checked~label:hover {
  color: #ff5e41;
}

.can-toggle.pageSwitch input[type="checkbox"]:checked~label .can-toggle__switch {
  background-color: #ff816a;
}

.can-toggle.pageSwitch input[type="checkbox"]:checked~label .can-toggle__switch:after {
  color: #ff5537;
}

.can-toggle.pageSwitch input[type="checkbox"]:checked:focus~label .can-toggle__switch,
.can-toggle.pageSwitch input[type="checkbox"]:checked:hover~label .can-toggle__switch {
  background-color: #FF6B50;
}

.can-toggle.pageSwitch input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle.pageSwitch input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
  color: #ff401d;
}

.can-toggle.pageSwitch label .can-toggle__label-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.can-toggle.pageSwitch label .can-toggle__switch {
  -webkit-transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  background: #fe44a3;
}

.can-toggle.pageSwitch label .can-toggle__switch:before {
  color: rgba(255, 255, 255, 0.7);
}

.can-toggle.pageSwitch label .can-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  color: #FE2B96;
}

.can-toggle.pageSwitch input[type="checkbox"]:focus~label .can-toggle__switch:after,
.can-toggle.pageSwitch input[type="checkbox"]:hover~label .can-toggle__switch:after {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.can-toggle.pageSwitch input[type="checkbox"]:checked~label .can-toggle__switch:after {
  -webkit-transform: translate3d(118px, 0, 0);
  transform: translate3d(118px, 0, 0);
}

.can-toggle.pageSwitch input[type="checkbox"]:checked:focus~label .can-toggle__switch:after,
.can-toggle.pageSwitch input[type="checkbox"]:checked:hover~label .can-toggle__switch:after {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.can-toggle.pageSwitch.pageSwitch.page1 input[type="checkbox"]:checked~label .can-toggle__switch:after {
  -webkit-transform: translate3d(-118px, 0, 0);
  transform: translate3d(-118px, 0, 0);
}

.can-toggle.pageSwitch.pageSwitch.page1 input[type="checkbox"]:checked~label .can-toggle__switch::before {
  left: 120px;
}

.can-toggle.pageSwitch.pageSwitch.page1 label .can-toggle__switch::after {
  left: unset;
  right: 2px;
}

.can-toggle.pageSwitch.pageSwitch.page1 label .can-toggle__switch::before {
  left: unset;
  right: 120px;
}

.can-toggle.pageSwitch label {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.can-toggle.pageSwitch label .can-toggle__switch {
  height: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  border-radius: 60px;
}

.can-toggle.pageSwitch label .can-toggle__switch:before {
  left: 120px;
  font-size: 20px;
  line-height: 60px;
  width: 120px;
  padding: 0 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.can-toggle.pageSwitch label .can-toggle__switch:after {
  top: 2px;
  left: 2px;
  border-radius: 30px;
  width: 118px;
  line-height: 56px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.can-toggle.pageSwitch label .can-toggle__switch:hover:after {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

/*頁尾樣式*/
.footerBottom {
  padding-bottom: 80px;
  background-color: #01B7A9;
  color: var(--white);
}

.footerBottom a {
  color: var(--white);
}

.socialmedia {
  padding: 30px 0;
}

.socialmedia a {
  display: inline-block;
}

.leftArea,
.footerRight {
  text-align: center;
}

.otherLink {
  padding: 30px 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/*sprite_main-tile*/
.sprite {
  height: 60px;
  /* 設定字高 */
  display: inline-block;
  aspect-ratio: 1/1;
  margin-left: -10px;
  /* 檢查用 */
  /* border: 1px solid red;
 background-image: linear-gradient(0deg,red ,red);
 background-size: 100% 1px;
 background-position: center;
 background-repeat: no-repeat; */
}

.sprite::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../img/main-title.png);
  background-repeat: no-repeat;
  background-size: auto 701.5873%;
}

.page2.sprite::before {
  background-image: url(../img/main-title2.png);
}

.sprite-mt_1::before {
  background-position: -1.984% -0.2828%;
}

.sprite-mt_2::before {
  background-position: -1.984% 16.5533%;
}

.sprite-mt_3::before {
  background-position: -1.984% 32.906%;
}

.sprite-mt_4::before {
  background-position: -1.984% 49.8733%;
}

.sprite-mt_5 {
  aspect-ratio: 65 / 126;
}

.sprite-mt_5::before {
  background-position: -1.984% 66.2904%;
}

.sprite-mt_6,
.sprite-mt_7 {
  aspect-ratio: 75 / 126;
}

.sprite-mt_6::before {
  background-position: -1.984% 83.879%;
}

.sprite-mt_7::before {
  background-position: -1.984% 99.594%;
}

.outer-link {
  padding: 20px 0;
}

.outer-link a {
  text-decoration: none;
}

.func {
  position: relative;
  margin: 80px 0 120px 0;
}

.func .sub-title {
  font-size: 18px;
}

.func .showfunc {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  margin-top: 50px;
}

.func .showfunc.func-item div.icon_01 {
  width: 28.951%;
  top: -15.35%;
  left: 2.35%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.func .showfunc.func-item div.icon_02 {
  width: 25.8124%;
  top: 32.88%;
  right: 10%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.func .showfunc.func-item div.icon_03 {
  width: 36.951%;
  top: 8.069%;
  left: 64.589%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.func .showfunc.func-item div.icon_04 {
  width: 25.8124%;
  top: 5.88%;
  left: -3.736%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}


.func .showfunc div {
  position: absolute;
  display: inline-block;
  -webkit-animation: Updown 3s ease-in-out infinite;
  animation: Updown 3s ease-in-out infinite;
}

.func .showfunc div.icon_01 {
  width: 23.8124%;
  top: -12.471%;
  left: 29.66%;
}

.func .showfunc div.icon_02 {
  width: 31.951%;
  top: 9.069%;
  right: 65.981%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.func .showfunc div.icon_03 {
  width: 19.8124%;
  top: 36.88%;
  left: 80%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.func .showfunc div.icon_04 {
  width: 43.268%;
  top: 68.803%;
  left: 54.037%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.func .showfunc div.icon_05 {
  width: 23.8124%;
  top: 22%;
  left: 0;
}

.func .showfunc div.icon_06 {
  width: 23.8124%;
  bottom: 0%;
  right: 0;
}

.func .showfunc-item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.func .showfunc-item div {
  position: absolute;
  display: inline-block;
  -webkit-animation: Updown 3s ease-in-out infinite;
  animation: Updown 3s ease-in-out infinite;
  z-index: 2;
}

.func .showfunc-item div.icon_01 {
  width: 31.8124%;
  top: 9.529%;
  left: -1.34%;
}

.func .showfunc-item .func {
  padding-top: 0px;
  padding-bottom: 0;
}

.func.func01::after {
  top: 20%;
  right: -2.5vw;
  position: absolute;
  content: "";
  display: inline-block;
  width: 6.875vw;
  height: 17.083vw;
  background: url(../img/triangle_bg_green.png) no-repeat;
  background-size: contain;
}

.circle-border {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 3.75px solid #2CFF7B;
  background: #0373344F;
  background-image: url(../img/qr-code.png);
  background-repeat: no-repeat;

  background-size: 95% 95%;
  /* 縮小圖片大小，類似 padding 效果 */
  background-position: center center;
  /* 保持居中 */
}

.group-1 {
  position: relative;
}

.group-1>:nth-child(1) {
  position: relative;
  margin: 0 auto;
}

.group-1>:nth-child(2) {
  position: absolute;
  left: 150px;
  top: 80px;
}


/*動畫樣式*/
/*旋轉*/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*擺動*/
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

/*浮動*/
@-webkit-keyframes Updown {
  0% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}

@keyframes Updown {
  0% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}

@-webkit-keyframes title_in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 100;
  }
}

@keyframes title_in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 100;
  }
}
#bg-letschat{
  position: absolute;
  z-index: -1;
  opacity: 0.6;
  left: -30%;
  top: -25%;
  max-width: 512px;
}
#img-letschat{
  max-width: 661px;
}

.side-target-position {
  display: none;
}

/* 平板以上 */
@media screen and (min-width: 768px) {
  #bg-letschat{
    max-width: 600px;
    left: -13%;
  }
  .group-1>:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .group-1>:nth-child(2) {
    position: absolute;
    left: 150px;
    top: 80px;
  }

  .func .description {
    font-size: 16px;
  }

  .func .sub-title {
    font-size: 20px;
  }

  .main-header {
    display: inline-block;
    right: 90vw;
    width: 70%;
  }

  .main-banner {
    background: -webkit-gradient(linear, left bottom, left top, from(var(--midcolor)), color-stop(42.5373%, var(--primary)), color-stop(0, #d3d3d36b), color-stop(0, #f7f7f7));
    background: linear-gradient(0deg, var(--midcolor), var(--primary) 50%, #d3d3d36b 0, #f7f7f7 0);
  }

  .main-banner::before {
    display: inline-block;
    top: 48%;
  }

  .main-bg {
    margin-left: 10%;
    height: 35vw;
    max-height: 50vh;
  }

  .function_bar {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .function_bar>ul>li {
    padding: 0;
  }

  .func .title {
    font-size: 56px;
  }

  .func-item img {
    width: 60px;
  }

  .func-item .item-img-2 {
    right: unset;
    left: -50px;
  }

  .func-item p {
    bottom: -15px;
  }

  .func:first-of-type {
    min-height: 750px;
  }

  .func {
    min-height: 650px;
  }

  .page1::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10vw;
    height: 20vw;
    background: url(../img/triangle_img_orange.png) no-repeat;
    background-size: contain;
    left: -2vw;
    bottom: 0;
    z-index: -1;
  }

  .page2 .deco {
    width: 30vw;
    height: 30vw;
    background: url(../img/glow_green.png) no-repeat;
    background-size: 100% auto;
    left: -15vw;
    top: 0;
  }

  .page4::before {
    bottom: 250px;
    right: 0;
    position: absolute;
    content: "";
    display: inline-block;
    width: 250px;
    height: 500px;
    background: url(../img/glow_pink.png) repeat-X;
    background-size: cover;

    z-index: -1;
  }

  .gotop a img {
    width: 100px;
  }

  .ctabtn a {
    display: inline-block;
    width: 350px;
  }

  .ctabtn a img {
    width: 100%;
  }

}

/* 筆電以上 */
@media screen and (min-width: 992px) {

  .side-target-position {
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 20px;
    font-size: 12px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .side-target-position.show {
    display: inline-block;
    background: rgb(255 255 255 / 65%);
    border-radius: 20px;
    padding: 10px;

  }
  .side-target-position li a {
    display: inline-block;
    padding: 5px 8px 5px 0px;
    color: #777777;
    text-decoration: none;
  }
  .side-target-position li a:hover {
    color: #00dbd2;
  }
  .side-target-position li.active {
    background-color: #00d5d9;
    border-radius: 25px;
  }
  .side-target-position li.active a {
    color: #ffffff;
  }
  .side-target-position li.active a > span {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }
  .side-target-position li.active a > span:after {
    content: " ";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background-color: rgba(204, 255, 238, 0.486);
    border: 1px solid #ffffff;
    border-radius: 50%;
    top: 0;
    left: 0;
    -webkit-transform: translate(-22%, -3%);
            transform: translate(-22%, -3%);
  }

  .function_bar {
    padding-top: 55px;
}
  .title_box.container {
    margin-top: -11vw;
  }

  .main-header {
    width: 50vw;
  }

  .func-item p {
    font-size: 36px;
  }

  .function_bar>ul {
    min-width: 900px;
  }

}

/* 桌機以上 */
@media (min-width: 1281px) {
  /* .func .container{
    max-width: 1150px;
  } */
  #bg-letschat{
    left: 3%;
  }
  .title-part-1,
  .title-part-2 {
    display: inline;
  }
  /* .func {
    height: 95vh;
  } */
  .func-item p {
    font-size: 46px;
  }

  .function_bar>ul {
    min-width: 1100px;
  }

  .func-item img {
    width: 110px;
  }

  .function_bar {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}