/* line 5, ../scss/home-new.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 10, ../scss/home-new.scss */
.wrap {
  width: 1050px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
/* home slider */
/* line 20, ../scss/home-new.scss */
#banner-slider {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 85px);
}
/* line 23, ../scss/home-new.scss */
#banner-slider .slider-item {
  position: relative;
  height: calc(100vh - 85px);
}
/* line 25, ../scss/home-new.scss */
#banner-slider .slider-item .slider-text,
#banner-slider .slider-item .slider-img {
  position: absolute;
  bottom: 0;
}
/* line 30, ../scss/home-new.scss */
#banner-slider .slider-item .slider-text {
  font-size: 2.2em;
  line-height: 1.2;
  color: #fff;
  position: absolute;
  text-shadow: 1px 1px 6px #000;
}
#banner-slider .slider-item .slider-img img {
  display: inline-block;
  /*vertical-align: bottom;*/
  /*width: 49%;*/
  height: calc((100vh - 130px) * 0.6);
  width: auto;
}
/* line 40, ../scss/home-new.scss */
#banner-slider .slider-item.banner1 {
  background: url(../images/tw/home/banner01.jpg) no-repeat center center;
  background-size: cover;
}
/* line 43, ../scss/home-new.scss */
#banner-slider .slider-item.banner1 .slider-text {
  left: 105px;
}
/* line 49, ../scss/home-new.scss */
#banner-slider .slider-item.banner1 .slider-img {
  right: 60px;
  margin-bottom: 60px;
}
/* line 55, ../scss/home-new.scss */
#banner-slider .slider-item.banner2 {
  background: url(../images/tw/home/banner03.jpg) no-repeat center center;
  background-size: cover;
}
/* line 58, ../scss/home-new.scss */
#banner-slider .slider-item.banner2 .slider-text {
  top: 50%;
  left: 40%;
  width: 50%;
}
/* line 62, ../scss/home-new.scss */
#banner-slider .slider-item.banner2 .slider-img {
  margin-bottom: 60px;
  left: 60px;
}
/* line 67, ../scss/home-new.scss */
#banner-slider .slider-item.banner3 {
  background: url(../images/tw/home/banner02.jpg) no-repeat center center;
  background-size: cover;
}
/* line 70, ../scss/home-new.scss */
#banner-slider .slider-item.banner3 .slider-text {
  width: 60%;
  top: 50%;
  left: 35%;
}
/* line 76, ../scss/home-new.scss */
#banner-slider .slider-item.banner3 .slider-img {
  margin-bottom: 60px;
  left: 105px;
}
#banner-slider .slider-item.banner4 {
  background: url(../images/tw/home/banner04.jpg) no-repeat center center;
  background-size: cover;
}
#banner-slider .slider-item.banner4 .slider-text {
  top: 50%;
  left: 105px;
  width: 45%;
}
#banner-slider .slider-item.banner4 .slider-img {
  margin-bottom: 60px;
  right: 60px;
}
#banner-slider .slider-item.banner5 {
  background: url(../images/tw/home/banner05.jpg) no-repeat center center;
  background-size: cover;
}
#banner-slider .slider-item.banner5 .slider-text {
  width: 55%;
  top: 35%;
  left: 105px;
  font-size: 2.2em;
  line-height: 40px;
}
#banner-slider .slider-item.banner5 .slider-img {
  margin-bottom: 20px;
  left: auto;
  text-align: right;
  left: 0px;
}
#banner-slider .slider-item.banner5 p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 105px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#banner-slider .slider-item.banner5 .learnMoreBtn {
  position: absolute;
  top: 59%;
  left: 105px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
#banner-slider .slider-item.banner6 {
  background: url(../images/solopro/BN.jpg) no-repeat center top;
  background-size: cover;
}
#banner-slider .slider-item.banner6 .textInner {
  top: 28%;
  right: 52%;
  position: absolute;
}
#banner-slider .slider-item.banner6 .slider-text {
  width: 100%;
  font-size: 2.2em;
  line-height: 40px;
  position: static;
  margin-bottom: 20px;
  color: #676767;
  text-shadow: none;
  font-weight: bold;
}
#banner-slider .slider-item.banner6 .slider-img {
  margin-bottom: 20px;
  left: auto;
  text-align: right;
  left: 0px;
}
#banner-slider .slider-item.banner6 p {
  color: #676767;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 15px;
}
#banner-slider .slider-item.banner6 .learnMoreBtn {
  font-size: 14px;
  letter-spacing: 0.1em;
  display: inline-block;
  color: #676767;
  border: 1px solid #676767;
  transition: 0.3s all;
}
#banner-slider .slider-item.banner6 .learnMoreBtn:hover {
  background-color: #676767;
  color: #fff;
  border: 1px solid #676767;
}

#banner-slider .slider-item.banner7 {
  background: url(../images/index/banner07.jpg) no-repeat center center;
  background-size: cover;
}
#banner-slider .slider-item.banner7 .textInner {
  top: 45%;
  position: absolute;
}
#banner-slider .slider-item.banner7 .slider-text {
  width: 100%;
  font-size: 2.2em;
  line-height: 40px;
  position: static;
  margin-bottom: 20px;
  color: #676767;
  text-shadow: none;
  font-weight: bold;
}
#banner-slider .slider-item.banner7 .slider-img {
  margin-bottom: 20px;
  left: auto;
  text-align: right;
  left: 0px;
}
#banner-slider .slider-item.banner7 p {
  color: #676767;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 15px;
}
#banner-slider .slider-item.banner7 .learnMoreBtn {
  font-size: 14px;
  letter-spacing: 0.1em;
  display: inline-block;
  color: #676767;
  border: 1px solid #676767;
  transition: 0.3s all;
}
#banner-slider .slider-item.banner7 .learnMoreBtn:hover {
  background-color: #676767;
  color: #fff;
  border: 1px solid #676767;
}

