@import url("https://fonts.googleapis.com/css?family=Muli:300");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
.top .bg {
  background-image: url("../images/support/top1.jpg");
  background-position: 60%;
}
.top .phone1 {
  position: fixed;
  top: 20%;
  right: 25%;
  z-index: 2;
}
.top .phone1 img {
  width: 80%;
}
.top .phone2 {
  position: fixed;
  top: 30%;
  right: 8%;
  z-index: 1;
}
.top .phone2 img {
  width: 80%;
}
.top-slogn {
  position: fixed;
  right: 20%;
  top: 50%;
  color: #fff;
  z-index: 10;
}
.top-slogn1-name {
  font-size: 40px;
}

.touch {
  padding: 100px 0;
}
.touch-box {
  align-items: flex-start;
  justify-content: flex-start;
}
.touch-title {
  font-size: 34px;
  color: #000;
}
.touch-content {
  width: 40%;
  max-width: 450px;
}
.touch-bg {
  width: 100%;
  height: 120px;
  background: url("../images/support/c2.jpg");
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
.touch-text {
  padding: 20px 0;
}
.touch-stitle {
  font-size: 20px;
  color: #000;
  padding-bottom: 5px;
}
.touch-stitle img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 5px;
}
.touch-dis {
  padding: 30px 0;
}
.touch-in a {
  color: #999;
}

form {
  width: 40%;
  margin-right: 20%;
}
form li {
  padding: 10px 0;
}
form label {
  color: #000;
  float: left;
  margin-right: 10px;
}
form label span {
  color: red;
}
form input {
  border: none;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  font-family: Muli, "Microsoft JhengHei", Helvetica, Arial, sans-serif;
  width: 100%;
  margin-top: 8px;
}
form textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  resize: none;
  font-family: Muli, "Microsoft JhengHei", Helvetica, Arial, sans-serif;
  width: 100%;
  margin-top: 8px;
}
form .f1 {
  width: 100%;
}
form .f2 {
  width: 49%;
  display: inline-block;
}
form .cd {
  text-align: center;
}
form .cd img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5%;
}
form .cd a {
  vertical-align: middle;
  display: inline-block;
}
form .sd {
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
}

.map-box,
#map {
  height: 500px;
}

.faq {
  padding: 100px 0 150px;
}
.faq-title {
  font-size: 34px;
  text-align: center;
  color: #000;
  padding: 30px 0;
}
.faq-stitle {
  font-size: 20px;
  color: #000;
  background: #eee;
  box-sizing: border-box;
  padding: 10px 0 10px 20px;
  border-left: 3px solid #eee;
  margin: 3px 0;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-in {
  padding: 0 20px;
  height: 0;
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-text.open .faq-stitle {
  border-left: 3px solid #5a3e8c;
}
.faq-text.open .faq-in {
  padding: 30px 20px;
  height: auto;
  opacity: 1;
}

form {
  opacity: 0;
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
form.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.touch-tbox {
  opacity: 0;
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
.touch-tbox.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.faq-text {
  opacity: 0;
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  -moz-transition: opacity 2s, -moz-transform 1.5s;
  -o-transition: opacity 2s, -o-transform 1.5s;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
}
.faq-text.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.touch-title,
.touch-bg,
.map-box,
.faq-title {
  opacity: 0;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.touch-title.show,
.touch-bg.show,
.map-box.show,
.faq-title.show {
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  form {
    width: 45%;
    margin-right: 15%;
  }
}
@media screen and (max-width: 1100px) {
  .touch-box {
    display: block;
  }
  .touch-content {
    width: 100%;
    display: flex;
    max-width: unset;
    padding-top: 80px;
  }
  .touch-bg {
    width: 50%;
    height: auto;
    margin-right: 10%;
    background-position: 40%;
  }

  form {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .touch {
    padding: 80px 0;
  }

  .faq {
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 680px) {
  .touch-content {
    display: block;
  }
  .touch-bg {
    width: 100%;
    height: 200px;
  }
}
@media screen and (max-width: 460px) {
  .top-slogn {
    right: 30%;
  }
  .top-slogn1-name {
    font-size: 34px;
  }

  form .f2 {
    width: 100%;
  }

  .map-box,
  #map {
    height: 300px;
  }

  .touch {
    padding: 50px 0;
  }
  .touch-title {
    font: 30px;
  }

  .faq-title {
    font-size: 30px;
  }
  .faq-stitle {
    font-size: 20px;
  }
}
