﻿@charset "UTF-8";
.site-content-wrapper, .site-content, .sc-box, .sc-box .scb-contact-us, .sc-box .scb-contact-us .cu-input-box dl {
  zoom: 1;
}

.site-content-wrapper:after, .site-content:after, .sc-box:after, .sc-box .scb-contact-us:after, .sc-box .scb-contact-us .cu-input-box dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

body {
  margin: 0;
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(14, 19, 26, 0.95);
}

.footer {
  z-index: 9;
}

a {
  color: #BC9A37;
}

/*-- loading --*/
.loading-wrap {
  width: 100%;
  height: 100%;
  background: #0E131A;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
}

.loading-wrap .scb-box {
  width: 200px;
  height: 20px;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 100px);
}

.loading-wrap .scbb-ani {
  width: 100%;
  text-align: center;
}

.loading-wrap .scbb-ani > div {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background-color: #4A5059;
  display: inline-block;
  -webkit-animation: block_ani 1.2s infinite ease-in-out both;
  -moz-animation: block_ani 1.2s infinite ease-in-out both;
  animation: block_ani 1.2s infinite ease-in-out both;
}

.loading-wrap .scbb-ani > div:last-child {
  margin-right: 0px;
}

.loading-wrap .scbb-ani .bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading-wrap .scbb-ani .bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loading-wrap .scbb-ani .bounce3 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.loading-wrap .scbb-ani .bounce4 {
  -webkit-animation-delay: 0.16s;
  -moz-animation-delay: 0.16s;
  animation-delay: 0.16s;
}

.loading-wrap .scbb-ani .bounce5 {
  -webkit-animation-delay: 0.32s;
  -moz-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

@-webkit-keyframes block_ani {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes block_ani {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes block_ani {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*----*/
/*--背景影片--*/
.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  /* let it be styled thusly */
  padding: 0;
  /* get rid of pre-styling */
  margin: 0;
  width: 100%;
  /* take up full width available */
  padding-top: 56.25%;
  /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
  height: 0px;
  /* don't want it to expand beyond padding */
}

.bg-video iframe, .bg-video object, .bg-video embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
}

.bg-video .iframe, .bg-video object, .bg-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1070px;
  height: 100%;
}

@media (max-width: 768px) {
  .bg-video .bv-video {
    display: none;
  }
}

/*--背景圖片--*/
.bg-img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.bim-1 {
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
}

.bim-2 {
  opacity: 0;
  background: url("../Content/images/frame/bg_star.png") center top/cover no-repeat;
  z-index: 3;
}

.bim-pad {
  display: none;
  background: url("../Content/images/index/desktop_kv@2x.png") center top/cover no-repeat;
  z-index: 2;
}

@media (max-width: 768px) {
  .bim-pad {
    display: block;
    opacity: 1;
  }
}

@media (max-width: 568px) {
  .bim-pad {
    display: none;
    opacity: 0;
  }
}

.bim-m {
  display: none;
  background: url("../Content/images/index/m-kv-bg@2x.png") center top/cover no-repeat;
  z-index: 2;
}

@media (max-width: 568px) {
  .bim-m {
    display: block;
  }
}

/*-- 主內容區塊 START ------------------- */
.site-main-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}

.site-main-wrapper img {
  vertical-align: bottom;
}

