@charset "UTF-8";
.contact-us {
  width: 100%;
}
.contact-us .contact-box {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
}
.contact-us .image-wrap {
  width: 100%;
}
.contact-us .image-wrap .image-control {
  position: relative;
  height: 0;
  padding-bottom: 30.5%;
}
@media only screen and (max-width: 1500px) {
  .contact-us .image-wrap .image-control {
    padding-bottom: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-us .image-wrap .image-control {
    padding-bottom: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .image-wrap .image-control {
    padding-bottom: 400px;
  }
}
.contact-us .text-wrap {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 45px;
  padding-left: 9%;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap {
    width: 100%;
    height: 100%;
    padding: 20px 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .text-wrap {
    padding: 20px 25px;
  }
}
.contact-us .text-wrap .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8eec8e), to(#0c628d));
  background-image: linear-gradient(#8eec8e, #0c628d);
  background-size: 100% 200%;
  background-position: 50% 50%;
  animation: grad 4s infinite alternate-reverse;
  opacity: 0.7;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap .bg {
    opacity: 0.4;
  }
}
.contact-us .text-wrap .big-title {
  font-size: 4.5rem;
  line-height: 1.2;
  letter-spacing: -0.7px;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 20px;
  top: 20px;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap .big-title {
    display: none;
  }
}
.contact-us .text-wrap .control {
  width: 100%;
  max-width: 435px;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap .control {
    text-align: center;
  }
}
.contact-us .text-wrap .title {
  position: relative;
  font-size: 2.1875rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .contact-us .text-wrap .title {
    font-size: 1.875rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 350px) {
  .contact-us .text-wrap .title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
.contact-us .text-wrap .content {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.45px;
  color: #ccc;
  margin-bottom: 45px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 1.625rem;
  max-height: 9.75rem;
}
@media only screen and (max-width: 767px) {
  .contact-us .text-wrap .content {
    margin-bottom: 35px;
  }
}
.contact-us .text-wrap .button-common {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .contact-us .text-wrap .button-common {
    margin: 0 auto;
  }
}
.contact-us.none .bg {
  width: 0;
  -webkit-transition: 1.1s;
  transition: 1.1s;
}
.contact-us.none .big-title, .contact-us.none .title, .contact-us.none .content, .contact-us.none .button-common {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}
.contact-us.none .big-title {
  -webkit-transition: 0.6s 0.5s;
  transition: 0.6s 0.5s;
}
.contact-us.show .bg {
  width: 100%;
}
.contact-us.show .big-title, .contact-us.show .title, .contact-us.show .content, .contact-us.show .button-common {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.solution_d {
  width: 100%;
}
.solution_d .page-path {
  top: auto;
  bottom: calc(100% - 200px);
}
@media only screen and (max-width: 1400px) {
  .solution_d .page-path {
    bottom: calc(100% - 120px);
  }
}
.solution_d .all-banner .bg-group {
  padding-bottom: 890px;
}
.solution_d .content {
  width: 100%;
}
.solution_d .content .container {
  width: 100%;
}
.solution_d .content .type-control {
  margin-top: -55px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 1024px) {
  .solution_d .content .type-control {
    margin-bottom: 65px;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 575px) {
  .solution_d .content .type-control {
    margin-top: 0;
  }
  .solution_d .content .type-control .textli {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.solution_d .content .solution-detail {
  width: 100%;
}
.solution_d .content .detail-1, .solution_d .content .detail-2 {
  width: 100%;
  display: none;
}
.solution_d .content .lease {
  margin-bottom: 175px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .solution_d .content .lease {
    margin-bottom: 25%;
  }
}
.solution_d .content .lease .intro-text {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .solution_d .content .lease .intro-text {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .solution_d .content .lease .intro-text {
    margin-bottom: 25px;
  }
}
.solution_d .content .lease .lease-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.solution_d .content .lease .lease-cards .decor {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.solution_d .content .lease .cards-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 575px) {
  .solution_d .content .lease .cards-control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.solution_d .content .lease .card {
  position: relative;
  width: calc(33.334% - 60px);
  height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.solution_d .content .lease .card:nth-child(even) {
  margin-top: -50px;
}
@media only screen and (max-width: 1024px) {
  .solution_d .content .lease .card {
    height: 450px;
    width: calc(33.33% - 16px);
    margin: 15px 8px;
  }
}
@media only screen and (max-width: 650px) {
  .solution_d .content .lease .card {
    height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .solution_d .content .lease .card {
    width: 90%;
    height: 400px;
    margin: 8px !important;
  }
}
.solution_d .content .lease .card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e9e9e9;
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.solution_d .content .lease .card:hover::after {
  background-color: #f6f6f6;
}
.solution_d .content .lease .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 155px;
  color: rgba(211, 211, 211, 0.95);
}
@media only screen and (max-width: 1024px) {
  .solution_d .content .lease .icon {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .solution_d .content .lease .icon {
    width: 100px;
  }
}
.solution_d .content .lease .card-inner .text-wrap {
  text-align: center;
}
.solution_d .content .lease .card-inner .title {
  display: inline-block;
  position: relative;
}
.solution_d .content .lease .card-inner .title p {
  font-size: 5rem;
  line-height: 1.4;
  letter-spacing: 1.6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8eec8e), to(#0c628d));
  background-image: linear-gradient(#8eec8e, #0c628d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .solution_d .content .lease .card-inner .title p {
    color: #000;
    background: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .solution_d .content .lease .card-inner .title p {
    font-size: 3.75rem;
  }
}
.solution_d .content .lease .card-inner .unit {
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #999;
  white-space: nowrap;
  position: absolute;
  bottom: 10px;
  left: calc(100% + 5px);
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .solution_d .content .lease .card-inner .unit {
    font-size: 0.9375rem;
  }
}
.solution_d .content .lease .card-inner .title2 {
  font-size: 1.5rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 1.25px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .solution_d .content .lease .card-inner .title2 {
    font-size: 1.125rem;
  }
}
.solution_d .content .lease .lease-cards.none .card::after {
  width: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.solution_d .content .lease .lease-cards.none .icon {
  opacity: 0;
  -webkit-transition: 0.6s 0.4s;
  transition: 0.6s 0.4s;
}
.solution_d .content .lease .lease-cards.none .card-inner {
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}
.solution_d .content .lease .lease-cards.show .card::after {
  width: 100%;
}
.solution_d .content .lease .lease-cards.show .icon {
  opacity: 1;
}
.solution_d .content .lease .lease-cards.show .card-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.solution_d .content .investment {
  width: 100%;
  max-width: 1950px;
  margin: 0 auto;
  display: block;
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .solution_d .content .investment {
    margin-bottom: 100px;
  }
}
.solution_d .content .investment .intro-text {
  margin-bottom: 50px;
}
.solution_d .content .investment .invest-inner {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 1700px) {
  .solution_d .content .investment .invest-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .solution_d .content .investment .invest-inner {
    width: 95%;
  }
}
.solution_d .content .investment .invest-wrap {
  width: 100%;
  position: relative;
  padding: 70px 20px;
}
.solution_d .content .investment .invest-wrap .bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3a6084;
  z-index: -1;
}
.solution_d .content .investment .invest-wrap .bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#8eec8e), to(#0c628d));
  background: linear-gradient(#8eec8e, #0c628d);
  opacity: 0.7;
  z-index: 0;
}
.solution_d .content .investment .invest-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .solution_d .content .investment .invest-content {
    display: none;
  }
}
.solution_d .content .investment .invest-content .left-cir, .solution_d .content .investment .invest-content .center-cir {
  width: 220px;
  height: 220px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
  color: #f69650;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.solution_d .content .investment .invest-content .left-cir img, .solution_d .content .investment .invest-content .center-cir img {
  width: 110px;
}
@media only screen and (max-width: 1500px) {
  .solution_d .content .investment .invest-content .left-cir, .solution_d .content .investment .invest-content .center-cir {
    width: 180px;
    height: 180px;
    font-size: 1.25rem;
  }
  .solution_d .content .investment .invest-content .left-cir img, .solution_d .content .investment .invest-content .center-cir img {
    width: 80px;
  }
}
.solution_d .content .investment .invest-content .left-cir {
  position: relative;
}
.solution_d .content .investment .invest-content .point-sect {
  width: 500px;
  height: 135px;
  position: absolute;
  bottom: 100%;
  left: calc(100% - 110px);
  z-index: 5;
}
@media only screen and (max-width: 1500px) {
  .solution_d .content .investment .invest-content .point-sect {
    height: 150px;
    left: calc(100% - 90px);
  }
}
.solution_d .content .investment .invest-content .point {
  width: auto;
}
.solution_d .content .investment .invest-content .point .vertical {
  position: absolute;
  left: -8.5px;
  top: 0;
  width: calc(100% + 17px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.solution_d .content .investment .invest-content .point .line {
  width: 3px;
  height: calc(100% - 17px);
  background-color: #333;
  position: relative;
  left: 6.5px;
}
.solution_d .content .investment .invest-content .point .tri {
  position: relative;
  z-index: 5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.7px 8.5px 0 8.5px;
  border-color: #333 transparent transparent transparent;
}
.solution_d .content .investment .invest-content .point .point-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
}
.solution_d .content .investment .invest-content .point .point-text {
  width: 100%;
  text-align: center;
  line-height: 1.3;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.1;
  color: #333;
  word-break: keep-all;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  .solution_d .content .investment .invest-content .point .point-text {
    font-size: 1.375rem;
    left: 40%;
  }
}
.solution_d .content .investment .invest-content .center-cir {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.solution_d .content .investment .invest-content .center-cir img {
  width: 135px;
}
@media only screen and (max-width: 1500px) {
  .solution_d .content .investment .invest-content .center-cir img {
    width: 110px;
  }
}
.solution_d .content .investment .invest-content .left-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.solution_d .content .investment .invest-content .left-line .left-text {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  color: #333;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  word-break: keep-all;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  .solution_d .content .investment .invest-content .left-line .left-text {
    font-size: 1.375rem;
  }
}
.solution_d .content .investment .invest-content .left-line .line-wrap {
  width: 205px;
  height: 17px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .solution_d .content .investment .invest-content .left-line .line-wrap {
    width: 180px;
  }
}
.solution_d .content .investment .invest-content .left-line .line-control {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  left: 0;
}
.solution_d .content .investment .invest-content .left-line .line {
  width: 95%;
  height: 3px;
  background-color: #535353;
}
.solution_d .content .investment .invest-content .left-line .tri {
  position: absolute;
  right: 0;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 14.7px;
  border-color: transparent transparent transparent #535353;
}
.solution_d .content .investment .invest-content .lists {
  position: relative;
}
.solution_d .content .investment .invest-content .lists .height-line {
  position: absolute;
  left: 112.6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(100% - 130px);
  width: 1px;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  .solution_d .content .investment .invest-content .lists .height-line {
    left: 91.6px;
  }
}
.solution_d .content .investment .invest-content .lists .list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin-left: 110px;
}
@media only screen and (max-width: 1500px) {
  .solution_d .content .investment .invest-content .lists .list-wrap {
    margin-left: 90px;
  }
}
.solution_d .content .investment .invest-content .lists .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.solution_d .content .investment .invest-content .lists .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.solution_d .content .investment .invest-content .lists .line {
  width: 315px;
  height: 1px;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  .solution_d .content .investment .invest-content .lists .line {
    width: 280px;
  }
}
.solution_d .content .investment .invest-content .lists .list:nth-child(2n) .line {
  width: 480px;
}
@media only screen and (max-width: 1500px) {
  .solution_d .content .investment .invest-content .lists .list:nth-child(2n) .line {
    width: 350px;
  }
}
.solution_d .content .investment .invest-content .lists .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solution_d .content .investment .invest-content .lists .list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.solution_d .content .investment .invest-content .lists .image-control {
  width: 110px;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.solution_d .content .investment .invest-content .lists .image-control img {
  width: 60%;
}
.solution_d .content .investment .invest-content .lists .image-text {
  width: 300px;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.45px;
  color: #fff;
  padding-left: 15px;
}
@media only screen and (max-width: 1500px) {
  .solution_d .content .investment .invest-content .lists .image-text {
    width: auto;
  }
}
.solution_d .content .investment .invest-content .lists .pos-text {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  right: calc(100% + 20px);
  top: calc(50% - 10px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1500px) {
  .solution_d .content .investment .invest-content .lists .pos-text {
    font-size: 0.9375rem;
  }
}
.solution_d .content .investment .mobile-content {
  display: none;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  .solution_d .content .investment .mobile-content {
    display: block;
  }
}
.solution_d .content .investment .mobile-content .top-cir, .solution_d .content .investment .mobile-content .bottom-cir {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 5;
}
.solution_d .content .investment .mobile-content .top-cir img, .solution_d .content .investment .mobile-content .bottom-cir img {
  width: 90px;
}
.solution_d .content .investment .mobile-content .top-cir .img-text {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.125rem;
  color: #f69650;
  margin-top: 8px;
  text-align: center;
}
.solution_d .content .investment .mobile-content .top-cir img {
  width: 70px;
}
.solution_d .content .investment .mobile-content .mid-line {
  display: inline-block;
  width: 3px;
  height: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.solution_d .content .investment .mobile-content .mid-line .text {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.25rem;
  color: #333;
  position: absolute;
  right: calc(100% + 15px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  word-break: keep-all;
  text-align: center;
}
.solution_d .content .investment .mobile-content .mid-line .line-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solution_d .content .investment .mobile-content .mid-line .line {
  width: 3px;
  top: 0;
  height: calc(100% - 15px);
  background-color: #535353;
}
.solution_d .content .investment .mobile-content .mid-line .tri {
  position: relative;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.7px 8.5px 0 8.5px;
  border-color: #535353 transparent transparent transparent;
}
.solution_d .content .investment .mobile-content .bottom-sect {
  width: 100%;
  position: relative;
}
.solution_d .content .investment .mobile-content .bottom-sect .sect-height {
  width: 1px;
  position: absolute;
  left: 2px;
  top: 80px;
}
.solution_d .content .investment .mobile-content .bottom-sect .sect-height .line {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.solution_d .content .investment .mobile-content .bottom-sect .sect-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  position: relative;
  z-index: -1;
}
.solution_d .content .investment .mobile-content .bottom-sect .sect-wrap::after, .solution_d .content .investment .mobile-content .bottom-sect .sect-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff;
}
.solution_d .content .investment .mobile-content .bottom-sect .sect-wrap::after {
  width: 50%;
  height: 1px;
  top: 50px;
}
.solution_d .content .investment .mobile-content .bottom-sect .sect-wrap::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 48px;
  z-index: 3;
}
.solution_d .content .investment .mobile-content .bottom-sect .sect-wrap.first {
  margin-bottom: 50px;
}
.solution_d .content .investment .mobile-content .bottom-sect .sect-wrap.first::after {
  top: 80px;
}
.solution_d .content .investment .mobile-content .bottom-sect .sect-wrap.first::before {
  top: 78px;
}
.solution_d .content .investment .mobile-content .bottom-sect .sect-wrap:last-child {
  margin-bottom: 0;
}
.solution_d .content .investment .mobile-content .bottom-sect .list {
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 5;
}
.solution_d .content .investment .mobile-content .bottom-sect .image-control {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}
.solution_d .content .investment .mobile-content .bottom-sect .image-control img {
  width: 60px;
}
.solution_d .content .investment .mobile-content .bottom-sect .t-box {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.solution_d .content .investment .mobile-content .bottom-sect .image-title {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.375rem;
  color: #fff;
  margin-bottom: 10px;
}
.solution_d .content .investment .mobile-content .bottom-sect .image-text {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.45px;
  color: #fff;
}
.solution_d .content .investment .mobile-content .point-sect {
  width: 50%;
  height: 300px;
  position: absolute;
  right: 0;
  bottom: calc(100% - 50px);
}
.solution_d .content .investment .mobile-content .point-sect .line {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #535353;
}
.solution_d .content .investment .mobile-content .point-sect .line1 {
  width: 100%;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.solution_d .content .investment .mobile-content .point-sect .line1 .line {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.solution_d .content .investment .mobile-content .point-sect .line2 {
  width: 3px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.solution_d .content .investment .mobile-content .point-sect .line2 .line {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.solution_d .content .investment .mobile-content .point-sect .line3 {
  height: 3px;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.solution_d .content .investment .mobile-content .point-sect .line3 .line {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.solution_d .content .investment .mobile-content .point-sect .line3 .tri {
  position: relative;
  left: -5px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 14.7px 8.5px 0;
  border-color: transparent #535353 transparent transparent;
}
.solution_d .content .investment .mobile-content .point-sect .point-text {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.25rem;
  color: #333;
  position: absolute;
  top: 125px;
  right: 15px;
  word-break: keep-all;
  text-align: right;
}
.solution_d .content .investment.none .invest-content .point .point-line {
  width: 0;
  -webkit-transition: 0.3s 1.3s;
  transition: 0.3s 1.3s;
}
.solution_d .content .investment.none .invest-content .point .vertical {
  height: 0;
  -webkit-transition: 0.7s 1.5s;
  transition: 0.7s 1.5s;
  overflow: hidden;
}
.solution_d .content .investment.none .invest-content .left-line .line-control {
  width: 0;
  -webkit-transition: 0.7s 2s;
  transition: 0.7s 2s;
  overflow: hidden;
}
.solution_d .content .investment.none .invest-content .image-text, .solution_d .content .investment.none .invest-content .left-text, .solution_d .content .investment.none .invest-content .point-text {
  opacity: 0;
  -webkit-transition: 1.2s 1.3s;
  transition: 1.2s 1.3s;
}
.solution_d .content .investment.none .invest-content .left-cir, .solution_d .content .investment.none .invest-content .center-cir, .solution_d .content .investment.none .invest-content .list-wrap, .solution_d .content .investment.none .invest-content .height-line {
  opacity: 0;
  -webkit-transition: 0.8s 0.2s;
  transition: 0.8s 0.2s;
}
.solution_d .content .investment.none .invest-content .center-cir {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.solution_d .content .investment.none .invest-content .list-wrap, .solution_d .content .investment.none .invest-content .height-line {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.solution_d .content .investment.show .invest-content .point .point-line {
  width: 100%;
}
.solution_d .content .investment.show .invest-content .point .vertical {
  height: 100%;
}
.solution_d .content .investment.show .invest-content .left-line .line-control {
  width: 100%;
}
.solution_d .content .investment.show .invest-content .image-text, .solution_d .content .investment.show .invest-content .point-text, .solution_d .content .investment.show .invest-content .left-text {
  opacity: 1;
}
.solution_d .content .investment.show .invest-content .left-cir, .solution_d .content .investment.show .invest-content .center-cir, .solution_d .content .investment.show .invest-content .list-wrap, .solution_d .content .investment.show .invest-content .height-line {
  opacity: 1;
}
.solution_d .content .investment .mobile-content .point-sect.none .line1 .line {
  width: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.solution_d .content .investment .mobile-content .point-sect.none .line2 .line {
  height: 0;
  -webkit-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s;
}
.solution_d .content .investment .mobile-content .point-sect.none .line3 .line {
  width: 0;
  -webkit-transition: 0.5s 0.6s;
  transition: 0.5s 0.6s;
}
.solution_d .content .investment .mobile-content .point-sect.none .line3 .tri {
  opacity: 0;
  -webkit-transition: 0.6s 0.8s;
  transition: 0.6s 0.8s;
}
.solution_d .content .investment .mobile-content .point-sect.show .line1 .line {
  width: 100%;
}
.solution_d .content .investment .mobile-content .point-sect.show .line2 .line {
  height: 100%;
}
.solution_d .content .investment .mobile-content .point-sect.show .line3 .line {
  width: 100%;
}
.solution_d .content .investment .mobile-content .point-sect.show .line3 .tri {
  opacity: 1;
}
.solution_d .content .investment .mobile-content .sect-wrap.none .t-box {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.solution_d .content .investment .mobile-content .sect-wrap.show .t-box {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.solution_d .content .service-more {
  width: 100%;
  max-width: 1950px;
  margin: 0 auto;
  margin-bottom: 190px;
}
@media only screen and (max-width: 767px) {
  .solution_d .content .service-more {
    margin-bottom: 120px;
  }
}
.solution_d .content .service-more .intro-text {
  margin-bottom: 30px;
}
.solution_d .content .service-more .circle-inner {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .solution_d .content .service-more .circle-inner {
    display: none;
  }
}
.solution_d .content .service-more .circle-inner .inner-control {
  position: relative;
  width: 100%;
  padding: 125px 0;
  overflow: hidden;
}
.solution_d .content .service-more .circle-inner .mask::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
.solution_d .content .service-more .circle-inner .bg-box {
  width: 100%;
}
.solution_d .content .service-more .circle-inner .bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 2;
  background-color: #eee;
}
.solution_d .content .service-more .circle-inner .bg-wrap.def {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
  z-index: 1 !important;
}
.solution_d .content .service-more .circle-inner .bg-wrap.on {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.solution_d .content .service-more .circle-inner .background {
  background-color: rgba(0, 0, 255, 0.3);
}
.solution_d .content .service-more .circle-inner .circle-box {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}
.solution_d .content .service-more .circle-inner .value-sect {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solution_d .content .service-more .circle-inner .logo {
  width: 150px;
  display: none;
}
.solution_d .content .service-more .circle-inner .logo.def {
  display: block;
}
.solution_d .content .service-more .circle-inner .val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 295px;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.45px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}
.solution_d .content .service-more .circle-inner .val .val-img {
  width: 150px;
}
.solution_d .content .service-more .circle-inner .val.on {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  transition: 1s;
}
.solution_d .content .service-more .circle-inner .circle-image {
  width: 660px;
  height: 660px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .solution_d .content .service-more .circle-inner .circle-image {
    width: 550px;
    height: 550px;
  }
}
.solution_d .content .service-more .circle-inner .cir-list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-40px, -40px);
      -ms-transform: translate(-40px, -40px);
          transform: translate(-40px, -40px);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.solution_d .content .service-more .circle-inner .cir-list.reverse .text {
  position: absolute;
  right: 100%;
  left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.solution_d .content .service-more .circle-inner .cir-list.hov {
  -webkit-transform: translate(-50px, -50px);
      -ms-transform: translate(-50px, -50px);
          transform: translate(-50px, -50px);
}
.solution_d .content .service-more .circle-inner .cir-list.hov .icon {
  width: 100px;
  height: 100px;
  background-color: #71c186;
}
.solution_d .content .service-more .circle-inner .cir-list.hov .icon img {
  width: 55px;
}
.solution_d .content .service-more .circle-inner .cir-list.hov .text .no {
  color: #fff;
}
.solution_d .content .service-more .circle-inner .icon {
  background-color: #7d7d7d;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.6s 0.1s;
  transition: 0.6s 0.1s;
}
.solution_d .content .service-more .circle-inner .icon img {
  width: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.solution_d .content .service-more .circle-inner .text {
  width: 100%;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.solution_d .content .service-more .circle-inner .text .title {
  font-size: 1.125rem;
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.2;
  color: #fff;
  margin: 0 10px;
}
@media only screen and (max-width: 1200px) {
  .solution_d .content .service-more .circle-inner .text .title {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 1024px) {
  .solution_d .content .service-more .circle-inner .text .title {
    font-size: 1.125rem;
  }
}
.solution_d .content .service-more .circle-inner .text .no {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 3.125rem;
  font-family: "QUESTION", "CenturyGothicBold";
  color: #71c186;
  padding-bottom: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (max-width: 1200px) {
  .solution_d .content .service-more .circle-inner .text .no {
    font-size: 2.8125rem;
  }
}
.solution_d .content .service-more .mobile-inner {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .solution_d .content .service-more .mobile-inner {
    display: block;
  }
}
.solution_d .content .service-more .mobile-inner .swiper-slide {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.solution_d .content .service-more .mobile-inner .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
.solution_d .content .service-more .mobile-inner .slide-inner {
  width: 100%;
  height: 100%;
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.solution_d .content .service-more .mobile-inner .slide-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.solution_d .content .service-more .mobile-inner .txt-box {
  width: 100%;
  max-width: 87%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.solution_d .content .service-more .mobile-inner .no {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 8px;
}
.solution_d .content .service-more .mobile-inner .tit {
  font-family: "QUESTION", "CenturyGothicBold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.375rem;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 30px;
}
.solution_d .content .service-more .mobile-inner .text {
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.45px;
  color: #fff;
  margin-bottom: 40px;
}
.solution_d .content .service-more .mobile-inner .icon-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.solution_d .content .service-more .mobile-inner .img-control {
  width: 95px;
  height: 95px;
  background-color: #71c185;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.solution_d .content .service-more .mobile-inner .img-control img {
  width: 55px;
}
.solution_d .content .service-more .mobile-inner .button-left, .solution_d .content .service-more .mobile-inner .button-right {
  color: #fff;
  top: auto;
  bottom: 50px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.solution_d .content .service-more .mobile-inner .button-left {
  left: 20px;
  color: #fff;
}
.solution_d .content .service-more .mobile-inner .button-right {
  right: 20px;
  color: #fff;
}
.solution_d .content .service-more.none .circle-box {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.solution_d .content .service-more.none .mobile-inner {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.solution_d .content .service-more.show .circle-box {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.solution_d .content .service-more.show .mobile-inner {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
/*# sourceMappingURL=solution_d.css.map */