#banner-slider .slider-item.banner8 {
  background: url(../images/tw/home/banner08.jpg) no-repeat center center;
  background-size: cover;
}
#banner-slider .slider-item.banner8 .slider-text {
  width: 60%;
  top: 18%;
  right: 11%;
  text-align: right;
}
#banner-slider .slider-item.banner8 .slider-img {
  margin-bottom: 60px;
  right: 175px;
}
.bx-controls-direction {
  /*position: absolute;
  top: 50%;
  width: 100%;
  z-index: 99;*/
}

/* line 642, ../scss/home-new.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  border: 2px solid #fff;
  padding: 0;
  background: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border-radius: 100%;

  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bx-wrapper .bx-controls-direction a:before {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 13px;
  height: 25px;
  z-index: 999;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.3s, 1.2s;
  animation-duration: 0.3s, 1.2s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  content: "";
}
/* line 99, ../scss/home-new.scss */
.bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.5;
}
/* line 102, ../scss/home-new.scss */
.bx-wrapper .bx-controls-direction a:focus {
  outline: none;
}
/* line 106, ../scss/home-new.scss */
.bx-wrapper .bx-prev {
  margin-left: 20px;
  float: left;
}
/* line 110, ../scss/home-new.scss */
.bx-wrapper .bx-next {
  margin-right: 20px;
  float: right;
}
.bx-wrapper .bx-next:before {
  background: url(../images/tw/home/icon-slider-right.png) no-repeat center
    center;
  -webkit-animation-name: icon-hang-sink-r, icon-hang-r;
  animation-name: icon-hang-sink-r, icon-hang-r;
}

/* line 647, ../scss/home-new.scss */
.bx-wrapper .bx-prev:before {
  background: url(../images/tw/home/icon-slider-left.png) no-repeat center
    center;
  -webkit-animation-name: icon-hang-sink-l, icon-hang-l;
  animation-name: icon-hang-sink-l, icon-hang-l;
}
.banner-wrap {
  position: relative;
  padding-top: 84px;
}
.banner-control {
  width: 100%;
  position: absolute;
  left: 0;
  top: 85px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}
.banner-control a {
  font-size: 14px;
  width: 14.2857%;
  display: inline-block;
  padding: 10px 0;
  color: #464b4e;
  float: left;
  text-align: center;
  text-decoration: none;
}
.banner-control a.active,
.banner-control a.active:hover {
  background-color: #03b2d2;
  color: #ffffff;
}
.banner-control a:hover {
  color: #05b2d2;
}

/* line 147, ../scss/home-new.scss */
#contain.home {
  padding: 0;
}
/* line 150, ../scss/home-new.scss */
#contain.home .section h1 {
  font-size: 30px;
  padding: 40px 0 20px;
}
/* line 154, ../scss/home-new.scss */
#contain.home .section p {
  color: #464b4e;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
/* line 163, ../scss/home-new.scss */
#contain.home #section1 .wrap {
  height: auto;
}
#contain.home #section1 .btn {
  margin: 35px 0 200px;
}
/* line 165, ../scss/home-new.scss */
#contain.home #section1 .btn .btn-item {
  display: inline-block;
  width: 132px;
  height: 42px;
}
/* line 170, ../scss/home-new.scss */
#contain.home #section1 .btn .btn-google {
  background-position: 0px 0px;
  background-image: url(../images/tw/home/btn_google.jpg);
}
/* line 173, ../scss/home-new.scss */
#contain.home #section1 .btn .btn-google:hover {
  background-position: 0px -42px;
}
/* line 178, ../scss/home-new.scss */
#contain.home #section1 .btn .btn-app {
  background-position: -132px 0px;
  background-image: url(../images/tw/home/btn_apple.jpg);
}
/* line 181, ../scss/home-new.scss */
#contain.home #section1 .btn .btn-app:hover {
  background-position: 0px -42px;
}
/* line 187, ../scss/home-new.scss */
#contain.home #section2 {
  padding-top: 100px;
}
/* line 189, ../scss/home-new.scss */
#contain.home #section2 .pic-pro {
  position: absolute;
  top: -285px;
  left: 50%;
  margin-left: -428px;
}
/* line 195, ../scss/home-new.scss */
#contain.home #section2 .pic-list {
  text-align: center;
}
/* line 197, ../scss/home-new.scss */
#contain.home #section2 .pic-list .pic-item {
  display: inline-block;
  border-radius: 100%;
  border: 8px solid #fff;
  overflow: hidden;
  margin: 60px 20px 40px;
}
/* line 206, ../scss/home-new.scss */
#contain.home #section3 {
  padding: 20px 0 0;
}
/* line 208, ../scss/home-new.scss */
#contain.home #section3 .wrap {
  height: 410px;
}
/* line 211, ../scss/home-new.scss */
#contain.home #section3 p {
  width: 43%;
}
/* line 214, ../scss/home-new.scss */
#contain.home #section3 .pic-pro {
  position: absolute;
  bottom: 0;
  right: 0;
}
#contain.home #section3 .pic-pro img {
  vertical-align: bottom;
}
#videoAnalytic {
  padding-top: 65px;
  padding-bottom: 70px;
  background: url(../images/index/banner05.png) no-repeat center top;
  background-size: cover;
}
#videoAnalytic h1 {
  font-size: 30px;
  padding: 40px 0 20px;
}
#videoAnalytic p {
  color: #464b4e;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#videoAnalytic:after {
  display: table;
  clear: both;
  content: "";
  width: 0;
}
#videoAnalytic .text {
  width: 480px;
  float: right;
  padding-right: 20px;
}
#videoAnalytic .text a {
  float: right;
  font-size: 22px;
  line-height: 16px;
  padding: 15px 15px 12px 15px;
  margin-top: 20px;
  margin-bottom: 0;
}

