.top-title {
  color: #746a6a;
}

.title .tw {
  display: block;
  font-size: 0.875rem;
  color: #999;
}

.service-wrap {
  position: relative;
}
.service-slogan {
  text-align: center;
  font-size: 1.5em;
  color: #000;
  opacity: 0;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.service-slogan.show {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.service-line {
  margin: 80px auto;
  width: 1px;
  height: 100px;
  background: #ccc;
  position: relative;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.service-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.service-line.show:after {
  height: 0;
}
.service-line2 {
  margin: 80px auto;
  width: 1px;
  height: 100px;
  background: #ccc;
  position: relative;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.service-line2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.service-line2.show:after {
  height: 0;
}
.service-inner {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 50px 0 100px;
}
.service-inner:nth-child(odd) {
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.service-img {
  width: 50%;
  border-radius: 120px 0 120px 0;
  overflow: hidden;
  position: relative;
}
.service-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #efefef;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transition: all 0.6s 0.4s;
  -o-transition: all 0.6s 0.4s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.6s 0.4s;
}
.service-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 1;
  top: 0;
  left: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-img.show:before {
  width: 0;
}
.service-img.show:after {
  width: 0;
}
.service-img img {
  width: 100%;
}
.service-content {
  width: 40%;
  max-width: 350px;
  margin: auto;
}
.service-title {
  margin-bottom: 40px;
  margin-left: 20px;
  opacity: 0;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -moz-transition: all 0.6s 0.1s;
  -o-transition: all 0.6s 0.1s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.6s 0.1s;
}
.service-title:after {
  content: "";
  height: 1px;
  width: 0px;
  display: block;
  margin-top: 20px;
  margin-left: -20px;
  background: #da5b62;
}
.service-title.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.service-title.show:after {
  width: 50px;
  -moz-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.3s;
  transition: all 0.6s 0.3s;
}
.service-step {
  font-size: 20px;
}
.service-text {
  margin-left: 20px;
}
.service-text p {
  margin-bottom: 5px;
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -moz-transition: all 0.6s 0.1s;
  -o-transition: all 0.6s 0.1s;
  -webkit-transition: all 0.6s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.6s 0.1s;
}
.service-text p.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.service-charge {
  padding: 80px 0;
  background: #efefef;
  box-shadow: 0.5px 0.5px 5px #999;
  opacity: 0;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.service-charge.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.service-subtitle {
  text-align: center;
  font-size: 20px;
  color: #000;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.service-subtitle.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.service-subtitle:after {
  content: "";
  height: 1px;
  width: 50px;
  display: block;
  margin: 20px auto 60px;
  background: #da5b62;
}
.service-box {
  display: flex;
  max-width: 1200px;
  margin: auto;
}
.service-list {
  margin: auto;
  margin-top: 0;
}
.service-item {
  font-size: 0.875em;
  padding-bottom: 20px;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.service-item.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.service-define {
  padding-top: 10px;
}
.service-design li {
  display: flex;
  font-size: 0.875em;
  padding: 3px 0;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.service-design li.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.service-design li:before {
  content: "";
  width: 8px;
  height: 1px;
  margin: 9px 9px 9px 2px;
  background: #666;
}
.service-design p {
  white-space: nowrap;
}
.service-remark {
  display: block;
}

@media screen and (max-width: 1100px) {
  .service-line {
    margin: 50px auto 20px;
  }
  .service-line2 {
    margin: 0 auto 80px;
  }
  .service-inner:nth-child(1) {
    padding: 80px 0 100px;
  }
  .service-img {
    width: 55%;
  }
  .service-content {
    max-width: 280px;
  }
  .service-charge {
    padding: 50px 0;
  }
}
@media screen and (max-width: 900px) {
  .service-line {
    margin: 50px auto 0;
  }
  .service-line2 {
    margin: -20px auto 80px;
  }
  .service-inner {
    width: 80%;
    margin: auto;
    display: block;
  }
  .service-img {
    border-radius: 80px 0 80px 0;
    width: 100%;
  }
  .service-content {
    padding-top: 30px;
    width: 100%;
    max-width: unset;
  }
  .service-box {
    display: block;
  }
  .service-list {
    width: 90%;
    margin-top: 50px;
  }
  .service-remark {
    display: unset;
  }
}
@media screen and (max-width: 640px) {
  .service-line {
    height: 80px;
  }
  .service-line2 {
    margin: -50px auto 50px;
  }
  .service-line2 {
    height: 80px;
  }
  .service-inner {
    width: 100%;
  }
  .service-inner:nth-child(even) .service-img:after {
    left: unset;
    right: 0;
  }
  .service-img:before {
    display: none;
  }
  .service-img:after {
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .service-remark {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .service-line2 {
    margin: -50px auto 20px;
  }
  .service-charge {
    background: unset;
    box-shadow: unset;
    padding-bottom: 0;
  }
  .service-list {
    width: 100%;
    position: relative;
  }
  .service-list:last-child:before {
    content: "";
    width: 0;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: -8.5%;
    -moz-transition: width 0.6s ease-in;
    -o-transition: width 0.6s ease-in;
    -webkit-transition: width 0.6s ease-in;
    transition: width 0.6s ease-in;
  }
  .service-list:last-child.show:before {
    width: 100%;
  }
  .service-design li {
    display: block;
  }
}