.site-main-wrapper .site-main {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.site-main-wrapper .sm-content {
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.site-main-wrapper .smc-box {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0;
}

.site-main-wrapper .sm-title, .site-main-wrapper .sm-subtitle {
  -webkit-text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

.site-main-wrapper .sm-title {
  font-family: Arial-BoldMT, Arial;
  font-size: 45px;
  color: #EABD44;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 0 20px;
}

.site-main-wrapper .sm-subtitle {
  font-size: 36px;
  color: white;
  line-height: 1.4;
  padding: 0 20px;
}

.site-main-wrapper .sm-txt {
  width: 500px;
  text-align: center;
  font-size: 22px;
  color: white;
  line-height: 1.4;
  position: absolute;
  top: calc(40% + 90px);
  left: calc(50% - 250px);
}

.site-main-wrapper .sm-btn-box {
  display: inline-block;
  margin-top: 60px;
}

.site-main-wrapper .sm-btn-box .btn {
  width: 140px;
  padding: 0;
  margin: 0 15px;
  height: 44px;
  line-height: 44px;
  font-size: 17px;
  vertical-align: middle;
}

.site-main-wrapper .sm-control-box {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  text-align: center;
  position: absolute;
  left: calc(50% - 25px);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}

.site-main-wrapper .sm-control-box.scb-arrow {
  bottom: 30px;
}

.site-main-wrapper .sm-control-box.scb-play {
  bottom: 100px;
}

.site-main-wrapper .sm-control-box::before, .site-main-wrapper .sm-control-box::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
}

.site-main-wrapper .sm-control-box::before {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.site-main-wrapper .sm-control-box::after {
  border: 0 solid transparent;
}

.site-main-wrapper .sm-control-box.on-touch:before {
  border-top-color: #888;
  border-right-color: #888;
  border-bottom-color: #888;
  border-left-color: transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.05s, border-bottom-color 0.1s linear 0.15s, border-left-color 0.1s linear 0.30s;
}

.site-main-wrapper .sm-control-box.on-touch:after {
  border-top: 1px solid #888;
  border-left-width: 1px;
  border-right-width: 1px;
  transform: rotate(270deg);
  transition: transform 0.3s linear 0s,  border-left-width 0s linear 0.30s;
}

.site-main-wrapper .sm-control-box.on-touch .sm-arrow-down {
  border-color: #888;
}

.site-main-wrapper .sm-control-box.on-touch .sm-triangle {
  border-color: transparent transparent transparent #888;
}

.site-main-wrapper .sm-control-box .sm-arrow-down {
  display: inline-block;
  width: 40%;
  height: 40%;
  position: relative;
  top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-main-wrapper .sm-control-box .sm-triangle {
  display: inline-block;
  width: 40%;
  height: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  position: relative;
  top: 15px;
  left: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 1170px) {
  .site-main-wrapper {
    min-width: auto;
  }
}

@media (max-width: 768px) {
  .site-main-wrapper .smc-box {
    top: 35%;
  }
  .site-main-wrapper .sm-content {
    padding: 0 20px;
  }
}

@media (max-width: 568px) {
  .site-main-wrapper .smc-box {
    top: 30%;
  }
  .site-main-wrapper .sm-title {
    font-size: 35px;
  }
  .site-main-wrapper .sm-subtitle {
    font-size: 25px;
  }
  .site-main-wrapper .sm-btn-box {
    margin-top: 35px;
  }
  .site-main-wrapper .sm-btn-box .btn {
    width: 120px;
    font-size: 16px;
    margin: 0 10px;
  }
  .site-main-wrapper .sm-control-box.scb-arrow {
    bottom: 20px;
  }
}

.sbbox {
  width: 100%;
}

/*-- 主內容區塊 END --*/
.site-body {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0px;
  min-height: 0;
}

@media (max-width: 768px) {
  .site-body {
    min-width: auto;
  }
}

.site-content-wrapper {
  width: 100%;
  max-width: none;
  margin: 0;
  position: relative;
  z-index: 11;
}

@media (max-width: 768px) {
  .site-content-wrapper {
    margin: 0;
  }
}

.site-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.content-title {
  width: 100%;
  text-align: left;
  font-size: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: #BC9A37;
}

.content-des {
  font-size: 17px;
  color: white;
  line-height: 1.7;
  padding: 5px 0;
}

@media (max-width: 1000px) {
  .content-des {
    padding: 0 2.5%;
  }
}

.content-list {
  font-size: 17px;
  color: white;
  line-height: 1.7;
  padding-left: 10px;
  list-style-type: disc;
  list-style-position: inside;
}

.content-list li {
  margin-bottom: 5px;
}

.content-list ol {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 22px;
}

@media (max-width: 1000px) {
  .content-list {
    padding: 0 2.5% 0 3.5%;
  }
}

/*--內容區塊--*/
.scw-bg {
  background: url(../Content/images/index/f_bg.png) center bottom/contain no-repeat;
}

.sc-box {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 15px;
  color: white;
  padding: 25px 20px;
  top: 30px;
  opacity: .3;
  background: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.sc-box * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.sc-box.scbc-active {
  top: 0;
  opacity: 1;
}

.sc-box.scb-content {
  max-width: 1070px;
  text-align: center;
  margin: 0 auto 90px;
}

.sc-box .scb-title {
  color: #BC9A37;
  font-size: 36px;
  display: inline-block;
  margin-bottom: 30px;
}

.sc-box .scb-title:after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 3px solid #BC9A37;
  padding-top: 12px;
}

.sc-box .scb-subtitle {
  color: white;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
}

.sc-box .scb-subtitle.sst-2 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 15px;
}

.sc-box .scb-txt {
  color: white;
  font-size: 16px;
  line-height: 1.7;
  display: block;
  margin-bottom: 30px;
}

.sc-box .scc-box {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.sc-box .scc-box.sccb-margin {
  margin-bottom: 30px;
}

.sc-box .scc-box:last-child {
  margin-bottom: 0;
}

.sc-box .scb-intro-list {
  width: 100%;
  text-align: center;
}

.sc-box .scb-intro-list li {
  width: 30.333%;
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  vertical-align: top;
}

.sc-box .scb-intro-list .sil-pic {
  width: 128px;
  display: inline-block;
}

.sc-box .scb-intro-list .sil-pic img {
  width: 100%;
}

.sc-box .scb-intro-list .sil-txt {
  width: 100%;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
}

.sc-box .sbi-pic {
  display: inline-block;
  vertical-align: middle;
  width: calc(35% - 5px);
  padding-right: 30px;
}

.sc-box .sbi-pic img {
  width: 100%;
}

.sc-box .sbi-pic.sbp-2 {
  padding-right: 0px;
  padding-left: 30px;
}

.sc-box .sbi-txt {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  padding: 20px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #D1D6DC;
  text-align: left;
  background: rgba(255, 255, 255, 0.1);
}

.sc-box .sbi-txt h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.sc-box .sccb-table {
  width: 100%;
  color: #D1D6DC;
  font-size: 16px;
  line-height: 1.5;
}

.sc-box .sccb-table a {
  text-decoration: underline;
}

.sc-box .sccb-table table {
  width: 100%;
}

.sc-box .sccb-table th, .sc-box .sccb-table td {
  padding: 40px 20px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  word-break: break-all;
  word-wrap: break-word;
}

.sc-box .sccb-table th {
  width: 250px;
  background: rgba(255, 255, 255, 0.05);
}

.sc-box .sct-list {
  width: 100%;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #D1D6DC;
}

.sc-box .sct-list li {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
}

.sc-box .sct-list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #D1D6DC;
}

.sc-box .sct-list li:last-child {
  margin-bottom: 0;
}

.sc-box .sccb-hl {
  color: #B6A86F;
}

.sc-box .sccb-tip {
  width: 100%;
  text-align: center;
  color: #D1D6DC;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 40px;
}

.sc-box .sccb-tip2 {
  width: 100%;
  text-align: left;
  color: #919498;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 10px;
}

.sc-box .sccb-logo {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.sc-box .sccb-logo img {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 4px 8px 6px;
}

.sc-box .btn-box {
  margin-top: 35px;
}

.sc-box .btn-box .btn {
  min-width: 190px;
  margin: 0 15px;
}

@media (max-width: 568px) {
  .sc-box .btn-box .btn {
    width: 100%;
    margin: 10px 0;
  }
}

.sc-box .coin-ex-info {
  width: 100%;
  position: relative;
}

.sc-box .coin-ex-info .cei-control {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.sc-box .coin-ex-info .cei-list {
  width: calc(100% - 131px);
  overflow-x: auto;
  text-align: left;
  white-space: nowrap;
}

.sc-box .coin-ex-info .cei-list li {
  display: inline-block;
  margin-right: 20px;
  padding: 10px 10px;
  font-size: 18px;
  color: #75787E;
  border-bottom: 2px solid transparent;
}

.sc-box .coin-ex-info .cei-list li a {
  color: #75787E;
}

.sc-box .coin-ex-info .cei-list li a.on-touch {
  color: #EABD44;
}

.sc-box .coin-ex-info .cei-list li.cei-act {
  color: #EABD44;
  border-bottom: 2px solid #EABD44;
}

.sc-box .coin-ex-info .cei-list li.cei-act a {
  color: #EABD44;
}

.sc-box .coin-ex-info .cei-direction {
  position: absolute;
  right: 0;
  top: 32px;
}

.sc-box .coin-ex-info .swiper-button-prev,
.sc-box .coin-ex-info .swiper-button-next {
  width: 45px;
  height: 40px;
  line-height: 40px;
  background: #242A33;
}

.sc-box .coin-ex-info .swiper-button-prev,
.sc-box .coin-ex-info .swiper-container-rtl .swiper-button-next,
.sc-box .coin-ex-info .swiper-button-next,
.sc-box .coin-ex-info .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  font-size: 20px;
  /*--箭頭大小--*/
  color: white;
  /*--箭頭顏色--*/
  position: static;
  display: inline-block;
  margin: 0 2px;
}

@media (max-width: 568px) {
  .sc-box .coin-ex-info .cei-list {
    width: 100%;
  }
  .sc-box .coin-ex-info .cei-direction {
    position: static;
  }
  .sc-box .coin-ex-info .cei-direction .swiper-button-prev,
  .sc-box .coin-ex-info .cei-direction .swiper-container-rtl .swiper-button-next,
  .sc-box .coin-ex-info .cei-direction .swiper-button-next,
  .sc-box .coin-ex-info .cei-direction .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    font-size: 20px;
    /*--箭頭大小--*/
    color: white;
    /*--箭頭顏色--*/
    position: absolute;
    display: block;
    margin: 0;
  }
  .sc-box .coin-ex-info .cei-direction .swiper-button-prev, .sc-box .coin-ex-info .cei-direction .swiper-container-rtl .swiper-button-next {
    left: 0px;
  }
  .sc-box .coin-ex-info .cei-direction .swiper-button-next, .sc-box .coin-ex-info .cei-direction .swiper-container-rtl .swiper-button-prev {
    right: 0px;
  }
}

.sc-box .sb-process-box {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 13px);
  margin-right: 20px;
  text-align: left;
  background: #191F27;
}

.sc-box .sb-process-box:last-child {
  margin-right: 0;
}

.sc-box .sb-process-box .spb-intro {
  width: 100%;
  font-size: 15px;
  color: #D1D6DC;
  line-height: 1.7;
  background: #0E131A;
  padding: 20px 20px;
}

.sc-box .sb-process-box .spi-ic-box, .sc-box .sb-process-box .spi-txt {
  display: inline-block;
  vertical-align: middle;
}

.sc-box .sb-process-box .spi-ic-box {
  width: 55px;
  height: 55px;
  color: #4ADC80;
  line-height: 55px;
  text-align: center;
  border: 2px solid #4ADC80;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}

.sc-box .sb-process-box .spi-ic-box.sib-red {
  color: #F06E76;
  border-color: #F06E76;
}

.sc-box .sb-process-box .spi-ic-box .spi-ic {
  font-size: 24px;
}

.sc-box .sb-process-box .spi-ic-box .spi-ic:before {
  vertical-align: -1px;
}

.sc-box .sb-process-box .spi-txt {
  width: calc(100% - 76px);
  margin-left: 15px;
}

.sc-box .sb-process-box .spb-pic {
  width: 100%;
  height: 382px;
  padding: 40px 30px;
  text-align: center;
}

.sc-box .sb-process-box .spb-pic img {
  width: 100%;
  max-width: 500px;
  vertical-align: bottom;
}

.sc-box .sccb-calcu {
  margin-top: 30px;
  padding: 25px 25px;
  background: #0F141A;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  color: #D1D6DC;
}

.sc-box .sccb-calcu + .coin-ex-info {
  margin-top: 30px;
}

.sc-box .sccb-calcu .scu-intro {
  width: 100%;
  min-height: 380px;
  padding-right: 330px;
  padding-bottom: 40px;
  position: relative;
}

.sc-box .sccb-calcu .scu-sample-pic {
  position: absolute;
  top: 0;
  right: 0;
  height: 350px;
}

.sc-box .sccb-calcu .scu-sample-pic img {
  height: 100%;
}

.sc-box .sccb-calcu .scu-box {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #323740;
  text-align: center;
}

.sc-box .sccb-calcu .sub-inp-box, .sc-box .sccb-calcu .scu-ic-arrow, .sc-box .sccb-calcu .sub-sum {
  display: inline-block;
  vertical-align: middle;
}

.sc-box .sccb-calcu .sub-inp-box dt, .sc-box .sccb-calcu .sub-inp-box dd {
  display: inline-block;
  vertical-align: middle;
}

.sc-box .sccb-calcu .sub-inp-box dt {
  font-size: 15px;
  color: #D1D6DC;
}

.sc-box .sccb-calcu .sub-inp-box dd {
  margin-left: 15px;
}

.sc-box .sccb-calcu .sub-inp-box .sub-inp {
  background: white;
  color: #0E131A;
}

.sc-box .sccb-calcu .scu-ic-arrow {
  font-size: 30px;
  color: #242A33;
  margin: 0 25px;
}

.sc-box .sccb-calcu .scu-ic-arrow:before {
  vertical-align: -8px;
}

.sc-box .sccb-calcu .sub-sum {
  height: 44px;
  border: 1px solid transparent;
  padding: 0px 15px;
  font-size: 15px;
  color: #D1D6DC;
  background: #323740;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.sc-box .sccb-calcu .sub-sum span {
  display: inline-block;
  vertical-align: middle;
}

.sc-box .sccb-calcu .ssum-price {
  color: #EABD44;
  font-size: 28px;
  font-weight: bold;
  margin-left: 30px;
  height: 44px;
  line-height: 44px;
}

.sc-box .scb-security-list {
  width: 100%;
  text-align: center;
}

.sc-box .scb-security-list > li {
  width: 30.333%;
  height: 360px;
  overflow: hidden;
  display: inline-block;
  padding: 20px 15px;
  margin-right: 15px;
  text-align: center;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.05);
}

.sc-box .scb-security-list > li:last-child {
  margin-right: 0;
}

.sc-box .scb-security-list .ssl-pic {
  width: 90px;
  height: 115px;
  display: inline-block;
}

.sc-box .scb-security-list .ssl-pic img {
  width: 100%;
}

.sc-box .scb-security-list .ssl-title {
  width: 100%;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.5;
  color: #D1D6DC;
  text-align: center;
}

.sc-box .scb-security-list .ssl-txt {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  color: #D1D6DC;
  text-align: left;
  margin-top: 15px;
}

.sc-box .scb-security-list .ssl-list {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  color: #D1D6DC;
  text-align: left;
  list-style-type: disc;
  padding-left: 19px;
  margin-top: 20px;
}

.sc-box .scb-security-list .ssl-list > li {
  margin-bottom: 5px;
}

.sc-box .scb-security-list .ssl-list > li:last-child {
  margin-bottom: 0;
}

.sc-box .scb-future-project {
  width: 100%;
  position: relative;
}

.sc-box .scb-future-project > ul > li {
  width: 70px;
  height: 170px;
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
  border-left: 4px solid #30353E;
  left: 35px;
}

.sc-box .scb-future-project > ul > li:nth-child(2n) .sfp-intro {
  left: 80px;
  right: auto;
}

.sc-box .scb-future-project > ul > li:nth-child(2n) .sfp-intro:before {
  left: -15px;
  right: auto;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent rgba(25, 31, 39, 0.7) transparent transparent;
}

.sc-box .scb-future-project .sfp-icon-box {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  background: #30353E;
  padding-top: 10px;
  margin-top: -1px;
  left: -36px;
  position: relative;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}

.sc-box .scb-future-project .sfp-icon-box .sib-ball {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  color: white;
  padding-top: 16px;
  background: #EABD44;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}

.sc-box .scb-future-project .sfp-icon-box .sib-ic {
  font-size: 24px;
}

.sc-box .scb-future-project .sfp-intro {
  width: 380px;
  padding: 20px 20px;
  background: rgba(25, 31, 39, 0.7);
  position: absolute;
  top: 0px;
  right: 150px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.sc-box .scb-future-project .sfp-intro:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent rgba(25, 31, 39, 0.7);
  position: absolute;
  right: -15px;
  top: 30px;
}

.sc-box .scb-future-project .sfp-intro .sfi-time {
  width: 100%;
  font-size: 16px;
  color: #EABD44;
  text-align: center;
  margin-bottom: 15px;
}

.sc-box .scb-future-project .sfp-intro .sfi-list {
  list-style-type: disc;
  padding-left: 19px;
  font-size: 15px;
  font-weight: normal;
  color: #D1D6DC;
  line-height: 1.5;
  text-align: left;
}

.sc-box .scb-future-project .sfp-intro .sfi-list > li {
  margin-bottom: 7px;
}

.sc-box .scb-future-project .sfp-intro .sfi-list > li:last-child {
  margin-bottom: 0;
}

.sc-box .scb-logo-media {
  width: 100%;
  position: relative;
  text-align: center;
}

.sc-box .scb-logo-media li {
  display: inline-block;
  margin-right: 40px;
  height: 30px;
}

.sc-box .scb-logo-media li:last-child {
  margin-right: 0;
}

.sc-box .scb-logo-media li a, .sc-box .scb-logo-media li img {
  height: 100%;
}

.sc-box .scb-logo-partner {
  width: 100%;
  position: relative;
  text-align: center;
}

.sc-box .scb-logo-partner li {
  display: inline-block;
  margin-right: 40px;
  height: 40px;
}

.sc-box .scb-logo-partner li:last-child {
  margin-right: 0;
}

.sc-box .scb-logo-partner li a, .sc-box .scb-logo-partner li img {
  height: 100%;
}

.sc-box .scb-contact-us {
  width: 100%;
  position: relative;
}

.sc-box .scb-contact-us .cu-info {
  width: 42%;
  float: left;
  margin-right: 10%;
}

.sc-box .scb-contact-us .cu-info li {
  width: 100%;
  padding: 23px 0;
  text-align: left;
  border-bottom: 1px solid #323740;
}

.sc-box .scb-contact-us .cu-info li:last-child {
  border-bottom: none;
}

.sc-box .scb-contact-us .cu-info a {
  color: #D1D6DC;
}

.sc-box .scb-contact-us .cu-info .cui-ic-box, .sc-box .scb-contact-us .cu-info .cui-detail {
  display: inline-block;
  vertical-align: middle;
}

.sc-box .scb-contact-us .cu-info .cui-ic-box {
  width: 30px;
}

.sc-box .scb-contact-us .cu-info .cui-ic {
  font-size: 30px;
}

.sc-box .scb-contact-us .cu-info .cui-ic:before {
  vertical-align: -5px;
}

.sc-box .scb-contact-us .cu-info .cui-mail {
  font-size: 25px;
}

.sc-box .scb-contact-us .cu-info .cui-detail {
  margin-left: 35px;
  font-size: 15px;
  color: #D1D6DC;
}

.sc-box .scb-contact-us .cu-info .cui-detail h6 {
  display: block;
  margin-bottom: 8px;
}

.sc-box .scb-contact-us .cu-input-box {
  width: 48%;
  float: right;
  padding: 30px 30px;
  background: rgba(0, 0, 0, 0.6);
}

.sc-box .scb-contact-us .cu-input-box dl {
  width: 100%;
  margin-bottom: 15px;
}

.sc-box .scb-contact-us .cu-input-box dt {
  float: left;
  width: 60px;
  text-align: right;
  color: #919498;
  font-size: 14px;
  padding-top: 15px;
}

.sc-box .scb-contact-us .cu-input-box dd {
  float: left;
  width: calc(100% - 75px);
  margin-left: 15px;
  text-align: left;
}

.sc-box .scb-contact-us .cu-input-box input, .sc-box .scb-contact-us .cu-input-box textarea {
  width: 100%;
}

.sc-box .scb-contact-us .cu-input-box textarea {
  height: 120px;
}

.sc-box .scb-contact-us .cu-input-box .btn-box {
  text-align: left;
  padding-left: 75px;
  margin-top: 25px;
}

.sc-box .scb-contact-us .cu-input-box .btn-box .btn {
  margin: 0;
}

@media (max-width: 1170px) {
  .sc-box .scb-intro-list .sil-txt {
    font-size: 17px;
  }
  .sc-box .sccb-calcu .sub-inp-box .sub-inp {
    width: 100px;
    background: white;
    color: #0E131A;
  }
  .sc-box .sccb-calcu .scu-ic-arrow {
    margin: 0 10px;
  }
  .sc-box .sccb-calcu .ssum-price {
    margin-left: 15px;
  }
  .sc-box .scb-security-list > li {
    height: 425px;
  }
  .sc-box .scb-contact-us .cu-info {
    width: 44%;
    margin-right: 6%;
  }
  .sc-box .scb-contact-us .cu-input-box {
    width: 50%;
  }
  .sc-box .sb-process-box {
    display: block;
    width: 100%;
    margin: 0 auto 30px auto;
    max-width: 700px;
  }
  .sc-box .sb-process-box:last-child {
    margin: 0 auto;
  }
  .sc-box .sb-process-box .spb-intro {
    padding: 20px 15px;
  }
  .sc-box .sb-process-box .spb-pic {
    width: 100%;
    height: auto;
  }
  .sc-box .scb-future-project .sfp-intro {
    width: 290px;
  }
}

@media (max-width: 768px) {
  .sc-box .scb-txt {
    text-align: left;
  }
  .sc-box .scb-intro-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 80px;
  }
  .sc-box .scb-intro-list li:last-child {
    margin-bottom: 0px;
  }
  .sc-box .sccb-intro {
    width: 100%;
    margin: 0 auto 50px;
  }
  .sc-box .sccb-intro .sbi-pic {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .sc-box .sccb-intro .sbi-pic img {
    max-width: 400px;
    display: inline-block;
  }
  .sc-box .sccb-intro .sbi-txt {
    display: block;
    width: 100%;
    padding-righ: 0;
    margin-bottom: 30px;
  }
  .sc-box .sccb-intro2 {
    width: 100%;
    margin: 0 auto 50px;
    background: rgba(255, 255, 255, 0.1);
  }
  .sc-box .sccb-intro2 .sbi-txt {
    display: block;
    width: 100%;
    padding-righ: 0;
    margin-bottom: 30px;
    background: none;
  }
  .sc-box .sccb-intro2 .sbi-pic {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
  }
  .sc-box .sccb-intro2 .sbi-pic img {
    max-width: 400px;
    display: inline-block;
  }
  .sc-box .sccb-intro2 .sbi-pic.sbp-2 {
    padding-left: 0px;
  }
  .sc-box .sccb-table th {
    width: 200px;
  }
  .sc-box .sccb-tip {
    text-align: left;
    margin-top: 30px;
  }
  .sc-box .sccb-calcu .scu-intro {
    padding: 0 0px 24px 0;
    min-height: 0;
    height: auto;
  }
  .sc-box .sccb-calcu .scu-sample-pic {
    display: none;
  }
  .sc-box .sccb-calcu .scu-box {
    padding-top: 20px;
  }
  .sc-box .sccb-calcu .sub-inp-box {
    display: block;
    margin: 0 auto;
  }
  .sc-box .sccb-calcu .sub-inp-box dt, .sc-box .sccb-calcu .sub-inp-box dd {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .sc-box .sccb-calcu .sub-inp-box dt {
    text-align: left;
  }
  .sc-box .sccb-calcu .sub-inp-box dd {
    margin-left: 0px;
  }
  .sc-box .sccb-calcu .sub-inp-box dd:last-child {
    margin-bottom: 0;
  }
  .sc-box .sccb-calcu .sub-inp-box .sub-inp {
    width: 100%;
  }
  .sc-box .sccb-calcu .sub-inp-box .btn {
    width: 100%;
  }
  .sc-box .sccb-calcu .scu-ic-arrow {
    margin: 25px 0;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sc-box .sccb-calcu .sub-sum {
    display: block;
    width: 100%;
    height: 70px;
  }
  .sc-box .sccb-calcu .sub-sum span {
      display: block;
  }
  .sc-box .scb-security-list > li {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 20px auto;
  }
  .sc-box .scb-security-list > li:last-child {
    margin: 0 auto;
  }
  .sc-box .scb-security-list .ssl-pic {
    width: 70px;
    height: auto;
  }
  .sc-box .scb-logo-media {
    max-width: 300px;
    margin: -30px auto 0;
  }
  .sc-box .scb-logo-media li {
    width: calc(50% - 5px);
    height: auto;
    margin: 0;
    padding: 10px 10px;
  }
  .sc-box .scb-logo-media li:nth-child(2n) {
    margin-right: 0;
  }
  .sc-box .scb-logo-media li a, .sc-box .scb-logo-media li img {
    width: 100%;
    height: auto;
  }
  .sc-box .scb-logo-partner {
    max-width: 170px;
    margin: -30px auto 0;
  }
  .sc-box .scb-logo-partner li {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  .sc-box .scb-logo-partner li a, .sc-box .scb-logo-partner li img {
    width: 100%;
    height: auto;
  }
  .sc-box .scb-contact-us .cu-info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sc-box .scb-contact-us .cu-input-box {
    width: 100%;
  }
  .sc-box .sb-process-box .spb-pic {
    padding: 20px 20px;
  }
  .sc-box .scb-future-project > ul > li {
    width: calc(100% - 35px);
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: left;
  }
  .sc-box .scb-future-project > ul > li:after {
    margin: 0 0 0 32px;
    height: 180px;
  }
  .sc-box .scb-future-project > ul > li:nth-child(2n) .sfp-intro {
    left: auto;
  }
  .sc-box .scb-future-project > ul > li:last-child {
    padding-bottom: 0px;
  }
  .sc-box .scb-future-project .sfp-intro {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: calc(100% - 115px);
    top: auto;
    right: auto;
  }
  .sc-box .scb-future-project .sfp-intro:before {
    left: -15px;
    right: auto;
    border-width: 7.5px 15px 7.5px 0;
    border-color: transparent rgba(25, 31, 39, 0.7) transparent transparent;
  }
}

@media (max-width: 568px) {
  .sc-box .sccb-table th, .sc-box .sccb-table td {
    padding: 40px 15px;
  }
  .sc-box .sccb-table th {
    width: 120px;
  }
  .sc-box .scb-contact-us .cu-input-box {
    padding: 20px 20px;
  }
  .sc-box .scb-contact-us .cu-input-box .btn-box {
    padding-left: 0px;
  }
  .sc-box .scb-future-project .sfp-intro {
    margin-left: -15px;
    width: calc(100% - 95px);
  }
}

/*----*/
/*--內容區塊 END
-------------------------------------------------- */