/* line 222, ../scss/home-new.scss */
#contain.feature {
  padding: 85px 0 0;
}
/* line 224, ../scss/home-new.scss */
#contain.feature .fbanner-block {
  height: 640px;
  overflow: hidden;
  position: relative;
}
#contain.feature .fbanner-block .fbanner-img img {
  display: inline-block;
  vertical-align: bottom;
  width: 49%;
}
/* line 228, ../scss/home-new.scss */
#contain.feature .fbanner-block .fbanner-text {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  position: absolute;
  top: 40px;
  left: 50%;
  width: 50%;
}
/* line 235, ../scss/home-new.scss */
#contain.feature .fbanner-block .fbanner-text p {
  font-size: 13px;
  margin: 10px 0;
}
/* line 239, ../scss/home-new.scss */
#contain.feature .fbanner-block .fbanner-text.text1 {
  right: 20px;
  left: auto;
  text-align: right;
}
/* line 244, ../scss/home-new.scss */
#contain.feature .fbanner-block .fbanner-text.text2 {
  left: 50px;
  bottom: 40px;
}
/* line 248, ../scss/home-new.scss */
#contain.feature .fbanner-block .fbanner-text.text3 {
  right: 50px;
  left: auto;
  text-align: right;
}
/* line 254, ../scss/home-new.scss */
#contain.feature .fbanner-block .next-text {
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  background: #00aff8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 9px 28px;
  text-align: center;
  line-height: 32px;
}
/* line 265, ../scss/home-new.scss */
#contain.feature .fbanner-block.fbanner1 {
  background: url(../images/tw/feature/banner02.jpg) no-repeat center center;
  background-size: cover;
}
/* line 268, ../scss/home-new.scss */
#contain.feature .fbanner-block.fbanner1 .fbanner-text {
  width: 45%;
}
/* line 271, ../scss/home-new.scss */
#contain.feature .fbanner-block.fbanner1 .fbanner-img {
  float: right;
  width: 0;
}

/* line 265, ../scss/home-new.scss */
#contain.feature .fbanner-block.fbanner1-2 {
  background: url(../images/feature/pano2BN.jpg) no-repeat center center;
  background-size: cover;
}
/* line 268, ../scss/home-new.scss */
#contain.feature .fbanner-block.fbanner1-2 .fbanner-text {
  width: auto;
  left: 0;
  text-align: left;
  bottom: auto;
  top: 20px;
}
#contain.feature .fbanner-block.fbanner1-2 .fbanner-text h3 {
  /* color: #000;
  text-shadow: none; */
  margin-bottom: 10px;
}

/* line 277, ../scss/home-new.scss */
#contain.feature .fbanner-block.fbanner2 {
  background: url(../images/tw/feature/banner07.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
/* line 282, ../scss/home-new.scss */
#contain.feature .fbanner-block.fbanner2 .fbanner-img {
  position: absolute;
  top: 25%;
  right: 50px;
  text-align: right;
}
#contain.feature .fbanner-block.fbanner2 .fbanner-img img {
  width: 55%;
}
/* line 287, ../scss/home-new.scss */
#contain.feature .fbanner-block.fbanner3 {
  background: url(../images/tw/feature/banner06.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
/* line 290, ../scss/home-new.scss */
#contain.feature .fbanner-block.fbanner3 .fbanner-text {
  width: 50%;
  text-align: left;
  position: absolute;
  top: 40%;
  left: 50%;
}
/* line 271, ../scss/home-new.scss */
#contain.feature .fbanner-block.fbanner3 .fbanner-img {
  position: absolute;
  top: 25%;
  left: 50px;
  width: 50%;
  text-align: center;
}
/* line 298, ../scss/home-new.scss */
#contain.feature .fbanner-block .scroll-btn {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
/* line 304, ../scss/home-new.scss */
#contain.feature .fbanner-block .arrow {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #00aff8;
  display: block;
  margin: 0 auto 15px;
  cursor: pointer;
}

/* line 316, ../scss/home-new.scss */
.text-center {
  text-align: center;
}

/* line 319, ../scss/home-new.scss */
.bg-gray {
  background-color: #ececec;
}

/* line 323, ../scss/home-new.scss */
#fdbbox {
  height: auto;
  background: none;
}
/* line 325, ../scss/home-new.scss */
#fdbbox #bbox01 {
  text-align: center;
  height: auto;
}
#fdbbox #bbox01 h1 {
  padding: 30px 0;
}
#fdbbox #bbox01 .produtab {
  font-size: 0;
  height: auto;
  float: none;
}
/* line 327, ../scss/home-new.scss */
#fdbbox #bbox01 .produtab li {
  background-image: none;
  border-radius: 5px 5px 0 0;
  text-align: center;
  text-decoration: none;
  padding: 7px 0 25px;
  width: calc((100% / 6) - 5px);
  font-size: 15px;
  cursor: pointer;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: #464b4e;
}
#fdbbox #bbox01 .produtab li .img {
  margin-bottom: 5px;
}
/* line 339, ../scss/home-new.scss */
#fdbbox #bbox01 .produtab li.active {
  position: relative;
  color: #05b2d2;
}
#fdbbox #bbox01 .produtab li.active:after {
  position: absolute;
  content: "";
  border-width: 15px 10px;
  border-style: solid;
  border-color: transparent transparent #05b2d2 transparent;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
#fdbbox .produtab-block {
  background-color: #05b2d2;
}
/* line 344, ../scss/home-new.scss */
#fdbbox .bbox-block {
  width: 1050px;
  /*height: 400px;*/
  margin: 0 auto;
  padding-bottom: 35px;
  display: none;
}
#fdbbox .bbox-block::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
/* line 349, ../scss/home-new.scss */
#fdbbox .bbox-block .cbox {
  display: block;
  float: left;
  width: 340px;
  /*height: 390px;*/
  margin: 10px 0 0 30px;
}
#fdbbox .bbox-block ul {
  margin-left: 10px;
  list-style-image: url(../images/tw/feature/line_w.jpg);
}
#fdbbox .bbox-block ul li {
  font-size: 14px;
  width: 330px;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 10px;
}
/* line 356, ../scss/home-new.scss */
#fdbbox .bbox-block .cbox02 {
  display: block;
  float: left;
  width: 350px;
  /* height: 250px;*/
  margin: 10px 0 0 30px;
}
/* line 373, ../scss/home-new.scss */
#fdbbox .bbox-block .cbox03 {
  display: block;
  float: left;
  width: 250px;
  /*height: 250px;*/
  margin: 10px 0 0 40px;
}
/* line 380, ../scss/home-new.scss */
#fdbbox .bbox-block.active {
  display: block;
}

@media screen and (min-width: 1400px) {
  #banner-slider .slider-item.banner1 .slider-text {
    left: -20px;
  }
  #banner-slider .slider-item.banner1 .slider-img {
    right: -60px;
  }
  #banner-slider .slider-item.banner2 .slider-text {
    left: 50%;
  }
  #banner-slider .slider-item.banner2 .slider-img {
    left: -60px;
  }
  #banner-slider .slider-item.banner3 .slider-text {
  }
  #banner-slider .slider-item.banner3 .slider-img {
    left: 0;
  }
  #banner-slider .slider-item.banner4 .slider-text {
    left: -20px;
    width: 60%;
  }
  #banner-slider .slider-item.banner4 .slider-img {
    right: -60px;
  }

  /* line 429, ../scss/home-new.scss */
  #contain.feature .fbanner-block .fbanner-text {
    bottom: 70px;
    width: 50%;
  }
  /* line 432, ../scss/home-new.scss */
  #contain.feature .fbanner-block .fbanner-text h3 {
    font-size: 3em;
  }
  /* line 435, ../scss/home-new.scss */
  #contain.feature .fbanner-block .fbanner-text p {
    font-size: 1.2em;
  }
  /* line 438, ../scss/home-new.scss */
  #contain.feature .fbanner-block .fbanner-text.text2 {
    bottom: 100px;
  }
  /* line 443, ../scss/home-new.scss */
  #contain.feature .fbanner-block.fbanner1 .fbanner-text {
    width: 50%;
  }
  /* line 451, ../scss/home-new.scss */
  #contain.feature .fbanner-block.fbanner2 .fbanner-img {
    right: 0;
  }
  /* line 456, ../scss/home-new.scss */
  #contain.feature .fbanner-block.fbanner3 .fbanner-img {
    width: 300px;
    left: 0 !important;
  }
  #contain.feature .fbanner-block.fbanner3 .fbanner-text {
    width: 50%;
  }
}
/* Icon Hang */
@-webkit-keyframes icon-hang-d {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes icon-hang-d {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
}
@-webkit-keyframes icon-hang-sink-d {
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
  }
}
@keyframes icon-hang-sink-d {
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
  }
}
/* line 515, ../scss/home-new.scss */
.arrow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.8;
}

/* line 530, ../scss/home-new.scss */
.arrow:before {
  content: url(../images/tw/feature/arrow.png);
  position: absolute;
  right: 11px;
  top: 20px;
  padding: 0 1px;
  line-height: 30px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 541, ../scss/home-new.scss */
.arrow:before {
  -webkit-animation-name: icon-hang-sink-d, icon-hang-d;
  animation-name: icon-hang-sink-d, icon-hang-d;
  -webkit-animation-duration: 0.3s, 1.2s;
  animation-duration: 0.3s, 1.2s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

@-webkit-keyframes icon-hang-d {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
}
@keyframes icon-hang-d {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }
}
@-webkit-keyframes icon-hang-sink-d {
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
  }
}
@keyframes icon-hang-sink-d {
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
  }
}

@-webkit-keyframes icon-hang-r {
  0% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: 0;
  }
}
@keyframes icon-hang-r {
  0% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: 0;
  }
}
@-webkit-keyframes icon-hang-sink-r {
  100% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: 1;
  }
}
@keyframes icon-hang-sink-r {
  100% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: 1;
  }
}
@-webkit-keyframes icon-hang-l {
  0% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    opacity: 0;
  }
}
@keyframes icon-hang-l {
  0% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    opacity: 0;
  }
}
@-webkit-keyframes icon-hang-sink-l {
  100% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    opacity: 1;
  }
}
@keyframes icon-hang-sink-l {
  100% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    opacity: 1;
  }
}
/* 0111 recommend */
/* line 757, ../scss/home-new.scss */
#contain.home .section.recommend {
  background-color: #05b2d2;
  padding: 50px 0;
}
/* line 760, ../scss/home-new.scss */
#contain.home .section.recommend .recommend-text {
  position: relative;
  height: 50px;
}
/* line 763, ../scss/home-new.scss */
#contain.home .section.recommend .recommend-text .text-item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  pointer-events: none;
}
/* line 772, ../scss/home-new.scss */
#contain.home .section.recommend .recommend-text .text-item.active {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.3s ease-in;
  pointer-events: auto;
}
/* line 779, ../scss/home-new.scss */
#contain.home .section.recommend .recommend-text .text-item > p {
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto 10px;
  letter-spacing: 0;
  font-size: 1em;
}
/* line 789, ../scss/home-new.scss */
#contain.home .section.recommend .recommend-text a {
  color: #fff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  letter-spacing: 0;
  display: block;
  text-decoration: none;
}

#contain.home .section.recommend .recommend-text .text-jp a {
  line-height: 36px;
}
/* line 797, ../scss/home-new.scss */
#contain.home .section.recommend .recommend-text a p {
  margin: 0 auto 10px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.6;
  font-size: 1em;
}
/* line 806, ../scss/home-new.scss */
#contain.home .section.recommend .recommend-text .item2 a {
  width: 85%;
}
/* line 811, ../scss/home-new.scss */
#contain.home .section.recommend .recommend-logo {
  margin-top: 40px;
  text-align: center;
}
/* line 814, ../scss/home-new.scss */
#contain.home .section.recommend .recommend-logo .logo-item {
  display: inline-block;
  vertical-align: middle;
  width: 145px;
  text-align: center;
  border: 3px solid #05b2d2;
  padding: 0.5em;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

#contain.home .section.recommend .recommend-logo .logo-digitalTrend,
#contain.home .section.recommend .recommend-logo .logo-slashgear {
  width: 200px;
}
/* line 824, ../scss/home-new.scss */
#contain.home .section.recommend .recommend-logo .logo-item.active,
#contain.home .section.recommend .recommend-logo .logo-item:hover {
  opacity: 1;
  transition: all 0.3s ease-in;
}

.ifttt {
  padding-top: 50px;
}
.ifttt .text {
  padding: 0 20px 20px 20px;
  line-height: 1.6;
}
.ifttt img {
  vertical-align: bottom;
}
.ifttt .img img {
  vertical-align: middle;
}
.cifttt {
  padding-top: 20px;
}
.cifttt a {
  margin-bottom: 50px;
}
.ifttt .btn-blue {
  font-size: 22px;
  line-height: 16px;
  padding: 15px 15px 12px 15px;
  margin-top: 20px;
  margin-bottom: 0;
  background: none;
}
.ifttt .btn-blue:hover {
  background: rgb(5, 178, 210);
}

.ifttt .text-right {
  text-align: right;
}
.ifttt .text h1 {
  padding-top: 30px;
}
.ifttt .text p {
  margin-bottom: 10px;
  font-size: 15px;
}
#contain.home .section.ifttt h1 {
  padding-top: 20px;
}
.ifttt .btnBox {
  margin-top: 15px;
  margin-bottom: 50px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ifttt .btnBox .btn-blue {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
.ifttt .btnBox img {
  display: inline-block;
  vertical-align: middle;
  height: 33px;
  margin-top: 5px;
}
.ifttt.cifttt .iftttImgBox {
  background-color: #ececec;
}
.ifttt.cifttt .iftttImgBox img {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: block;
}

#section5.ifttt {
  padding-top: 0;
}
#section5.ifttt .wrap {
  width: 100%;
  font-size: 0;
}
#section5.ifttt .s5_inner {
  display: inline-block;
  width: 50%;
  vertical-align: text-top;
}
#section5.ifttt .s5_inner .s5_content {
  width: 525px;
  display: inline-block;
  position: relative;
  z-index: 2;
  height: 343px;
  padding-top: 40px;
  box-sizing: border-box;
}

#section5.ifttt .s5_inner1 {
  text-align: right;
}
#section5.ifttt .s5_inner2 {
  position: relative;
  text-align: left;
  background-color: white;
}

#section5.ifttt .s5_inner1 img {
  height: 37px;
}
#section5.ifttt .s5_inner2 .conrad {
  height: 37px;
}
#section5.ifttt .s5_inner2 .s5_triangle {
  position: absolute;
  left: -146px;
  top: 0;
}
#section5.ifttt .s5_inner1 .s5_content {
  text-align: left;
}
#section5.ifttt .s5_inner2 .s5_content {
  text-align: left;
  padding-left: 80px;
}
#section5.ifttt .s5_inner .s5_content .text p {
  padding-left: 2px;
}
#section5.ifttt .s5_inner1 .s5_content .text {
  padding-top: 10px;
  padding-right: 80px;
}
#section5.ifttt .s5_inner2 .s5_content .text {
  padding-top: 10px;
}
#section5.ifttt .s5_inner1 .s5_content .btn-blue {
  position: absolute;
  right: 60px;
  bottom: 40px;
}
#section5.ifttt .s5_inner2 .s5_content .btn-blue {
  position: absolute;
  right: 10px;
  bottom: 40px;
}

#contain.home .section.ifttt p {
  font-size: 12px;
}
#section5.ifttt .text {
  padding: 0;
  line-height: 1.6;
}
#section5.ifttt img {
  vertical-align: bottom;
}
#section5.ifttt .img img {
  vertical-align: middle;
}
#section5.ifttt .btn-blue {
  font-size: 22px;
  line-height: 16px;
  padding: 15px 15px 12px 15px;
  margin-top: 20px;
  margin-bottom: 0;
  background: none;
}
#section5.ifttt .btn-blue:hover {
  background: rgb(5, 178, 210);
}

#section5.ifttt .text-right {
  text-align: right;
}
#section5.ifttt .text h1 {
  padding-top: 30px;
}
#section5.ifttt .text p {
  margin-bottom: 10px;
  font-size: 15px;
}
#contain.home .section.ifttt h1 {
  padding-top: 20px;
  font-size: 24px;
}

section.cloudTab,
section#MonitoringCameraTab {
  display: none;
}
section.cloudTab.on,
section#MonitoringCameraTab.on {
  display: block;
}
/*feature - spotcamRing tab*/
.learnMoreBtn {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 30px;
  text-decoration: none;
}
.learnMoreBtn:hover {
  background: #f48b38;
  border-color: #f48b38;
}
.cloudTab #contain.feature .fbanner-block {
  height: 500px;
}

.cloudTab .fbanner4 {
  background: url(../images/tw/feature/banner04.jpg) no-repeat center center;
  background-size: cover;
}
.cloudTab .fbanner5 {
  background: url(../images/tw/feature/banner05.jpg) no-repeat center center;
  background-size: cover;
}
.cloudTab #contain.feature .fbanner4 .fbanner-text.text1 {
  left: 530px;
  top: 45%;
  text-align: left;
}
.cloudTab #contain.feature .fbanner5 .fbanner-text.text2 {
  left: 0px;
  width: 550px;
  top: 230px;
}
.cloudTab #contain.feature .fbanner6 {
  height: auto;
  color: #464b4e;
}
.cloudTab #contain.feature .fbanner6 .fbanner-text {
  background: url(../images/feature/baby/banner01.jpg) no-repeat right bottom;
  background-size: cover;
}
.cloudTab #contain.feature .fbanner6 .fbanner-text {
  position: static;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 150px;
}

.cloudTab #contain.feature .fbanner6 .info {
  margin-top: -100px;
  display: flex;
  flex-wrap: wrap;
}

.cloudTab #contain.feature .fbanner6 .info .left-block {
  width: 50%;
  text-align: right;
  padding-right: 150px;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.cloudTab #contain.feature .fbanner6 .info .left-block .img,
.cloudTab #contain.feature .fbanner6 .info .left-block .txt {
  width: 220px;
  display: inline-block;
  text-align: center;
}
.cloudTab #contain.feature .fbanner6 .info .left-block .text h4 {
  color: #464b4e;
  font-weight: bold;
  padding-bottom: 10px;
  padding-right: 0;
}
.cloudTab #contain.feature .fbanner6 .info .left-block .text a {
  display: inline-block;
  font-size: 22px;
  line-height: 16px;
  padding: 15px 15px 12px 15px;
  margin-top: 20px;
}
.cloudTab #contain.feature .fbanner6 .info .right-block {
  width: 50%;
  margin-top: 100px;
  padding: 50px 50px 50px 0;
  box-sizing: border-box;
  background: url(../images/feature/baby/banner03.png) no-repeat right center;
  background-size: auto 100%;
  box-sizing: border-box;
}

.cloudTab #contain.feature .fbanner6 .info .right-block .text {
  max-width: 420px;
}
.cloudTab #contain.feature .fbanner6 .info .right-block h4 {
  font-weight: bold;
  font-size: 1.5em;
}
.cloudTab #contain.feature .fbanner7 {
  background: url(../images/feature/baby/banner02.jpg) no-repeat center center;
  background-size: cover;
  color: #464b4e;
  height: auto;
}

.cloudTab #contain.feature .fbanner7 .left-block {
  width: 35%;
  text-align: center;
  position: absolute;
  top: 40px;
}
.cloudTab #contain.feature .fbanner7 .left-block .img {
  width: 285px;
  margin: 0 auto;
}
.cloudTab #contain.feature .fbanner7 .right-block {
  float: right;
  width: 65%;
  padding: 50px 40px 40px;
  background-color: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  text-shadow: 1px 1px 6px #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 400px;
}
.cloudTab #contain.feature .fbanner7 .right-block h4 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #666666;
  width: 100%;
}
.cloudTab #contain.feature .fbanner7 .right-block .item {
  margin-bottom: 20px;
  width: 100%;
}
.cloudTab #contain.feature .fbanner7 .right-block .item::after {
  display: block;
  clear: both;
  content: "";
  height: 0;
}
.cloudTab #contain.feature .fbanner7 .right-block .item .icon {
  float: left;
  border-radius: 100%;
  padding: 2px;
  width: 50px;
  border: 1px solid #05b2d2;
  margin-right: 10px;
}
.cloudTab #contain.feature .fbanner7 .right-block .item .text {
  overflow: hidden;
}
.cloudTab #contain.feature .fbanner7 .right-block .item .text h5 {
  font-size: 16px;
  font-weight: bold;
  color: #05b2d2;
  margin-bottom: 5px;
}
.cloudTab #contain.feature .fbanner7 .right-block .item .text p {
  font-size: 14px;
}
.cloudTab #contain.feature .fbanner8 {
  height: auto;
}
.cloudTab #contain.feature .fbanner8 .right-block {
  padding: 50px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.cloudTab #contain.feature .fbanner8 .right-block .item {
  margin: 20px 0;
  width: calc(100% / 3);
  text-align: center;
}
.cloudTab #contain.feature .fbanner8 .right-block .item::after {
  display: block;
  clear: both;
  content: "";
  height: 0;
}
.cloudTab #contain.feature .fbanner8 .right-block .item .icon {
  width: 60px;
  margin: 0 auto 5px;
}
.cloudTab #contain.feature .fbanner8 .right-block .item .text {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.cloudTab #contain.feature .fbanner8 .right-block .item .text h5 {
  font-size: 16px;
  font-weight: bold;
  color: #05b2d2;
  margin-bottom: 5px;
  line-height: 25px;
}
.cloudTab #contain.feature .fbanner8 .right-block .item .text p {
  font-size: 14px;
}
.cloudTab #contain.feature .fbanner9 {
  background-color: #edeae6;
  color: #464b4e;
  height: auto;
  padding: 40px 0;
}
.cloudTab #contain.feature .fbanner9 h4 {
  font-weight: bold;
  font-size: 1.8em;
  color: #666666;
}
.cloudTab #contain.feature .fbanner9 .row-block {
  flex-wrap: wrap;
  display: flex;
}
.cloudTab #contain.feature .fbanner9 .row-block .item {
  width: calc(100% / 5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cloudTab #contain.feature .fbanner9 .row-block .item .icon {
  width: 60px;
}
.cloudTab #contain.feature .fbanner9 .row-block .item p {
  width: calc(100% - 60px);
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.cloudTab #contain.feature .fbanner-block .fbanner-text p {
  font-size: 18px;
  font-weight: lighter;
}
.cloudTab table {
  width: 860px;
  margin: 0px auto 80px auto;
  color: #666;
}
.cloudTab table tr {
  height: 125px;
  border-bottom: 1px solid #ccc;
}
.cloudTab table tr.no-line {
  border-bottom: none;
}
.cloudTab table th {
  width: 250px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
}
.cloudTab table tr.tableEnd {
  border-bottom: none;
}
.cloudTab table tr.tableEnd {
  border-bottom: none;
}
.cloudTab table tr.tableText {
  border-bottom: none;
}
.cloudTab table tr.tableText td,
.cloudTab table tr.tableText th {
  text-align: left;
  border: none;
}
.cloudTab table tr.tableText p {
  margin-bottom: 20px;
}
.cloudTab table td {
  padding: 0 35px;
  text-align: center;
}
.cloudTab table td.rightLine {
  border-right: 1px solid #ccc;
}

.cloudTab #fdwbox #dwbox {
  background-image: url("../images/tw/feature/ring_img.png");
  background-position: 863px 315px;
}

.cloudTab .productImg {
  margin: 75px auto 0px auto;
  display: block;
  max-width: 200px;
}
td.dotTd img {
  margin: 12px;
}

/*cloud - spotcamRing tab*/
.cloudTab.cloud h2,
.cloudTab.cloud h3 {
  color: #666;
  text-align: center;
  font-weight: lighter;
}
.cloudTab.cloud h2 {
  font-size: 40px;
}
.cloudTab.cloud h3 {
  font-size: 20px;
}
.cloudTab.cloud h3.blue {
  color: #05b2d2;
  margin-top: 15px;
}
.cloudTab.cloud .planBanner {
  padding: 95px 0 0px 0;
}
.cloudTab.cloud .planBanner img {
  margin: 60px auto;
  width: 100%;
}
.cloudTab.cloud .planBlock {
  background: #f8f8f8;
  padding: 35px;
  box-sizing: border-box;
}
.cloudTab.cloud .plans::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.cloudTab.cloud .plan {
  width: 250px;
  margin: 65px 6px;
  float: left;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 1px 1px 5px #aaa;
}
.cloudTab.cloud .plan.col3 {
  width: 335px;
}
.plan h1,
.plan h2,
.plan h3,
.plan h4,
.plan h5,
.plan h6,
.plan span,
.plan p {
  color: #666;
  font-weight: lighter;
}
.cloudTab.cloud .plan h1 {
  font-size: 24px;
  margin: 25px;
}
.cloudTab.cloud .plan h2 {
  font-size: 20px;
  font-weight: bold;
}
.cloudTab.cloud .plan h3 {
  font-size: 20px;
  color: #05b2d2;
}
.cloudTab.cloud .plan h3 span {
  font-size: 32px;
  color: #05b2d2;
}
.cloudTab.cloud .plan h4 {
  font-size: 16px;
  padding: 0;
  line-height: 35px;
  font-weight: bold;
}
.cloudTab.cloud .plan h4.orangeText {
  color: #f69b53;
}
.cloudTab.cloud .plan h5 {
  font-size: 14px;
  margin-bottom: 50px;
}
.cloudTab.cloud .plan h5 span {
  font-size: 24px;
}
.cloudTab.cloud .plan a {
  display: block;
  color: #f59a52;
  font-size: 18px;
  line-height: 45px;
  width: 170px;
  height: 45px;
  border: 1px solid #f59a52;
  text-decoration: none;
  margin: 60px auto 25px auto;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.cloudTab.cloud .plan a:hover {
  background: #f59a52;
  color: #fff;
}
.cloudTab.cloud .plan .planWH {
  padding: 25px;
  background: #fff;
}
.cloudTab.cloud .plan .planGY {
  padding: 25px 20px;
  background: #fbfaf9;
}
.cloudTab.cloud .plan .planGY h4 {
  line-height: 24px;
}
.cloudTab.cloud .plan .planGY p {
  font-size: 14px;
  margin-bottom: 30px;
}
.cloudTab.cloud .plan .fa-check-circle {
  color: #05b2d2;
  margin-right: 5px;
}

.cloudTab .operating-item {
  padding-bottom: 5px;
  width: 100%;
}
.cloudTab .operating-item span,
.cloudTab .operating-item img {
  display: inline-block;
  vertical-align: middle;
}

/* 2018/7/27 */
#smartConnection {
  background-color: #edeae6;
  overflow: hidden;
}
#smartConnection .wrap {
  position: relative;
}
#smartConnection .img {
  position: absolute;
  right: -100px;
  top: 25px;
}
#smartConnection .text {
  padding-top: 50px;
  height: 330px;
  width: 400px;
}
#smartConnection .text a {
  font-size: 22px;
  line-height: 16px;
  padding: 15px 15px 12px 15px;
  margin-top: 20px;
  margin-bottom: 0;
  background-color: transparent;
}
#smartConnection .text a:hover {
  background: #05b2d2;
}
#smartConnection .logo-group {
  background-color: #f8f8f8;
  padding: 35px 0;
}

#wireFreeTab .planBanner {
  position: relative;
  padding: 0;
}
#wireFreeTab .planBanner .textBox {
  position: absolute;
  top: 280px;
  left: 50%;
  margin-left: -610px;
}
#wireFreeTab.cloud .planBanner {
  background-image: url(../images/cloud/bn_cloudservice.png);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 800px;
}

#businessTab .planBanner {
  position: relative;
  padding: 0;
}
#businessTab .planBanner .textBox {
  position: absolute;
  top: 280px;
  left: 50%;
  margin-left: -610px;
}
#businessTab.cloud .planBanner {
  background-image: url(../../images/cloud/cloud_business.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 800px;
}
#businessTab .cloudbox {
  padding: 128px 0;
  width: 100%;
}

#businessTab .cloudbox .ccbox {
  display: table;
  min-height: 100%;
  height: 100%;
  /*--- 以上三行為div高自適---*/
  clear: both;
  width: 1050px;
  margin: 0 auto;
}

#businessTab .cloudbox .ccbox.hbox h1 {
  padding-top: 40px;
}
#businessTab h2.ctleft {
  color: #464b4e;
  font-size: 24px;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 1.8;
  padding-bottom: 20px;
  text-align: left;
  font-weight: bold;
}
#businessTab .cloudbox .ccbox #cctlb {
  width: 500px;
  padding: 15px 20px 20px 0;
  float: left;
}

#businessTab .cloudbox .ccbox #cctlb img {
  display: block;
  float: left;
  padding-right: 20px;
}

#businessTab .cloudbox .ccbox #cctlb ul.dolls {
  margin-left: 100px;
}

#businessTab .cloudbox .ccbox #cctlb ul.dolls li {
  background-image: url(/images/paper/blue_s.png);
  background-repeat: no-repeat;
  background-position: 5px 12px;
  padding: 5px 0 0 20px;
  font-size: 15px;
  color: #464b4e;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 20px;
}

#businessTab .cloudbox .ccbox #cctrb {
  width: 500px;
  padding: 15px 0 20px 20px;
  float: left;
  border-left: 1px solid #ececec;
}

#businessTab .cloudbox .ccbox #cctrb ul.dolls {
  clear: both;
}

#businessTab .cloudbox .ccbox #cctrb ul.dolls li {
  background-image: url(/images/paper/blue_s.png);
  background-repeat: no-repeat;
  background-position: 5px 12px;
  padding: 5px 0 0 15px;
  font-size: 15px;
  color: #464b4e;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 20px;
}

#businessTab .cloudbox .ccbox .cccbox {
  float: left;
  width: 240px;
  height: 325px;
  padding: 10px 20px 0 0;
}

#businessTab .cloudbox .ccbox #cctrb ul.cdays {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
#businessTab .cloudbox .ccbox #cctrb ul.cdays .cdays__item {
  width: 110px;
  margin-right: 20px;
  margin-top: 20px;
}
#businessTab .cloudbox .ccbox #cctrb ul.cdays .cdays__item:nth-child(4n + 0) {
  margin-right: 0;
}
#businessTab .cloudbox .ccbox #cctrb ul.cdays .cdays__item .cdays__item__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}

#businessTab
  .cloudbox
  .ccbox
  #cctrb
  ul.cdays
  .cdays__item
  .cdays__item__icon--1 {
  background-image: url("../../images/cloud/icon-plan-1.svg");
}
#businessTab
  .cloudbox
  .ccbox
  #cctrb
  ul.cdays
  .cdays__item
  .cdays__item__icon--3 {
  background-image: url("../../images/cloud/icon-plan-3.svg");
}
#businessTab
  .cloudbox
  .ccbox
  #cctrb
  ul.cdays
  .cdays__item
  .cdays__item__icon--7 {
  background-image: url("../../images/cloud/icon-plan-7.svg");
}
#businessTab
  .cloudbox
  .ccbox
  #cctrb
  ul.cdays
  .cdays__item
  .cdays__item__icon--14 {
  background-image: url("../../images/cloud/icon-plan-14.svg");
}
#businessTab
  .cloudbox
  .ccbox
  #cctrb
  ul.cdays
  .cdays__item
  .cdays__item__icon--30 {
  background-image: url("../../images/cloud/icon-plan-30.svg");
}
#businessTab
  .cloudbox
  .ccbox
  #cctrb
  ul.cdays
  .cdays__item
  .cdays__item__icon--60 {
  background-image: url("../../images/cloud/icon-plan-60.svg");
}
#businessTab
  .cloudbox
  .ccbox
  #cctrb
  ul.cdays
  .cdays__item
  .cdays__item__icon--90 {
  background-image: url("../../images/cloud/icon-plan-90.svg");
}
#businessTab
  .cloudbox
  .ccbox
  #cctrb
  ul.cdays
  .cdays__item
  .cdays__item__icon--180 {
  background-image: url("../../images/cloud/icon-plan-180.svg");
}
#businessTab
  .cloudbox
  .ccbox
  #cctrb
  ul.cdays
  .cdays__item
  .cdays__item__icon--365 {
  background-image: url("../../images/cloud/icon-plan-365.svg");
}

#businessTab .cloudbox .ccbox #cctrb ul.cdays .cdays__item .cdays__item__info {
  text-align: center;
  font-size: 14px;
}
